@charset "UTF-8";
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden], .hidden {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

button {
  border: none;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
  text-decoration: none;
}

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

html {
  -webkit-tap-highlight-color: transparent;
}

@font-face {
  font-family: "Lora";
  font-weight: 100 900;
  font-style: normal;
  src: url("../fonts/Lora-VariableFont_wght.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: "HelveticaNeue";
  font-weight: bold;
  font-style: normal;
  src: url("../HelveticaNeue-Bold.otf") format("opentype");
  font-display: block;
}
@font-face {
  font-family: "HelveticaNeue";
  font-weight: 500;
  font-style: normal;
  src: url("../HelveticaNeue-Medium.otf") format("opentype");
  font-display: block;
}
@font-face {
  font-family: "HelveticaNeue";
  font-weight: 400;
  font-style: normal;
  src: url("../HelveticaNeue-Roman.otf") format("opentype");
  font-display: block;
}
@font-face {
  font-family: "HelveticaNeue";
  font-weight: 300;
  font-style: normal;
  src: url("../HelveticaNeue-Light.otf") format("opentype");
  font-display: block;
}
html {
  font-size: clamp(16px, 16px + 2 * (100vw - 768px) / 1152, 18px);
  line-height: 1.25;
  font-weight: 400;
  font-family: "HelveticaNeue", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif;
  color: var(--text-primary);
  -moz-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  --font-family-title: "Lora", sans-serif;
  --font-family-text: "HelveticaNeue", sans-serif;
}

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

p, span, strong, h1, h2, h3, h4 {
  -webkit-hyphens: auto;
  hyphens: auto;
  hyphenate-limit-chars: 14 4 4;
}

.f-h1 {
  font-size: clamp(33px, 33px + 22 * (100vw - 768px) / 1152, 55px);
  text-transform: uppercase;
  line-height: 1.2;
}

.f-h2 {
  font-size: clamp(24px, 24px + 20 * (100vw - 768px) / 1152, 44px);
  text-transform: uppercase;
  line-height: 1.3;
}

.f-h3 {
  font-size: clamp(28px, 28px + 4 * (100vw - 768px) / 1152, 32px);
  text-transform: uppercase;
  line-height: 1.3;
  font-family: var(--font-family-title);
}

@font-face {
  font-family: "icomoon";
  src: url("../icomoon.eot");
  src: url("../icomoon.eot") format("embedded-opentype"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.woff") format("woff"), url("../img/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-weight: normal !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-ArrowDecorLeft:before {
  content: "\e920";
}
.icon-ArrowDecorRight:before {
  content: "\e921";
}
.icon-arrow-left:before {
  content: "\e91f";
}
.icon-email:before {
  content: "\e916";
}
.icon-finish:before {
  content: "\e917";
}
.icon-Flag:before {
  content: "\e918";
}
.icon-list:before {
  content: "\e919";
}
.icon-map:before {
  content: "\e91a";
}
.icon-pdf:before {
  content: "\e91b";
}
.icon-pin:before {
  content: "\e91c";
}
.icon-tel:before {
  content: "\e91d";
}
.icon-walk:before {
  content: "\e91e";
}
.icon-calendar:before {
  content: "\e900";
}
.icon-check:before {
  content: "\e901";
}
.icon-check-2:before {
  content: "\e902";
}
.icon-chevron-left:before {
  content: "\e903";
}
.icon-chevron-right:before {
  content: "\e904";
}
.icon-close:before {
  content: "\e905";
}
.icon-dropdown:before {
  content: "\e906";
}
.icon-edit:before {
  content: "\e907";
}
.icon-file:before {
  content: "\e908";
}
.icon-home:before {
  content: "\e909";
}
.icon-menu:before {
  content: "\e90a";
}
.icon-minus:before {
  content: "\e90b";
}
.icon-money:before {
  content: "\e90c";
}
.icon-play:before {
  content: "\e90d";
}
.icon-plus:before {
  content: "\e90e";
}
.icon-quote:before {
  content: "\e90f";
}
.icon-shopping-cart:before {
  content: "\e910";
}
.icon-thumbs-down:before {
  content: "\e911";
}
.icon-thumbs-up:before {
  content: "\e912";
}
.icon-trash:before {
  content: "\e913";
}
.icon-trash-simple:before {
  content: "\e914";
}
.icon-user:before {
  content: "\e915";
}

html {
  --container-padding: 16px;
  --gap: 8px;
  --column: calc((100vw - var(--container-padding) * 2 - (3 * var(--gap))) / 4);
  --border-corner: 0;
  --g-vertical: clamp(36px, calc(36px + (80 - 36) * ((100vw - 1024px) / (1920 - 1024))), 80px);
  --g-vertical-l: clamp(56px, calc(56px + (96 - 56) * ((100vw - 1024px) / (1920 - 1024))), 96px);
  --g-vertical-xl: clamp(56px, calc(56px + (176 - 56) * ((100vw - 1024px) / (1920 - 1024))), 176px);
  --g-content-b: clamp(36px, calc(36px + (40 - 36) * ((100vw - 1024px) / (1920 - 1024))), 40px);
  --g-content-l: clamp(40px, calc(40px + (64 - 40) * ((100vw - 1024px) / (1920 - 1024))), 64px);
  --g-content-m: clamp(16px, calc(16px + (64 - 16) * ((100vw - 1024px) / (1920 - 1024))), 64px);
  --g-card: clamp(24px, calc(24px + (40 - 24) * ((100vw - 1024px) / (1920 - 1024))), 40px);
  --g-card-1: clamp(24px, calc(24px + (32 - 24) * ((100vw - 1024px) / (1920 - 1024))), 32px);
  --fs-12: 12px;
  --fs-14: clamp(12px, calc(12px + (14 - 12) * ((100vw - 1024px) / (1920 - 1024))), 14px);
  --fs-16: 16px;
  --fs-body-1: clamp(14px, calc(14px + (16 - 14) * ((100vw - 1024px) / (1920 - 1024))), 16px);
  --fs-body-2: clamp(16px, calc(16px + (18 - 16) * ((100vw - 1024px) / (1920 - 1024))), 18px);
  --fs-body-3: clamp(17px, calc(17px + (21 - 17) * ((100vw - 1024px) / (1920 - 1024))), 21px);
  --fs-caption-2: clamp(14px, calc(14px + (14 - 14) * ((100vw - 1024px) / (1920 - 1024))), 14px);
  --fs-heading-5: clamp(30px, calc(30px + (49 - 30) * ((100vw - 1024px) / (1920 - 1024))), 49px);
  --fs-heading-4: clamp(21px, calc(21px + (42 - 21) * ((100vw - 1024px) / (1920 - 1024))), 42px);
  --fs-heading-3: clamp(21px, calc(21px + (37 - 21) * ((100vw - 1024px) / (1920 - 1024))), 37px);
  --fs-heading-2: clamp(21px, calc(21px + (28 - 21) * ((100vw - 1024px) / (1920 - 1024))), 28px);
  --fs-heading-1: clamp(19px, calc(19px + (25 - 19) * ((100vw - 1024px) / (1920 - 1024))), 25px);
  --transition: 0.3s ease-in-out;
}
@media (min-width: 992px) {
  html {
    --container-padding: 40px;
  }
}
@media (min-width: 1171px) {
  html {
    --container-padding: 60px;
  }
}
@media (min-width: 1380px) {
  html {
    --container-padding: 80px;
  }
}
@media (min-width: 1921px) {
  html {
    --container-padding: calc((100vw - 1760px) / 2);
  }
}
@media (min-width: 1024px) {
  html {
    --gap: 24px;
    --column: calc((100vw - var(--container-padding) * 2 - (11 * var(--gap))) / 12);
  }
}
@media (min-width: 1440px) {
  html {
    --gap: 32px;
  }
}

html {
  --text-primary: #191818;
  --text-secondary: #8C8B8B;
  --text-complimentary: #19181880;
  --text-complimentary-2: #303030;
  --text-complimentary-3: #191818CC;
  --brand-accent: #481827;
  --cascade-border-color: #1918181A;
  --accent-color: #481827;
  --critical-soft: #DA1A00;
  --form-placeholder-color: #818080;
  --form-border-color: #19181826;
  --form-border-color-hover: #3B3A3A;
  --form-hint-color: #818080;
  --form-input-bg-color: #1918180D;
}

body {
  background-color: #FCFBF7;
}

.theme-color-1 {
  --bg-color: #481827;
  --text-primary: #FCFBF7;
  --text-complimentary-2: #FCFBF7E5;
  --cascade-border-color: #FCFBF71A;
  --g-vertical: var(--g-vertical-xl);
  .block_list-slider--controls {
    color:  #FCFBF7E5
  }
}

.theme-color-2 {
  --bg-color: #1C291F;
  --text-primary: #FCFBF7;
  --text-complimentary-2: #FCFBF7E5;
  --cascade-border-color: #FCFBF71A;
  --g-vertical: var(--g-vertical-xl);
  .block_list-slider--controls {
    color:  #FCFBF7E5
  }
}

.theme-color-3 {
  --bg-color: #B7BAA7;
  --text-primary: #191818;
  --text-complimentary-2: #303030;
  --cascade-border-color: #1918181A;
  --g-vertical: var(--g-vertical-xl);
}

.theme-color-4 {
  --bg-color: #814736;
  --text-primary: #FCFBF7;
  --text-complimentary-2: #FCFBF7E5;
  --cascade-border-color: #FCFBF71A;
  --g-vertical: var(--g-vertical-xl);
  .block_list-slider--controls {
    color:  #FCFBF7E5
  }
}

.theme-color-5 {
  --bg-color: #F7F3E6;
  --text-primary: #191818;
  --text-complimentary-2: #303030;
  --cascade-border-color: #1918181A;
  --g-vertical: var(--g-vertical-xl);
}

.theme-color-6 {
  --bg-color: #191818;
  --text-primary: #FCFBF7;
  --text-complimentary-2: #FCFBF7E5;
  --cascade-border-color: #FCFBF71A;
  --g-vertical: var(--g-vertical-xl);
  .block_list-slider--controls {
    color:  #FCFBF7E5
  }
}

.theme-color-7 {
  --bg-color: #D8E6F1;
  --text-primary: #191818;
  --text-complimentary-2: #303030;
  --cascade-border-color: #1918181A;
  --g-vertical: var(--g-vertical-xl);
}

.block_list.theme-color-6,
.block_list.theme-color-4,
.block_list.theme-color-2,
.block_list.theme-color-1,
.theme-color-6,
.theme-color-4,
.theme-color-2,
.theme-color-1 {
  --sections-block-border-color: #FCFBF71F;
  --sections-text-color: #FCFBF7;
  --sections-border-color: transparent;
  --sections-bg-color: transparent;
  --sections-text-color-active: #191818;
  --sections-border-color-active: transparent;
  --sections-bg-color-active: #FCFBF7;
  --sections-text-color-hover: #FCFBF7;
  --sections-border-color-hover: transparent;
  --sections-bg-color-hover: #FCFBF70D;
  --form-placeholder-color: #FCFBF78C;
  --form-border-color: #FCFBF726;
  --form-border-color-hover: #FCFBF7CC;
  --form-hint-color: #FCFBF78C;
  --form-input-bg-color: #FCFBF70D;
  --pagination-button-color: #FCFBF7;
  --pagination-button-bg-color: transparent;
  --pagination-button-border-color: #FCFBF726;
  --pagination-button-color-hover: #FCFBF7;
  --pagination-button-bg-color-hover: #FCFBF70D;
  --pagination-button-border-color-hover: transparent;
  --pagination-button-color-current: #191818;
  --pagination-button-bg-color-current: #FCFBF7E5;
  --pagination-button-border-color-current: #FCFBF7E5;
}

body {
  min-height: 100vh;
}

a:not([class]) {
  cursor: pointer;
  transition: var(--transition);
}
a:not([class]):hover {
  color: var(--accent-color);
}

*::-moz-selection {
  background: transparent;
}

*::selection {
  background: transparent;
}

p::-moz-selection, h1::-moz-selection, h2::-moz-selection, h3::-moz-selection, h4::-moz-selection, h5::-moz-selection, h6::-moz-selection, li::-moz-selection, input::-moz-selection, textarea::-moz-selection {
  background-color: rgba(185, 40, 70, 0.2);
}

p::selection, h1::selection, h2::selection, h3::selection, h4::selection, h5::selection, h6::selection, li::selection, input::selection, textarea::selection {
  background-color: rgba(185, 40, 70, 0.2);
}

[data-poster] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
[data-poster].not_visible {
  opacity: 0;
}

img {
  width: 100%;
  height: 100%;
  display: block;
}

[data-fancybox] {
  cursor: pointer;
}

body {
  overflow-x: hidden;
}

.ui_grid-3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 40px;
  gap: 28px;
}
.ui_grid-3.-mode-dark {
  background-color: #121212;
  padding: 40px;
}

.dev-nav h1, .dev-nav h2 {
  margin: 48px 0 24px;
}
.dev-nav .button {
  margin-top: 16px;
}

body {
  position: relative;
}

/* Buttons */
.button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 0;
  flex-shrink: 0;
  cursor: pointer;
  z-index: 1;
  overflow: hidden;
  transition: var(--transition);
  padding: 13px 15px;
  font-size: 12px;
  background-color: var(--button-bg-color, transparent);
  border: 1px solid var(--button-border-color, transparent);
  color: var(--button-color);
  --icon-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 2px;
}
@media (min-width: 1024px) {
  .button {
    padding: 13px 15px;
    font-size: 14px;
    --icon-size: 20px;
  }
}
.button span {
  transition: inherit;
  color: inherit;
}
.button span:not([class]) {
  padding: 0 8px;
  line-height: 20px;
  white-space: nowrap;
  text-align: center;
}
.button span[class^=icon-],
.button span[class*=" icon-"],
.button svg[class^=icon],
.button svg {
  color: inherit;
  width: var(--icon-size);
  height: var(--icon-size);
  font-size: var(--icon-size);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button span[class^=icon-]:only-child,
.button span[class*=" icon-"]:only-child,
.button svg[class^=icon]:only-child,
.button svg:only-child {
  margin: 0 -3px;
}
@media (min-width: 1024px) {
  .button span[class^=icon-]:only-child,
  .button span[class*=" icon-"]:only-child,
  .button svg[class^=icon]:only-child,
  .button svg:only-child {
    margin: 0 -2px;
  }
}
.button[disabled], .button.is_disabled {
  cursor: initial;
  pointer-events: none;
  opacity: 0.3;
}

.button-link-secondary {
  border-bottom: 1px solid currentColor;
  padding-left: 0;
  padding-right: 0;
  gap: 8px;
}
.button-link-secondary span:not([class]) {
  padding: 0;
}

.button-filled-primary,
.button-filled-secondary {
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
}

/* Button  colors  */
/* accent */
.button-accent.button-filled, .button-accent.button-filled-primary {
  --button-bg-color: #481827;
  --button-border-color: transparent;
  --button-color: #FCFBF7;
}
.button-accent.button-filled:hover, .button-accent.button-filled:focus, .button-accent.button-filled-primary:hover, .button-accent.button-filled-primary:focus {
  --button-bg-color: #391A25;
  --button-border-color: transparent;
  --button-color: #FCFBF7;
}

.button-accent-2.button-filled, .button-accent-2.button-filled-primary {
  --button-bg-color: #1C291F;
  --button-border-color: transparent;
  --button-color: #FCFBF7;
}
.button-accent-2.button-filled:hover, .button-accent-2.button-filled:focus, .button-accent-2.button-filled-primary:hover, .button-accent-2.button-filled-primary:focus {
  --button-bg-color: #1E2420;
  --button-border-color: transparent;
  --button-color: #FCFBF7;
}

/* neutral */
.button-filled-primary {
  --button-bg-color: #191818;
  --button-border-color: transparent;
  --button-color: #FCFBF7;
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
}
.button-filled-primary:hover, .button-filled-primary:focus, .button-filled-primary:active {
  --button-bg-color: #191818E5;
  --button-border-color: transparent;
  --button-color: #FCFBF7;
}

.button-filled-secondary {
  --button-bg-color: #1918180D;
  --button-border-color: transparent;
  --button-color: #191818;
}
.button-filled-secondary:hover, .button-filled-secondary:focus, .button-filled-secondary:active {
  --button-bg-color: #19181826;
  --button-border-color: transparent;
  --button-color: #191818;
}

.button-outlined-primary {
  --button-bg-color: transparent;
  --button-border-color: #19181826;
  --button-color: #191818;
}
.button-outlined-primary:hover, .button-outlined-primary:focus, .button-outlined-primary:active {
  --button-bg-color: transparent;
  --button-border-color: #1918184D;
  --button-color: #191818;
}

.button-link-primary, .block--pagination .button:only-child {
  --button-color: #191818;
}
.button-link-primary:hover, .block--pagination .button:hover:only-child, .button-link-primary:focus, .block--pagination .button:focus:only-child, .button-link-primary:active, .block--pagination .button:active:only-child {
  --button-color: #191818;
}

.header_mobile .button-accent.button-filled, .header_mobile .button-accent.button-filled-primary,
.header_mobile .button-accent-2.button-filled,
.header_mobile .button-accent-2.button-filled-primary,
.theme-dark .button-accent.button-filled,
.theme-dark .button-accent.button-filled-primary,
.theme-dark .button-accent-2.button-filled,
.theme-dark .button-accent-2.button-filled-primary,
.theme-color-6 .block--actions .button-accent.button-filled,
.theme-color-6 .block--actions .button-accent.button-filled-primary,
.theme-color-6 .block--actions .button-accent-2.button-filled,
.theme-color-6 .block--actions .button-accent-2.button-filled-primary,
.theme-color-6 .button_wrapper .button-accent.button-filled,
.theme-color-6 .button_wrapper .button-accent.button-filled-primary,
.theme-color-6 .button_wrapper .button-accent-2.button-filled,
.theme-color-6 .button_wrapper .button-accent-2.button-filled-primary,
.theme-color-6 .block--link .button-accent.button-filled,
.theme-color-6 .block--link .button-accent.button-filled-primary,
.theme-color-6 .block--link .button-accent-2.button-filled,
.theme-color-6 .block--link .button-accent-2.button-filled-primary,
.theme-color-4 .block--actions .button-accent.button-filled,
.theme-color-4 .block--actions .button-accent.button-filled-primary,
.theme-color-4 .block--actions .button-accent-2.button-filled,
.theme-color-4 .block--actions .button-accent-2.button-filled-primary,
.theme-color-4 .button_wrapper .button-accent.button-filled,
.theme-color-4 .button_wrapper .button-accent.button-filled-primary,
.theme-color-4 .button_wrapper .button-accent-2.button-filled,
.theme-color-4 .button_wrapper .button-accent-2.button-filled-primary,
.theme-color-4 .block--link .button-accent.button-filled,
.theme-color-4 .block--link .button-accent.button-filled-primary,
.theme-color-4 .block--link .button-accent-2.button-filled,
.theme-color-4 .block--link .button-accent-2.button-filled-primary,
.theme-color-2 .block--actions .button-accent.button-filled,
.theme-color-2 .block--actions .button-accent.button-filled-primary,
.theme-color-2 .block--actions .button-accent-2.button-filled,
.theme-color-2 .block--actions .button-accent-2.button-filled-primary,
.theme-color-2 .button_wrapper .button-accent.button-filled,
.theme-color-2 .button_wrapper .button-accent.button-filled-primary,
.theme-color-2 .button_wrapper .button-accent-2.button-filled,
.theme-color-2 .button_wrapper .button-accent-2.button-filled-primary,
.theme-color-2 .block--link .button-accent.button-filled,
.theme-color-2 .block--link .button-accent.button-filled-primary,
.theme-color-2 .block--link .button-accent-2.button-filled,
.theme-color-2 .block--link .button-accent-2.button-filled-primary,
.theme-color-1 .block--actions .button-accent.button-filled,
.theme-color-1 .block--actions .button-accent.button-filled-primary,
.theme-color-1 .block--actions .button-accent-2.button-filled,
.theme-color-1 .block--actions .button-accent-2.button-filled-primary,
.theme-color-1 .button_wrapper .button-accent.button-filled,
.theme-color-1 .button_wrapper .button-accent.button-filled-primary,
.theme-color-1 .button_wrapper .button-accent-2.button-filled,
.theme-color-1 .button_wrapper .button-accent-2.button-filled-primary,
.theme-color-1 .block--link .button-accent.button-filled,
.theme-color-1 .block--link .button-accent.button-filled-primary,
.theme-color-1 .block--link .button-accent-2.button-filled,
.theme-color-1 .block--link .button-accent-2.button-filled-primary,
.block_banner:not(.block_banner-no_media) .button-accent.button-filled,
.block_banner:not(.block_banner-no_media) .button-accent.button-filled-primary,
.block_banner:not(.block_banner-no_media) .button-accent-2.button-filled,
.block_banner:not(.block_banner-no_media) .button-accent-2.button-filled-primary {
  --button-bg-color: #FCFBF7;
  --button-border-color: transparent;
  --button-color: #191818;
}
.header_mobile .button-accent.button-filled:hover, .header_mobile .button-accent.button-filled:focus, .header_mobile .button-accent.button-filled-primary:hover, .header_mobile .button-accent.button-filled-primary:focus,
.header_mobile .button-accent-2.button-filled:hover,
.header_mobile .button-accent-2.button-filled:focus,
.header_mobile .button-accent-2.button-filled-primary:hover,
.header_mobile .button-accent-2.button-filled-primary:focus,
.theme-dark .button-accent.button-filled:hover,
.theme-dark .button-accent.button-filled:focus,
.theme-dark .button-accent.button-filled-primary:hover,
.theme-dark .button-accent.button-filled-primary:focus,
.theme-dark .button-accent-2.button-filled:hover,
.theme-dark .button-accent-2.button-filled:focus,
.theme-dark .button-accent-2.button-filled-primary:hover,
.theme-dark .button-accent-2.button-filled-primary:focus,
.theme-color-6 .block--actions .button-accent.button-filled:hover,
.theme-color-6 .block--actions .button-accent.button-filled:focus,
.theme-color-6 .block--actions .button-accent.button-filled-primary:hover,
.theme-color-6 .block--actions .button-accent.button-filled-primary:focus,
.theme-color-6 .block--actions .button-accent-2.button-filled:hover,
.theme-color-6 .block--actions .button-accent-2.button-filled:focus,
.theme-color-6 .block--actions .button-accent-2.button-filled-primary:hover,
.theme-color-6 .block--actions .button-accent-2.button-filled-primary:focus,
.theme-color-6 .button_wrapper .button-accent.button-filled:hover,
.theme-color-6 .button_wrapper .button-accent.button-filled:focus,
.theme-color-6 .button_wrapper .button-accent.button-filled-primary:hover,
.theme-color-6 .button_wrapper .button-accent.button-filled-primary:focus,
.theme-color-6 .button_wrapper .button-accent-2.button-filled:hover,
.theme-color-6 .button_wrapper .button-accent-2.button-filled:focus,
.theme-color-6 .button_wrapper .button-accent-2.button-filled-primary:hover,
.theme-color-6 .button_wrapper .button-accent-2.button-filled-primary:focus,
.theme-color-6 .block--link .button-accent.button-filled:hover,
.theme-color-6 .block--link .button-accent.button-filled:focus,
.theme-color-6 .block--link .button-accent.button-filled-primary:hover,
.theme-color-6 .block--link .button-accent.button-filled-primary:focus,
.theme-color-6 .block--link .button-accent-2.button-filled:hover,
.theme-color-6 .block--link .button-accent-2.button-filled:focus,
.theme-color-6 .block--link .button-accent-2.button-filled-primary:hover,
.theme-color-6 .block--link .button-accent-2.button-filled-primary:focus,
.theme-color-4 .block--actions .button-accent.button-filled:hover,
.theme-color-4 .block--actions .button-accent.button-filled:focus,
.theme-color-4 .block--actions .button-accent.button-filled-primary:hover,
.theme-color-4 .block--actions .button-accent.button-filled-primary:focus,
.theme-color-4 .block--actions .button-accent-2.button-filled:hover,
.theme-color-4 .block--actions .button-accent-2.button-filled:focus,
.theme-color-4 .block--actions .button-accent-2.button-filled-primary:hover,
.theme-color-4 .block--actions .button-accent-2.button-filled-primary:focus,
.theme-color-4 .button_wrapper .button-accent.button-filled:hover,
.theme-color-4 .button_wrapper .button-accent.button-filled:focus,
.theme-color-4 .button_wrapper .button-accent.button-filled-primary:hover,
.theme-color-4 .button_wrapper .button-accent.button-filled-primary:focus,
.theme-color-4 .button_wrapper .button-accent-2.button-filled:hover,
.theme-color-4 .button_wrapper .button-accent-2.button-filled:focus,
.theme-color-4 .button_wrapper .button-accent-2.button-filled-primary:hover,
.theme-color-4 .button_wrapper .button-accent-2.button-filled-primary:focus,
.theme-color-4 .block--link .button-accent.button-filled:hover,
.theme-color-4 .block--link .button-accent.button-filled:focus,
.theme-color-4 .block--link .button-accent.button-filled-primary:hover,
.theme-color-4 .block--link .button-accent.button-filled-primary:focus,
.theme-color-4 .block--link .button-accent-2.button-filled:hover,
.theme-color-4 .block--link .button-accent-2.button-filled:focus,
.theme-color-4 .block--link .button-accent-2.button-filled-primary:hover,
.theme-color-4 .block--link .button-accent-2.button-filled-primary:focus,
.theme-color-2 .block--actions .button-accent.button-filled:hover,
.theme-color-2 .block--actions .button-accent.button-filled:focus,
.theme-color-2 .block--actions .button-accent.button-filled-primary:hover,
.theme-color-2 .block--actions .button-accent.button-filled-primary:focus,
.theme-color-2 .block--actions .button-accent-2.button-filled:hover,
.theme-color-2 .block--actions .button-accent-2.button-filled:focus,
.theme-color-2 .block--actions .button-accent-2.button-filled-primary:hover,
.theme-color-2 .block--actions .button-accent-2.button-filled-primary:focus,
.theme-color-2 .button_wrapper .button-accent.button-filled:hover,
.theme-color-2 .button_wrapper .button-accent.button-filled:focus,
.theme-color-2 .button_wrapper .button-accent.button-filled-primary:hover,
.theme-color-2 .button_wrapper .button-accent.button-filled-primary:focus,
.theme-color-2 .button_wrapper .button-accent-2.button-filled:hover,
.theme-color-2 .button_wrapper .button-accent-2.button-filled:focus,
.theme-color-2 .button_wrapper .button-accent-2.button-filled-primary:hover,
.theme-color-2 .button_wrapper .button-accent-2.button-filled-primary:focus,
.theme-color-2 .block--link .button-accent.button-filled:hover,
.theme-color-2 .block--link .button-accent.button-filled:focus,
.theme-color-2 .block--link .button-accent.button-filled-primary:hover,
.theme-color-2 .block--link .button-accent.button-filled-primary:focus,
.theme-color-2 .block--link .button-accent-2.button-filled:hover,
.theme-color-2 .block--link .button-accent-2.button-filled:focus,
.theme-color-2 .block--link .button-accent-2.button-filled-primary:hover,
.theme-color-2 .block--link .button-accent-2.button-filled-primary:focus,
.theme-color-1 .block--actions .button-accent.button-filled:hover,
.theme-color-1 .block--actions .button-accent.button-filled:focus,
.theme-color-1 .block--actions .button-accent.button-filled-primary:hover,
.theme-color-1 .block--actions .button-accent.button-filled-primary:focus,
.theme-color-1 .block--actions .button-accent-2.button-filled:hover,
.theme-color-1 .block--actions .button-accent-2.button-filled:focus,
.theme-color-1 .block--actions .button-accent-2.button-filled-primary:hover,
.theme-color-1 .block--actions .button-accent-2.button-filled-primary:focus,
.theme-color-1 .button_wrapper .button-accent.button-filled:hover,
.theme-color-1 .button_wrapper .button-accent.button-filled:focus,
.theme-color-1 .button_wrapper .button-accent.button-filled-primary:hover,
.theme-color-1 .button_wrapper .button-accent.button-filled-primary:focus,
.theme-color-1 .button_wrapper .button-accent-2.button-filled:hover,
.theme-color-1 .button_wrapper .button-accent-2.button-filled:focus,
.theme-color-1 .button_wrapper .button-accent-2.button-filled-primary:hover,
.theme-color-1 .button_wrapper .button-accent-2.button-filled-primary:focus,
.theme-color-1 .block--link .button-accent.button-filled:hover,
.theme-color-1 .block--link .button-accent.button-filled:focus,
.theme-color-1 .block--link .button-accent.button-filled-primary:hover,
.theme-color-1 .block--link .button-accent.button-filled-primary:focus,
.theme-color-1 .block--link .button-accent-2.button-filled:hover,
.theme-color-1 .block--link .button-accent-2.button-filled:focus,
.theme-color-1 .block--link .button-accent-2.button-filled-primary:hover,
.theme-color-1 .block--link .button-accent-2.button-filled-primary:focus,
.block_banner:not(.block_banner-no_media) .button-accent.button-filled:hover,
.block_banner:not(.block_banner-no_media) .button-accent.button-filled:focus,
.block_banner:not(.block_banner-no_media) .button-accent.button-filled-primary:hover,
.block_banner:not(.block_banner-no_media) .button-accent.button-filled-primary:focus,
.block_banner:not(.block_banner-no_media) .button-accent-2.button-filled:hover,
.block_banner:not(.block_banner-no_media) .button-accent-2.button-filled:focus,
.block_banner:not(.block_banner-no_media) .button-accent-2.button-filled-primary:hover,
.block_banner:not(.block_banner-no_media) .button-accent-2.button-filled-primary:focus {
  --button-bg-color: #F3F3F3;
  --button-border-color: transparent;
  --button-color: #191818;
}
.header_mobile .button-filled-primary,
.theme-dark .button-filled-primary,
.theme-color-6 .block--actions .button-filled-primary,
.theme-color-6 .button_wrapper .button-filled-primary,
.theme-color-6 .block--link .button-filled-primary,
.theme-color-4 .block--actions .button-filled-primary,
.theme-color-4 .button_wrapper .button-filled-primary,
.theme-color-4 .block--link .button-filled-primary,
.theme-color-2 .block--actions .button-filled-primary,
.theme-color-2 .button_wrapper .button-filled-primary,
.theme-color-2 .block--link .button-filled-primary,
.theme-color-1 .block--actions .button-filled-primary,
.theme-color-1 .button_wrapper .button-filled-primary,
.theme-color-1 .block--link .button-filled-primary,
.block_banner:not(.block_banner-no_media) .button-filled-primary {
  --button-bg-color: #FCFBF7;
  --button-border-color: transparent;
  --button-color: #191818;
}
.header_mobile .button-filled-primary:hover, .header_mobile .button-filled-primary:focus,
.theme-dark .button-filled-primary:hover,
.theme-dark .button-filled-primary:focus,
.theme-color-6 .block--actions .button-filled-primary:hover,
.theme-color-6 .block--actions .button-filled-primary:focus,
.theme-color-6 .button_wrapper .button-filled-primary:hover,
.theme-color-6 .button_wrapper .button-filled-primary:focus,
.theme-color-6 .block--link .button-filled-primary:hover,
.theme-color-6 .block--link .button-filled-primary:focus,
.theme-color-4 .block--actions .button-filled-primary:hover,
.theme-color-4 .block--actions .button-filled-primary:focus,
.theme-color-4 .button_wrapper .button-filled-primary:hover,
.theme-color-4 .button_wrapper .button-filled-primary:focus,
.theme-color-4 .block--link .button-filled-primary:hover,
.theme-color-4 .block--link .button-filled-primary:focus,
.theme-color-2 .block--actions .button-filled-primary:hover,
.theme-color-2 .block--actions .button-filled-primary:focus,
.theme-color-2 .button_wrapper .button-filled-primary:hover,
.theme-color-2 .button_wrapper .button-filled-primary:focus,
.theme-color-2 .block--link .button-filled-primary:hover,
.theme-color-2 .block--link .button-filled-primary:focus,
.theme-color-1 .block--actions .button-filled-primary:hover,
.theme-color-1 .block--actions .button-filled-primary:focus,
.theme-color-1 .button_wrapper .button-filled-primary:hover,
.theme-color-1 .button_wrapper .button-filled-primary:focus,
.theme-color-1 .block--link .button-filled-primary:hover,
.theme-color-1 .block--link .button-filled-primary:focus,
.block_banner:not(.block_banner-no_media) .button-filled-primary:hover,
.block_banner:not(.block_banner-no_media) .button-filled-primary:focus {
  --button-bg-color: #F3F3F3;
  --button-border-color: transparent;
  --button-color: #191818;
}
.header_mobile .button-filled-secondary,
.theme-dark .button-filled-secondary,
.theme-color-6 .block--actions .button-filled-secondary,
.theme-color-6 .button_wrapper .button-filled-secondary,
.theme-color-6 .block--link .button-filled-secondary,
.theme-color-4 .block--actions .button-filled-secondary,
.theme-color-4 .button_wrapper .button-filled-secondary,
.theme-color-4 .block--link .button-filled-secondary,
.theme-color-2 .block--actions .button-filled-secondary,
.theme-color-2 .button_wrapper .button-filled-secondary,
.theme-color-2 .block--link .button-filled-secondary,
.theme-color-1 .block--actions .button-filled-secondary,
.theme-color-1 .button_wrapper .button-filled-secondary,
.theme-color-1 .block--link .button-filled-secondary,
.block_banner:not(.block_banner-no_media) .button-filled-secondary {
  --button-bg-color: #FCFBF70D;
  --button-border-color: transparent;
  --button-color: #FCFBF7;
}
.header_mobile .button-filled-secondary:hover, .header_mobile .button-filled-secondary:focus, .header_mobile .button-filled-secondary:active,
.theme-dark .button-filled-secondary:hover,
.theme-dark .button-filled-secondary:focus,
.theme-dark .button-filled-secondary:active,
.theme-color-6 .block--actions .button-filled-secondary:hover,
.theme-color-6 .block--actions .button-filled-secondary:focus,
.theme-color-6 .block--actions .button-filled-secondary:active,
.theme-color-6 .button_wrapper .button-filled-secondary:hover,
.theme-color-6 .button_wrapper .button-filled-secondary:focus,
.theme-color-6 .button_wrapper .button-filled-secondary:active,
.theme-color-6 .block--link .button-filled-secondary:hover,
.theme-color-6 .block--link .button-filled-secondary:focus,
.theme-color-6 .block--link .button-filled-secondary:active,
.theme-color-4 .block--actions .button-filled-secondary:hover,
.theme-color-4 .block--actions .button-filled-secondary:focus,
.theme-color-4 .block--actions .button-filled-secondary:active,
.theme-color-4 .button_wrapper .button-filled-secondary:hover,
.theme-color-4 .button_wrapper .button-filled-secondary:focus,
.theme-color-4 .button_wrapper .button-filled-secondary:active,
.theme-color-4 .block--link .button-filled-secondary:hover,
.theme-color-4 .block--link .button-filled-secondary:focus,
.theme-color-4 .block--link .button-filled-secondary:active,
.theme-color-2 .block--actions .button-filled-secondary:hover,
.theme-color-2 .block--actions .button-filled-secondary:focus,
.theme-color-2 .block--actions .button-filled-secondary:active,
.theme-color-2 .button_wrapper .button-filled-secondary:hover,
.theme-color-2 .button_wrapper .button-filled-secondary:focus,
.theme-color-2 .button_wrapper .button-filled-secondary:active,
.theme-color-2 .block--link .button-filled-secondary:hover,
.theme-color-2 .block--link .button-filled-secondary:focus,
.theme-color-2 .block--link .button-filled-secondary:active,
.theme-color-1 .block--actions .button-filled-secondary:hover,
.theme-color-1 .block--actions .button-filled-secondary:focus,
.theme-color-1 .block--actions .button-filled-secondary:active,
.theme-color-1 .button_wrapper .button-filled-secondary:hover,
.theme-color-1 .button_wrapper .button-filled-secondary:focus,
.theme-color-1 .button_wrapper .button-filled-secondary:active,
.theme-color-1 .block--link .button-filled-secondary:hover,
.theme-color-1 .block--link .button-filled-secondary:focus,
.theme-color-1 .block--link .button-filled-secondary:active,
.block_banner:not(.block_banner-no_media) .button-filled-secondary:hover,
.block_banner:not(.block_banner-no_media) .button-filled-secondary:focus,
.block_banner:not(.block_banner-no_media) .button-filled-secondary:active {
  --button-bg-color: #FCFBF71A;
  --button-border-color: transparent;
  --button-color: #FCFBF7;
}
.header_mobile .button-outlined-primary,
.theme-dark .button-outlined-primary,
.theme-color-6 .block--actions .button-outlined-primary,
.theme-color-6 .button_wrapper .button-outlined-primary,
.theme-color-6 .block--link .button-outlined-primary,
.theme-color-4 .block--actions .button-outlined-primary,
.theme-color-4 .button_wrapper .button-outlined-primary,
.theme-color-4 .block--link .button-outlined-primary,
.theme-color-2 .block--actions .button-outlined-primary,
.theme-color-2 .button_wrapper .button-outlined-primary,
.theme-color-2 .block--link .button-outlined-primary,
.theme-color-1 .block--actions .button-outlined-primary,
.theme-color-1 .button_wrapper .button-outlined-primary,
.theme-color-1 .block--link .button-outlined-primary,
.block_banner:not(.block_banner-no_media) .button-outlined-primary {
  --button-bg-color: transparent;
  --button-border-color: #FCFBF726;
  --button-color: #FCFBF7;
}
.header_mobile .button-outlined-primary:hover, .header_mobile .button-outlined-primary:focus, .header_mobile .button-outlined-primary:active,
.theme-dark .button-outlined-primary:hover,
.theme-dark .button-outlined-primary:focus,
.theme-dark .button-outlined-primary:active,
.theme-color-6 .block--actions .button-outlined-primary:hover,
.theme-color-6 .block--actions .button-outlined-primary:focus,
.theme-color-6 .block--actions .button-outlined-primary:active,
.theme-color-6 .button_wrapper .button-outlined-primary:hover,
.theme-color-6 .button_wrapper .button-outlined-primary:focus,
.theme-color-6 .button_wrapper .button-outlined-primary:active,
.theme-color-6 .block--link .button-outlined-primary:hover,
.theme-color-6 .block--link .button-outlined-primary:focus,
.theme-color-6 .block--link .button-outlined-primary:active,
.theme-color-4 .block--actions .button-outlined-primary:hover,
.theme-color-4 .block--actions .button-outlined-primary:focus,
.theme-color-4 .block--actions .button-outlined-primary:active,
.theme-color-4 .button_wrapper .button-outlined-primary:hover,
.theme-color-4 .button_wrapper .button-outlined-primary:focus,
.theme-color-4 .button_wrapper .button-outlined-primary:active,
.theme-color-4 .block--link .button-outlined-primary:hover,
.theme-color-4 .block--link .button-outlined-primary:focus,
.theme-color-4 .block--link .button-outlined-primary:active,
.theme-color-2 .block--actions .button-outlined-primary:hover,
.theme-color-2 .block--actions .button-outlined-primary:focus,
.theme-color-2 .block--actions .button-outlined-primary:active,
.theme-color-2 .button_wrapper .button-outlined-primary:hover,
.theme-color-2 .button_wrapper .button-outlined-primary:focus,
.theme-color-2 .button_wrapper .button-outlined-primary:active,
.theme-color-2 .block--link .button-outlined-primary:hover,
.theme-color-2 .block--link .button-outlined-primary:focus,
.theme-color-2 .block--link .button-outlined-primary:active,
.theme-color-1 .block--actions .button-outlined-primary:hover,
.theme-color-1 .block--actions .button-outlined-primary:focus,
.theme-color-1 .block--actions .button-outlined-primary:active,
.theme-color-1 .button_wrapper .button-outlined-primary:hover,
.theme-color-1 .button_wrapper .button-outlined-primary:focus,
.theme-color-1 .button_wrapper .button-outlined-primary:active,
.theme-color-1 .block--link .button-outlined-primary:hover,
.theme-color-1 .block--link .button-outlined-primary:focus,
.theme-color-1 .block--link .button-outlined-primary:active,
.block_banner:not(.block_banner-no_media) .button-outlined-primary:hover,
.block_banner:not(.block_banner-no_media) .button-outlined-primary:focus,
.block_banner:not(.block_banner-no_media) .button-outlined-primary:active {
  --button-bg-color: #FCFBF71A;
  --button-border-color: #FCFBF74D;
  --button-color: #FCFBF7;
}
.header_mobile .button-link-primary, .header_mobile .block--pagination .button:only-child, .block--pagination .header_mobile .button:only-child,
.theme-dark .button-link-primary,
.theme-dark .block--pagination .button:only-child,
.block--pagination .theme-dark .button:only-child,
.theme-color-6 .block--actions .button-link-primary,
.theme-color-6 .block--actions .block--pagination .button:only-child,
.block--pagination .theme-color-6 .block--actions .button:only-child,
.theme-color-6 .button_wrapper .button-link-primary,
.theme-color-6 .button_wrapper .block--pagination .button:only-child,
.block--pagination .theme-color-6 .button_wrapper .button:only-child,
.theme-color-6 .block--link .button-link-primary,
.theme-color-6 .block--link .block--pagination .button:only-child,
.block--pagination .theme-color-6 .block--link .button:only-child,
.theme-color-4 .block--actions .button-link-primary,
.theme-color-4 .block--actions .block--pagination .button:only-child,
.block--pagination .theme-color-4 .block--actions .button:only-child,
.theme-color-4 .button_wrapper .button-link-primary,
.theme-color-4 .button_wrapper .block--pagination .button:only-child,
.block--pagination .theme-color-4 .button_wrapper .button:only-child,
.theme-color-4 .block--link .button-link-primary,
.theme-color-4 .block--link .block--pagination .button:only-child,
.block--pagination .theme-color-4 .block--link .button:only-child,
.theme-color-2 .block--actions .button-link-primary,
.theme-color-2 .block--actions .block--pagination .button:only-child,
.block--pagination .theme-color-2 .block--actions .button:only-child,
.theme-color-2 .button_wrapper .button-link-primary,
.theme-color-2 .button_wrapper .block--pagination .button:only-child,
.block--pagination .theme-color-2 .button_wrapper .button:only-child,
.theme-color-2 .block--link .button-link-primary,
.theme-color-2 .block--link .block--pagination .button:only-child,
.block--pagination .theme-color-2 .block--link .button:only-child,
.theme-color-1 .block--actions .button-link-primary,
.theme-color-1 .block--actions .block--pagination .button:only-child,
.block--pagination .theme-color-1 .block--actions .button:only-child,
.theme-color-1 .button_wrapper .button-link-primary,
.theme-color-1 .button_wrapper .block--pagination .button:only-child,
.block--pagination .theme-color-1 .button_wrapper .button:only-child,
.theme-color-1 .block--link .button-link-primary,
.theme-color-1 .block--link .block--pagination .button:only-child,
.block--pagination .theme-color-1 .block--link .button:only-child,
.block_banner:not(.block_banner-no_media) .button-link-primary,
.block_banner:not(.block_banner-no_media) .block--pagination .button:only-child,
.block--pagination .block_banner:not(.block_banner-no_media) .button:only-child {
  --button-color: #FCFBF7;
}
.header_mobile .button-link-primary:hover, .header_mobile .block--pagination .button:hover:only-child, .block--pagination .header_mobile .button:hover:only-child, .header_mobile .button-link-primary:focus, .header_mobile .block--pagination .button:focus:only-child, .block--pagination .header_mobile .button:focus:only-child, .header_mobile .button-link-primary:active, .header_mobile .block--pagination .button:active:only-child, .block--pagination .header_mobile .button:active:only-child,
.theme-dark .button-link-primary:hover,
.theme-dark .block--pagination .button:hover:only-child,
.block--pagination .theme-dark .button:hover:only-child,
.theme-dark .button-link-primary:focus,
.theme-dark .block--pagination .button:focus:only-child,
.block--pagination .theme-dark .button:focus:only-child,
.theme-dark .button-link-primary:active,
.theme-dark .block--pagination .button:active:only-child,
.block--pagination .theme-dark .button:active:only-child,
.theme-color-6 .block--actions .button-link-primary:hover,
.theme-color-6 .block--actions .block--pagination .button:hover:only-child,
.block--pagination .theme-color-6 .block--actions .button:hover:only-child,
.theme-color-6 .block--actions .button-link-primary:focus,
.theme-color-6 .block--actions .block--pagination .button:focus:only-child,
.block--pagination .theme-color-6 .block--actions .button:focus:only-child,
.theme-color-6 .block--actions .button-link-primary:active,
.theme-color-6 .block--actions .block--pagination .button:active:only-child,
.block--pagination .theme-color-6 .block--actions .button:active:only-child,
.theme-color-6 .button_wrapper .button-link-primary:hover,
.theme-color-6 .button_wrapper .block--pagination .button:hover:only-child,
.block--pagination .theme-color-6 .button_wrapper .button:hover:only-child,
.theme-color-6 .button_wrapper .button-link-primary:focus,
.theme-color-6 .button_wrapper .block--pagination .button:focus:only-child,
.block--pagination .theme-color-6 .button_wrapper .button:focus:only-child,
.theme-color-6 .button_wrapper .button-link-primary:active,
.theme-color-6 .button_wrapper .block--pagination .button:active:only-child,
.block--pagination .theme-color-6 .button_wrapper .button:active:only-child,
.theme-color-6 .block--link .button-link-primary:hover,
.theme-color-6 .block--link .block--pagination .button:hover:only-child,
.block--pagination .theme-color-6 .block--link .button:hover:only-child,
.theme-color-6 .block--link .button-link-primary:focus,
.theme-color-6 .block--link .block--pagination .button:focus:only-child,
.block--pagination .theme-color-6 .block--link .button:focus:only-child,
.theme-color-6 .block--link .button-link-primary:active,
.theme-color-6 .block--link .block--pagination .button:active:only-child,
.block--pagination .theme-color-6 .block--link .button:active:only-child,
.theme-color-4 .block--actions .button-link-primary:hover,
.theme-color-4 .block--actions .block--pagination .button:hover:only-child,
.block--pagination .theme-color-4 .block--actions .button:hover:only-child,
.theme-color-4 .block--actions .button-link-primary:focus,
.theme-color-4 .block--actions .block--pagination .button:focus:only-child,
.block--pagination .theme-color-4 .block--actions .button:focus:only-child,
.theme-color-4 .block--actions .button-link-primary:active,
.theme-color-4 .block--actions .block--pagination .button:active:only-child,
.block--pagination .theme-color-4 .block--actions .button:active:only-child,
.theme-color-4 .button_wrapper .button-link-primary:hover,
.theme-color-4 .button_wrapper .block--pagination .button:hover:only-child,
.block--pagination .theme-color-4 .button_wrapper .button:hover:only-child,
.theme-color-4 .button_wrapper .button-link-primary:focus,
.theme-color-4 .button_wrapper .block--pagination .button:focus:only-child,
.block--pagination .theme-color-4 .button_wrapper .button:focus:only-child,
.theme-color-4 .button_wrapper .button-link-primary:active,
.theme-color-4 .button_wrapper .block--pagination .button:active:only-child,
.block--pagination .theme-color-4 .button_wrapper .button:active:only-child,
.theme-color-4 .block--link .button-link-primary:hover,
.theme-color-4 .block--link .block--pagination .button:hover:only-child,
.block--pagination .theme-color-4 .block--link .button:hover:only-child,
.theme-color-4 .block--link .button-link-primary:focus,
.theme-color-4 .block--link .block--pagination .button:focus:only-child,
.block--pagination .theme-color-4 .block--link .button:focus:only-child,
.theme-color-4 .block--link .button-link-primary:active,
.theme-color-4 .block--link .block--pagination .button:active:only-child,
.block--pagination .theme-color-4 .block--link .button:active:only-child,
.theme-color-2 .block--actions .button-link-primary:hover,
.theme-color-2 .block--actions .block--pagination .button:hover:only-child,
.block--pagination .theme-color-2 .block--actions .button:hover:only-child,
.theme-color-2 .block--actions .button-link-primary:focus,
.theme-color-2 .block--actions .block--pagination .button:focus:only-child,
.block--pagination .theme-color-2 .block--actions .button:focus:only-child,
.theme-color-2 .block--actions .button-link-primary:active,
.theme-color-2 .block--actions .block--pagination .button:active:only-child,
.block--pagination .theme-color-2 .block--actions .button:active:only-child,
.theme-color-2 .button_wrapper .button-link-primary:hover,
.theme-color-2 .button_wrapper .block--pagination .button:hover:only-child,
.block--pagination .theme-color-2 .button_wrapper .button:hover:only-child,
.theme-color-2 .button_wrapper .button-link-primary:focus,
.theme-color-2 .button_wrapper .block--pagination .button:focus:only-child,
.block--pagination .theme-color-2 .button_wrapper .button:focus:only-child,
.theme-color-2 .button_wrapper .button-link-primary:active,
.theme-color-2 .button_wrapper .block--pagination .button:active:only-child,
.block--pagination .theme-color-2 .button_wrapper .button:active:only-child,
.theme-color-2 .block--link .button-link-primary:hover,
.theme-color-2 .block--link .block--pagination .button:hover:only-child,
.block--pagination .theme-color-2 .block--link .button:hover:only-child,
.theme-color-2 .block--link .button-link-primary:focus,
.theme-color-2 .block--link .block--pagination .button:focus:only-child,
.block--pagination .theme-color-2 .block--link .button:focus:only-child,
.theme-color-2 .block--link .button-link-primary:active,
.theme-color-2 .block--link .block--pagination .button:active:only-child,
.block--pagination .theme-color-2 .block--link .button:active:only-child,
.theme-color-1 .block--actions .button-link-primary:hover,
.theme-color-1 .block--actions .block--pagination .button:hover:only-child,
.block--pagination .theme-color-1 .block--actions .button:hover:only-child,
.theme-color-1 .block--actions .button-link-primary:focus,
.theme-color-1 .block--actions .block--pagination .button:focus:only-child,
.block--pagination .theme-color-1 .block--actions .button:focus:only-child,
.theme-color-1 .block--actions .button-link-primary:active,
.theme-color-1 .block--actions .block--pagination .button:active:only-child,
.block--pagination .theme-color-1 .block--actions .button:active:only-child,
.theme-color-1 .button_wrapper .button-link-primary:hover,
.theme-color-1 .button_wrapper .block--pagination .button:hover:only-child,
.block--pagination .theme-color-1 .button_wrapper .button:hover:only-child,
.theme-color-1 .button_wrapper .button-link-primary:focus,
.theme-color-1 .button_wrapper .block--pagination .button:focus:only-child,
.block--pagination .theme-color-1 .button_wrapper .button:focus:only-child,
.theme-color-1 .button_wrapper .button-link-primary:active,
.theme-color-1 .button_wrapper .block--pagination .button:active:only-child,
.block--pagination .theme-color-1 .button_wrapper .button:active:only-child,
.theme-color-1 .block--link .button-link-primary:hover,
.theme-color-1 .block--link .block--pagination .button:hover:only-child,
.block--pagination .theme-color-1 .block--link .button:hover:only-child,
.theme-color-1 .block--link .button-link-primary:focus,
.theme-color-1 .block--link .block--pagination .button:focus:only-child,
.block--pagination .theme-color-1 .block--link .button:focus:only-child,
.theme-color-1 .block--link .button-link-primary:active,
.theme-color-1 .block--link .block--pagination .button:active:only-child,
.block--pagination .theme-color-1 .block--link .button:active:only-child,
.block_banner:not(.block_banner-no_media) .button-link-primary:hover,
.block_banner:not(.block_banner-no_media) .block--pagination .button:hover:only-child,
.block--pagination .block_banner:not(.block_banner-no_media) .button:hover:only-child,
.block_banner:not(.block_banner-no_media) .button-link-primary:focus,
.block_banner:not(.block_banner-no_media) .block--pagination .button:focus:only-child,
.block--pagination .block_banner:not(.block_banner-no_media) .button:focus:only-child,
.block_banner:not(.block_banner-no_media) .button-link-primary:active,
.block_banner:not(.block_banner-no_media) .block--pagination .button:active:only-child,
.block--pagination .block_banner:not(.block_banner-no_media) .button:active:only-child {
  --button-color: #FCFBF7;
}

.swiper-slide,
.card,
.gallery--item,
.is_slider_image,
.block_banner-group .banner {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  flex-shrink: 0;
  flex-grow: 0;
}

.swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  align-items: flex-start;
}

.swiper-button-next,
.swiper-button-prev {
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: relative;
  pointer-events: auto;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex: 0 0 44px;
  color: var(--text-primary);
  background-color: rgba(25, 24, 24, 0.0509803922);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  border: 1px solid transparent;
  border-radius: 2px;
}
@media (min-width: 1280px) {
  .swiper-button-next,
  .swiper-button-prev {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
  }
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: "icomoon" !important;
  font-size: 24px;
  z-index: 2;
  position: relative;
  transition: var(--transition);
}

.swiper-button-next,
.swiper-button-prev {
  transition: var(--transition);
  pointer-events: all;
  flex-shrink: 0;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
}

.swiper-button-next:after {
  content: "\e904";
}

.swiper-button-prev:after {
  content: "\e903";
}

.slider_controls {
  display: flex;
  position: absolute;
  align-items: center;
  z-index: 5;
  gap: 0;
  pointer-events: none;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}

.block_list-slider--controls {
  display: flex;
  gap: 0;
  align-items: center;
}

.swiper-pagination {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
}

.swiper-fade .card:not(.swiper-slide-active) {
  opacity: 0 !important;
  pointer-events: none;
}

.card--image_slide {
  flex-shrink: 0;
}

.swiper-lazy-preloader {
  z-index: 0;
}

.swiper-pagination-bullets {
  position: absolute;
  --swiper-pagination-bottom: 20px;
  display: flex;
  justify-content: center;
  z-index: 4;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #F7F3E6;
  background-color: transparent;
  transition: var(--transition);
  opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #F7F3E6;
}

.header {
  --logo-color: #191818;
  --bg-color: transparent;
  --border-color: #1918181F;
  --hover-color: #818080;
  position: sticky;
  top: 0;
  z-index: 20;
  width: 100%;
  background-color: var(--bg-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: background-color 0.16s linear;
}

.header.header-transparent {
  position: fixed;
  top: 0;
}
.header.header-transparent:not(.is_scrolled) {
  color: #FCFBF7;
  --logo-color: #FCFBF7;
  --bg-color: transparent;
  --border-color: #FCFBF71F;
  --hover-color: #FCFBF78C;
}
.header.header-transparent:not(.is_scrolled) .header--top {
  background-color: rgba(25, 24, 24, 0.3019607843);
  border-color: transparent;
}
.header.header-transparent.is_scrolled, .header.is_scrolled {
  --bg-color: #FCFBF7;
}

.header--top {
  padding: 0;
  border-bottom: 1px solid var(--border-color);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  width: 100%;
  grid-template-columns: 1fr auto 1fr;
  display: grid;
  align-items: center;
  position: relative;
  z-index: 20;
}
@media (min-width: 1024px) {
  .header--top {
    padding: 0 var(--container-padding);
  }
}

.header--main {
  padding: 16px var(--container-padding);
  position: relative;
  z-index: 20;
  border-bottom: 1px solid var(--border-color);
}

.header--main {
  display: grid;
  transition: var(--transition);
  z-index: 2;
  position: relative;
  width: 100%;
  gap: 24px;
  grid-template-columns: auto 1fr;
}
@media (min-width: 1024px) {
  .header--main {
    grid-template-columns: 1fr auto 1fr;
  }
}

.header-simple .header--main {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
}

.header--links {
  grid-column: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
}
@media (max-width: 1024px) {
  .header--links {
    overflow-x: auto;
    justify-content: flex-start;
  }
}
.header--links_item {
  font-family: var(--font-family-title);
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.3;
  display: flex;
  align-items: center;
  padding-right: 20px;
  white-space: nowrap;
}
.header--links_item:hover span {
  opacity: 1;
}
.header--links_item span {
  opacity: 0.5;
}
.header--links_item:not(:first-child):before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: currentcolor;
  margin-right: 20px;
  opacity: 0.5;
}
.header--links_item svg {
  height: 15px;
}

.header--actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
}
.header--actions .button {
  --button-color: currentcolor;
}
@media (max-width: 1024px) {
  .header--actions .button span:not([class]) {
    display: none;
  }
}

.header--logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--logo-color);
}
.header--logo img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.header--logo svg, .header--logo img {
  width: auto;
  height: 100%;
  max-height: 56px;
  max-width: 40vw;
}
@media (min-width: 1024px) {
  .header--logo svg, .header--logo img {
    max-height: 90px;
    max-width: 12vw;
  }
}

.header--nav {
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.header--nav [data-closedropdown],
.header--nav .nav--item_title {
  display: none;
}


.header--top_nav {
  display: flex;
  gap: 0;
}
.header--top_nav a, .header--top_nav button {
  height: 48px;
  letter-spacing: 0.01em;
  --icon-size: 16px;
}
@media (max-width: 1024px) {
  .header--top_nav a, .header--top_nav button {
    position: relative;
  }
  .header--top_nav a:before, .header--top_nav button:before {
    content: "";
    height: 48px;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    background-color: var(--border-color);
    opacity: 0.5;
  }
}
.header--top_nav a:not(:last-child), .header--top_nav button:not(:last-child) {
  position: relative;
}
.header--top_nav a:not(:last-child):before, .header--top_nav button:not(:last-child):before {
  content: "";
  height: 48px;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  background-color: var(--border-color);
  opacity: 0.5;
}
@media (max-width: 1024px) {
  .header--top_nav [data-openpopup=popup_menu_hotel] {
    display: none;
  }
}

.header_mobile {
  display: flex;
  padding: 24px var(--container-padding) 10px;
  position: fixed;
  z-index: 30;
  bottom: 0;
  left: 0;
  gap: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.header_mobile .button {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}
.header_mobile .button-filled-secondary {
  background-color: rgba(25, 24, 24, 0.3019607843);
}
.header_mobile:after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.00518832) 6.67%, rgba(0, 0, 0, 0.021306) 13.33%, rgba(0, 0, 0, 0.0489959) 20%, rgba(0, 0, 0, 0.0884468) 26.67%, rgba(0, 0, 0, 0.139065) 33.33%, rgba(0, 0, 0, 0.19913) 40%, rgba(0, 0, 0, 0.265615) 46.67%, rgba(0, 0, 0, 0.334385) 53.33%, rgba(0, 0, 0, 0.40087) 60%, rgba(0, 0, 0, 0.460935) 66.67%, rgba(0, 0, 0, 0.511553) 73.33%, rgba(0, 0, 0, 0.551004) 80%, rgba(0, 0, 0, 0.578694) 86.67%, rgba(0, 0, 0, 0.594812) 93.33%, rgba(0, 0, 0, 0.6) 100%);
  width: 100%;
  height: 200%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .header_mobile {
    display: none;
  }
}

.nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.nav--item {
  display: flex;
  align-items: center;
}
.nav--item a {
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding: 3px 12px;
  color: currentColor;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}
.nav--item a:hover {
  color: var(--hover-color);
}

.breadcrumbs {
  --breadcrumbs-color: #818080;
  --breadcrumbs-color-active: #191818;
  display: flex;
  align-items: center;
  max-width: 100vw;
  opacity: 0;
  padding: 16px var(--container-padding) 6px;
  --gap: 8px;
  position: relative;
  z-index: 10;
  overflow-x: auto;
  overflow-y: clip;
  touch-action: pan-x;
}
@media (min-width: 1024px) {
  .breadcrumbs {
    padding: 24px var(--container-padding) 2px;
  }
}
.breadcrumbs.is_visible {
  opacity: 1;
}
.breadcrumbs a {
  transition: var(--transition);
  display: flex;
  align-items: center;
  position: relative;
  white-space: nowrap;
  flex-shrink: 0;
  flex-grow: 0;
  font-size: var(--fs-caption-2);
  line-height: 1.2;
  font-weight: 400;
  color: var(--breadcrumbs-color-active);
}
.breadcrumbs a span {
  max-width: 140px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.breadcrumbs a:not(:last-child) {
  padding-right: var(--gap);
  color: var(--breadcrumbs-color);
}
.breadcrumbs a:not(:last-child):hover, .breadcrumbs a:not(:last-child):focus, .breadcrumbs a:not(:last-child):active {
  color: var(--breadcrumbs-color-active);
  opacity: 1;
}
.breadcrumbs a:not(:last-child):after {
  content: "/";
  margin-left: var(--gap);
}
.breadcrumbs a:last-child {
  cursor: initial;
  pointer-events: none;
}

.header-transparent ~ .breadcrumbs {
  position: absolute;
  z-index: 10;
  top: var(--headerHeight, 160px);
  left: 0;
  right: 0;
  --breadcrumbs-color: #FCFBF78C;
  --breadcrumbs-color-active: #FCFBF7;
}

.is_cascade {
  color: var(--text-primary);
  --margin-l: clamp(56px, calc(56px + (64 - 56) * ((100vw - 1024px) / (1920 - 1024))), 64px);
  --margin-m: clamp(32px, calc(32px + (32 - 32) * ((100vw - 1024px) / (1920 - 1024))), 32px);
}
.is_cascade > *:first-child {
  margin-top: 0;
}
.is_cascade > *:last-child {
  margin-bottom: 0 !important;
}
.is_cascade h1, .is_cascade h2 {
  margin: var(--margin-l) 0 var(--margin-m);
}
.is_cascade h3, .is_cascade h4, .is_cascade h5, .is_cascade h6 {
  margin: var(--margin-m) 0;
}
.is_cascade h1 {
  font-size: clamp(24px, 24px + 24 * (100vw - 1024px) / 896, 48px);
}
.is_cascade h2 {
  font-size: var(--fs-heading-4);
}
.is_cascade h3 {
  font-size: var(--fs-heading-3);
}
.is_cascade h4, .is_cascade h5, .is_cascade h6 {
  font-size: var(--fs-heading-2);
}
.is_cascade p {
  line-height: 1.5;
  font-size: var(--fs-body-2);
  margin: 0 0 var(--margin-m);
}
.is_cascade li {
  line-height: 1.55;
}
.is_cascade p:not([class]) a:not([class]) {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-underline-offset: 2px;
}
.is_cascade p:not([class]) a:not([class]):hover, .is_cascade p:not([class]) a:not([class]):focus {
  opacity: 0.8;
}
.is_cascade hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #CACACA;
  margin: var(--margin-l) 0;
}
 .is_cascade hr+ h1, .is_cascade hr + h2, .is_cascade hr + h3, .is_cascade hr + h4, .is_cascade hr + h5, .is_cascade hr + h6 {
  margin-top: var(--margin-m);
}
.is_cascade strong {
  font-weight: 500;
  line-height: 1.5;
  color: var(--text-primary);
  margin-bottom: var(--margin-m);
  font-size: var(--fs-body-3);
}
.is_cascade ul:not([class]), .is_cascade ol:not([class]) {
  padding-left: 20px;
}
.is_cascade ul:not([class]) li, .is_cascade ol:not([class]) li {
  line-height: 1.55;
  font-size: var(--fs-body-2);
}
.is_cascade > ul, .is_cascade > ol {
  margin: var(--margin-m) 0;
}
.is_cascade--blockquote {
  margin: var(--margin-m) 0;
  padding: 80px 0 32px;
  border-bottom: solid 1px var(--cascade-border-color);
  border-top: solid 1px var(--cascade-border-color);
  display: flex;
  gap: 16px;
  position: relative;
  text-align: left;
}
.is_cascade--blockquote:before {
  content: "\e90f";
  font-family: "icomoon" !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 32px;
  position: absolute;
  top: 32px;
  left: 0;
}
.is_cascade--blockquote blockquote {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.is_cascade--blockquote blockquote strong {
  font-weight: 400;
  line-height: 1.5;
  font-size: var(--fs-body-3);
  margin: 0;
}
.is_cascade--blockquote .blockquote--author {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.is_cascade--blockquote .blockquote--author p, .is_cascade--blockquote .blockquote--author span {
  margin: 0;
  font-size: var(--fs-body-1);
  opacity: 0.9;
}
.is_cascade .button_wrapper, .is_cascade .block--actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: var(--margin-m) 0;
}
.is_cascade figure, .is_cascade > img, .is_cascade > video {
  margin: var(--margin-m) 0;
}
.is_cascade figure img, .is_cascade figure video {
  aspect-ratio: 900/500;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.is_cascade figure figcaption {
  color: var(--text-secondary);
  font-size: 16px;
  margin-top: 12px;
}
.is_cascade .is_cascade--slider {
  margin: var(--margin-m) 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
}
.is_cascade .is_cascade--slider .gallery {
  width: 100%;
}
.is_cascade .is_cascade--slider figure {
  margin: 0;
}
.is_cascade .is_cascade--accordion {
  text-align: left;
  margin: var(--margin-m) 0;
}
.is_cascade .is_cascade--accordion strong {
  font-size: var(--fs-subtitle-m);
}
.is_cascade .is_cascade--accordion p, .is_cascade .is_cascade--accordion li {
  font-size: var(--fs-body-m);
}
.is_cascade .is_cascade--table {
  width: 100%;
  overflow: hidden;
  margin: var(--margin-m) 0;
  font-size: var(--fs-body-2);
}
@media (max-width: 800px) {
  .is_cascade .is_cascade--table {
    overflow-x: auto;
  }
}
.is_cascade .is_cascade--table table {
  width: 100%;
  border-collapse: collapse;
}
.is_cascade .is_cascade--table thead {
  font-weight: 700;
}
.is_cascade .is_cascade--table td,
.is_cascade .is_cascade--table th {
  padding: 12px 16px;
  border: 1px solid var(--cascade-border-color);
}
.is_cascade--video {
  overflow: hidden;
  margin: var(--margin-m) 0;
}
.is_cascade--video .video {
  width: 100%;
  height: auto;
  position: relative;
}
.is_cascade--video .video video {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}
.is_cascade--video .video.is_playing .video--play,
.is_cascade--video .video.is_playing .video--timer {
  opacity: 0;
}
.is_cascade--video .video--timer {
  position: absolute;
  top: 16px;
  left: auto;
  right: 16px;
  background-color: #ffffff;
  border-radius: var(--border-radius-xs);
  font-size: var(--fs-xs);
  line-height: 1;
  padding: 7px 8px;
  min-width: 52px;
  display: flex;
  text-align: center;
  justify-content: center;
  transition: var(--transition);
}
.is_cascade--video .video--play {
  cursor: pointer;
  transition: var(--transition);
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='48' viewBox='0 0 45 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40.954 17.8233C45.9051 20.5157 45.9051 27.4855 40.954 30.1779L11.0594 46.4345C6.24748 49.0512 0.333984 45.6453 0.333984 40.2572L0.333986 7.74399C0.333986 2.35583 6.24747 -1.05004 11.0594 1.56668L40.954 17.8233Z' fill='white'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 56px;
  height: 56px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08), 0 0 4px 0 rgba(0, 0, 0, 0.04);
}

.is_cascade--chips {
  margin: var(--margin-m) 0;
  text-align: left;
}

.chips {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.chips--item {
  grid-template-columns: auto 1fr;
  display: grid;
}
.block_element.content_accommodation .chips--item:nth-child(n+7) {
  display: none;
}
@media(max-width: 992px) {
  .block_element.content_accommodation .chips--item:nth-child(n+6) {
    display: none;
  }
  .block_element.content_accommodation .chips {
    grid-template-columns: 1fr;
  }
}
.chips--item_image {
  display: flex;
  align-items: flex-start;
  grid-row: 1/span 2;
  font-size: 20px;
}
.chips--item_image img,
.chips--item_image svg,
.chips--item_image [class^=icon-],
.chips--item_image [class*=" icon-"] {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.chips--item_image:has(svg, img, div, span) {
  padding-right: 12px;
}
.chips--item_title {
  font-weight: 500;
  font-size: var(--fs-body-2);
  line-height: 1.2;
}
.chips--item_text {
  color: var(--text-complimentary-2);
  line-height: 20px;
  font-size: var(--fs-caption-2);
  margin-top: 4px;
}

.block_element .is_cascade,
.block_image_text .is_cascade,
.block_list .is_cascade {
  --margin-l: clamp(40px, calc(40px + (48 - 40) * ((100vw - 1024px) / (1920 - 1024))), 48px);
  --margin-m: clamp(20px, calc(20px + (24 - 20) * ((100vw - 1024px) / (1920 - 1024))), 24px);
}

.block_element .is_cascade {
  margin-top: var(--margin-m);
}

.block .advantages--item_content .is_cascade,
.popup .is_cascade {
  --margin-l: clamp(32px, calc(32px + (40 - 32) * ((100vw - 1024px) / (1920 - 1024))), 40px);
  --margin-m: clamp(16px, calc(16px + (20 - 16) * ((100vw - 1024px) / (1920 - 1024))), 20px);
}

.dropdown {
  position: relative;
}
.dropdown--button {
  display: flex;
  color: currentColor;
  transition: var(--transition);
  cursor: pointer;
}
.dropdown--button a {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.dropdown--button a:after {
  content: "\e906";
  font-family: "icomoon" !important;
  font-size: 1em;
  aspect-ratio: 1/1;
  color: currentColor;
  opacity: 0.5;
  margin-left: 6px;
  transition: var(--transition);
  transform-origin: center;
}
.dropdown--wrapper {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transition: var(--transition);
  max-width: 80vw;
  min-width: 200px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px;
}
@media (min-width: 1024px) {
  .dropdown--wrapper {
    max-width: 420px;
    min-width: 200px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.dropdown--list {
  background-color: #FFF;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1411764706);
  border: 1px solid rgba(25, 24, 24, 0.0588235294);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  color: #191818;
}
.dropdown--list a {
  font-size: 16px;
  padding: 18px 16px;
  text-transform: none;
  background-color: transparent;
  transition: var(--transition);
}
.dropdown--list a:hover, .dropdown--list a:focus {
  background-color: rgba(25, 24, 24, 0.0509803922);
  color: #191818;
}
@media (min-width: 1024px) {
  .dropdown:hover > .dropdown--wrapper, .dropdown:focus > .dropdown--wrapper {
    opacity: 1;
    pointer-events: auto;
  }
  .dropdown:hover > .dropdown--button a:after, .dropdown:focus > .dropdown--button a:after {
    transform: scaleY(-1);
  }
}
.dropdown.is_active > .dropdown--wrapper {
  opacity: 1;
  pointer-events: auto;
}

.tabs {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 2px;
  padding: 2px;
  border: 1px solid var(--sections-block-border-color);
  border-radius: 4px;
  margin-top: var(--g-content-b);
}
.tabs:empty {
  display: none;
}
.tabs--item {
  cursor: pointer;
  text-transform: uppercase;
  text-wrap: nowrap;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition);
  color: var(--sections-text-color);
  border: 1px solid var(--sections-border-color);
  background-color: 1px solid var(--sections-bg-color);
  border-radius: 2px;
  padding: 12px;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 1024px) {
  .tabs--item {
    height: 44px;
    font-size: 14px;
  }
}
.tabs--item:hover, .tabs--item:focus {
  color: var(--sections-text-color-hover);
  border-color: var(--sections-border-color-hover);
  background-color: var(--sections-bg-color-hover);
}
.tabs--item.is_active {
  color: var(--sections-text-color-active);
  border-color: var(--sections-border-color-active);
  background-color: var(--sections-bg-color-active);
}
.tabs--item:has(input[type=radio]:checked) {
  color: var(--sections-text-color-active);
  border-color: var(--sections-border-color-active);
  background-color: var(--sections-bg-color-active);
}

[data-tab-content]:not(.is_active) {
  display: none !important;
}

.form--input .tabs,
.filter--item .tabs {
  margin-top: 0;
}
.form--input .tabs--item,
.filter--item .tabs--item {
  position: relative;
  justify-content: center;
  align-items: center;
  padding: 12px;
}
.form--input .tabs input[type=radio],
.filter--item .tabs input[type=radio] {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  left: 0;
}

.is_cascade--clipped {
  margin: var(--margin-m) 0;
}
.is_cascade--clipped_wrapper {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.is_cascade--clipped .js-show-all {
  margin-top: 8px;
}
.is_cascade--clipped .js-show-all [data-show] {
  display: inline-block;
}
.is_cascade--clipped .js-show-all [data-hide] {
  display: none;
}

.is_cascade--clipped.is_active .is_cascade--clipped_wrapper {
  -webkit-line-clamp: unset;
}
.is_cascade--clipped.is_active .js-show-all [data-show] {
  display: none;
}
.is_cascade--clipped.is_active .js-show-all [data-hide] {
  display: inline-block;
}
.is_cascade--clipped.is_active .icon-dropdown{
  transform: scaleY(-1);
}
.is_cascade--accordion {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.is_cascade--accordion .js-show-all {
  width: 100%;
}

.is_all_visible .accordion:nth-child(n+7) {
  display: block;
}

.accordion {
  position: relative;
  overflow: hidden;
  transition: var(--transition);
  width: 100%;
  border-bottom: 1px solid var(--cascade-border-color);
}
.accordion:nth-child(n+7) {
  display: none;
}
.accordion.is_open .accordion--content {
  pointer-events: auto;
  grid-template-rows: 1fr;
  opacity: 1;
}
.accordion.is_open .icon {
  transform: rotate(45deg);
  transform-origin: center;
}
.accordion--button {
  transition: var(--transition);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  padding: clamp(16px, 16px + 8 * (100vw - 1024px) / 896, 24px) 0;
  gap: 40px;
}
.accordion--button_text {
  font-weight: 500;
  transition: var(--transition);
  line-height: 1.16;
  font-size: var(--fs-body-3);
}
.accordion--button .icon {
  font-family: "icomoon";
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  height: 24px;
  width: 24px;
  transform: rotate(0);
  transition: var(--transition);
}
.accordion--button .icon:before {
  content: "\e90e";
  font-size: 20px;
}
.accordion--content {
  opacity: 0;
  display: grid;
  grid-template-rows: 0fr;
  pointer-events: none;
  overflow: hidden;
  transition: grid-template-rows 0.21s ease-out;
}
.accordion--content .is_cascade {
  width: 100%;
  grid-row: 1/span 2;
  overflow: hidden;
  padding: 0 40px clamp(16px, 16px + 8 * (100vw - 1024px) / 896, 24px) 0;
}
.accordion--content .is_cascade p, .accordion--content .is_cascade strong, .accordion--content .is_cascade ul:not([class]) li, .accordion--content .is_cascade ol:not([class]) li {
  font-size: clamp(14px, 14px + 4 * (100vw - 1024px) / 896, 18px);
}
.accordion--content .is_cascade > *:first-child {
  margin-top: 0;
}
.accordion--content .is_cascade > *:last-child {
  margin-bottom: 0;
}

.js-show-all [data-hide] {
  display: none;
}
.js-show-all [data-show] {
  display: block;
}

.is_all_visible .js-show-all [data-show] {
  display: none;
}
.is_all_visible .js-show-all [data-hide] {
  display: block;
}

.accordion:nth-child(-n+6) + .js-show-all {
  display: none;
}

/* PopupManager Styles v 0.1 */
.noscroll {
  overflow: hidden;
  margin-right: var(--scrollbarWidth, 17px);
}

.popup {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100vw;
  max-width: 100vw;
  height: calc(100 * var(--vh, 1vh));
  transition: opacity 100ms ease-out, z-index 110ms ease-out;
  -webkit-transform: translateZ(0);
  pointer-events: none;
  opacity: 0;
  place-items: center;
  overscroll-behavior: contain;
}

.popup.is_active {
  pointer-events: all;
  opacity: 1;
  z-index: 50;
}

.popup--content {
  position: relative;
  z-index: 51;
  height: -moz-fit-content;
  height: fit-content;
  height: auto;
  box-shadow: 0 2px 52px 0 rgba(0, 0, 0, 0.1411764706);
}

.popup {
  place-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  padding-top: var(--headerHeight);
}
@media (max-width: 768px) {
  .popup {
    height: -webkit-fill-available;
    height: calc(100 * var(--vh, 1vh));
  }
}
@media (min-width: 1024px) {
  .popup {
    padding: var(--g-vertical) var(--container-padding);
  }
}
.popup--content {
  width: 100%;
  max-width: 512px;
  background-color: #FCFBF7;
  border-radius: 12px;
  overflow-y: auto;
  max-height: 100%;
}
.popup--content_title, .popup--title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--fs-heading-2);
  text-align: center;
  font-weight: 400;
  font-family: var(--font-family-title);
  text-transform: uppercase;
}
.popup--close {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 3;
  cursor: pointer;
  transition: var(--transition);
  position: sticky;
  top: 0;
  font-size: 20px;
  line-height: 1;
  background-color: #FCFBF7;
  padding: 8px;
}
.popup--close:before {
  content: "\e905";
  font-family: "icomoon";
  font-size: 24px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup--close:hover {
  color: var(--accent-color);
}

.popup-cookies {
  padding: 24px;
  place-items: end start;
  background-color: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
.popup-cookies.is_active {
  pointer-events: none;
}
.popup-cookies .popup--content {
  padding: 12px;
  display: flex;
  align-items: flex-start;
  pointer-events: all;
}
.popup-cookies .popup--content_text {
  padding-left: 12px;
  color: #303030;
  font-size: var(--fs-body-2);
}

.popup-notification {
  place-items: center;
}
.popup-notification .popup--content {
  max-width: 712px;
  padding: 64px;
}
.popup-notification .popup--content .button {
  width: 100%;
}
.popup-notification .popup--content_title {
  margin-bottom: 12px;
}
.popup-notification .popup--content_text {
  text-align: center;
  color: #303030;
  font-size: var(--fs-body-1);
}
.popup-notification .popup--close {
  position: absolute;
  top: 8px;
  right: 8px;
}

.popup-route .popup--title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1215686275);
}
.popup-route .popup--content {
  max-width: 840px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .popup-route .popup--content {
    height: calc(100 * var(--vh, 1vh) - var(--headerHeight));
  }
}
@media (min-width: 1024px) {
  .popup-route .popup--content {
    max-height: calc(100 * var(--vh, 1vh) - var(--headerHeight) - var(--g-vertical-l));
  }
}

.popup-form .popup--content {
  padding: 16px;
}
@media (min-width: 1024px) {
  .popup-form .popup--content {
    padding: 32px;
  }
}
.popup-form .popup--close {
  position: absolute;
  top: 32px;
  right: 32px;
  color: var(--text-primary)
}

.popup-equipment .popup--content,
.popup-form .popup--content,
.popup-cascade .popup--content {
  max-width: 720px;
  padding: var(--g-vertical) var(--g-content-m);
}
.popup-equipment .popup--close,
.popup-form .popup--close,
.popup-cascade .popup--close {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  right: 8px;
  top: 8px;
}
@media(max-width: 1024px) {
  .popup-equipment .popup--close,
  .popup-form .popup--close,
  .popup-cascade .popup--close {
    position: absolute;
    width: 100%;
    justify-content: center;
    right: 0;
  }
  .popup-cascade .popup--content,
  .popup-form .popup--content,
  .popup-equipment .popup--content{
    padding-top: calc(var(--g-vertical) + 40px)
  }
}

.popup-equipment .chips {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: clamp(20px, calc(20px + (24 - 20) * ((100vw - 1024px) / (1920 - 1024))), 24px);
}

.footer {
  padding: var(--g-vertical-l) var(--container-padding) 40px;
  box-shadow: 0 32px 40px 0 rgba(25, 24, 24, 0.0509803922) inset;
  background-color: #FCFBF7;
  display: flex;
  flex-direction: column;
  gap: 48px;
  /*margin-top: var(--g-content-m);*/
}
@media(max-width: 992px) {
  .footer {
    padding-bottom: 100px
  }
}
.footer--main, .footer--bottom {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 1024px) {
  .footer--main, .footer--bottom {
    grid-template-columns: calc(3 * var(--column) + var(--gap) * 2) 7fr 2fr;
    gap: 0 var(--gap);
  }
  .footer--main .footer--logo, .footer--bottom .footer--logo {
    grid-column: 1;
  }
  .footer--main .footer--info, .footer--bottom .footer--info {
    grid-column: 1;
  }
  .footer--main .footer--nav, .footer--bottom .footer--nav {
    grid-column: 2;
    grid-row: 1/span 2;
  }
  .footer--main .footer--contacts, .footer--bottom .footer--contacts {
    grid-column: 3;
    grid-row: 1/span 2;
  }
  .footer--main .footer--links, .footer--bottom .footer--links {
    grid-column: span 2;
    grid-row: 1;
  }
  .footer--main .footer--copyright, .footer--bottom .footer--copyright {
    grid-column: 1;
    grid-row: 1;
  }
}

@media (min-width: 1280px) {
  .footer--logo,
  .footer--info {
    padding-right: calc(var(--column) + var(--gap));
  }
}

.footer--logo {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  transition: var(--transition);
}
.footer--logo img, .footer--logo svg {
  height: 74px;
}

.footer--info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 40px;
}
.footer--info img {
  width: auto;
  height: 56px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.footer--info p {
  color: var(--text-secondary);
  margin-top: 16px;
  font-size: var(--fs-14);
}

.footer--nav .nav {
  display: grid;
  gap: 40px;
  margin-bottom: 40px;
  grid-template-columns: repeat(1, 1fr);
  align-items: start;
}
@media (min-width: 768px) {
  .footer--nav .nav {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .footer--nav .nav {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}
.footer--nav .nav--col {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer--nav .nav--col h3 {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.02em;
}
.footer--nav .nav--col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer--nav .nav--col a {
  text-transform: uppercase;
  font-size: 14px;
}
.footer--nav .nav--col a:hover {
  color: var(--accent-color);
}

.footer--contacts {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.footer--contacts h3 {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.02em;
}
.footer--contacts .contacts {
  display: flex;
  flex-direction: column;
  gap: 20px
}
.footer--contacts .contact {
  gap: 8px;
}
.footer--contacts .contact--title {
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  font-weight: 400;
  color: var(--text-secondary);
}
.footer--contacts .contact--value {
  gap: 8px;
  display: flex;
}
.footer--contacts .contact--value a:not(.button), .footer--contacts .contact--value span {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.footer--bottom {
  line-height: 1.5;
  color: var(--text-secondary);
  font-size: var(--fs-12);
  letter-spacing: 0.02em;
  place-items: start;
}

.footer--links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
}
.footer--links a {
  text-transform: uppercase;
  line-height: 1.3;
}

.footer--copyright {
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  gap: 8px;
  line-height: 1.5;
}
.footer--copyright a {
  color: var(--text-primary);
}

.card {
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
}
.card--content {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 20px 0;
}
.card--title {
  font-weight: 500;
  font-size: clamp(18px, 18px + 3 * (100vw - 768px) / 1152, 21px);
  line-height: 1.2;
  text-transform: uppercase;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: var(--transition);
}
.card--text {
  font-size: var(--fs-body-1);
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.card--action {
  display: none;
}
.card--image {
  display: flex;
  align-items: flex-start;
  aspect-ratio: 1/1;
  position: relative;
  background-color: #DEDEDE;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
}
.card--image img, .card--image video {
  transition: transform 0.24s ease-out;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transform-origin: center;
}
.card--buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.card[href], .card[data-popup_cascade] {
  cursor: pointer;
}
@media(min-width: 1024px) {
  .card[href]:hover .card--image img,
  .card[href]:focus .card--image img,
  .card[data-popup_cascade]:hover .card--image img,
  .card[data-popup_cascade]:focus .card--image img {
    transform: scale(1.15);
  }
}

.block {
  padding: var(--g-vertical) 0;
}
.block--wrapper {
  padding: 0 var(--container-padding);
}

.block.block-no_padding-bottom {
  padding-bottom: 0 !important;
}

.block.block-no_padding-top {
  padding-top: 0 !important;
}

.button_wrapper,
.block--actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: flex-start;
}
.button_wrapper:empty,
.block--actions:empty {
  display: none;
}
.button_wrapper:not(:has(.button)),
.block--actions:not(:has(.button)) {
  display: none;
}

.block--sections {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 2px;
  padding: 2px;
  border: 1px solid var(--sections-block-border-color);
  border-radius: 4px;
}
.block--sections:empty {
  display: none;
}
.block--sections a {
  text-transform: uppercase;
  text-wrap: nowrap;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition);
  color: var(--sections-text-color);
  border: 1px solid var(--sections-border-color);
  background-color: 1px solid var(--sections-bg-color);
  border-radius: 2px;
  padding: 12px;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 1024px) {
  .block--sections a {
    padding: 16px;
    font-size: 14px;
  }
}
.block--sections a:hover, .block--sections a:focus {
  color: var(--sections-text-color-hover);
  border-color: var(--sections-border-color-hover);
  background-color: var(--sections-bg-color-hover);
}
.block--sections a.is_active {
  color: var(--sections-text-color-active);
  border-color: var(--sections-border-color-active);
  background-color: var(--sections-bg-color-active);
}

.block--selection {
  margin-top: var(--g-content-b);
}
@media (max-width: 1024px) {
  .block--selection {
    margin: 0 -16px;
    padding: 0 16px;
    overflow-x: auto;
    overflow-y: visible;
    min-height: 64px;
    display: flex;
    align-items: center;
    width: 100vw;
  }
}

.block--head {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.block--head_subtitle {
  font-weight: 500;
  font-size: var(--fs-body-1);
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--text-primary);
}
.block--head_subtitle:not(:last-child:empty) {
  margin-bottom: 16px;
}
.block--head_title {
  font-weight: 500;
  line-height: 1.2;
  font-family: var(--font-family-title);
  color: var(--text-primary);
}
.block--head_title:not(:last-child) {
  margin-bottom: 16px;
}
.block--head_caption {
  font-weight: 400;
  font-size: var(--fs-body-2);
  line-height: 1.5;
  color: var(--text-complimentary-2);
}

.block--filter {
  margin-top: var(--g-content-m);
  padding: 10px 0;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 32px;
}

.filter {
  max-width: 100%;
}
.filter--title {
  font-size: clamp(16px, 16px + 4 * (100vw - 1024px) / 896, 20px);
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.4;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .filter--title {
    display: none;
  }
}
@media (min-width: 1024px) {
  .filter--buttons {
    display: none;
  }
}
.filter--items {
  display: flex;
  max-width: 100%;
  gap: 8px;
  align-items: flex-start;
}

.filter .select--button {
  width: 220px;
  text-transform: uppercase;
}
.filter--item {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
.filter--item > span {
  order: -1;
  font-size: var(--fs-body-1);
  text-transform: uppercase;
  margin-bottom: 8px;
  line-height: 1.2;
}
.filter--item > input, .filter--item textarea {
  background-color: transparent;
  line-height: 1.5;
  font-size: 16px;
  transition: var(--transition);
  width: 100%;
  border: 1px solid var(--form-border-color);
  border-radius: 4px;
}
@media (min-width: 768px) {
  .filter--item > input, .filter--item textarea {
    padding: 11px 16px;
  }
}
.filter--item > input::-moz-placeholder, .filter--item textarea::-moz-placeholder {
  color: var(--form-placeholder-color);
}
.filter--item > input:-moz-placeholder-shown, .filter--item textarea:-moz-placeholder-shown {
  color: var(--form-placeholder-color);
}
.filter--item > input::placeholder, .filter--item > input:placeholder-shown, .filter--item textarea::placeholder, .filter--item textarea:placeholder-shown {
  color: var(--form-placeholder-color);
}
.filter--item > input:not(:-moz-placeholder-shown), .filter--item textarea:not(:-moz-placeholder-shown) {
  color: var(--text-primary);
}
.filter--item > input:not(:placeholder-shown), .filter--item textarea:not(:placeholder-shown) {
  color: var(--text-primary);
}
.filter--item > input:hover, .filter--item > input:focus, .filter--item > input:focus-within, .filter--item textarea:hover, .filter--item textarea:focus, .filter--item textarea:focus-within {
  border-color: var(--form-border-color-hover);
}
.filter--item.error .form--input_error {
  opacity: 1;
  max-height: -moz-fit-content;
  max-height: fit-content;
  height: auto;
  color: var(--critical-soft);
  padding-top: 12px;
}
.filter--input_error {
  color: var(--critical-soft);
  opacity: 0;
  font-size: var(--fs-caption-2);
  line-height: 20px;
  max-height: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.03s 0.15s ease-out, max-height 0.18s linear;
}
.filter_hint {
  color: var(--text-secondary);
  font-size: var(--fs-caption-2);
  line-height: 20px;
}
.filter > label {
  display: flex;
  align-items: flex-start;
  margin: 8px 0;
}

.filter--item {
  display: flex;
  flex-direction: column;
}
.filter--item label {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  padding: 4px 0;
}
.filter--item label span {
  line-height: 24px;
}
.filter--item input[type=radio],
.filter--item input[type=checkbox] {
  margin-right: 8px;
  accent-color: #481827;
  width: 24px;
  height: 24px;
}
.filter--item label:has(.radio) {
  position: relative;
}
.filter--item label:has(.radio) input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  order: -1;
  width: 0;
  height: 0;
}
.filter--item label:has(.toggle),
.filter--item label:has(.checkbox) {
  position: relative;
}
.filter--item label:has(.toggle) input[type=checkbox],
.filter--item label:has(.checkbox) input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  order: -1;
  width: 0;
  height: 0;
}
.filter--item input[type=radio] ~ .radio {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid var(--form-border-color-hover);
  position: relative;
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 16px;
  border-radius: 50%;
}
.filter--item input[type=radio] ~ .radio:after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: transparent;
  border-radius: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.filter--item input[type=radio] ~ .radio:hover, .filter--item input[type=radio] ~ .radio:focus {
  border-color: var(--form-border-color-hover);
  background-color: var(--form-input-bg-color);
}
.filter--item input[type=radio]:checked ~ .radio {
  border-color: var(--form-border-color-hover);
  background-color: var(--form-input-bg-color);
}
.filter--item input[type=radio]:checked ~ .radio:after {
  opacity: 1;
  background-color: var(--form-border-color-hover);
}
.filter--item input[type=checkbox] ~ .toggle {
  width: 42px;
  height: 24px;
  border: 1px solid var(--form-border-color-hover);
  position: relative;
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 100px;
  margin-right: 16px;
}
.filter--item input[type=checkbox] ~ .toggle:after {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 5px;
  top: 5px;
  background-color: var(--form-border-color-hover);
  transition: var(--transition);
  border-radius: 50%;
  z-index: 2;
  flex-shrink: 0;
  flex-grow: 0;
  opacity: 1;
  transform: translateX(0);
}
.filter--item input[type=checkbox] ~ .toggle:hover, .filter--item input[type=checkbox] ~ .toggle:focus {
  border-color: var(--form-border-color-hover);
  background-color: var(--form-input-bg-color);
}
.filter--item input[type=checkbox]:checked ~ .toggle {
  border-color: var(--form-border-color-hover);
  background-color: var(--form-input-bg-color);
}
.filter--item input[type=checkbox]:checked ~ .toggle:after {
  transform: translateX(18px);
  background-color: var(--form-border-color-hover);
}
.filter--item input[type=checkbox] ~ .checkbox {
  width: 24px;
  height: 24px;
  border: 1px solid var(--form-border-color-hover);
  position: relative;
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 16px;
  flex-shrink: 0;
  flex-grow: 0;
}
.filter--item input[type=checkbox] ~ .checkbox:after {
  font-family: "icomoon" !important;
  content: "\e901";
  font-size: 16px;
  line-height: 1;
  opacity: 0;
  color: var(--text-primary);
}
.filter--item input[type=checkbox] ~ .checkbox:hover, .filter--item input[type=checkbox] ~ .checkbox:focus {
  border-color: var(--form-border-color-hover);
  background-color: var(--form-input-bg-color);
}
.filter--item input[type=checkbox]:checked ~ .checkbox {
  border-color: var(--form-border-color-hover);
  background-color: var(--form-input-bg-color);
}
.filter--item input[type=checkbox]:checked ~ .checkbox:after {
  opacity: 1;
}

.block_list-filter-sidebar .filter--items {
  flex-direction: column;
}
.block_list-filter-sidebar .block--filter {
  padding-right: var(--gap);
}
.block_list-filter-sidebar .filter--title {
  display: block;
}

.block--pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  flex-wrap: wrap;
  width: 100%;
}
.block--pagination_gap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: var(--pagination-button-color);
}
.block--pagination .button {
  text-align: center;
  padding: 16px;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: var(--pagination-button-color);
  background-color: var(--pagination-button-bg-color);
  border: 1px solid transparent;
  border-radius: 2px;
}
.block--pagination .button:only-child {
  border: none;
  border-bottom: 1px solid currentColor;
  padding: 8px 0;
  border-radius: 0;
}
.block--pagination .button:only-child span {
  padding: 0;
}
@media (min-width: 992px) {
  .block--pagination .button:not(:only-child) {
    width: 48px;
    height: 48px;
  }
}
.block--pagination .button:not(:only-child).is_current {
  color: var(--pagination-button-color-current);
  background-color: var(--pagination-button-bg-color-current);
  border-color: var(--pagination-button-bg-color-current);
}
.block--pagination .button:not(:only-child):hover, .block--pagination .button:not(:only-child):focus, .block--pagination .button:not(:only-child):active {
  color: var(--pagination-button-color-hover);
  background-color: var(--pagination-button-bg-color-hover);
  border-color: var(--pagination-button-border-color-hover);
}
.block--pagination .button:not(:only-child):has([class^=icon-], [class*=" icon-"]) {
  border-color: var(--pagination-button-border-color);
}

.block--sidebar {
  height: 100%;
}
@media (max-width: 1024px) {
  .block--sidebar {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1215686275);
    padding-bottom: 32px;
  }
}
@media (min-width: 1024px) {
  .block--sidebar {
    border-right: 1px solid rgba(0, 0, 0, 0.1215686275);
    padding-right: 24px;
  }
}
@media (min-width: 1700px) {
  .block--sidebar {
    padding-right: clamp(24px, 24px + 40 * (100vw - 992px) / 928, 64px);
  }
}

.sidebar {
  background-color: #fff;
  padding: clamp(20px, 20px + 12 * (100vw - 1024px) / 896, 32px);
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 1024px) {
  .sidebar {
    max-width: 534px;
    position: sticky;
    top: calc(var(--headerHeight) + 48px);
  }
}
.sidebar h3 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: clamp(18px, 18px + 4 * (100vw - 768px) / 1152, 22px);
  line-height: 1.2;
}
.sidebar .button_wrapper .button {
  flex-grow: 1;
}

.details {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.details li {
  padding-bottom: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.details li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1215686275);
}
.details li span {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.5;
  font-weight: 500;
}
.details li span:nth-child(1) {
  color: var(--text-secondary);
}

.block_banner {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.block_banner .block--wrapper {
  height: 100%;
  position: relative;
  padding: 0;
}
@media (max-width: 1024px) {
  .block_banner .slider_controls {
    display: none;
  }
}

.banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  padding: 56px var(--container-padding);
  width: 100%;
  height: 74vh;
  overflow: hidden;
  gap: 32px;
}
@media (min-width: 1024px) {
  .banner {
    padding: 64px var(--container-padding);
  }
}
.banner .block--head,
.banner .block--actions {
  z-index: 3;
  position: relative;
}
.banner .block--head {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 840px;
}
.banner .block--content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.banner .block--content img, .banner .block--content video {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}
.banner .block--content:after {
  content: "";
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}
.banner .f-h1, .banner .f-h2 {
  font-size: clamp(33px, 33px + 22 * (100vw - 1024px) / 896, 55px);
  line-height: 1.3;
}

.block_banner.block_banner-hero {
  padding: 0;
}
.block_banner.block_banner-hero .banner {
  height: 100vh;
  padding-top: calc(var(--headerHeight, 104px) + 8px + 16px + 56px);
}
@media (max-width: 1024px) {
  .block_banner.block_banner-hero .banner {
    height: 100vh;
    max-height: 100vh;
    min-height: 600px;
  }
}
.block_banner.block_banner-hero .block--content:after {
  content: "";
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 40%);
  opacity: 0.6;
}

.block_banner.block_banner-short .banner,
.block_banner.block_banner-hero.block_banner-short .banner {
  height: 74vh;
}

.block_banner:not(.block_banner-no_media) {
  --text-complimentary-2: #FCFBF7E5;
  --text-primary: #FCFBF7;
}

.block_banner.block_banner-no_media {
  padding: 0 var(--container-padding);
}
.block_banner.block_banner-no_media .banner {
  height: auto;
  aspect-ratio: unset;
  padding: var(--g-vertical-l) 0;
}
.block_banner.block_banner-no_media .block--content {
  display: none;
}

.block_banner-group .banner {
  padding-bottom: 96px;
}
.block_banner-group .banner:not(.swiper-slide-active) {
  pointer-events: none;
}
.block_banner-group .slider_controls {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  color: #FCFBF7;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 0 var(--container-padding);
  width: 100%;
  transform: translateY(-50%);
  z-index: 10;
}
.block_banner-group .swiper-button-prev,
.block_banner-group .swiper-button-next {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
}
.block_banner-group .swiper-button-prev:not(.swiper-button-disabled),
.block_banner-group .swiper-button-next:not(.swiper-button-disabled) {
  background-color: rgba(25, 24, 24, 0.0509803922);
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
}
.block_banner-group .swiper_pagination {
  bottom: 64px;
  z-index: 10;
}

main:has(.block_banner-hero + .booking) .block_banner-hero .banner {
  padding-bottom: 184px;
}
main:has(.block_banner-hero + .booking) .block_banner-hero .banner.block_banner-group {
  padding-bottom: 216px;
}
main:has(.block_banner-hero + .booking) .block_banner-hero .swiper_pagination {
  bottom: 152px;
}

.block_list {
  overflow: hidden;
  padding: var(--g-vertical) 0;
  background-color: var(--bg-color);
}
.block_list .block--elements {
  display: grid;
  place-items: start;
  grid-template-columns: repeat(var(--col, 2), 1fr);
  gap: var(--gap);
}
.block_list .block--elements .block--pagination {
  grid-column: span var(--col, 2);
}
@media (min-width: 640px) {
  .block_list .block--elements {
    grid-template-columns: repeat(var(--col, 3), 1fr);
  }
  .block_list .block--elements .block--pagination {
    grid-column: span var(--col, 3);
  }
}
@media (min-width: 1023px) {
  .block_list .block--elements {
    grid-template-columns: repeat(var(--col, 3), 1fr);
  }
  .block_list .block--elements .block--pagination {
    grid-column: span var(--col, 3);
  }
}
@media (min-width: 1441px) {
  .block_list .block--elements {
    grid-template-columns: repeat(var(--col, 4), 1fr);
  }
  .block_list .block--elements .block--pagination {
    grid-column: span var(--col, 4);
  }
}
.block_list .block--wrapper {
  display: grid;
  grid-template-columns: 100%;
  grid-template-areas: "heading" "actions" "selection" "elements" "slider-controls" "showAll";
  place-items: center;
}
@media (max-width: 640px) {
  .block_list .block--wrapper {
    display: flex;
    flex-direction: column;
  }
}
.block_list.block_list-filter {
  overflow: visible;
}
.block_list.block_list-filter .block--wrapper {
  grid-template-areas: "heading" "actions" "selection" "filter" "elements" "slider-controls" "showAll";
}
.block_list.block_list-filter .block--filter {
  grid-area: filter;
}
.block_list.block_list-filter.block_list-filter-sidebar .block--wrapper {
  grid-template-areas: "heading heading" "actions actions" "showAll showAll" "selection selection" "filter elements";
  grid-template-columns: 1fr 3fr;
}
.block_list.block_list-filter.block_list-filter-sidebar .block--elements {
  --col: 1;
  --gap: 24px;
}
@media (min-width: 640px) {
  .block_list.block_list-filter.block_list-filter-sidebar .block--elements {
    --col: 2;
    --gap: 0;
  }
}
@media (min-width: 1024px) {
  .block_list.block_list-filter.block_list-filter-sidebar .block--elements {
    --col: 3;
    --gap: 40px 32px;
  }
}
.block_list .block--elements {
  grid-area: elements;
}
.block_list .block--head {
  grid-area: heading;
}
.block_list .block--actions {
  grid-area: actions;
}
.block_list .block--selection {
  grid-area: selection;
}
.block_list .block_list-slider--controls {
  grid-area: slider-controls;
}
.block_list .block--link {
  grid-area: showAll;
}
.block_list .block--actions:not(:first-child) {
  margin-top: var(--g-content-b);
}
.block_list .block--head {
  text-align: center;
}
.block_list .block--elements {
  width: 100%;
  padding: 2px 0;
}
.block_list .block--elements:not(:first-child) {
  margin-top: var(--g-content-l);
}
.block_list .block--head {
  max-width: 1024px;
}
.block_list.block_list-slider {
  position: relative;
}
.block_list.block_list-slider .block--elements {
  display: flex;
  position: relative;
}
@media(min-width: 1024px) {
  .block_list.block_list-slider .card {
    transition: opacity 0.16s ease-in-out;
  }
  .block_list.block_list-slider .card:not(.swiper-slide-visible) {
    opacity: 0;
    pointer-events: none;
  }

}

.block_list .empty {
  font-size: var(--fs-xl);
  font-weight: 500;
  line-height: 1.14;
  grid-column: 1/-1;
  text-align: center;
}

.block--link {
  display: flex;
  margin-top: var(--g-content-l);
}
.block--link .button {
  border-bottom: 1px solid currentColor;
  padding: 8px 0;
  background-color: transparent;
  gap: 8px;
}
.block--link .button span {
  padding: 0;
}

.block_list-slider--controls {
  gap: 8px;
  width: calc(100% + 96px + 24px);
  max-width: 100vw;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  pointer-events: none;
}
.block_list-slider--controls .swiper-button-prev,
.block_list-slider--controls .swiper-button-next {
  pointer-events: auto;
  color: currentColor;
}
@media(max-width: 1024px) {
  .block_list-slider--controls {
    display: none;
  }
}
.block_list {
  --pagination-button-color: #191818;
  --pagination-button-bg-color: transparent;
  --pagination-button-border-color: #19181826;
  --pagination-button-color-hover: #191818;
  --pagination-button-bg-color-hover: #1918180D;
  --pagination-button-border-color-hover: transparent;
  --pagination-button-color-current: #FCFBF7;
  --pagination-button-bg-color-current: #191818E5;
  --pagination-button-border-color-current: #191818E5;
  --sections-block-border-color: #1918181F;
  --sections-text-color: #191818;
  --sections-border-color: transparent;
  --sections-bg-color: transparent;
  --sections-text-color-active: #FCFBF7;
  --sections-border-color-active: transparent;
  --sections-bg-color-active: #191818;
  --sections-text-color-hover: #191818;
  --sections-border-color-hover: transparent;
  --sections-bg-color-hover: #1918180D;
}

.block_element {
  /*overflow: hidden;*/
  --gap: 32px;
}
.block_element .block--wrapper {
  /*overflow: hidden;*/
}
.block_element .block--content {
  max-width: 864px;
  margin: 0 auto;
  width: 100%;
}

.block.block_element {
  --gap: 8px;
}
@media (min-width: 992px) {
  .block.block_element {
    --gap: 32px;
  }
}

.content_tours.block_element .block--wrapper,
.content_activities.block_element .block--wrapper,
.content_restaurants.block_element .block--wrapper,
.content_offers.block_element .block--wrapper,
.content_mice_events.block_element .block--wrapper,
.content_events.block_element .block--wrapper,
.content_mice.block_element .block--wrapper,
.content_venues.block_element .block--wrapper,
.content_accommodation.block_element .block--wrapper {
  gap: var(--gap);
  display: grid;
  grid-template-areas: "image" "content";
  grid-template-columns: 100%;
}
@media (min-width: 992px) {
  .content_tours.block_element .block--wrapper,
  .content_activities.block_element .block--wrapper,
  .content_restaurants.block_element .block--wrapper,
  .content_offers.block_element .block--wrapper,
  .content_mice_events.block_element .block--wrapper,
  .content_events.block_element .block--wrapper,
  .content_mice.block_element .block--wrapper,
  .content_venues.block_element .block--wrapper,
  .content_accommodation.block_element .block--wrapper {
    grid-template-columns: calc(50% - var(--gap) / 2) calc(50% - var(--gap) / 2);
  }
}
.content_tours.block_element .block--content,
.content_activities.block_element .block--content,
.content_restaurants.block_element .block--content,
.content_offers.block_element .block--content,
.content_mice_events.block_element .block--content,
.content_events.block_element .block--content,
.content_mice.block_element .block--content,
.content_venues.block_element .block--content,
.content_accommodation.block_element .block--content {
  grid-area: content;
  background-color: var(--bg-color);
  border-radius: 10px;
  padding: clamp(40px, 40px + 24 * (100vw - 768px) / 1152, 64px) clamp(16px, 16px + 48 * (100vw - 768px) / 1152, 64px);
}
.content_tours.block_element .block--image,
.content_activities.block_element .block--image,
.content_restaurants.block_element .block--image,
.content_offers.block_element .block--image,
.content_mice_events.block_element .block--image,
.content_events.block_element .block--image,
.content_mice.block_element .block--image,
.content_venues.block_element .block--image,
.content_accommodation.block_element .block--image {
  grid-area: image;
  display: block;
  height: 100%;
}
.content_tours.block_element .block--image .is_cascade--slider,
.content_activities.block_element .block--image .is_cascade--slider,
.content_restaurants.block_element .block--image .is_cascade--slider,
.content_offers.block_element .block--image .is_cascade--slider,
.content_mice_events.block_element .block--image .is_cascade--slider,
.content_events.block_element .block--image .is_cascade--slider,
.content_mice.block_element .block--image .is_cascade--slider,
.content_venues.block_element .block--image .is_cascade--slider,
.content_accommodation.block_element .block--image .is_cascade--slider {
  position: sticky;
  top: var(--headerHeight);
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 10px;
}
.content_tours.block_element .block--image .is_cascade--slider .gallery--item,
.content_activities.block_element .block--image .is_cascade--slider .gallery--item,
.content_restaurants.block_element .block--image .is_cascade--slider .gallery--item,
.content_offers.block_element .block--image .is_cascade--slider .gallery--item,
.content_mice_events.block_element .block--image .is_cascade--slider .gallery--item,
.content_events.block_element .block--image .is_cascade--slider .gallery--item,
.content_mice.block_element .block--image .is_cascade--slider .gallery--item,
.content_venues.block_element .block--image .is_cascade--slider .gallery--item,
.content_accommodation.block_element .block--image .is_cascade--slider .gallery--item {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
}
.content_tours.block_element .block--image .is_cascade--slider .gallery--item img, .content_tours.block_element .block--image .is_cascade--slider .gallery--item video, .content_tours.block_element .block--image .is_cascade--slider .gallery--item figure,
.content_activities.block_element .block--image .is_cascade--slider .gallery--item img,
.content_activities.block_element .block--image .is_cascade--slider .gallery--item video,
.content_activities.block_element .block--image .is_cascade--slider .gallery--item figure,
.content_restaurants.block_element .block--image .is_cascade--slider .gallery--item img,
.content_restaurants.block_element .block--image .is_cascade--slider .gallery--item video,
.content_restaurants.block_element .block--image .is_cascade--slider .gallery--item figure,
.content_offers.block_element .block--image .is_cascade--slider .gallery--item img,
.content_offers.block_element .block--image .is_cascade--slider .gallery--item video,
.content_offers.block_element .block--image .is_cascade--slider .gallery--item figure,
.content_mice_events.block_element .block--image .is_cascade--slider .gallery--item img,
.content_mice_events.block_element .block--image .is_cascade--slider .gallery--item video,
.content_mice_events.block_element .block--image .is_cascade--slider .gallery--item figure,
.content_events.block_element .block--image .is_cascade--slider .gallery--item img,
.content_events.block_element .block--image .is_cascade--slider .gallery--item video,
.content_events.block_element .block--image .is_cascade--slider .gallery--item figure,
.content_mice.block_element .block--image .is_cascade--slider .gallery--item img,
.content_mice.block_element .block--image .is_cascade--slider .gallery--item video,
.content_mice.block_element .block--image .is_cascade--slider .gallery--item figure,
.content_venues.block_element .block--image .is_cascade--slider .gallery--item img,
.content_venues.block_element .block--image .is_cascade--slider .gallery--item video,
.content_venues.block_element .block--image .is_cascade--slider .gallery--item figure,
.content_accommodation.block_element .block--image .is_cascade--slider .gallery--item img,
.content_accommodation.block_element .block--image .is_cascade--slider .gallery--item video,
.content_accommodation.block_element .block--image .is_cascade--slider .gallery--item figure {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media (min-width: 992px) {
  .content_restaurants.block_element .block--wrapper,
  .content_mice.block_element .block--wrapper,
  .content_venues.block_element .block--wrapper,
  .content_accommodation.block_element .block--wrapper {
    grid-template-areas: "content image";
  }
}

@media (min-width: 992px) {
  .content_tours.block_element .block--wrapper,
  .content_mice_events.block_element .block--wrapper,
  .content_offers.block_element .block--wrapper,
  .content_events.block_element .block--wrapper,
  .content_activities.block_element .block--wrapper {
    grid-template-areas: "image content";
  }
}

.content_activities.block_element {
  --bg-color: #D8E6F1;
}

.content_tours.block_element,
.content_offers.block_element,
.content_mice_events.block_element,
.content_mice.block_element,
.content_venues.block_element,
.content_events.block_element,
.content_restaurants.block_element,
.content_accommodation.block_element {
  --bg-color: #F7F3E6;
}

.block_element.content_surroundings,
.block_element.content_media {
  padding: 0;
}
.block_element.content_surroundings .block--wrapper,
.block_element.content_media .block--wrapper {
  padding: 0;
}
.block_element.content_surroundings .block--head,
.block_element.content_media .block--head {
  overflow: hidden;
  height: 74vh;
  position: relative;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  --text-complimentary-2: #FCFBF7E5;
  --text-primary: #FCFBF7;
}
@media (min-width: 1024px) {
  .block_element.content_surroundings .block--head,
  .block_element.content_media .block--head {
    padding: 64px var(--container-padding);
  }
}
.block_element.content_surroundings .block--head_title,
.block_element.content_surroundings .block--head_caption,
.block_element.content_media .block--head_title,
.block_element.content_media .block--head_caption {
  z-index: 3;
  max-width: 840px;
}
.block_element.content_surroundings .block--head_image,
.block_element.content_media .block--head_image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.block_element.content_surroundings .block--head_image:after,
.block_element.content_media .block--head_image:after {
  content: "";
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}
.block_element.content_surroundings .block--content,
.block_element.content_media .block--content {
  margin-top: var(--g-vertical-l);
}

.block--head_info {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.block--head_info .price {
  font-size: var(--fs-heading-2);
}
.block--head_info span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.block_image_text {
  padding: var(--g-vertical) var(--container-padding);
  --gap: 32px;
  /* slider */
}
.block_image_text .block--wrapper {
  display: grid;
  grid-template-columns: 100%;
  grid-template-areas: "image" "content";
  padding: 0;
  gap: 8px var(--gap);
}
@media (min-width: 992px) {
  .block_image_text .block--wrapper {
    grid-template-columns: calc(50% - var(--gap) / 2) calc(50% - var(--gap) / 2);
    grid-template-areas: "content image";
  }
}
.block_image_text .block--image ~ .block--content {
  grid-area: content;
}
.block_image_text .block--image {
  grid-area: image;
}
.block_image_text .block--image {
  display: block;
  max-width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 1024px) {
  .block_image_text .block--image {
    border-radius: 10px;
    overflow: hidden;
  }
}
.block_image_text .block--image figure {
  width: 100%;
  height: auto;
  display: flex;
  aspect-ratio: 1/1;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .block_image_text .block--image figure:only-child {
    position: sticky;
    top: calc(var(--headerHeight, 92px) + 44px);
  }
  .block--image_wrapper {
    position: sticky;
    top: calc(var(--headerHeight, 92px) + 44px);
  }
}
.block_image_text .block--image img, .block_image_text .block--image video {
  overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  aspect-ratio: 1/1;
}
.block_image_text .f-h2,
.block_image_text .f-h1 {
  font-size: var(--fs-heading-5);
}
.block_image_text .block--content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: var(--gap);
  padding: clamp(40px, 40px + 24 * (100vw - 768px) / 1152, 64px) 0;

}
.block_image_text .block--content:only-child {
  display: grid;
}
@media (min-width: 992px) {
  .block_image_text .block--content {
    padding-right: var(--g-content-m);
  }
  .block_image_text .block--content:only-child {
    grid-column: span 2;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
    padding-left: 0;
    padding-right: 0;
  }
  .block_image_text .block--content:only-child .block--head {
    grid-column: 1;
    grid-row: span 2;
  }
  .block_image_text .block--content:only-child > .is_cascade, .block_image_text .block--content:only-child > .block--actions {
    grid-column: 2;
    padding: 0 var(--g-content-m);
  }
}
.block_image_text .block--content .is_cascade > *:first-child {
  margin-top: 0;
}
.block_image_text.block_image_text-centered .block--content {
  margin: 0 auto;
  max-width: 800px;
  padding: 0;
}
@media (min-width: 992px) {
  .block_image_text.block_image_text-centered .block--content:only-child {
    display: flex;
    flex-direction: column;
  }
}
.block_image_text.block_image_text-centered .block--actions {
  justify-content: center;
}
@media (min-width: 992px) {
  .block_image_text.block_image_text-reversed .block--wrapper {
    grid-template-areas: "image content";
  }
  .block_image_text.block_image_text-reversed .block--content {
    padding-right: 0;
    padding-left: var(--g-content-m);
  }
}
.block_image_text.block_image_text-bg {
  background-color: var(--bg-color);
}
.block_image_text.block_image_text-wide {
  padding: 0;
}
@media (min-width: 992px) {
  .block_image_text.block_image_text-wide .block--wrapper {
    grid-template-columns: 50% 50%;
    gap: 0;
  }
}
@media (max-width: 1024px) {
  .block_image_text.block_image_text-wide .block--image {
    border-radius: 0;
  }
}
.block_image_text.block_image_text-wide .block--image figure {
  aspect-ratio: unset;
  min-height: 100vw;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .block_image_text.block_image_text-wide .block--image figure {
    min-height: 800px;
  }
}
.block_image_text.block_image_text-wide .block--content {
  padding-left: var(--g-content-m);
  padding-right: var(--g-content-m);
}
.block_image_text.block_image_text-centered .block--content {
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 992px) {
  .block_image_text.block_image_text-centered .block--content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.block_image_text.block_image_text-centered.block_image_text-wide .is_cascade {
  display: none;
}
.block_image_text.block_image_text-centered.block_image_text-wide .block--image {
  position: relative;
}
.block_image_text.block_image_text-centered.block_image_text-wide .block--image:before {
  content: "";
  height: auto;
  position: absolute;
  aspect-ratio: 412/56;
  width: 100%;
  display: block;
  left: 0;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: var(--bg-image);
  z-index: 4;
}
@media (min-width: 992px) {
  .block_image_text.block_image_text-centered.block_image_text-wide .block--image:before {
    height: 100%;
    width: auto;
    aspect-ratio: 108/800;
  }
}
.block_image_text.block_image_text-centered.block_image_text-wide .block--image .is_cascade {
  display: none;
}
.block_image_text.block_image_text-centered.block_image_text-wide.block_image_text-reversed .block--image:before {
  transform: scaleX(-1);
}
@media (min-width: 992px) {
  .block_image_text.block_image_text-centered.block_image_text-wide.block_image_text-reversed .block--image:before {
    right: 0;
    left: unset;
  }
}
.block_image_text.block_image_text-wrapper_bg .block--content {
  border-radius: 10px;
  padding-left: var(--g-content-m);
  padding-right: var(--g-content-m);
  background-color: var(--bg-color);
}
.block_image_text .block--image img:not(:only-child) {
  display: block;
  max-width: 100% !important;
}
.block_image_text .block--image .is_slider_image {
  width: 100%;
  flex-shrink: 0;
}
.block_image_text .block--image .slider_controls {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  pointer-events: none;
  --text-primary: #FCFBF7;
}
@media (max-width: 992px) {
  .block_image_text .block--image .slider_controls {
    display: none;
  }
}
.block_image_text .block--image .swiper_pagination {
  z-index: 3;
}
@media (max-width: 1024px) {
  .block_image_text .block--image .swiper_pagination {
    --swiper-pagination-bottom: 12px;
  }
}


.block_image_text.theme-color-1 {
  --bg-image: url("data:image/svg+xml,%3Csvg width='412' height='56' viewBox='0 0 412 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M140.978 14.1619C215.702 -1.80005 293.675 -6.29416 370.997 11.3121C386.491 14.8362 401.747 19.0241 416 24.3617V25.4804V56H0C5.06838 53.8756 10.1339 51.8379 15.2059 49.8786C55.1876 34.4332 95.5742 23.8572 140.978 14.1619Z' fill='%23481827'/%3E%3C/svg%3E");
}
@media (min-width: 992px) {
  .block_image_text.theme-color-1 {
    --bg-image: url("data:image/svg+xml,%3Csvg width='108' height='800' viewBox='0 0 108 800' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M80.6877 271.111C111.471 414.811 120.139 564.759 86.1837 713.456C79.3874 743.252 71.3106 772.591 61.0167 800H0L3.49691e-05 0C4.09709 9.74688 8.02701 19.4882 11.8056 29.242C41.5931 106.13 61.9898 183.797 80.6877 271.111Z' fill='%23481827'/%3E%3C/svg%3E%0A");
  }
}
.block_image_text.theme-color-2 {
  --bg-image: url("data:image/svg+xml,%3Csvg width='412' height='56' viewBox='0 0 412 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M140.978 14.1619C215.702 -1.80005 293.675 -6.29416 370.997 11.3121C386.491 14.8362 401.747 19.0241 416 24.3617V25.4804V56H0C5.06838 53.8756 10.1339 51.8379 15.2059 49.8786C55.1876 34.4332 95.5742 23.8572 140.978 14.1619Z' fill='%231C291F'/%3E%3C/svg%3E");
}
@media (min-width: 992px) {
  .block_image_text.theme-color-2 {
    --bg-image: url("data:image/svg+xml,%3Csvg width='108' height='800' viewBox='0 0 108 800' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M80.6877 271.111C111.471 414.811 120.139 564.759 86.1837 713.456C79.3874 743.252 71.3106 772.591 61.0167 800H0L3.49691e-05 0C4.09709 9.74688 8.02701 19.4882 11.8056 29.242C41.5931 106.13 61.9898 183.797 80.6877 271.111Z' fill='%231C291F'/%3E%3C/svg%3E%0A");
  }
}
.block_image_text.theme-color-3 {
  --bg-image: url("data:image/svg+xml,%3Csvg width='412' height='56' viewBox='0 0 412 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M140.978 14.1619C215.702 -1.80005 293.675 -6.29416 370.997 11.3121C386.491 14.8362 401.747 19.0241 416 24.3617V25.4804V56H0C5.06838 53.8756 10.1339 51.8379 15.2059 49.8786C55.1876 34.4332 95.5742 23.8572 140.978 14.1619Z' fill='%23B7BAA7'/%3E%3C/svg%3E");
}
@media (min-width: 992px) {
  .block_image_text.theme-color-3 {
    --bg-image: url("data:image/svg+xml,%3Csvg width='108' height='800' viewBox='0 0 108 800' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M80.6877 271.111C111.471 414.811 120.139 564.759 86.1837 713.456C79.3874 743.252 71.3106 772.591 61.0167 800H0L3.49691e-05 0C4.09709 9.74688 8.02701 19.4882 11.8056 29.242C41.5931 106.13 61.9898 183.797 80.6877 271.111Z' fill='%23B7BAA7'/%3E%3C/svg%3E%0A");
  }
}
.block_image_text.theme-color-4 {
  --bg-image: url("data:image/svg+xml,%3Csvg width='412' height='56' viewBox='0 0 412 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M140.978 14.1619C215.702 -1.80005 293.675 -6.29416 370.997 11.3121C386.491 14.8362 401.747 19.0241 416 24.3617V25.4804V56H0C5.06838 53.8756 10.1339 51.8379 15.2059 49.8786C55.1876 34.4332 95.5742 23.8572 140.978 14.1619Z' fill='%23814736'/%3E%3C/svg%3E");
}
@media (min-width: 992px) {
  .block_image_text.theme-color-4 {
    --bg-image: url("data:image/svg+xml,%3Csvg width='108' height='800' viewBox='0 0 108 800' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M80.6877 271.111C111.471 414.811 120.139 564.759 86.1837 713.456C79.3874 743.252 71.3106 772.591 61.0167 800H0L3.49691e-05 0C4.09709 9.74688 8.02701 19.4882 11.8056 29.242C41.5931 106.13 61.9898 183.797 80.6877 271.111Z' fill='%23814736'/%3E%3C/svg%3E%0A");
  }
}
.block_image_text.theme-color-5 {
  --bg-image: url("data:image/svg+xml,%3Csvg width='412' height='56' viewBox='0 0 412 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M140.978 14.1619C215.702 -1.80005 293.675 -6.29416 370.997 11.3121C386.491 14.8362 401.747 19.0241 416 24.3617V25.4804V56H0C5.06838 53.8756 10.1339 51.8379 15.2059 49.8786C55.1876 34.4332 95.5742 23.8572 140.978 14.1619Z' fill='%23F7F3E6'/%3E%3C/svg%3E");
}
@media (min-width: 992px) {
  .block_image_text.theme-color-5 {
    --bg-image: url("data:image/svg+xml,%3Csvg width='108' height='800' viewBox='0 0 108 800' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M80.6877 271.111C111.471 414.811 120.139 564.759 86.1837 713.456C79.3874 743.252 71.3106 772.591 61.0167 800H0L3.49691e-05 0C4.09709 9.74688 8.02701 19.4882 11.8056 29.242C41.5931 106.13 61.9898 183.797 80.6877 271.111Z' fill='%23F7F3E6'/%3E%3C/svg%3E%0A");
  }
}
.block_image_text.theme-color-6 {
  --bg-image: url("data:image/svg+xml,%3Csvg width='412' height='56' viewBox='0 0 412 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M140.978 14.1619C215.702 -1.80005 293.675 -6.29416 370.997 11.3121C386.491 14.8362 401.747 19.0241 416 24.3617V25.4804V56H0C5.06838 53.8756 10.1339 51.8379 15.2059 49.8786C55.1876 34.4332 95.5742 23.8572 140.978 14.1619Z' fill='%23191818'/%3E%3C/svg%3E");
}
@media (min-width: 992px) {
  .block_image_text.theme-color-6 {
    --bg-image: url("data:image/svg+xml,%3Csvg width='108' height='800' viewBox='0 0 108 800' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M80.6877 271.111C111.471 414.811 120.139 564.759 86.1837 713.456C79.3874 743.252 71.3106 772.591 61.0167 800H0L3.49691e-05 0C4.09709 9.74688 8.02701 19.4882 11.8056 29.242C41.5931 106.13 61.9898 183.797 80.6877 271.111Z' fill='%23191818'/%3E%3C/svg%3E%0A");
  }
}
.block_image_text.theme-color-7 {
  --bg-image: url("data:image/svg+xml,%3Csvg width='412' height='56' viewBox='0 0 412 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M140.978 14.1619C215.702 -1.80005 293.675 -6.29416 370.997 11.3121C386.491 14.8362 401.747 19.0241 416 24.3617V25.4804V56H0C5.06838 53.8756 10.1339 51.8379 15.2059 49.8786C55.1876 34.4332 95.5742 23.8572 140.978 14.1619Z' fill='%23D8E6F1'/%3E%3C/svg%3E");
}
@media (min-width: 992px) {
  .block_image_text.theme-color-7 {
    --bg-image: url("data:image/svg+xml,%3Csvg width='108' height='800' viewBox='0 0 108 800' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M80.6877 271.111C111.471 414.811 120.139 564.759 86.1837 713.456C79.3874 743.252 71.3106 772.591 61.0167 800H0L3.49691e-05 0C4.09709 9.74688 8.02701 19.4882 11.8056 29.242C41.5931 106.13 61.9898 183.797 80.6877 271.111Z' fill='%23D8E6F1'/%3E%3C/svg%3E%0A");
  }
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  display: none;
}
select option {
  display: none;
}

.form--input_select {
  max-width: 100%;
  display: flex;
}
.form--input_select + .form--input_select {
  margin-top: 12px;
}

.select {
  position: relative;
  width: 100%;
}
.select:hover .select--button {
  border-color: transparent;
}
.select:has(.is_selected) .select--button {
  border-color: var(--form-border-color);
}
.select:hover .select--button, .select:focus-within .select--button {
  border-color: var(--form-border-color-hover);
}
.select--button {
  position: relative;
  cursor: pointer;
  transition: var(--transition);
  background-color: transparent;
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  border: 1px solid var(--form-border-color);
  padding: 12px 16px;
  border-radius: 4px;
  color: var(--text-primary);
}
.select--button p {
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.select--button:after {
  font-family: "icomoon" !important;
  content: "\e906";
  transform: scaleY(1);
  transition: var(--transition);
  transform-origin: center;
  font-size: 16px;
  display: flex;
  align-items: center;
  width: 24px;
  height: 24px;
  justify-content: center;
}
.select--option_wrapper {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 320px;
  z-index: 3;
}
.select--option_wrapper.is_opened {
  opacity: 1;
  pointer-events: all;
}
.select--option_wrapper.is_opened .select--option_list {
  transform: translateY(0);
}
.select--option_list {
  width: 100%;
  background-color: #FCFBF7;
  transition: var(--transition);
  box-shadow: 0 2px 52px 0 rgba(0, 0, 0, 0.1411764706);
  transform: translateY(-8px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  max-height: 320px;
  overflow-y: auto;
  border: 1px solid rgba(25, 24, 24, 0.1019607843);
}
.select--option_list_title {
  padding: 20px 20px 8px;
  font-weight: 500;
  font-size: 16px;
}
.select--option {
  padding: 12px 16px;
  transition: var(--transition);
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  display: flex;
  align-items: flex-start;
  background-color: transparent;
  color: #191818;
}
.select--option:before {
  font-family: "icomoon" !important;
  content: "\e901";
  font-size: 16px;
  height: 20px;
  opacity: 0;
  margin-right: 8px;
}
.select--option:hover, .select--option:active, .select--option:focus {
  background-color: rgba(25, 24, 24, 0.0509803922);
}
.select--option.is_selected {
  background-color: rgba(25, 24, 24, 0.0509803922);
}
.select--option.is_selected:before {
  opacity: 1;
}
.select--option[data-disabled=true] {
  pointer-events: none;
  opacity: 0.4;
}

.form--input_date,
.form--input_date-range {
  transition: var(--transition);
  width: 100%;
  position: relative;
  border: 1px solid var(--form-border-color);
  border-radius: 4px;
  background-color: transparent;
  padding: 0 16px 0 16px;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .form--input_date,
  .form--input_date-range {
    padding: 0 16px 0 16px;
  }
}
.form--input_date:after,
.form--input_date-range:after {
  content: "\e900";
  font-family: "icomoon";
  font-size: 18px;
  color: var(--text-primary);
}
.form--input_date input,
.form--input_date-range input {
  line-height: 1.5;
  font-size: 16px;
  background-color: transparent;
  transition: var(--transition);
  width: 100%;
  padding: 8px 0;
}
@media (min-width: 768px) {
  .form--input_date input,
  .form--input_date-range input {
    padding: 12px 0;
  }
}
.form--input_date input::-moz-placeholder, .form--input_date-range input::-moz-placeholder {
  color: var(--form-placeholder-color);
}
.form--input_date input:-moz-placeholder-shown, .form--input_date-range input:-moz-placeholder-shown {
  color: var(--form-placeholder-color);
}
.form--input_date input::placeholder, .form--input_date input:placeholder-shown,
.form--input_date-range input::placeholder,
.form--input_date-range input:placeholder-shown {
  color: var(--form-placeholder-color);
}
.form--input_date input:not(:-moz-placeholder-shown), .form--input_date-range input:not(:-moz-placeholder-shown) {
  color: var(--text-primary);
}
.form--input_date input:not(:placeholder-shown),
.form--input_date-range input:not(:placeholder-shown) {
  color: var(--text-primary);
}
.form--input_date:hover, .form--input_date:focus, .form--input_date:focus-within,
.form--input_date-range:hover,
.form--input_date-range:focus,
.form--input_date-range:focus-within {
  border-color: var(--form-border-color-hover);
}

.air-datepicker {
  color: var(--text-primary);
  --adp-font-family: inherit;
  --adp-font-size: var(--fs-button-l);
  --adp-width: 288px;
  --adp-z-index: 60;
  --adp-padding: 12px;
  --adp-grid-areas: "nav" "body" "timepicker" "buttons";
  --adp-transition-duration: .3s;
  --adp-transition-ease: ease-out;
  --adp-transition-offset: 8px;
  --adp-background-color: #fff;
  --adp-background-color-hover: transparent;
  --adp-background-color-active: transparent;
  --adp-background-color-in-range: var(--surface-brand);
  --adp-background-color-in-range-focused: var(--surface-brand);
  --adp-background-color-selected-other-month-focused: var(--neutral-default);
  --adp-background-color-selected-other-month: var(--neutral-default);
  --adp-color: #464849;
  --adp-color-secondary: #9c9c9c;
  --adp-accent-color: var(--surface-brand);
  --adp-color-current-date: var(--text-link);
  --adp-color-other-month: var(--text-secondary);
  --adp-color-disabled: var(--text-secondary);
  --adp-color-disabled-in-range: var(--text-secondary);
  --adp-color-other-month-hover: var(--text-primary);
  --adp-border-color: transparent;
  --adp-border-color-inner: transparent;
  --adp-border-radius: 0;
  --adp-border-color-inline: var(--neutral-container-default);
  --adp-nav-height: 32px;
  --adp-nav-arrow-color: var(--fg-default);
  --adp-nav-action-size: 32px;
  --adp-nav-color-secondary: var(--fg-default);
  --adp-day-name-color: #818080;
  --adp-day-name-color-hover: #818080;
  --adp-day-cell-width: 1fr;
  --adp-day-cell-height: 36px;
  --adp-month-cell-height: 36px;
  --adp-year-cell-height: 36px;
  --adp-pointer-size: 10px;
  --adp-poiner-border-radius: 0;
  --adp-pointer-offset: 14px;
  --adp-cell-border-radius: 0;
  --adp-cell-background-color-hover: #1212121A;
  --adp-cell-background-color-selected: #1918180D;
  --adp-cell-background-color-selected-hover: var(--neutral-default);
  --adp-cell-background-color-in-range: var(--neutral-container-soft);
  --adp-cell-background-color-in-range-hover: var(--neutral-container-soft);
  --adp-cell-border-color-in-range: var(--neutral-default);
  --adp-btn-height: 36x;
  --adp-btn-color: var(--accent-on-accent);
  --adp-btn-color-hover: var(--accent-on-accent);
  --adp-btn-border-radius: var(--adp-border-radius);
  --adp-btn-background-color-hover: #1212121A;
  --adp-btn-background-color-active: var(--accent-default);
  --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: 36px;
  --adp-mobile-width: 220px;
  --adp-mobile-day-cell-height: 36px;
  --adp-mobile-month-cell-height: 36px;
  --adp-mobile-year-cell-height: 36px;
  --adp-border-color-inline: rgba(255, 252, 250, 0.15);
}

.air-datepicker {
  border-radius: 4px;
  background-color: #FCFBF7;
  box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.1607843137), 0 0 4px 0 rgba(0, 0, 0, 0.0392156863);
  border: 1px solid rgba(25, 24, 24, 0.1019607843);
  color: #191818;
}

.air-datepicker-body--day-name {
  height: 36px;
  font-size: 12px;
  font-weight: 400;
  text-transform: unset;
}

.air-datepicker--content {
  padding: 0;
}

.air-datepicker-nav {
  padding: 10px 0 2px;
}

.air-datepicker-nav--title {
  font-size: 14px;
}

.air-datepicker-cell.-day- {
  font-size: 12px;
}

.air-datepicker-cell.-day-.-selected-.-range-from-,
.air-datepicker-cell.-day-.-selected-.-range-to- {
  color: #FCFBF7;
  background-color: #481827;
}

.air-datepicker-cell.-day-.-in-range- {
  background-color: rgba(25, 24, 24, 0.0509803922);
}

.air-datepicker-cell.-day-.-selected-.-range-from- {
  border-radius: 4px 0 0 4px;
}

.air-datepicker-cell.-day-.-selected-.-range-to- {
  border-radius: 0 4px 4px 0;
}

.air-datepicker-cell.-day-.-focus-,
.air-datepicker-cell.-selected-.-focus- {
  color: #FCFBF7;
  background-color: #481827;
  border-radius: 4px;
}

.form--input_file {
  border: 1px solid var(--form-border-color);
  background-color: transparent;
  cursor: pointer;
  width: 100%;
  display: flex;
  flex-direction: column !important;
  padding: 32px 24px !important;
  position: relative;
  transition: var(--transition);
  margin-top: 12px;
}
.form--input_file::-moz-selection {
  background-color: var(--form-input-bg-color);
  border-color: var(--form-input-bg-color);
}
.form--input_file:active, .form--input_file:focus, .form--input_file:hover, .form--input_file::selection {
  background-color: var(--form-input-bg-color);
  border-color: var(--form-input-bg-color);
}
.form--input_file p {
  text-align: center;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  color: var(--form-placeholder-color);
}
.form--input_file p span {
  color: var(--text-primary);
}
.form--input_file input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.form--input_file_hint {
  width: 100%;
  text-align: center;
  color: var(--form-hint-color);
  font-size: 14px;
  margin-top: 4px;
}

.form--input_file--items {
  display: flex;
  flex-direction: column;
}
.form--input_file--items:empty {
  display: none;
}

.form--input_file--items_loaded {
  margin: 8px 0;
  border: 1px solid var(--form-border-color);
  padding: 12px 32px;
  position: relative;
  font-size: 16px;
  min-height: 42px;
}
@media (min-width: 992px) {
  .form--input_file--items_loaded {
    padding: 16px;
    padding-left: 56px;
  }
}
.form--input_file--items_loaded:before {
  content: "\e908";
  font-family: "icomoon" !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  display: block;
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.form--input_file--items_loaded > p, .form--input_file--items_loaded span {
  margin: 0;
}
.form--input_file--items_loaded > p:not([class]) {
  word-wrap: anywhere;
  max-width: 100%;
  margin: 0;
  font-weight: 400;
  font-size: 16px;
}
.form--input_file--items_loaded:not(.loaded) .form--input_file--items_delete:before {
  opacity: 0;
}
.form--input_file--items_loaded:not(.loaded) .form--input_file--items_delete:after {
  opacity: 1;
}
.form--input_file--items_loaded.loaded .form--input_file--items_delete:before {
  opacity: 1;
}
.form--input_file--items_loaded.loaded .form--input_file--items_delete:after {
  opacity: 0;
}
.form--input_file--items_loaded.error .form--input_file--items_hint {
  color: var(--critical-soft);
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.form--input_file--items_delete {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: var(--transition);
}
.form--input_file--items_delete:hover {
  color: var(--text-secondary);
}
.form--input_file--items_delete:before {
  content: "\e914";
  font-family: "icomoon" !important;
  font-size: 20px;
  width: 24px;
  height: 24px;
  line-height: 1;
  color: var(--fg-default);
  transform-origin: center;
  opacity: 0;
}
.form--input_file--items_delete:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid var(--form-border-color-hover);
  border-bottom-color: transparent;
  animation: rotation 1s linear infinite;
  opacity: 0;
}

.form--input_file--items_hint {
  font-size: 14px !important;
  color: var(--form-hint-color);
}

.form--input.form--input-numbers {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  gap: 0 16px;
}
.form--input.form--input-numbers .numbers {
  grid-column: 2;
  grid-row: 1/span 2;
}
.form--input.form--input-numbers .hint {
  font-weight: 400;
  font-size: 14px;
  color: var(--form-placeholder-color);
}
.form--input.form--input-numbers > span {
  font-weight: 400;
  font-size: var(--fs-body-1);
  margin-bottom: 0;
}

.numbers {
  display: flex;
  align-items: center;
  gap: 4px;
}
.numbers--button {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.numbers--output {
  color: #191818;
  max-width: 64px;
  text-align: center;
  border: 1px solid var(--form-border-color);
  border-radius: 4px;
  height: 48px;
}

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

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

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

.range {
  --dif: calc(var(--max) - var(--min));
  display: grid;
  grid-template: 24px/1fr 1fr;
  position: relative;
  width: 100%;
  margin-bottom: 8px;
}
.range::before, .range::after {
  grid-column: 1/span 2;
  grid-row: 1;
  height: 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-2px);
  background: rgba(0, 0, 0, 0.031372549);
  content: "";
}
.range::before {
  margin-left: calc((var(--a) - var(--min)) / var(--dif) * 100%);
  width: calc((var(--b) - var(--a)) / var(--dif) * 100%);
}
.range::after {
  margin-left: calc((var(--b) - var(--min)) / var(--dif) * 100%);
  width: calc((var(--a) - var(--b)) / var(--dif) * 100%);
}
.range--bg {
  position: absolute;
  top: 50%;
  height: 4px;
  transform: translateY(-2px);
  display: block;
  width: 100%;
  --item: calc(10% - 4px);
  background-color: var(--text-secondary);
}
.range input[type=range] {
  grid-column: 1/span 2;
  grid-row: 1;
  z-index: 1;
  top: 0;
  left: 0;
  margin: 0;
  background: none;
  color: #000;
  pointer-events: none;
}
.range input[type=range]::-webkit-slider-runnable-track, .range input[type=range]::-webkit-slider-thumb, .range input[type=range] {
  -webkit-appearance: none;
}
.range input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 100%;
  background: none;
}
.range input[type=range]::-moz-range-track {
  width: 100%;
  height: 100%;
  background: none;
}
.range input[type=range]::-webkit-slider-thumb {
  border: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--accent-color);
  pointer-events: auto;
  cursor: pointer;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.06), 0 0 4px 0 rgba(0, 0, 0, 0.04);
}
.range input[type=range]::-moz-range-thumb {
  border: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--accent-color);
  pointer-events: auto;
  cursor: pointer;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.06), 0 0 4px 0 rgba(0, 0, 0, 0.04);
}
.range input[type=range]:focus {
  z-index: 2;
}
.range input[type=range]:focus, .range input[type=range]:focus + output {
  color: var(--accent-default);
}
.range output {
  grid-row: 2;
  position: absolute;
  top: calc(100% + 12px);
  font-size: 16px;
  line-height: 24px;
  transition: var(--transition);
  display: none;
}
.range output:last-child {
  right: 0;
  text-align: right;
}
.range output:last-child::after {
  content: "до " counter(c);
}
.range output:first-child {
  left: 0;
}
.range output::after {
  counter-reset: c var(--c);
  content: "от " counter(c);
}

.input_range--output {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.input_range--output_item {
  flex-shrink: 1;
  flex-grow: 1;
  border: 1px solid rgba(12, 13, 13, 0.1019607843);
  border-radius: 7px;
  padding: 10px 13px;
  max-width: 50%;
  display: flex;
  gap: 4px;
}
.input_range--output_item span {
  color: #303030;
  font-size: 16px;
  font-weight: 480;
  opacity: 0.4;
}
.input_range--output_item input {
  width: 100%;
}

input, textarea, select {
  border: none;
  outline: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

textarea {
  resize: vertical;
}

input[type=date] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form fieldset {
  padding: 16px 0 0;
  border-color: transparent;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.form--title {
  font-size: clamp(16px, 16px + 4 * (100vw - 1024px) / 896, 20px);
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.4;
  display: flex;
  align-items: center;
}

.form--text {
  margin-top: 12px;
  font-size: clamp(16px, 16px + 2 * (100vw - 1024px) / 896, 18px);
  margin-bottom: 16px;
}

.form--input {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
.form--input > span {
  order: -1;
  font-size: var(--fs-body-1);
  text-transform: uppercase;
  margin-bottom: 8px;
  line-height: 1.2;
}
.form--input > input, .form--input textarea {
  background-color: transparent;
  line-height: 1.5;
  font-size: 16px;
  transition: var(--transition);
  width: 100%;
  border: 1px solid var(--form-border-color);
  border-radius: 4px;
  padding: 8px 16px;
}
@media (min-width: 768px) {
  .form--input > input, .form--input textarea {
    padding: 11px 16px;
  }
}
.form--input > input::-moz-placeholder, .form--input textarea::-moz-placeholder {
  color: var(--form-placeholder-color);
}
.form--input > input:-moz-placeholder-shown, .form--input textarea:-moz-placeholder-shown {
  color: var(--form-placeholder-color);
}
.form--input > input::placeholder, .form--input > input:placeholder-shown, .form--input textarea::placeholder, .form--input textarea:placeholder-shown {
  color: var(--form-placeholder-color);
}
.form--input > input:not(:-moz-placeholder-shown), .form--input textarea:not(:-moz-placeholder-shown) {
  color: var(--text-primary);
}
.form--input > input:not(:placeholder-shown), .form--input textarea:not(:placeholder-shown) {
  color: var(--text-primary);
}
.form--input > input:hover, .form--input > input:focus, .form--input > input:focus-within, .form--input textarea:hover, .form--input textarea:focus, .form--input textarea:focus-within {
  border-color: var(--form-border-color-hover);
}
.form--input.error .form--input_error {
  opacity: 1;
  max-height: -moz-fit-content;
  max-height: fit-content;
  height: auto;
  color: var(--critical-soft);
  padding-top: 12px;
}
.form--input_error {
  color: var(--critical-soft);
  opacity: 0;
  font-size: var(--fs-caption-2);
  line-height: 20px;
  max-height: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.03s 0.15s ease-out, max-height 0.18s linear;
}
.form_hint {
  color: var(--text-secondary);
  font-size: var(--fs-caption-2);
  line-height: 20px;
}
.form > label {
  display: flex;
  align-items: flex-start;
  margin: 8px 0;
}

.form--input {
  display: flex;
  flex-direction: column;
}
.form--input label {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  padding: 4px 0;
}
.form--input label span {
  line-height: 24px;
}
.form--input input[type=radio],
.form--input input[type=checkbox] {
  margin-right: 8px;
  accent-color: #481827;
  width: 24px;
  height: 24px;
}
.form--input label:has(.radio) {
  position: relative;
}
.form--input label:has(.radio) input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  order: -1;
  width: 0;
  height: 0;
}
.form--input label:has(.toggle),
.form--input label:has(.checkbox) {
  position: relative;
}
.form--input label:has(.toggle) input[type=checkbox],
.form--input label:has(.checkbox) input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  order: -1;
  width: 0;
  height: 0;
}
.form--input input[type=radio] ~ .radio {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid var(--form-border-color-hover);
  position: relative;
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 16px;
  border-radius: 50%;
}
.form--input input[type=radio] ~ .radio:after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: transparent;
  border-radius: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.form--input input[type=radio] ~ .radio:hover, .form--input input[type=radio] ~ .radio:focus {
  border-color: var(--form-border-color-hover);
  background-color: var(--form-input-bg-color);
}
.form--input input[type=radio]:checked ~ .radio {
  border-color: var(--form-border-color-hover);
  background-color: var(--form-input-bg-color);
}
.form--input input[type=radio]:checked ~ .radio:after {
  opacity: 1;
  background-color: var(--form-border-color-hover);
}
.form--input input[type=checkbox] ~ .toggle {
  width: 42px;
  height: 24px;
  border: 1px solid var(--form-border-color-hover);
  position: relative;
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 100px;
  margin-right: 16px;
}
.form--input input[type=checkbox] ~ .toggle:after {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 5px;
  top: 5px;
  background-color: var(--form-border-color-hover);
  transition: var(--transition);
  border-radius: 50%;
  z-index: 2;
  flex-shrink: 0;
  flex-grow: 0;
  opacity: 1;
  transform: translateX(0);
}
.form--input input[type=checkbox] ~ .toggle:hover, .form--input input[type=checkbox] ~ .toggle:focus {
  border-color: var(--form-border-color-hover);
  background-color: var(--form-input-bg-color);
}
.form--input input[type=checkbox]:checked ~ .toggle {
  border-color: var(--form-border-color-hover);
  background-color: var(--form-input-bg-color);
}
.form--input input[type=checkbox]:checked ~ .toggle:after {
  transform: translateX(18px);
  background-color: var(--form-border-color-hover);
}
.form--input input[type=checkbox] ~ .checkbox {
  width: 24px;
  height: 24px;
  border: 1px solid var(--form-border-color-hover);
  position: relative;
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 16px;
  flex-shrink: 0;
  flex-grow: 0;
}
.form--input input[type=checkbox] ~ .checkbox:after {
  font-family: "icomoon" !important;
  content: "\e901";
  font-size: 16px;
  line-height: 1;
  opacity: 0;
  color: var(--text-primary);
}
.form--input input[type=checkbox] ~ .checkbox:hover, .form--input input[type=checkbox] ~ .checkbox:focus {
  border-color: var(--form-border-color-hover);
  background-color: var(--form-input-bg-color);
}
.form--input input[type=checkbox]:checked ~ .checkbox {
  border-color: var(--form-border-color-hover);
  background-color: var(--form-input-bg-color);
}
.form--input input[type=checkbox]:checked ~ .checkbox:after {
  opacity: 1;
}

.form--policy {
  margin: 24px 0;
}
.form--policy:empty {
  display: none;
}
.form--policy p {
  margin: 0;
}
.form--policy a:not(.button) {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
.form--policy .form--input {
  margin-bottom: 8px;
}

.is_sending button[type=submit] {
  background: var(--surface-accent-3-disabled) !important;
  pointer-events: none;
  cursor: wait;
}

.block_image_text-wrapper_bg-accent .form,
.block_image_text-wrapper_bg-dark .form {
  background-color: transparent;
}
.block_image_text-wrapper_bg-accent .form--input > input, .block_image_text-wrapper_bg-accent .form--input textarea,
.block_image_text-wrapper_bg-dark .form--input > input,
.block_image_text-wrapper_bg-dark .form--input textarea {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.1490196078);
  color: rgba(255, 255, 255, 0.5019607843);
}
.block_image_text-wrapper_bg-accent .form--input > input::-moz-placeholder, .block_image_text-wrapper_bg-accent .form--input textarea::-moz-placeholder, .block_image_text-wrapper_bg-dark .form--input > input::-moz-placeholder, .block_image_text-wrapper_bg-dark .form--input textarea::-moz-placeholder {
  color: var(--text-secondary-on-dark);
}
.block_image_text-wrapper_bg-accent .form--input > input:-moz-placeholder-shown, .block_image_text-wrapper_bg-accent .form--input textarea:-moz-placeholder-shown, .block_image_text-wrapper_bg-dark .form--input > input:-moz-placeholder-shown, .block_image_text-wrapper_bg-dark .form--input textarea:-moz-placeholder-shown {
  color: var(--text-secondary-on-dark);
}
.block_image_text-wrapper_bg-accent .form--input > input::placeholder, .block_image_text-wrapper_bg-accent .form--input > input:placeholder-shown, .block_image_text-wrapper_bg-accent .form--input textarea::placeholder, .block_image_text-wrapper_bg-accent .form--input textarea:placeholder-shown,
.block_image_text-wrapper_bg-dark .form--input > input::placeholder,
.block_image_text-wrapper_bg-dark .form--input > input:placeholder-shown,
.block_image_text-wrapper_bg-dark .form--input textarea::placeholder,
.block_image_text-wrapper_bg-dark .form--input textarea:placeholder-shown {
  color: var(--text-secondary-on-dark);
}
.block_image_text-wrapper_bg-accent .form--input > input:not(:-moz-placeholder-shown), .block_image_text-wrapper_bg-accent .form--input textarea:not(:-moz-placeholder-shown), .block_image_text-wrapper_bg-dark .form--input > input:not(:-moz-placeholder-shown), .block_image_text-wrapper_bg-dark .form--input textarea:not(:-moz-placeholder-shown) {
  color: var(--text-primary-on-dark);
}
.block_image_text-wrapper_bg-accent .form--input > input:not(:placeholder-shown), .block_image_text-wrapper_bg-accent .form--input textarea:not(:placeholder-shown),
.block_image_text-wrapper_bg-dark .form--input > input:not(:placeholder-shown),
.block_image_text-wrapper_bg-dark .form--input textarea:not(:placeholder-shown) {
  color: var(--text-primary-on-dark);
}
.block_image_text-wrapper_bg-accent .form--input > input:hover, .block_image_text-wrapper_bg-accent .form--input > input:focus, .block_image_text-wrapper_bg-accent .form--input > input:focus-within, .block_image_text-wrapper_bg-accent .form--input textarea:hover, .block_image_text-wrapper_bg-accent .form--input textarea:focus, .block_image_text-wrapper_bg-accent .form--input textarea:focus-within,
.block_image_text-wrapper_bg-dark .form--input > input:hover,
.block_image_text-wrapper_bg-dark .form--input > input:focus,
.block_image_text-wrapper_bg-dark .form--input > input:focus-within,
.block_image_text-wrapper_bg-dark .form--input textarea:hover,
.block_image_text-wrapper_bg-dark .form--input textarea:focus,
.block_image_text-wrapper_bg-dark .form--input textarea:focus-within {
  border-color: rgba(255, 255, 255, 0.8509803922);
}
.block_image_text-wrapper_bg-accent .form--input input[type=radio] ~ .radio,
.block_image_text-wrapper_bg-dark .form--input input[type=radio] ~ .radio {
  border: 1px solid rgba(255, 255, 255, 0.1490196078);
}
.block_image_text-wrapper_bg-accent .form--input input[type=radio] ~ .radio:after,
.block_image_text-wrapper_bg-dark .form--input input[type=radio] ~ .radio:after {
  background-color: transparent;
}
.block_image_text-wrapper_bg-accent .form--input input[type=radio] ~ .radio:hover, .block_image_text-wrapper_bg-accent .form--input input[type=radio] ~ .radio:focus,
.block_image_text-wrapper_bg-dark .form--input input[type=radio] ~ .radio:hover,
.block_image_text-wrapper_bg-dark .form--input input[type=radio] ~ .radio:focus {
  border-color: rgba(255, 255, 255, 0.8509803922);
  background-color: rgba(255, 255, 255, 0.1019607843);
}
.block_image_text-wrapper_bg-accent .form--input input[type=radio]:checked ~ .radio,
.block_image_text-wrapper_bg-dark .form--input input[type=radio]:checked ~ .radio {
  border-color: rgba(18, 18, 18, 0.1490196078);
  background-color: #FFFFFF;
}
.block_image_text-wrapper_bg-accent .form--input input[type=radio]:checked ~ .radio:after,
.block_image_text-wrapper_bg-dark .form--input input[type=radio]:checked ~ .radio:after {
  background-color: #121212;
}
.block_image_text-wrapper_bg-accent .form--input input[type=checkbox] ~ .toggle,
.block_image_text-wrapper_bg-dark .form--input input[type=checkbox] ~ .toggle {
  border: 1px solid rgba(255, 255, 255, 0.1490196078);
}
.block_image_text-wrapper_bg-accent .form--input input[type=checkbox] ~ .toggle:after,
.block_image_text-wrapper_bg-dark .form--input input[type=checkbox] ~ .toggle:after {
  background-color: #fff;
}
.block_image_text-wrapper_bg-accent .form--input input[type=checkbox] ~ .toggle:hover, .block_image_text-wrapper_bg-accent .form--input input[type=checkbox] ~ .toggle:focus,
.block_image_text-wrapper_bg-dark .form--input input[type=checkbox] ~ .toggle:hover,
.block_image_text-wrapper_bg-dark .form--input input[type=checkbox] ~ .toggle:focus {
  border-color: rgba(18, 18, 18, 0.3019607843);
  background-color: rgba(255, 255, 255, 0.1019607843);
}
.block_image_text-wrapper_bg-accent .form--input input[type=checkbox]:checked ~ .toggle,
.block_image_text-wrapper_bg-dark .form--input input[type=checkbox]:checked ~ .toggle {
  border-color: #121212;
  background-color: #fff;
}
.block_image_text-wrapper_bg-accent .form--input input[type=checkbox]:checked ~ .toggle:after,
.block_image_text-wrapper_bg-dark .form--input input[type=checkbox]:checked ~ .toggle:after {
  background-color: #121212;
}
.block_image_text-wrapper_bg-accent .form--input input[type=checkbox] ~ .checkbox,
.block_image_text-wrapper_bg-dark .form--input input[type=checkbox] ~ .checkbox {
  border: 1px solid rgba(255, 255, 255, 0.1490196078);
}
.block_image_text-wrapper_bg-accent .form--input input[type=checkbox] ~ .checkbox:after,
.block_image_text-wrapper_bg-dark .form--input input[type=checkbox] ~ .checkbox:after {
  color: transparent;
}
.block_image_text-wrapper_bg-accent .form--input input[type=checkbox] ~ .checkbox:hover, .block_image_text-wrapper_bg-accent .form--input input[type=checkbox] ~ .checkbox:focus,
.block_image_text-wrapper_bg-dark .form--input input[type=checkbox] ~ .checkbox:hover,
.block_image_text-wrapper_bg-dark .form--input input[type=checkbox] ~ .checkbox:focus {
  border-color: rgba(255, 255, 255, 0.8509803922);
  background-color: rgba(255, 255, 255, 0.1019607843);
}
.block_image_text-wrapper_bg-accent .form--input input[type=checkbox]:checked ~ .checkbox,
.block_image_text-wrapper_bg-dark .form--input input[type=checkbox]:checked ~ .checkbox {
  border-color: rgba(18, 18, 18, 0.1490196078);
  background-color: #FFFFFF;
}
.block_image_text-wrapper_bg-accent .form--input input[type=checkbox]:checked ~ .checkbox:after,
.block_image_text-wrapper_bg-dark .form--input input[type=checkbox]:checked ~ .checkbox:after {
  color: #121212;
}
.block_image_text-wrapper_bg-accent .form--input .select:hover .select--button,
.block_image_text-wrapper_bg-dark .form--input .select:hover .select--button {
  border-color: rgba(255, 255, 255, 0.8509803922);
}
.block_image_text-wrapper_bg-accent .form--input .select:has(.is_selected) .select--button,
.block_image_text-wrapper_bg-dark .form--input .select:has(.is_selected) .select--button {
  border-color: rgba(255, 255, 255, 0.1490196078);
}
.block_image_text-wrapper_bg-accent .form--input .select:hover .select--button, .block_image_text-wrapper_bg-accent .form--input .select:focus-within .select--button,
.block_image_text-wrapper_bg-dark .form--input .select:hover .select--button,
.block_image_text-wrapper_bg-dark .form--input .select:focus-within .select--button {
  border-color: rgba(255, 255, 255, 0.8509803922);
}
.block_image_text-wrapper_bg-accent .form--input .select--button,
.block_image_text-wrapper_bg-dark .form--input .select--button {
  border-color: rgba(255, 255, 255, 0.1490196078);
}
.block_image_text-wrapper_bg-accent .form .form--input_file,
.block_image_text-wrapper_bg-dark .form .form--input_file {
  border: 1px solid rgba(255, 255, 255, 0.1490196078);
}
.block_image_text-wrapper_bg-accent .form .form--input_file::-moz-selection, .block_image_text-wrapper_bg-dark .form .form--input_file::-moz-selection {
  background-color: rgba(255, 255, 255, 0.1019607843);
  border-color: rgba(255, 255, 255, 0.8509803922);
}
.block_image_text-wrapper_bg-accent .form .form--input_file:active, .block_image_text-wrapper_bg-accent .form .form--input_file:focus, .block_image_text-wrapper_bg-accent .form .form--input_file:hover, .block_image_text-wrapper_bg-accent .form .form--input_file::selection,
.block_image_text-wrapper_bg-dark .form .form--input_file:active,
.block_image_text-wrapper_bg-dark .form .form--input_file:focus,
.block_image_text-wrapper_bg-dark .form .form--input_file:hover,
.block_image_text-wrapper_bg-dark .form .form--input_file::selection {
  background-color: rgba(255, 255, 255, 0.1019607843);
  border-color: rgba(255, 255, 255, 0.8509803922);
}
.block_image_text-wrapper_bg-accent .form .form--input_file--items_loaded,
.block_image_text-wrapper_bg-dark .form .form--input_file--items_loaded {
  border: 1px solid rgba(255, 255, 255, 0.1490196078);
}
.block_image_text-wrapper_bg-accent .form .form--input_date,
.block_image_text-wrapper_bg-accent .form .form--input_date-range,
.block_image_text-wrapper_bg-dark .form .form--input_date,
.block_image_text-wrapper_bg-dark .form .form--input_date-range {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.1490196078);
}
.block_image_text-wrapper_bg-accent .form .form--input_date input::-moz-placeholder, .block_image_text-wrapper_bg-accent .form .form--input_date-range input::-moz-placeholder, .block_image_text-wrapper_bg-dark .form .form--input_date input::-moz-placeholder, .block_image_text-wrapper_bg-dark .form .form--input_date-range input::-moz-placeholder {
  color: var(--text-secondary);
}
.block_image_text-wrapper_bg-accent .form .form--input_date input:-moz-placeholder-shown, .block_image_text-wrapper_bg-accent .form .form--input_date-range input:-moz-placeholder-shown, .block_image_text-wrapper_bg-dark .form .form--input_date input:-moz-placeholder-shown, .block_image_text-wrapper_bg-dark .form .form--input_date-range input:-moz-placeholder-shown {
  color: var(--text-secondary);
}
.block_image_text-wrapper_bg-accent .form .form--input_date input::placeholder, .block_image_text-wrapper_bg-accent .form .form--input_date input:placeholder-shown,
.block_image_text-wrapper_bg-accent .form .form--input_date-range input::placeholder,
.block_image_text-wrapper_bg-accent .form .form--input_date-range input:placeholder-shown,
.block_image_text-wrapper_bg-dark .form .form--input_date input::placeholder,
.block_image_text-wrapper_bg-dark .form .form--input_date input:placeholder-shown,
.block_image_text-wrapper_bg-dark .form .form--input_date-range input::placeholder,
.block_image_text-wrapper_bg-dark .form .form--input_date-range input:placeholder-shown {
  color: var(--text-secondary);
}
.block_image_text-wrapper_bg-accent .form .form--input_date input:not(:-moz-placeholder-shown), .block_image_text-wrapper_bg-accent .form .form--input_date-range input:not(:-moz-placeholder-shown), .block_image_text-wrapper_bg-dark .form .form--input_date input:not(:-moz-placeholder-shown), .block_image_text-wrapper_bg-dark .form .form--input_date-range input:not(:-moz-placeholder-shown) {
  color: var(--text-primary);
}
.block_image_text-wrapper_bg-accent .form .form--input_date input:not(:placeholder-shown),
.block_image_text-wrapper_bg-accent .form .form--input_date-range input:not(:placeholder-shown),
.block_image_text-wrapper_bg-dark .form .form--input_date input:not(:placeholder-shown),
.block_image_text-wrapper_bg-dark .form .form--input_date-range input:not(:placeholder-shown) {
  color: var(--text-primary);
}

.booking {
  position: absolute;
  top: 100vh;
  transform: translateY(-100%);
  z-index: 10;
  left: 0;
  padding: 32px var(--container-padding);
  width: 100%;
  --text-primary: #FCFBF7;
  --text-complimentary-2: #FCFBF7E5;
  --cascade-border-color: #FCFBF71A;
  --form-placeholder-color: #FCFBF78C;
  --form-border-color: #FCFBF726;
  --form-border-color-hover: #FCFBF7CC;
  --form-hint-color: #FCFBF78C;
  --form-input-bg-color: #FCFBF70D;
  display: flex;
  justify-content: center;
}
.booking--wrapper {
  position: relative;
  width: 100%;
  max-width: 1080px;
  display: flex;
  background-color: rgba(25, 24, 24, 0.3019607843);
  padding: 6px;
  border-radius: 4px;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
}
@media(min-width: 1024px) and (max-width: 1280px){
  .booking--wrapper {
    padding: 2px;
  }
}
.booking--title {
  color: rgba(252, 251, 247, 0.8980392157);
  font-size: 16px;
  text-align: center;
}
.booking--item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px 10px;
  gap: 10px;
  position: relative;
  --form-border-color: transparent;
  --form-border-color-hover: transparent;
  flex-grow: 1;
}
.booking--item:nth-child(1), .booking--item:nth-child(2) {
  border-right: 1px solid rgba(252, 251, 247, 0.1019607843);
  flex-grow: 1;
}
.booking--item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 2px;
  border-radius: 4px;
  right: 2px;
  height: 100%;
  pointer-events: none;
}
.booking--item:focus-within:after, .booking--item:has(.booking--guests.is_active):after {
  background-color: rgba(252, 251, 247, 0.1019607843);
}

.booking--submit {
  width: 100%;
}

@media (max-width: 768px) {
  .booking--hotels {
    z-index: 2;
  }
  .booking--hotels:has(.is_opened) {
    z-index: 3;
  }
}
.booking--hotels .select {
  position: static;
}
.booking--hotels .select--button {
  text-transform: uppercase;
  color: var(--text-primary);
  text-align: center;
  padding: 0 12px;
  justify-content: center;
}
.booking--hotels .select--button p {
  width: 260px;
}
.booking--hotels .select--button:after {
  display: none;
}
.booking--hotels.is_up .select--option_wrapper {
  top: unset;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, -18px);
  padding: 8px;
}
.booking--hotels.is_down .select--option_wrapper {
  top: 100%;
  bottom: unset;
  left: 50%;
  transform: translate(-50%, 10px);
}

.booking--calendar .form--input_date input {
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
.booking--calendar .form--input_date::after {
  display: none;
}

.booking--guests {
  position: relative;
  --form-border-color-hover: #1918181F;
  --form-border-color: #1918181F;
  --form-placeholder-color: #818080;
}
.booking--guests_title {
  font-size: 22px;
  font-weight: 600;
}
.booking--guests_wrapper {
  padding: 8px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  text-align: left;
  width: 312px;
}
.booking--guests_wrapper.is_down {
  top: calc(100% + 8px + 6px);
  bottom: unset;
}
.booking--guests_wrapper.is_up {
  top: unset;
  bottom: calc(100% + 8px + 6px + 28px);
}
.booking--guests_close {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
  z-index: -1;
}
.booking--guests.is_active .booking--guests_wrapper {
  opacity: 1;
  pointer-events: all;
}
.booking--guests_output {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.booking--guests_items {
  box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.1607843137), 0 0 4px 0 rgba(0, 0, 0, 0.0392156863);
  background-color: #FCFBF7;
  display: flex;
  flex-direction: column;
  max-height: 50vh;
  overflow-y: auto;
  border-radius: 4px;
}
.booking--guests_items .booking--guests_title {
  order: 1;
}
.booking--guests_items .booking--room {
  order: 2;
}
.booking--guests_items .booking--room_add {
  order: 3;
}

.booking--guests_output,
.booking--calendar input {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  color: var(--text-primary);
  text-align: center;
}

.booking--room {
  padding: 16px;
  border-bottom: 1px solid rgba(25, 24, 24, 0.1490196078);
}
.booking--room_title {
  font-weight: 500;
  font-size: var(--fs-body-2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.booking--room_title span > span {
  margin: 0 0.5em;
}
.booking--room_item .form--input.form--input-numbers > span {
  text-transform: unset;
}

.booking--room_add {
  padding: 16px;
}
.booking--room_add .button {
  flex-grow: 1;
}

.booking--children-selects {
  display: flex;
  flex-direction: column;
}

.booking--children-select {
  display: flex;
  align-items: center;
}
.booking--children-select .form--input {
  flex-direction: row;
  align-items: center;
  gap: 20px;
  width: 100%;
  margin-bottom: 10px;
}
.booking--children-select .form--input span {
  text-transform: unset;
  font-size: 14px;
  margin-bottom: 0;
}
.booking--children-select .form--input .form--input_select {
  flex-grow: 1;
}
.booking--children-select .select--button {
  padding: 6px 10px;
}

.block_banner-hero + .booking_panel {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: absolute;
  top: calc(var(--headerHeight, 72px) + 56px + 32px);
  right: var(--container-padding);
  z-index: 15;
  margin: 0;
}
@media (min-width: 1024px) {
  .block_banner-hero + .booking_panel {
    width: 22%;
    min-width: 320px;
  }
}
@media (max-width: 1024px) {
  .block_banner-hero + .booking_panel {
    width: 100%;
    padding: 0 var(--container-padding);
    top: calc(100vh - 80px);
    transform: translateY(-100%);
    right: 0;
    left: 0;
  }
  .block_banner-hero + .booking_panel.booking_panel-hotel {
    position: relative;
    z-index: 15;
    transform: translateY(0);
    top: 0;
    bottom: 0;
    left: 0;
  }
  .block_banner-hero + .booking_panel.booking_panel-hotel .booking_panel-hotel_wrapper {
    width: calc(100vw - var(--container-padding) * 2);
    position: absolute;
    top: 0;
    transform: translateY(-100%);
    padding: 16px 0;
  }
  .block_banner-hero + .booking_panel .booking {
    display: none;
  }
  .block_banner-hero + .booking_panel .booking_panel--wrapper {
    max-width: 100%;
    margin-bottom: 8px;
  }
}
@media (min-width: 1024px) {
  .block_banner-hero + .booking_panel {
    top: calc(var(--headerHeight, 72px) + 56px + 32px);
    right: var(--container-padding);
  }
  .block_banner-hero + .booking_panel .booking--button-mobile {
    display: none;
  }
}

.gallery {
  width: 100%;
}

.gallery--item {
  overflow: hidden;
  width: 100%;
  flex-shrink: 0;
  border-radius: 10px;
}
.gallery--item img {
  display: inherit;
  max-width: 100% !important;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.is_cascade--slider {
  overflow: hidden;
}
.is_cascade--slider .gallery {
  position: relative;
}
@media (max-width: 1024px) {
  .is_cascade--slider .slider_controls {
    display: none;
  }
}
@media (min-width: 1024px) {
  .is_cascade--slider .slider_controls {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    gap: 4px;
    pointer-events: none;
    --text-primary: #FCFBF7;
  }
}
.is_cascade--slider .slider_controls .swiper-button-prev,
.is_cascade--slider .slider_controls .swiper-button-next {
  pointer-events: all;
  z-index: 2;
}
.is_cascade--slider .slider_controls .swiper-button-prev.swiper-button-disabled,
.is_cascade--slider .slider_controls .swiper-button-next.swiper-button-disabled {
  opacity: 0.4;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .is_cascade--slider .swiper-pagination-bullets {
    --swiper-pagination-bottom: 12px;
  }
}

.block.content_gallery:not(:has(.is_cascade--slider)) {
  padding: var(--g-vertical-l) 0;
}
.block.content_gallery:not(:has(.is_cascade--slider)) .block--wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 var(--gap);
}
.block.content_gallery:not(:has(.is_cascade--slider)) .block--content {
  padding-left: calc(var(--column) + var(--gap));
  grid-row: 1;
  grid-column: 1;
  position: relative;
}
.block.content_gallery:not(:has(.is_cascade--slider)) .block--content > .gallery {
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.block.content_gallery:not(:has(.is_cascade--slider)) .block--content > .gallery .gallery--item:nth-child(7n+4), .block.content_gallery:not(:has(.is_cascade--slider)) .block--content > .gallery .gallery--item:nth-child(7n+7) {
  grid-column: span 2;
}

.block.content_gallery:has(.is_cascade--slider) .block--wrapper {
  display: flex;
  flex-direction: column;
}
.block.content_gallery:has(.is_cascade--slider) .block--wrapper .block--head {
  order: 1;
}
.block.content_gallery:has(.is_cascade--slider) .block--wrapper .block--actions {
  order: 2;
}
.block.content_gallery:has(.is_cascade--slider) .block--wrapper .block--content {
  order: 3;
  margin-top: var(--g-vertical-xl);
}
.block.content_gallery:has(.is_cascade--slider) .block--wrapper .block--link {
  order: 4;
}
.block.content_gallery:has(.is_cascade--slider) .gallery--item {
  aspect-ratio: 1198/674;
  height: auto;
  max-height: calc(100vh - var(--headerHeight));
}
.block.content_gallery:has(.is_cascade--slider) .swiper_pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.js-gallery_sticky_wrapper {
  padding-left: calc(var(--column) * 2 + var(--gap) * 2);
  grid-column: 2;
  grid-row: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.js-gallery_sticky_block {
  position: sticky;
  top: calc(var(--headerHeight) + 48px);
}

.js-gallery_paginator {
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(18, 18, 18, 0.5019607843);
  font-size: 24px;
  line-height: 1.6;
  text-transform: uppercase;
}

.contacts {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contact--title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
}
.contact--value a:not(.button):hover, .contact--value a:not(.button):active, .contact--value a:not(.button):focus {
  color: var(--accent-color);
}

.content_contacts {
  padding: var(--g-vertical-l) 0;
}
@media (min-width: 1440px) {
  .content_contacts .block--content {
    max-width: 100%;
  }
}
.content_contacts .block--content {
  display: flex;
  flex-direction: column-reverse;
  gap: 8px;
  margin-top: var(--g-vertical-l);
}
@media (min-width: 1024px) {
  .content_contacts .block--content {
    gap: var(--gap);
    display: grid;
    grid-template-columns: 3fr 9fr;
  }
}
.content_contacts .contacts {
  margin: 24px 0;
}
.content_contacts .contact {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 20px;
}
.content_contacts .contact--title {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-secondary);
}
.content_contacts .contacts--list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.content_contacts .contacts--item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background-color: #FFF;
  padding: clamp(20px, 20px + 12 * (100vw - 1024px) / 896, 32px);
}
.content_contacts .contacts--item h3 {
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.2;
  font-size: clamp(18px, 18px + 4 * (100vw - 1024px) / 896, 22px);
}
.content_contacts .contacts--item .button {
  width: 100%;
}

.contacts--map {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  height: 250px;
}
@media (min-width: 1024px) {
  .contacts--map {
    height: 100%;
    min-height: 800px;
    max-height: 100vh;
  }
}
.contacts--map #map {
  width: 100%;
  height: 100%;
}

.content_advantages .block--wrapper {
  gap: var(--gap);
}
@media (min-width: 1024px) {
  .content_advantages .block--wrapper {
    gap: 0 var(--gap);
    display: grid;
    grid-template-columns: 4fr 8fr;
    grid-template-areas: "heading heading" "actions actions" "elements image" "showAll showAll";
  }
}
.content_advantages .block--image {
  grid-area: image;
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .content_advantages .block--image {
    display: none;
  }
}
.content_advantages .block--head {
  margin-bottom: var(--g-content-l);
}
.content_advantages .block--elements {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 0;
  align-self: start;
}
.content_advantages .block--elements:not(:first-child) {
  margin-top: 0;
}
@media(min-width: 1024px) {
  .content_advantages .block--image-sticky {
    position: sticky;
    top: calc(var(--headerHeight) + 48px);
  }
}

.advantages--item {
  width: 100%;
}
.advantages--item.is_active {
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.0588235294);
  background: #FCFBF7;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.0588235294), 0 14px 14px 0 rgba(0, 0, 0, 0.0509803922), 0 31px 19px 0 rgba(0, 0, 0, 0.031372549), 0 56px 22px 0 rgba(0, 0, 0, 0.0117647059), 0 87px 24px 0 rgba(0, 0, 0, 0);
  margin-bottom: 24px;
}
.advantages--item.is_active:not(:first-child) {
  margin-top: 24px;
}
.advantages--item.is_active .advantages--item_content {
  pointer-events: auto;
  grid-template-rows: 1fr;
  opacity: 1;
}
.advantages--item.is_active .advantages--item_button {
  border-color: transparent;
}
@media (max-width: 1024px) {
  .advantages--item.is_active .advantages--item_image {
    display: block;
    height: 308px;
    padding: 8px;
  }
}
.advantages--item:not(.is_active) .advantages--item_button {
  cursor: pointer;
}
.advantages--item:not(.is_active) .advantages--item_button:hover {
  background-color: rgba(25, 24, 24, 0.0509803922);
  border-color: transparent;
}
.advantages--item .advantages--item_image {
  overflow: hidden;
  display: none;
}
@media (max-width: 1024px) {
  .advantages--item .advantages--item_image {
    display: block;
    height: 0;
  }
}
.advantages--item .advantages--item_image img {
  border-radius: 2px;
}
.advantages--item_button {
  padding: clamp(20px, 20px + 12 * (100vw - 1024px) / 896, 32px) clamp(16px, 16px + 16 * (100vw - 1024px) / 896, 32px);
  transition: 0.2s ease-in-out;
  background-color: transparent;
  border-bottom: 1px solid rgba(25, 24, 24, 0.1490196078);
}
.advantages--item_button_text {
  font-weight: 500;
  text-transform: uppercase;
  font-size: var(--fs-body-2);
  line-height: 1.2;
}
.advantages--item_wrapper {
  overflow: hidden;
  width: 100%;
}
.advantages--item_content {
  opacity: 0;
  display: grid;
  grid-template-rows: 0fr;
  pointer-events: none;
  overflow: hidden;
  transition: grid-template-rows 0.21s ease-out;
}
.advantages--item_content .is_cascade {
  width: 100%;
  grid-row: 1/span 2;
  overflow: hidden;
  padding: 0 clamp(16px, 16px + 16 * (100vw - 1024px) / 896, 32px) clamp(16px, 16px + 16 * (100vw - 1024px) / 896, 32px);
}

.block--image-sticky {
  width: 100%;
  height: calc(100vh - var(--headerHeight) - 64px)
}
.block--image .advantages--item_image {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.block--image .advantages--item_image.is_active {
  display: block;
  opacity: 1;
  pointer-events: auto;
}

.advantages--item_image_map {
  min-height: 100%;
  height: 308px;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.05);
  display: flex;
}
@media (min-width: 1024px) {
  .advantages--item_image_map {
    height: 100%;
    min-height: 100%;
    max-height: calc(100vh - var(--headerHeight) - 48px);
  }
}
.advantages--item_image_map div {
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  background-color: rgba(255, 0, 0, 0.05);
}

.content_advantages .ymaps-2-1-79-ground-pane {
  filter: grayscale(90%);
}

.advantages--item_content .button_wrapper .button {
  flex-grow: 1;
}

.content_advantages_extended {
  color: var(--text-primary);
}
.content_advantages_extended .block--wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.content_advantages_extended .block--elements {
  display: flex;
}
.content_advantages_extended .block--head {
  order: 1;
}
.content_advantages_extended .block--actions {
  order: 2;
}
.content_advantages_extended .content_advantages_extended--tabs {
  order: 3;
}
.content_advantages_extended .block--elements {
  order: 4;
}
.content_advantages_extended .card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  justify-content: flex-start;
  gap: var(--gap);
}
@media (max-width: 992px) {
  .content_advantages_extended .card {
    height: auto;
  }
}
@media (min-width: 992px) {
  .content_advantages_extended .card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "image content";
    height: auto;
  }
}
.content_advantages_extended .card--image {
  order: 1;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  background-image: none;
  grid-area: image;
  border-radius: 10px;
  position: relative;
}
.content_advantages_extended .card--image .slider_controls {
  display: none;
}
@media (min-width: 1024px) {
  .content_advantages_extended .card--image .slider_controls {
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 24px;
    pointer-events: none;
    display: flex;
    justify-content: space-between;
  }
}
.content_advantages_extended .card--image .slider_controls .swiper-button-prev,
.content_advantages_extended .card--image .slider_controls .swiper-button-next {
  pointer-events: auto;
}
.content_advantages_extended .card--image .swiper_pagination {
  z-index: 3;
  position: absolute;
}
@media (max-width: 1024px) {
  .content_advantages_extended .card--image .swiper_pagination {
    --swiper-pagination-bottom: 12px;
  }
}
.content_advantages_extended .card--image figure {
  width: 100%;
  height: 100%;
}
.content_advantages_extended .card--image img, .content_advantages_extended .card--image video {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.content_advantages_extended .card--content {
  order: 2;
  grid-area: content;
  padding: var(--g-content-m);
  background-color: var(--bg-color);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: fit-content;
  position: relative;
}

.content_advantages_extended--tabs {
  order: 2;
  margin-top: var(--g-content-b);
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}

.content_advantages_extended--tab {
  line-height: 1;
  padding: 20px 28px;
  border-radius: 2px;
  white-space: nowrap;
  cursor: pointer;
  transition: var(--transition);
}
.content_advantages_extended--tab:not(.is_active):hover {
  background-color: rgba(25, 24, 24, 0.0509803922);
}
.content_advantages_extended--tab.is_active {
  background-color: #191818;
  color: #FCFBF7;
}

.content_advantages_short .block--elements {
  --col: 1;
  --gap: 24px;
}
@media (min-width: 640px) {
  .content_advantages_short .block--elements {
    --col: 2;
    --gap: 0;
  }
}
@media (min-width: 1024px) {
  .content_advantages_short .block--elements {
    --col: 4;
    --gap: 40px 32px;
  }
}

.content_advantages_short .card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 416/346;
}
.content_advantages_short .card--image {
  display: flex;
  background-color: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: unset;
}
.content_advantages_short .card--image:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 40% 60%, rgba(0, 0, 0, 0.6) 100%);
}
.content_advantages_short .card--content {
  color: #FCFBF7;
  text-align: center;
  justify-content: space-between;
  height: 100%;
  padding: var(--g-card-1);
}
.content_advantages_short .card--title {
  text-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.2);
  font-family: var(--font-family-title);
}

.content_cards,
.content_accommodation,
.content_mice,
.content_restaurants,
.content_venues,
.content_surroundings,
.content_activities,
.content_cards_2,
.content_mice_events,
.block--elements {
  --col: 1;
  --gap: 24px;
}
@media (min-width: 640px) {
  .content_cards,
  .content_accommodation,
  .content_mice,
  .content_restaurants,
  .content_venues,
  .content_surroundings,
  .content_activities,
  .content_cards_2,
  .content_mice_events,
  .block--elements {
    --col: 2;
    --gap: 0;
  }
}
@media (min-width: 1024px) {
  .content_cards,
  .content_accommodation,
  .content_mice,
  .content_restaurants,
  .content_venues,
  .content_surroundings,
  .content_activities,
  .content_cards_2,
  .content_mice_events,
  .block--elements {
    --col: 3;
    --gap: 40px 32px;
  }
}

.content_mice_events .card,
.content_activities .card,
.content_cards .card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 565/692;
}
.content_mice_events .card--image,
.content_activities .card--image,
.content_cards .card--image {
  display: flex;
  background-color: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: unset;
}
.content_mice_events .card--image:after,
.content_activities .card--image:after,
.content_cards .card--image:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 40% 60%, rgba(0, 0, 0, 0.6) 100%);
}
.content_mice_events .card--content,
.content_activities .card--content,
.content_cards .card--content {
  color: #FCFBF7;
  text-align: center;
  justify-content: space-between;
  height: 100%;
  padding: var(--g-card) var(--g-card-1);
}
.content_mice_events .card--title,
.content_activities .card--title,
.content_cards .card--title {
  text-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.2);
  font-size: var(--fs-heading-1);
  font-family: var(--font-family-title);
}
.content_mice_events .card--text,
.content_activities .card--text,
.content_cards .card--text {
  font-size: var(--fs-body-1);
}

.content_accommodation .card,
.content_mice .card,
.content_restaurants .card,
.content_venues .card,
.content_surroundings .card,
.content_cards_2 .card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 565/480;
}
.content_accommodation .card--image,
.content_mice .card--image,
.content_restaurants .card--image,
.content_venues .card--image,
.content_surroundings .card--image,
.content_cards_2 .card--image {
  display: flex;
  background-color: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: unset;
}
.content_accommodation .card--image:after,
.content_mice .card--image:after,
.content_restaurants .card--image:after,
.content_venues .card--image:after,
.content_surroundings .card--image:after,
.content_cards_2 .card--image:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 40% 60%, rgba(0, 0, 0, 0.6) 100%);
}
.content_accommodation .card--content,
.content_mice .card--content,
.content_restaurants .card--content,
.content_venues .card--content,
.content_surroundings .card--content,
.content_cards_2 .card--content {
  color: #FCFBF7;
  text-align: center;
  justify-content: space-between;
  height: 100%;
  padding: var(--g-card) var(--g-card-1);
}
.content_accommodation .card--title,
.content_mice .card--title,
.content_restaurants .card--title,
.content_venues .card--title,
.content_surroundings .card--title,
.content_cards_2 .card--title {
  text-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.2);
  font-size: var(--fs-heading-1);
  font-family: var(--font-family-title);
}
.content_accommodation .card--text,
.content_mice .card--text,
.content_restaurants .card--text,
.content_venues .card--text,
.content_surroundings .card--text,
.content_cards_2 .card--text {
  font-size: var(--fs-body-1);
}

.content_media .block--elements {
  --col: 1;
}
@media (min-width: 640px) {
  .content_media .block--elements {
    --col: 2;
  }
}
@media (min-width: 1024px) {
  .content_media .block--elements {
    --col: 4;
  }
}

.content_media .card {
  overflow: hidden;
}
.content_media .card--image {
  width: 100%;
  background: transparent;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  aspect-ratio: 416/280;
  border-radius: 4px;
}
.content_media .card--image img {
  scale: 1;
  transform-origin: center;
  transition: var(--transition);
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}
.content_media .card--content {
  height: 100%;
  position: static;
  color: var(--text-primary);
}
.content_media .card--title {
  font-size: var(--fs-body-3);
  font-family: var(--font-family-title);
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 12px;
}
.content_media .card--date {
  margin-top: 12px;
  color: var(--text-complimentary-2);
  font-size: var(--fs-body-1);
}

.content_events .block--elements {
  --col: 1;
  --gap: 24px;
}
@media (min-width: 640px) {
  .content_events .block--elements {
    --col: 2;
    --gap: 24px;
  }
}
@media (min-width: 1024px) {
  .content_events .block--elements {
    --col: 3;
    --gap: 40px 32px;
  }
}

.content_events .block--elements {
  overflow: hidden;
}
.content_events .card {
  position: relative;
  border-radius: 8px;
  background-color: #F7F3E6;
  overflow: hidden;
}
.content_events .card:hover:not(.card-accent) .card--title {
  color: var(--accent-color);
}
.content_events .card--image {
  aspect-ratio: 565/483;
  height: auto;
  z-index: 1;
}
.content_events .card--image:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 60px;
  bottom: 0;
  left: 0;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
.content_events .card--image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: auto;
  aspect-ratio: 565/78;
  top: -1px;
  left: 0;
  z-index: 3;
  -o-object-fit: contain;
  object-fit: contain;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  background-image: url("data:image/svg+xml,%3Csvg  viewBox='0 0 565 77' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M191.472 56.8232C292.96 78.5024 398.861 84.6062 503.878 60.6938C524.922 55.9076 545.642 50.2195 565 42.9702V41.4509V-8.39233e-05H0C6.88373 2.88522 13.7636 5.65282 20.6522 8.31385C74.9543 29.2914 129.806 43.6555 191.472 56.8232Z' fill='%23F7F3E6'/%3E%3C/svg%3E%0A");
}
.content_events .card--content {
  position: relative;
  padding: var(--g-card-1);
  text-align: center;
  z-index: 2;
}
.content_events .card--subtitle {
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1.5;
  font-size: var(--fs-caption-2);
  margin-bottom: 16px;
}
.content_events .card--title {
  font-size: var(--fs-body-3);
  font-family: var(--font-family-title);
  font-weight: 500;
  line-height: 1.3;
  height: 3.9em;
}
.content_events .card--date {
  font-size: var(--fs-body-1);
  color: var(--text-complimentary-3);
  margin-top: 24px;
}
.content_events .card--location {
  text-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.2);
  color: #FCFBF7;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: var(--fs-caption-2);
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 24px;
  z-index: 3;
  text-align: center;
}

.content_accommodation .block--elements {
  --col: 1;
  --gap: 24px;
}
@media (min-width: 640px) {
  .content_accommodation .block--elements {
    --col: 2;
    --gap: 0;
  }
}
@media (min-width: 1024px) {
  .content_accommodation .block--elements {
    --col: 3;
    --gap: 40px 32px;
  }
}

.block_element.content_accommodation .block--head {
  margin-bottom: 32px;
}
.block_element.content_accommodation .accommodation--price {
  margin: 32px 0;
}
.block_element.content_accommodation .accommodation--price .price {
  font-size: var(--fs-heading-2);
}

.accommodation--equipment {
  margin: var(--margin-m) 0;
}
.accommodation--equipment .chips {
  list-style: none;
  display: grid;
  gap: 24px 16px;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 1640px) {
  .accommodation--equipment .chips {
    grid-template-columns: repeat(3, 1fr);
  }
}

.content_offers .block--elements {
  --col: 1;
  --gap: 24px;
}
@media (min-width: 640px) {
  .content_offers .block--elements {
    --col: 2;
    --gap: 24px;
  }
}
@media (min-width: 1024px) {
  .content_offers .block--elements {
    --col: 3;
  }
}
@media (min-width: 1280px) {
  .content_offers .block--elements {
    --col: 4;
    --gap: 40px 32px;
  }
}

.content_offers .card {
  position: relative;
  border-radius: 8px;
  background-color: #F7F3E6;
  overflow: hidden;
}
.content_offers .card:hover:not(.card-accent) .card--title {
  color: var(--accent-color);
}
.content_offers .card--image {
  aspect-ratio: 565/483;
  height: auto;
  z-index: 1;
  order: 1;
}
.content_offers .card--image:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 60px;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
.content_offers .card--image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: auto;
  aspect-ratio: 416/56;
  bottom: -1px;
  left: 0;
  z-index: 3;
  -o-object-fit: contain;
  object-fit: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='416' height='56' viewBox='0 0 416 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M140.978 14.1619C215.702 -1.80005 293.675 -6.29416 370.997 11.3121C386.491 14.8362 401.747 19.0241 416 24.3617V25.4804V56H0C5.06838 53.8756 10.1339 51.8379 15.2059 49.8786C55.1876 34.4332 95.5742 23.8572 140.978 14.1619Z' fill='%23F7F3E6'/%3E%3C/svg%3E%0A");
}
.content_offers .card--content {
  order: 2;
  position: relative;
  padding: var(--g-card-1);
  text-align: center;
  z-index: 2;
}
.content_offers .card--subtitle {
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1.5;
  font-size: var(--fs-caption-2);
  margin-bottom: 16px;
}
.content_offers .card--title {
  font-size: var(--fs-body-3);
  font-family: var(--font-family-title);
  font-weight: 500;
  line-height: 1.3;
  -webkit-line-clamp: 4;
  height: 5.2em;
}
.content_offers .card--date {
  font-size: var(--fs-body-1);
  color: var(--text-complimentary-3);
  margin-top: 24px;
}
.content_offers .card--location {
  text-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.2);
  color: #FCFBF7;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: var(--fs-caption-2);
  position: absolute;
  top: 0;
  width: 100%;
  padding: 24px;
  z-index: 3;
  text-align: center;
}

.content_reviews .block--elements {
  --col: 1;
}
@media (min-width: 640px) {
  .content_reviews .block--elements {
    --col: 2;
  }
}
@media (min-width: 1024px) {
  .content_reviews .block--elements {
    --col: 3;
  }
}

.content_reviews .card {
  background-color: #FCFBF7;
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
  border-radius: 4px;
}

.review {
  height: 100%;
  padding: clamp(20px, 20px + 12 * (100vw - 992px) / 448, 32px) clamp(20px, 20px + 4 * (100vw - 992px) / 448, 24px);
  position: relative;
  display: flex;
  flex-direction: column;
  max-height: 580px;
}
.review--source {
  display: flex;
  align-items: flex-start;
  margin-top: 24px;
}
.review--source img {
  height: 20px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.review--head {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 4px 16px;
  margin-bottom: 24px;
}
.review--head .review--stars {
  grid-column: 2;
}
.review--head_author {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  margin-bottom: 16px;
}
.review--head_author_image {
  grid-row: 1/span 2;
  width: 48px;
  height: 48px;
  overflow: hidden;
  border-radius: 50%;
  background-color: rgba(25, 24, 24, 0.0509803922);
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.9995 2.24707C13.4777 2.24707 14.9156 2.73297 16.0913 3.62891C17.2669 4.52484 18.1162 5.78188 18.5083 7.20703C18.9003 8.63206 18.814 10.1465 18.2622 11.5176C17.7102 12.8888 16.7228 14.0417 15.4526 14.7979C18.0204 15.6369 20.2211 17.4066 21.6489 19.875C21.7012 19.9603 21.7354 20.0554 21.7505 20.1543C21.7655 20.2532 21.7614 20.3542 21.7368 20.4512C21.7122 20.5482 21.6683 20.6399 21.6079 20.7197C21.5475 20.7996 21.471 20.8669 21.3843 20.917C21.2978 20.9669 21.2021 20.9993 21.103 21.0117C21.0038 21.0241 20.9025 21.0164 20.8062 20.9893C20.7099 20.9621 20.6197 20.9159 20.5415 20.8535C20.4633 20.791 20.3979 20.713 20.3501 20.625C18.5838 17.5725 15.4617 15.75 11.9995 15.75C8.53755 15.7502 5.41608 17.5727 3.6499 20.625C3.60211 20.713 3.53675 20.791 3.4585 20.8535C3.38033 20.9159 3.2901 20.9621 3.19385 20.9893C3.09754 21.0164 2.99625 21.0241 2.89697 21.0117C2.79789 20.9993 2.70223 20.9669 2.61572 20.917C2.529 20.8669 2.45252 20.7996 2.39209 20.7197C2.33171 20.6399 2.2878 20.5482 2.26318 20.4512C2.23865 20.3542 2.23448 20.2532 2.24951 20.1543C2.26457 20.0554 2.29877 19.9603 2.35107 19.875C3.77889 17.4056 5.97955 15.636 8.54736 14.7979C7.27721 14.0417 6.28975 12.8888 5.73779 11.5176C5.18601 10.1465 5.09968 8.63206 5.4917 7.20703C5.88379 5.78188 6.73307 4.52484 7.90869 3.62891C9.08429 2.73306 10.5215 2.24718 11.9995 2.24707ZM13.0239 3.85059C12.0056 3.6481 10.9499 3.7521 9.99072 4.14941C9.03159 4.54672 8.2121 5.21986 7.63525 6.08301C7.05838 6.94637 6.74951 7.96165 6.74951 9C6.751 10.3919 7.30531 11.7267 8.28955 12.7109C9.27366 13.6949 10.6079 14.2484 11.9995 14.25C13.0378 14.25 14.0532 13.942 14.9165 13.3652C15.7799 12.7884 16.4527 11.9681 16.8501 11.0088C17.2474 10.0495 17.3515 8.99393 17.1489 7.97559C16.9464 6.95738 16.4464 6.02222 15.7124 5.28809C14.9782 4.55386 14.0423 4.05316 13.0239 3.85059Z' fill='%23191818' fill-opacity='0.5'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
}
.review--head_author_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.review--head_author_name {
  font-size: var(--fs-body-1);
  font-weight: 500;
  line-height: 1.2;
}
.review--content {
  flex-grow: 1;
  overflow: hidden;
  position: relative;
  --button-color: #191818;
  --text-primary: #191818;
  --text-complimentary-2: #303030;
  --cascade-border-color: #1918181A;
}
.review--content_wrapper {
  font-size: 16px;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
}
.review--content_wrapper .is_cascade {
  line-height: 1.5;
  font-size: inherit;
}
.review--content_wrapper .is_cascade p {
  line-height: 1.5;
  font-size: inherit;
}
.review--content_wrapper .is_cascade p:first-child {
  margin-top: 0;
}
.review--content .is_cascade {
  line-height: 1.5;
}

.review--action {
  padding-top: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgb(252, 251, 247);
}
.review--action:after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 70%;
  left: 0;
  height: 100px;
  background: linear-gradient(180deg, rgba(252, 251, 247, 0) 0%, rgba(252, 251, 247, 0.0086472) 6.67%, rgba(252, 251, 247, 0.03551) 13.33%, rgba(252, 251, 247, 0.0816599) 20%, rgba(252, 251, 247, 0.147411) 26.67%, rgba(252, 251, 247, 0.231775) 33.33%, rgba(252, 251, 247, 0.331884) 40%, rgba(252, 251, 247, 0.442691) 46.67%, rgba(252, 251, 247, 0.557309) 53.33%, rgba(252, 251, 247, 0.668116) 60%, rgba(252, 251, 247, 0.768225) 66.67%, rgba(252, 251, 247, 0.852589) 73.33%, rgba(252, 251, 247, 0.91834) 80%, rgba(252, 251, 247, 0.96449) 86.67%, rgba(252, 251, 247, 0.991353) 93.33%, #FCFBF7 100%);
}
.review--action .button {
  border-bottom: 1px solid currentColor;
  padding-left: 0;
  padding-right: 0;
  gap: 8px;
}
.review--action .button span {
  padding: 0;
}
.review--action.is_hidden {
  display: none;
}

.review--image {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 4px;
  --gap: 4px;
  position: relative;
  width: 100%;
  margin-bottom: 24px;
}
.review--image:before {
  content: attr(data-all);
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 16px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - var(--gap) * 3) / 4);
  height: 64px;
  position: absolute;
  bottom: 0;
  right: 0;
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
  border-radius: 2px;
  pointer-events: none;
  opacity: 0;
}
.review--image:has(img:nth-child(1n+5)) img:nth-child(1n+4) {
  opacity: 0;
}
.review--image:has(img:nth-child(1n+5)):before {
  opacity: 1;
}
.review--image img {
  flex-grow: 0;
  height: 64px;
  width: calc((100% - var(--gap) * 3) / 4);
  flex-basis: calc((100% - var(--gap) * 3) / 4);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 2px;
}
.review--image img:nth-child(1n+5) {
  display: none;
}

.review--stars {
  --inactive_stars: #19181880;
  --star-color: #000000;
  display: flex;
  align-items: center;
}

.star-rate {
  height: 16px;
}

.review--description_title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 500;
  gap: 6px;
  margin-bottom: 1.5em;
}

.popup-review .review {
  max-height: unset;
}
.popup-review .review--action {
  display: none;
}

.content_vacancies .block--elements {
  --col: 1;
  --gap: 24px;
}
@media (min-width: 640px) {
  .content_vacancies .block--elements {
    --col: 3;
  }
}
@media (min-width: 1280px) {
  .content_vacancies .block--elements {
    --col: 4;
    --gap: 40px 32px;
  }
}

.content_vacancies .card {
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
  background-color: #FCFBF7;
  border-radius: 4px;
}
.content_vacancies .card--content {
  padding: 24px;
}
.content_vacancies .card--title {
  font-weight: 500;
  font-size: var(--fs-body-2);
  text-transform: uppercase;
  line-height: 1.3;
}
.content_vacancies .card--details {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 24px 0;
}
.content_vacancies .card--details li {
  display: flex;
  align-items: center;
  gap: 12px;
}
.content_vacancies .card--buttons {
  width: 100%;
}
.content_vacancies .card--buttons .button {
  flex-grow: 1;
}

.content_tours .block--elements {
  --col: 1;
  --gap: 24px;
}
@media (min-width: 640px) {
  .content_tours .block--elements {
    --col: 2;
  }
}
@media (min-width: 1024px) {
  .content_tours .block--elements {
    --col: 3;
  }
}
@media (min-width: 1280px) {
  .content_tours .block--elements {
    --col: 2;
    --gap: 40px 32px;
  }
}

.content_tours .card {
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
  background-color: #FCFBF7;
  border-radius: 4px;
  overflow: hidden;
}
@media (min-width: 1280px) {
  .content_tours .card {
    height: 380px;
    display: grid;
    grid-template-columns: 2.2fr 4fr;
  }
}
.content_tours .card--image {
  aspect-ratio: unset;
  width: 100%;
  height: 280px;
}
@media (min-width: 1280px) {
  .content_tours .card--image {
    height: 100%;
  }
}
.content_tours .card--content {
  padding: 24px clamp(20px, 20px + 12 * (100vw - 1024px) / 896, 32px);
  height: 100%;
}
.content_tours .card--details {
  display: flex;
  gap: 22px;
  list-style: none;
  margin-bottom: 24px;
}
.content_tours .card--details li {
  font-size: var(--fs-body-1);
  display: flex;
  align-items: flex-end;
  line-height: var(--fs-heading-1);
}
.content_tours .card--details .price {
  font-size: var(--fs-heading-1);
}
.content_tours .card--title {
  font-family: var(--font-family-title);
  font-size: var(--fs-heading-1);
  margin-bottom: 32px;
  -webkit-line-clamp: 3;
}
.content_tours .card--buttons {
  margin-top: auto;
}

.content_error .block--wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: var(--g-vertical) var(--container-padding);
}
@media (min-width: 1024px) {
  .content_error .block--wrapper {
    height: 50vh;
  }
}
.content_error .block--head {
  max-width: 560px;
}
.content_error .block--head_title h1, .content_error .block--head_title h2, .content_error .block--head_title h3 {
  font-size: clamp(128px, 128px + 76 * (100vw - 768px) / 1152, 204px);
}
.content_error .block--head_caption {
  color: #303030;
  margin-bottom: 32px;
}

.content_surroundings.block_list-map .block--wrapper {
  grid-template-areas: "heading" "actions" "selection" "tabs" "elements" "slider-controls" "showAll";
}
.content_surroundings.block_list-map .block--tabs {
  grid-area: tabs;
}
.content_surroundings.block_list-map .block--elements_wrapper {
  grid-area: elements;
}

.block--elements_wrapper {
  display: block;
  width: 100%;
  /*min-height: 800px;*/
  position: relative;
}
.block--elements_wrapper:not(:first-child) {
  margin-top: var(--g-content-l);
}
.block--elements_wrapper .block_list--map {
  width: 100%;
  height: 800px;
  border-radius: 12px;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.block--elements_wrapper .block_list--map[data-tab-content]:not(.is_active) {
  opacity: 0;
  pointer-events: none;
  display: block !important;

}
.block--elements_wrapper .block_list--map .list_map {
  width: 100%;
  height: 100%;
}

.surrounding--cluster,
.surrounding--placemark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
}

.surrounding--placemark {
  background-color: #D9D9D9;
}
.surrounding--placemark img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.surrounding--cluster {
  display: grid;
  place-items: center;
  background-color: #4A5349;
  color: #FCFBF7;
  font-size: 16px;
  text-align: center;
}

.popup-surroundings {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  place-items: center start;
  padding: 24px;
  background-color: transparent;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
}
.popup-surroundings .popup--close {
  position: absolute;
  top: 4px;
  right: 4px;
  border-radius: 2px;
  display: grid;
  place-items: center;
  background-color: transparent;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.popup-surroundings .popup--close:before {
  color: #FCFBF7;
  width: 20px;
  height: 20px;
}
.popup-surroundings .popup--content {
  border-radius: 4px;
  max-width: 320px;
  box-shadow: 0px 2px 52px 0px rgba(0, 0, 0, 0.1411764706);
}
.popup-surroundings .popup--content_content {
  padding: 16px;
  gap: 8px;
  display: flex;
  flex-direction: column;
}
.popup-surroundings .popup--content_title {
  text-align: left;
  font-size: var(--fs-body-2);
  justify-content: flex-start;
}
.popup-surroundings .popup--content_text {
  font-size: var(--fs-body-1);
  color: #303030;
}
.popup-surroundings .popup--content_link {
  margin-top: 6px;
}


div.trip--placemark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  background-color: #D9D9D9;
}
div.trip--placemark img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.trip--complexity {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 16px;
  margin-bottom: var(--margin-m);
}
.trip--complexity_warning {
  border-radius: 50%;
  background-color: #C61010;
  width: 20px;
  height: 20px;
  grid-row: 1/span 2;
}
.trip--complexity_title {
  font-weight: 500;
  grid-column: 2;
}
.trip--complexity_text {
  font-size: 16px;
  color: #C61010;
  grid-column: 2;
}

.trip--description {
  margin: var(--margin-m) 0;
  display: flex;
  flex-direction: column;
  gap: var(--margin-l);
}
@media (min-width: 1024px) {
  .trip--description {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--margin-m);
  }

}
.trip--description_title {
  font-size: var(--fs-body-2);
  font-weight: 500;
  margin-bottom: 16px;
}
@media(max-width: 1024px) {

  .trip--description_places {
    padding-bottom: var(--margin-l);
    border-bottom: 1px solid #CACACA;
  }
}

.trip--description_places ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  font-size: 16px;
}

.trip--description_info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.trip--description_info_item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 16px;
}
.trip--description_info_icon {
  font-size: 20px;
  grid-row: 1/span 2;
}
.trip--description_info_text {
  font-size: var(--fs-body-1);
  font-weight: 500;
  grid-column: 2;
}
.trip--description_info_hint {
  grid-column: 2;
  color: rgba(25, 24, 24, 0.8);
  font-size: var(--fs-body-1);
}

.menu {
  position: relative;
  min-height: 100%;
  background-color: #FCFBF7;
}
@media (min-width: 1024px) {
  .menu {
    width: 420px;
  }
}
.menu--content {
  overflow-y: auto;
  height: 100%;
  flex-shrink: 0;
  max-height: 100vh;
  padding: var(--g-content-l) 0 var(--g-content-l) var(--g-content-l);
  display: flex;
  flex-direction: column;
  gap: 22px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .menu--content {
    width: 420px;
    overflow-y: visible;
    max-height: 100%;
  }
}
.menu .nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.menu .nav--item {

  width: 100%;
  color: currentColor;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}
@media(min-width: 1024px) {
  .menu .nav--item {
    padding-right: var(--g-content-l);
  }
}
.menu .nav--item a {
  padding: 24px 0;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1215686275);
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
.menu--title {
  font-size: var(--fs-heading-3);
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .menu--image {
    position: absolute;
    top: 0;
    left: 100%;
    width: calc(100vw - 420px);
    height: 100%;
  }
  .menu--image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
  }
  .menu--image .hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.2s linear;
  }
  .menu--image .hover.is_active {
    opacity: 1;
  }
}
.menu .tabs {
  margin: 24px auto 22px;
}

.popup-menu {
  place-items: start;
  padding: 0;
}
.popup-menu .popup--content {
  background-color: transparent;
  border-radius: 0;
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 100%;
}
@media(max-width: 1024px) {
  .popup-menu {
    padding-top: 100px;
    /*place-items: end center;*/
  }
  .popup-menu .menu  {
    height: 100%;
  }
  .popup-menu .menu--content {
    overscroll-behavior-y: contain;
    overflow-y: auto;
    max-height: 100%;
    content-visibility: auto;
  }
  .popup-menu .popup--content {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    overflow: hidden;
    max-height: 100%;
  }
  .popup-menu .dropdown--wrapper {
    min-height: 100%;
    /*overscroll-behavior: contain;*/
    /*overflow-y: auto;*/
  }
  .popup-menu .menu--content,
  .popup-menu .dropdown--list {
    padding-bottom: 100px;
  }
}
.popup-menu .popup--close {
  justify-content: center;
  top: 8px;
}
@media (max-width: 1024px) {
  .popup-menu .popup--close{
    border-radius: 12px 12px 0 0;
  }
}
@media (min-width: 1024px) {
  .popup-menu .popup--close {
    top: 8px;
    position: absolute;
    left: 364px;
    right: unset;
  }
}

.menu .dropdown--button {
  width: 100%;
}
.menu .dropdown .dropdown--button a {
  justify-content: space-between;
}
.menu .dropdown .dropdown--button a::after {
  transform: rotate(-90deg);
}
.menu .dropdown:hover .dropdown--button a::after {
  transform: rotate(-90deg);
}
.menu .dropdown--wrapper {
  position: fixed;
  background: #FCFBF7;
  top: 0;
  padding: var(--g-content-l);
  max-width: 100%;
  width: 100%;
  z-index: 10;
}
@media (min-width: 1024px) {
  .menu .dropdown--wrapper {
    box-shadow: 2px 0 15.4px 0 rgba(0, 0, 0, 0.1019607843) inset;
    left: 420px;
    height: 100%;
    width: 420px;
  }
}
.menu .dropdown--list {
  box-shadow: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
}
.menu .dropdown--list a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1215686275);
}
.menu .dropdown--list a:hover {
  background-color: transparent;
}

.dropdown--list_mobile_head .dropdown--list_mobile_head_title {
  color: #191818;
  font-size: 19px;
  text-transform: uppercase;
  font-family: var(--font-family-title);
  grid-column: 2;
  grid-row: 1;
  text-align: center;
}

.menu--title {
  font-family: var(--font-family-title);
}
@media(min-width: 1024px) {

  .menu--title {
    padding-right: var(--g-content-l);
    font-family: var(--font-family-title);
  }
}
@media(max-width: 1024px) {
  .menu--content,
  .menu .dropdown--wrapper {
    padding: 16px;
  }
  .menu--title {
    padding-right: 0
  }
}
.dropdown--list_mobile_head {
  display: grid;
  grid-template-columns: 40px 1fr 40px;
  gap: 10px;
  place-items: center;
  place-content: center;
  padding-bottom: 22px;
}
@media(min-width: 1024px) {
  .dropdown--list_mobile_head {
    display: none;
  }
}
.dropdown--list_mobile_head_button {
  width: 40px;
  height: 40px;
  background-color: #1918180D;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 1;
  grid-row: 1;
  cursor: pointer;
}
