/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import "./plugins/select2.min.css";
@import "./plugins/tippy.css";
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Gilroy";
  src: url("./fonts/Gilroy-ExtraBold.eot");
  src: local("Gilroy ExtraBold"), local("Gilroy-ExtraBold"), url("./fonts/Gilroy-ExtraBold.eot?#iefix") format("embedded-opentype"), url("./fonts/Gilroy-ExtraBold.woff") format("woff"), url("./fonts/Gilroy-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("./fonts/Gilroy-Heavy.eot");
  src: local("Gilroy Heavy"), local("Gilroy-Heavy"), url("./fonts/Gilroy-Heavy.eot?#iefix") format("embedded-opentype"), url("./fonts/Gilroy-Heavy.woff") format("woff"), url("./fonts/Gilroy-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("./fonts/Gilroy-LightItalic.eot");
  src: local("Gilroy Light Italic"), local("Gilroy-LightItalic"), url("./fonts/Gilroy-LightItalic.eot?#iefix") format("embedded-opentype"), url("./fonts/Gilroy-LightItalic.woff") format("woff"), url("./fonts/Gilroy-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url("./fonts/Gilroy-ThinItalic.eot");
  src: local("Gilroy Thin Italic"), local("Gilroy-ThinItalic"), url("./fonts/Gilroy-ThinItalic.eot?#iefix") format("embedded-opentype"), url("./fonts/Gilroy-ThinItalic.woff") format("woff"), url("./fonts/Gilroy-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url("./fonts/Gilroy-BlackItalic.eot");
  src: local("Gilroy Black Italic"), local("Gilroy-BlackItalic"), url("./fonts/Gilroy-BlackItalic.eot?#iefix") format("embedded-opentype"), url("./fonts/Gilroy-BlackItalic.woff") format("woff"), url("./fonts/Gilroy-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url("./fonts/Gilroy-BoldItalic.eot");
  src: local("Gilroy Bold Italic"), local("Gilroy-BoldItalic"), url("./fonts/Gilroy-BoldItalic.eot?#iefix") format("embedded-opentype"), url("./fonts/Gilroy-BoldItalic.woff") format("woff"), url("./fonts/Gilroy-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url("./fonts/Gilroy-SemiBold.eot");
  src: local("Gilroy SemiBold"), local("Gilroy-SemiBold"), url("./fonts/Gilroy-SemiBold.eot?#iefix") format("embedded-opentype"), url("./fonts/Gilroy-SemiBold.woff") format("woff"), url("./fonts/Gilroy-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("./fonts/Gilroy-UltraLightItalic.eot");
  src: local("Gilroy UltraLight Italic"), local("Gilroy-UltraLightItalic"), url("./fonts/Gilroy-UltraLightItalic.eot?#iefix") format("embedded-opentype"), url("./fonts/Gilroy-UltraLightItalic.woff") format("woff"), url("./fonts/Gilroy-UltraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url("./fonts/Gilroy-SemiBoldItalic.eot");
  src: local("Gilroy SemiBold Italic"), local("Gilroy-SemiBoldItalic"), url("./fonts/Gilroy-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("./fonts/Gilroy-SemiBoldItalic.woff") format("woff"), url("./fonts/Gilroy-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url("./fonts/Gilroy-Light.eot");
  src: local("Gilroy Light"), local("Gilroy-Light"), url("./fonts/Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("./fonts/Gilroy-Light.woff") format("woff"), url("./fonts/Gilroy-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("./fonts/Gilroy-MediumItalic.eot");
  src: local("Gilroy Medium Italic"), local("Gilroy-MediumItalic"), url("./fonts/Gilroy-MediumItalic.eot?#iefix") format("embedded-opentype"), url("./fonts/Gilroy-MediumItalic.woff") format("woff"), url("./fonts/Gilroy-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url("./fonts/Gilroy-ExtraBoldItalic.eot");
  src: local("Gilroy ExtraBold Italic"), local("Gilroy-ExtraBoldItalic"), url("./fonts/Gilroy-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("./fonts/Gilroy-ExtraBoldItalic.woff") format("woff"), url("./fonts/Gilroy-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url("./fonts/Gilroy-Regular.eot");
  src: local("Gilroy Regular"), local("Gilroy-Regular"), url("./fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/Gilroy-Regular.woff") format("woff"), url("./fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("./fonts/Gilroy-HeavyItalic.eot");
  src: local("Gilroy Heavy Italic"), local("Gilroy-HeavyItalic"), url("./fonts/Gilroy-HeavyItalic.eot?#iefix") format("embedded-opentype"), url("./fonts/Gilroy-HeavyItalic.woff") format("woff"), url("./fonts/Gilroy-HeavyItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url("./fonts/Gilroy-Medium.eot");
  src: local("Gilroy Medium"), local("Gilroy-Medium"), url("./fonts/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("./fonts/Gilroy-Medium.woff") format("woff"), url("./fonts/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("./fonts/Gilroy-RegularItalic.eot");
  src: local("Gilroy Regular Italic"), local("Gilroy-RegularItalic"), url("./fonts/Gilroy-RegularItalic.eot?#iefix") format("embedded-opentype"), url("./fonts/Gilroy-RegularItalic.woff") format("woff"), url("./fonts/Gilroy-RegularItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url("./fonts/Gilroy-UltraLight.eot");
  src: local("Gilroy UltraLight"), local("Gilroy-UltraLight"), url("./fonts/Gilroy-UltraLight.eot?#iefix") format("embedded-opentype"), url("./fonts/Gilroy-UltraLight.woff") format("woff"), url("./fonts/Gilroy-UltraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("./fonts/Gilroy-Bold.eot");
  src: local("Gilroy Bold"), local("Gilroy-Bold"), url("./fonts/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("./fonts/Gilroy-Bold.woff") format("woff"), url("./fonts/Gilroy-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("./fonts/Gilroy-Thin.eot");
  src: local("Gilroy Thin"), local("Gilroy-Thin"), url("./fonts/Gilroy-Thin.eot?#iefix") format("embedded-opentype"), url("./fonts/Gilroy-Thin.woff") format("woff"), url("./fonts/Gilroy-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("./fonts/Gilroy-Black.eot");
  src: local("Gilroy Black"), local("Gilroy-Black"), url("./fonts/Gilroy-Black.eot?#iefix") format("embedded-opentype"), url("./fonts/Gilroy-Black.woff") format("woff"), url("./fonts/Gilroy-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "icons";
  src: url("fonts/icons.eot");
  src: url("fonts/icons.eot?#iefix") format("embedded-opentype"), url("fonts/icons.woff") format("woff"), url("fonts/icons.ttf") format("truetype"), url("fonts/icons.svg?#icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icn {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icn--arrow_backward:before {
  content: "\e923";
}

.icn--arrow_forward:before {
  content: "\e924";
}

.icn--quote:before {
  content: "\e922";
}

.icn--tourism_agro:before {
  content: "\e916";
}

.icn--tourism_culture:before {
  content: "\e917";
}

.icn--tourism_eco:before {
  content: "\e918";
}

.icn--tourism_etno:before {
  content: "\e919";
}

.icn--tourism_gastro:before {
  content: "\e91a";
}

.icn--tourism_health:before {
  content: "\e91b";
}

.icn--tourism_nhp:before {
  content: "\e91c";
}

.icn--tourism_promish:before {
  content: "\e91d";
}

.icn--tourism_religion:before {
  content: "\e91e";
}

.icn--tourism_schedule:before {
  content: "\e91f";
}

.icn--tourism_science:before {
  content: "\e920";
}

.icn--tourism_sport:before {
  content: "\e921";
}

.icn--close:before {
  content: "\e915";
}

.icn--interesting:before {
  content: "\e910";
}

.icn--paths:before {
  content: "\e911";
}

.icn--places:before {
  content: "\e912";
}

.icn--whatsee:before {
  content: "\e913";
}

.icn--famous:before {
  content: "\e914";
}

.icn--arrow-left:before {
  content: "\e90e";
}

.icn--arrow-right:before {
  content: "\e90f";
}

.icn--audioguide:before {
  content: "\e900";
}

.icn--feature_crafts:before {
  content: "\e906";
}

.icn--feature_ecofarms:before {
  content: "\e907";
}

.icn--feature_estates:before {
  content: "\e908";
}

.icn--feature_industry:before {
  content: "\e909";
}

.icn--feature_monuments:before {
  content: "\e90a";
}

.icn--feature_museums:before {
  content: "\e90b";
}

.icn--feature_natural:before {
  content: "\e90c";
}

.icn--feature_temples:before {
  content: "\e90d";
}

.icn--logo:before {
  content: "\e905";
}

.icn--diamond:before {
  content: "\e904";
}

.icn--distance:before {
  content: "\e902";
}

.icn--direction:before {
  content: "\e903";
}

.icn--play:before {
  content: "\e901";
}

.select2-container {
  font-size: 20px;
  z-index: 10000;
}
.select2-container .select2-selection--single {
  height: 40px;
  border-radius: 8px;
  border: 1px solid #303030;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 16px;
  padding-right: 32px;
  line-height: 40px;
}
.select2-container .select2-selection--single .select2-selection__placeholder {
  color: #303030;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  height: 40px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 24px;
}

.keen-slider {
  align-content: flex-start;
  display: flex;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
}
.keen-slider[data-keen-slider-reverse] {
  flex-direction: row-reverse;
}
.keen-slider[data-keen-slider-v] {
  flex-wrap: wrap;
}
.keen-slider__slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 430px;
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: #ffffff;
}
.keen-slider__slide > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform-origin: bottom center;
  transition: all 0.4s ease-in-out;
}
.keen-slider__slide > .name {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 106px;
  padding: 24px;
  font-size: 21px;
  font-weight: 500;
  color: #ffffff;
  background-color: rgba(24, 12, 57, 0.2);
  border-radius: 10px;
}
.keen-slider__slide > .desc {
  display: none;
}
.keen-slider__slide--hover {
  cursor: pointer;
}
.keen-slider__slide--hover:hover img {
  transform: scale(1.02);
}
.keen-slider__arrow {
  font-size: 42px;
  cursor: pointer;
}
.keen-slider__arrow:not(:first-child) {
  margin-left: 16px;
}
.keen-slider__arrow--disabled {
  cursor: auto;
  opacity: 0.5;
}
.keen-slider__dots {
  display: flex;
  justify-content: center;
  align-items: center;
}
.keen-slider__dots button {
  display: block;
  width: 16px;
  height: 16px;
  background: #bfbfbf;
  padding: 0;
  margin: 8px;
  border: 0;
  border-radius: 100%;
  cursor: pointer;
}
.keen-slider__dots button.active {
  background-color: #180c39;
}

.tippy-box[data-theme~=light] {
  border: 1px solid #9f9dff;
  background-color: #ffffff;
  color: #303030;
}

.tippy-box[data-theme~=city] {
  border: 1px solid #9f9dff;
  background-color: #ffffff;
  color: #9f9dff;
}
.tippy-box[data-theme~=city] .tippy-content {
  padding: 2px 4px;
  font-size: 12px;
}

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

html {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  font-family: "Gilroy", Arial, sans-serif;
  font-size: 14px;
  height: 100%;
  background-color: #f8f8f9;
  color: #303030;
}

.overflow-hidden {
  overflow: hidden;
}

.hide {
  opacity: 0;
  visibility: hidden;
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 auto;
}

section {
  position: relative;
  width: 100%;
  overflow: hidden;
}
section h1 {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
}

.container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  width: 1470px;
  max-width: 100%;
  padding: 0 32px;
}

.columns {
  position: relative;
  display: flex;
  margin: 0 -16px;
}

.col {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 16px;
}

.tag {
  position: relative;
  display: block;
  background-color: #180c39;
  border-radius: 28px;
  padding: 8px 16px;
  margin-top: 4px;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  color: #ffffff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tag + .tag {
  margin-left: 4px;
}
.tag a {
  cursor: auto;
  color: #ffffff;
  text-decoration: none;
}

.open-popup {
  cursor: pointer;
}

.popup {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 99;
}
.popup__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(48, 48, 48, 0.5);
}
.popup__modal {
  position: relative;
  display: flex;
  width: 950px;
  max-width: 100%;
  max-height: 100%;
  background-color: #ffffff;
  border: 2px solid #303030;
  border-radius: 10px;
}
.popup__close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  color: #303030;
  margin: 8px;
  cursor: pointer;
}
.popup__close:hover .icn {
  font-weight: 600;
}
.popup__content {
  position: relative;
  width: 100%;
  padding: 0 40px;
  margin: 30px 0;
  overflow: auto;
}
.popup--active {
  opacity: 1;
  visibility: visible;
}

.btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  height: 26px;
  line-height: 20px;
  border: 0;
  margin: 0;
  padding: 3px 8px;
  text-decoration: none;
  font-size: 20px;
  border-radius: 4px;
  color: #ffffff;
  background-color: #9f9dff;
  cursor: pointer;
}
.btn .icn {
  display: block;
  font-size: 20px;
  margin-left: 8px;
}
.btn:hover {
  background-color: #6d6aff;
}
.btn--md {
  height: 40px;
  line-height: 24px;
  padding: 8px 16px;
  font-size: 20px;
  border-radius: 8px;
}
.btn--md .icn {
  display: block;
  font-size: 24px;
  margin-left: 10px;
}
.btn--lg {
  height: 52px;
  line-height: 20px;
  padding: 8px 16px;
  font-size: 24px;
  border-radius: 10px;
}
.btn--lg .icn {
  display: block;
  font-size: 24px;
  margin-left: 16px;
}
.btn--yellow {
  background-color: #f4c877;
}
.btn--yellow:hover {
  background-color: #f0b548;
}
.btn--green {
  background-color: #b4db6a;
}
.btn--green:hover {
  background-color: #9fd141;
}
.btn:disabled {
  background-color: #bfbfbf !important;
  cursor: not-allowed !important;
}

.input {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  height: 26px;
  line-height: 20px;
  border: 0;
  margin: 0;
  padding: 3px 8px;
  text-decoration: none;
  font-size: 20px;
  border-radius: 4px;
  color: #303030;
  background-color: #ffffff;
  border: 1px solid #9f9dff;
}
.input:hover {
  border-color: #6d6aff;
}
.input--md {
  height: 40px;
  line-height: 24px;
  padding: 8px 16px;
  font-size: 20px;
  border-radius: 8px;
}
.input--lg {
  height: 52px;
  line-height: 20px;
  padding: 8px 16px;
  font-size: 24px;
  border-radius: 10px;
}
.input--yellow {
  border-color: #f4c877;
}
.input--yellow:focus, .input--yellow:hover {
  border-color: #f0b548;
}
.input--green {
  border-color: #b4db6a;
}
.input--green:focus, .input--green:hover {
  border-color: #9fd141;
}
.input:disabled {
  background-color: #bfbfbf !important;
  cursor: not-allowed !important;
}
.input--error {
  border-color: red !important;
}

header {
  display: flex;
  justify-content: center;
  flex: 0 0 auto;
  height: 230px;
  background-color: #180c39;
  z-index: 1;
}
header .logo {
  display: inline-flex;
  align-items: center;
  height: 100%;
  padding: 32px 0;
}
header .logo a,
header .logo img {
  display: block;
  height: 100%;
}
header.hide {
  display: none !important;
}

footer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 0 0 auto;
  min-height: 250px;
  background-color: #180c39;
}
footer ul,
footer .left-menu {
  display: block;
  list-style: none;
  margin: 0;
  padding: 40px 0;
}
footer ul li,
footer .left-menu li {
  display: block;
  margin: 16px 0;
  padding: 0;
  background: none;
}
footer ul li a, footer ul li a:visited,
footer .left-menu li a,
footer .left-menu li a:visited {
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  text-decoration: none;
}
footer ul li a:hover, footer ul li a.selected, footer ul li a:visited:hover, footer ul li a:visited.selected,
footer .left-menu li a:hover,
footer .left-menu li a.selected,
footer .left-menu li a:visited:hover,
footer .left-menu li a:visited.selected {
  color: #b4db6a;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .columns {
    flex-direction: column;
  }
}
.page404 main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
}
.page404 main h2 {
  font-size: 46px;
}
.page404 main a {
  font-size: 16px;
}

.regionsPage main {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 auto;
}
.regionsPage section {
  margin: 32px 0;
}
.regionsPage .section-description h2 {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
}
.regionsPage .section-description .description {
  font-size: 14px;
  flex: 0 0 auto;
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .regionsPage .section-description .description {
    margin: 0;
  }
}
.regionsPage .section-description .audio-guide {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  margin: 32px 0;
}
.regionsPage .section-description .audio-guide__container {
  display: flex;
  align-items: center;
}
.regionsPage .section-description .audio-guide__icon {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  color: #ffffff;
  background-color: #9f9dff;
  border-radius: 100%;
  padding: 8px;
  margin-right: 16px;
  font-size: 36px;
}
.regionsPage .section-description .audio-guide__name {
  flex: 1 1 auto;
}
.regionsPage .section-description .audio-guide__name .text {
  font-size: 24px;
}
.regionsPage .section-description .audio-guide__name .desc {
  font-size: 14px;
}
.regionsPage .section-description .feature-types {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .regionsPage .section-description .feature-types {
    justify-content: center;
  }
}
.regionsPage .section-description .feature-types__container {
  position: relative;
  padding-top: 60px;
  padding-left: 30px;
}
@media (max-width: 800px) {
  .regionsPage .section-description .feature-types__container {
    zoom: 80%;
    -webkit-text-size-adjust: 80%;
       -moz-text-size-adjust: 80%;
            text-size-adjust: 80%;
  }
}
@media (max-width: 600px) {
  .regionsPage .section-description .feature-types__container {
    zoom: 50%;
    -webkit-text-size-adjust: 50%;
       -moz-text-size-adjust: 50%;
            text-size-adjust: 50%;
  }
}
.regionsPage .section-description .feature-types .bg {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
}
.regionsPage .section-description .feature-types .block {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 640px;
  height: 600px;
  border-radius: 20px;
  background-color: #ffffff;
}
.regionsPage .section-description .feature-types .block .logo {
  display: block;
  font-size: 520px;
  color: #f5f5ff;
}
.regionsPage .section-description .feature-types .block .diamond {
  position: absolute;
  top: 180px;
  left: 245px;
  font-size: 72px;
  color: #e8e7fb;
  opacity: 0;
}
.regionsPage .section-description .feature-types .block .name {
  position: absolute;
  top: 270px;
  left: 240px;
  font-size: 30px;
  text-transform: uppercase;
  color: #303030;
  opacity: 0;
}
.regionsPage .section-description .feature-types .block .types {
  position: absolute;
  width: 100%;
  height: 100%;
}
.regionsPage .section-description .feature-types .block .types .type {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  opacity: 0;
}
.regionsPage .section-description .feature-types .block .types .type .icn {
  flex: 0 0 auto;
  font-size: 26px;
  font-weight: 600;
  padding: 8px;
  background-color: #e8e7fb;
  color: #303030;
  border-radius: 100%;
  border: 6px solid #ffffff;
}
.regionsPage .section-description .feature-types .block .types .type span {
  position: absolute;
  left: 100%;
  flex: 0 0 auto;
  font-size: 16px;
  text-transform: lowercase;
  font-weight: 500;
  margin-left: 10px;
  color: #303030;
}
.regionsPage .section-description .feature-types .block .types .type:nth-child(1) {
  top: 62px;
  left: 140px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.regionsPage .section-description .feature-types .block .types .type:nth-child(2) {
  top: 150px;
  left: 50px;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.regionsPage .section-description .feature-types .block .types .type:nth-child(3) {
  top: 264px;
  left: 15px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.regionsPage .section-description .feature-types .block .types .type:nth-child(4) {
  top: 380px;
  left: 38px;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.regionsPage .section-description .feature-types .block .types .type:nth-child(5) {
  top: 475px;
  left: 120px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.regionsPage .section-description .feature-types .block .types .type:nth-child(6) {
  top: 515px;
  left: 260px;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.regionsPage .section-description .feature-types .block .types .type:nth-child(7) {
  top: 470px;
  left: 400px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.regionsPage .section-description .feature-types .block .types .type:nth-child(8) {
  top: 380px;
  left: 475px;
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.regionsPage .section-description .feature-types--animated .name,
.regionsPage .section-description .feature-types--animated .diamond {
  -webkit-animation-name: types;
          animation-name: types;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
  opacity: 0;
}
.regionsPage .section-description .feature-types--animated .types .type {
  -webkit-animation-name: types;
          animation-name: types;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@-webkit-keyframes types {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes types {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes logo {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes logo {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 1024px) {
  .regionsPage .section-description .col {
    flex: 0 0 auto;
  }
  .regionsPage .section-description .col + .col {
    order: -1;
  }
}
.regionsPage .section-map h3 {
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  margin: 0;
}
.regionsPage .section-map h3 span {
  font-size: 14px;
  text-transform: none;
}
.regionsPage .section-map .filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 32px 0;
}
.regionsPage .section-map .filter__select {
  width: 400px;
  max-width: 100%;
  margin: 0 16px;
}
.regionsPage .section-map .filter__btn {
  margin: 0 16px;
}
@media (max-width: 1024px) {
  .regionsPage .section-map .filter {
    flex-direction: column;
  }
  .regionsPage .section-map .filter__select {
    width: 100%;
    margin: 16px 0;
  }
  .regionsPage .section-map .filter .select2-container {
    width: 100% !important;
  }
  .regionsPage .section-map .filter__btn {
    margin: 16px 0;
  }
}
.regionsPage .section-map .map {
  display: flex;
  justify-content: center;
}
.regionsPage .section-map .map svg {
  max-width: 600px;
  width: 100%;
}
@media (max-width: 1024px) {
  .regionsPage .section-map .map svg {
    width: 100%;
    max-width: 100%;
  }
}
.regionsPage .section-map .map svg g path {
  fill: #9f9dff;
  stroke: #9f9dff;
  stroke-width: 1;
  cursor: pointer;
}
.regionsPage .section-map .map svg g .point {
  fill: #b4db6a;
  stroke: none;
}
.regionsPage .section-map .map svg g.active path, .regionsPage .section-map .map svg g:hover path {
  fill: #b4db6a;
  stroke: #b4db6a;
}
.regionsPage .section-map .map svg g.active .point, .regionsPage .section-map .map svg g:hover .point {
  fill: #9f9dff;
  stroke: none;
}
.regionsPage .section-map .results {
  display: flex;
  justify-content: center;
}
.regionsPage .section-map .results__container {
  max-width: 100%;
  width: 630px;
  border-radius: 20px;
  background-color: #ffffff;
  padding: 32px;
}
.regionsPage .section-map .results__name {
  display: flex;
  align-items: center;
}
.regionsPage .section-map .results__name .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  padding: 8px;
  color: #ffffff;
  background-color: #b4db6a;
  margin-right: 24px;
  border-radius: 100%;
  font-size: 32px;
}
.regionsPage .section-map .results__name .text {
  flex: 1 1 auto;
  font-size: 20px;
  text-transform: uppercase;
}
.regionsPage .section-map .results__desc {
  font-size: 14px;
  padding-left: 74px;
}
.regionsPage .section-map .results__regions {
  margin-top: 32px;
  border-top: 1px dashed #303030;
}
.regionsPage .section-map .results__regions .region {
  display: flex;
  margin-top: 16px;
}
.regionsPage .section-map .results__regions .region__name {
  flex: 1 1 auto;
  font-size: 20px;
}
.regionsPage .section-map .results__regions .region__btn {
  flex: 0 0 auto;
  margin-left: 16px;
}
@media (max-width: 1024px) {
  .regionsPage .section-map .results__regions .region {
    flex-direction: column;
  }
  .regionsPage .section-map .results__regions .region__name {
    flex: 1 1 auto;
    text-align: center;
  }
  .regionsPage .section-map .results__regions .region__btn {
    flex: 1 1 auto;
    margin: 0;
  }
}
.regionsPage .tippy-box .map-popover .icon {
  position: absolute;
  top: -40px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  padding: 8px;
  border: 2px solid #ffffff;
  background-color: #b4db6a;
  color: #ffffff;
  border-radius: 100%;
}
.regionsPage .tippy-box .map-popover .btn {
  display: flex;
}
.regionsPage .tippy-box[data-placement=left-end] .map-popover .icon {
  left: auto;
  right: 0;
}

@media (max-width: 767px) {
  .regionPage .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .regionPage .columns {
    margin: 0 -16px;
  }
}
@media (max-width: 767px) {
  .regionPage .col {
    padding: 0;
  }
}
.regionPage header {
  position: relative;
  display: flex;
  justify-content: center;
  flex: 0 0 auto;
  height: 420px;
  background: none;
  z-index: 1;
}
@media (max-width: 1024px) {
  .regionPage header {
    height: auto;
  }
}
.regionPage header .bg {
  position: absolute;
  width: 100%;
  height: 420px;
  overflow: hidden;
  background-color: #180c39;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: brightness(60%);
  filter: brightness(60%);
}
@media (max-width: 1024px) {
  .regionPage header .bg {
    height: 370px;
  }
}
.regionPage header .logo {
  position: absolute;
  display: block;
  height: 230px;
  padding: 32px 0;
  max-width: 100%;
}
.regionPage header .logo a,
.regionPage header .logo img {
  display: block;
  height: 100%;
  max-width: 100%;
}
.regionPage header h1 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50%;
  margin: 0;
  font-size: 48px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .regionPage header h1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    top: 230px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100px;
    max-width: 100%;
    padding: 20px;
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .regionPage header h1 {
    font-size: 24px;
  }
}
.regionPage header .columns {
  margin-top: 200px;
}
@media (max-width: 1024px) {
  .regionPage header .columns {
    margin-top: 370px;
  }
}
.regionPage header .col {
  flex: 0 0 auto;
}
.regionPage header .col + .col {
  flex: 1 1 auto;
  justify-content: center;
  align-items: center;
}
.regionPage header .map {
  position: relative;
  height: 400px;
  width: 400px;
  background-color: #ffffff;
  box-shadow: 0 3px 10px rgba(209, 208, 255, 0.35);
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .regionPage header .map {
    display: none;
  }
}
.regionPage header .map img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.regionPage header .map:empty {
  width: 0;
  visibility: hidden;
}
.regionPage header .data {
  position: relative;
  display: flex;
  flex: 1 1 auto;
}
@media (max-width: 1024px) {
  .regionPage header .data {
    flex-direction: column;
    width: 100%;
  }
}
.regionPage header .audio-guide {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .regionPage header .audio-guide {
    flex-direction: column;
    width: 100%;
  }
}
.regionPage header .audio-guide__container {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0 3px 10px rgba(209, 208, 255, 0.35);
  border-radius: 8px;
  padding: 10px;
}
@media (max-width: 1024px) {
  .regionPage header .audio-guide__container {
    flex-direction: column;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .regionPage header .audio-guide__container {
    border-radius: 0;
  }
}
.regionPage header .audio-guide__icon {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  color: #ffffff;
  background-color: #9f9dff;
  border-radius: 100%;
  padding: 8px;
  margin-right: 16px;
  font-size: 36px;
}
@media (max-width: 1024px) {
  .regionPage header .audio-guide__icon {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .regionPage header .audio-guide__icon {
    font-size: 24px;
  }
}
.regionPage header .audio-guide__name {
  flex: 1 1 auto;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .regionPage header .audio-guide__name {
    font-size: 18px;
  }
}
.regionPage header .audio-guide__button {
  flex: 0 0 auto;
  margin-left: 16px;
}
@media (max-width: 1024px) {
  .regionPage header .audio-guide__button {
    margin-top: 10px;
  }
}
.regionPage header .audio-guide__button .btn {
  font-size: 18px;
}
.regionPage header .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media (max-width: 1024px) {
  .regionPage header .info {
    position: relative;
    margin-top: 40px;
  }
}
.regionPage header .info__container {
  display: flex;
}
@media (max-width: 1024px) {
  .regionPage header .info__container {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .regionPage header .info__container {
    flex-direction: column;
    align-items: flex-start;
    margin: 0 16px;
  }
}
.regionPage header .info-data {
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .regionPage header .info-data {
    display: flex;
    align-items: center;
    margin-left: 0 !important;
    margin-bottom: 20px;
  }
}
.regionPage header .info-data:not(:first-child) {
  margin-left: 80px;
}
.regionPage header .info-data__container {
  display: flex;
  align-items: center;
}
.regionPage header .info-data__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: #180c39;
  color: #ffffff;
  border-radius: 100%;
  padding: 8px;
  margin-right: 16px;
  font-size: 44px;
}
@media (max-width: 1024px) {
  .regionPage header .info-data__icon {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }
}
.regionPage header .info-data__icon .icn--distance,
.regionPage header .info-data__icon .icn--places {
  font-size: 32px;
}
@media (max-width: 1024px) {
  .regionPage header .info-data__icon .icn--distance,
.regionPage header .info-data__icon .icn--places {
    font-size: 18px;
  }
}
.regionPage header .info-data__value {
  font-size: 36px;
  font-weight: 400;
  color: #303030;
}
@media (max-width: 1024px) {
  .regionPage header .info-data__value {
    font-size: 18px;
  }
}
.regionPage header .info-data__desc {
  margin-top: 4px;
  font-size: 18px;
  font-weight: 400;
  color: #303030;
}
@media (max-width: 1024px) {
  .regionPage header .info-data__desc {
    font-size: 14px;
    margin-left: 5px;
  }
}
.regionPage header .info-tags {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .regionPage header .info-tags {
    justify-content: center;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .regionPage header .info-tags {
    flex-direction: column;
    margin: 0 16px;
  }
}
@media (max-width: 767px) {
  .regionPage header .info-tags .tag {
    width: 100%;
  }
}
.regionPage main {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 auto;
}
.regionPage section {
  padding: 32px 0;
}
.regionPage .section-description {
  margin-top: 232px;
}
@media (max-width: 1024px) {
  .regionPage .section-description {
    margin-top: 0;
  }
}
.regionPage .section-description .description {
  margin: 0 60px;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .regionPage .section-description .description {
    margin: 0;
  }
}
.regionPage .section-description .directions {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  margin: 32px 0;
}
@media (max-width: 767px) {
  .regionPage .section-description .directions {
    margin: 32px -16px;
  }
}
.regionPage .section-description .directions__container {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0 3px 10px rgba(209, 208, 255, 0.35);
  border-radius: 8px;
  padding: 10px;
}
@media (max-width: 767px) {
  .regionPage .section-description .directions__container {
    flex-direction: column;
    border-radius: 0;
    width: 100%;
  }
}
.regionPage .section-description .directions__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  color: #ffffff;
  background-color: #9f9dff;
  border-radius: 100%;
  padding: 8px;
  margin-right: 16px;
  font-size: 24px;
}
@media (max-width: 767px) {
  .regionPage .section-description .directions__icon {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }
}
.regionPage .section-description .directions__name {
  flex: 1 1 auto;
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .regionPage .section-description .directions__name {
    text-align: center;
    font-size: 18px;
  }
}
.regionPage .section-description .directions__button {
  flex: 0 0 auto;
  margin-left: 16px;
}
@media (max-width: 767px) {
  .regionPage .section-description .directions__button {
    margin-top: 10px;
  }
}
.regionPage .section-description .directions__button .btn {
  font-size: 18px;
}
.regionPage .interesting-places {
  display: flex;
}
@media (max-width: 767px) {
  .regionPage .interesting-places {
    flex-direction: column;
    margin: 0 -16px;
  }
}
.regionPage .interesting-places__content {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: 620px;
  min-height: 600px;
  padding: 72px 190px 72px 64px;
  border-radius: 10px;
  background-color: #180c39;
  color: #ffffff;
}
@media (max-width: 767px) {
  .regionPage .interesting-places__content {
    border-radius: 0;
    padding: 24px 16px;
    width: 100%;
    min-height: auto;
  }
}
.regionPage .interesting-places__icon {
  font-size: 48px;
  border-bottom: 1px solid #ffffff;
}
.regionPage .interesting-places__title {
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .regionPage .interesting-places__title {
    font-size: 24px;
  }
}
.regionPage .interesting-places__name {
  font-size: 24px;
  margin: 10px 0;
}
.regionPage .interesting-places__desc {
  font-size: 12px;
  margin: 10px 0;
}
.regionPage .interesting-places__nav {
  display: flex;
  position: absolute;
  top: 500px;
  right: 0;
  margin: 16px 70px 0 0;
}
@media (max-width: 767px) {
  .regionPage .interesting-places__nav {
    justify-content: center;
    top: auto;
    bottom: -525px;
    margin: 0;
    width: 100%;
  }
}
.regionPage .interesting-places__slider {
  flex: 1 1 auto;
  margin-left: -126px;
  margin-top: 70px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .regionPage .interesting-places__slider {
    background-color: #180c39;
    padding: 16px 16px 100px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .regionPage .what-to-see {
    margin: 0 -16px;
  }
}
.regionPage .what-to-see__block {
  position: relative;
  display: flex;
  min-height: 230px;
  margin-left: 20%;
  padding: 64px 0 0 64px;
  margin-bottom: 32px;
  color: #303030;
}
@media (max-width: 767px) {
  .regionPage .what-to-see__block {
    flex-direction: column;
    margin-left: 0;
    padding: 24px 16px;
  }
}
.regionPage .what-to-see__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: -50vw;
  display: block;
  height: 230px;
  border-radius: 10px 0 0 10px;
  background-color: #f4c877;
}
@media (max-width: 767px) {
  .regionPage .what-to-see__bg {
    border-radius: 0;
  }
}
.regionPage .what-to-see__content {
  position: relative;
  flex: 0 0 auto;
  width: 40%;
}
@media (max-width: 767px) {
  .regionPage .what-to-see__content {
    width: 100%;
  }
}
.regionPage .what-to-see__icon {
  font-size: 48px;
  border-bottom: 1px solid #303030;
}
.regionPage .what-to-see__title {
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 10px 0;
  color: #303030;
}
.regionPage .what-to-see__title a {
  text-decoration: none;
  color: #303030;
}
@media (max-width: 767px) {
  .regionPage .what-to-see__title {
    font-size: 24px;
  }
}
.regionPage .what-to-see__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 auto;
  padding: 16px;
  margin: auto 60px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(209, 208, 255, 0.35);
}
@media (max-width: 1024px) {
  .regionPage .what-to-see__list {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .regionPage .what-to-see__list {
    margin: 0 -16px 0 0;
    border-radius: 10px 0 0 10px;
  }
}
.regionPage .what-to-see__item {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  width: 50%;
  padding: 8px 16px;
}
@media (max-width: 1024px) {
  .regionPage .what-to-see__item {
    width: 100%;
  }
}
.regionPage .what-to-see__item .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  padding: 8px;
  border-radius: 100%;
  background-color: #d1d0ff;
  color: #303030;
  font-size: 28px;
  margin-right: 16px;
}
.regionPage .what-to-see__item .name {
  flex: 1 1 auto;
  font-size: 16px;
}
.regionPage .what-to-see__desc .description {
  margin: 0 60px;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .regionPage .what-to-see__desc .description {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .regionPage .what-to-see__desc .description {
    margin: 0 16px;
  }
}
.regionPage .what-to-see__slider {
  margin: 32px 60px;
}
@media (max-width: 1024px) {
  .regionPage .what-to-see__slider {
    margin: 32px 0;
  }
}
@media (max-width: 767px) {
  .regionPage .what-to-see__slider {
    margin: 24px 16px;
  }
}
.regionPage .interesting {
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .regionPage .interesting {
    flex-direction: column;
    margin: 0 -16px;
  }
}
.regionPage .interesting__title {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  margin-left: 435px;
  padding-left: 32px;
  height: 60px;
}
@media (max-width: 1024px) {
  .regionPage .interesting__title {
    position: relative;
    margin: 0;
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .regionPage .interesting__title {
    font-size: 24px;
  }
}
.regionPage .interesting__block {
  position: relative;
  flex: 0 0 auto;
  width: 435px;
  padding: 60px 0 60px 60px;
  margin-right: 375px;
}
@media (max-width: 1024px) {
  .regionPage .interesting__block {
    padding: 60px;
    margin: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .regionPage .interesting__block {
    padding: 24px 16px;
  }
}
.regionPage .interesting__block .bg {
  position: absolute;
  top: 0;
  right: 0;
  left: -50vw;
  display: block;
  height: 100%;
  border-radius: 0 10px 10px 0;
  background-color: #180c39;
}
@media (max-width: 1024px) {
  .regionPage .interesting__block .bg {
    border-radius: 0;
    height: 80%;
    left: 0;
  }
}
.regionPage .interesting__block .image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 750px;
  height: 600px;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .regionPage .interesting__block .image {
    width: 100%;
    height: 100%;
  }
}
.regionPage .interesting__block .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.regionPage .interesting__content {
  flex: 1 1 auto;
  padding: 60px;
}
@media (max-width: 1024px) {
  .regionPage .interesting__content {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .regionPage .interesting__content {
    padding: 0 16px;
  }
}
.regionPage .interesting__content .caption {
  font-size: 16px;
}
.regionPage .interesting__content .name {
  font-size: 24px;
  font-weight: 500;
  margin: 24px 0;
}
@media (max-width: 767px) {
  .regionPage .interesting__content .name {
    font-size: 20px;
  }
}
.regionPage .interesting__content .description {
  font-size: 16px;
}
@media (max-width: 767px) {
  .regionPage .famous-people {
    margin: 0 -16px;
  }
}
.regionPage .famous-people__block {
  position: relative;
  display: flex;
  width: 620px;
  padding: 60px 60px 120px;
  color: #ffffff;
  background-color: #180c39;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .regionPage .famous-people__block {
    padding: 24px 16px 120px;
    width: 100%;
    border-radius: 0;
  }
}
.regionPage .famous-people__icon {
  font-size: 48px;
  border-bottom: 1px solid #ffffff;
}
.regionPage .famous-people__title {
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .regionPage .famous-people__title {
    font-size: 24px;
  }
}
.regionPage .famous-people__desc {
  font-size: 12px;
}
.regionPage .famous-people__nav {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}
.regionPage .famous-people__slider {
  margin-top: -60px;
}
.regionPage .famous-people__slider .keen-slider__slide {
  height: auto;
  background: none;
}
.regionPage .famous-people__user {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.regionPage .famous-people__user .image {
  display: block;
  width: 250px;
  height: 250px;
  border-radius: 100%;
  overflow: hidden;
}
.regionPage .famous-people__user .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.regionPage .famous-people__user .occupation {
  max-width: 100%;
  flex: 0 0 auto;
  margin: 16px 0 8px;
  font-size: 14px;
  color: #ffffff;
  background-color: #303030;
  border-radius: 20px;
  padding: 4px 8px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.regionPage .famous-people__user .first-name,
.regionPage .famous-people__user .last-name {
  max-width: 100%;
  flex: 0 0 auto;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}
.regionPage .famous-people__user .date {
  flex: 0 0 auto;
  text-align: center;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 8px;
}
.regionPage .famous-people__popup .name {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.regionPage .famous-people__popup .occupation {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  background-color: #303030;
  border-radius: 20px;
  padding: 4px 8px;
  margin-bottom: 10px;
}
.regionPage .famous-people__popup .date {
  font-size: 14px;
  font-style: italic;
  margin-bottom: 10px;
}
.regionPage .famous-people__popup .desc {
  font-size: 14px;
}
.regionPage .virtual-trip {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1024px) {
  .regionPage .virtual-trip {
    display: block;
    margin: 0 -32px;
  }
}
@media (max-width: 767px) {
  .regionPage .virtual-trip {
    margin: 0 -16px;
  }
}
.regionPage .virtual-trip__title {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 435px;
  padding: 0 32px;
  height: 60px;
}
@media (max-width: 1024px) {
  .regionPage .virtual-trip__title {
    position: relative;
    padding: 0 16px;
    margin: 0;
    font-size: 24px;
    text-align: center;
    justify-content: center;
  }
}
.regionPage .virtual-trip__block {
  position: relative;
  flex: 0 0 auto;
  width: 435px;
  padding: 60px 60px 60px 0;
}
@media (max-width: 1024px) {
  .regionPage .virtual-trip__block {
    width: 100%;
    padding: 60px;
  }
}
@media (max-width: 767px) {
  .regionPage .virtual-trip__block {
    padding: 24px 16px;
  }
}
.regionPage .virtual-trip__block .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: -50vw;
  display: block;
  height: 100%;
  border-radius: 10px 0 0 10px;
  background-color: #180c39;
  background-image: url("../images/virtual-trip_bg.png");
  background-position: left center;
  background-repeat: repeat-x;
}
@media (max-width: 1024px) {
  .regionPage .virtual-trip__block .bg {
    right: 0;
    border-radius: 0;
    height: 80%;
  }
}
.regionPage .virtual-trip__block .image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  float: right;
  width: 1190px;
  height: 700px;
  margin-right: 120px;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .regionPage .virtual-trip__block .image {
    display: block;
    float: none;
    width: 100%;
    height: auto;
    padding-bottom: 56%;
  }
}
.regionPage .virtual-trip__block .image iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}
.regionPage .virtual-trip__block .image a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
.regionPage .virtual-trip__block .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.regionPage .audioguide {
  display: flex;
}
@media (max-width: 1024px) {
  .regionPage .audioguide {
    flex-direction: column;
    margin: 0 -32px;
  }
}
@media (max-width: 767px) {
  .regionPage .audioguide {
    margin: 0 -16px;
  }
}
.regionPage .audioguide__bg {
  position: absolute;
  top: 0;
  left: -50vw;
  right: -50vw;
  display: block;
  height: 560px;
  background-color: #b4db6a;
}
.regionPage .audioguide__block {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  height: 560px;
  padding: 60px;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .regionPage .audioguide__block {
    height: auto;
  }
}
.regionPage .audioguide__block .icon {
  flex: 0 0 auto;
  width: 300px;
  height: 300px;
  font-size: 300px;
}
@media (max-width: 1024px) {
  .regionPage .audioguide__block .icon {
    width: 80px;
    height: 80px;
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .regionPage .audioguide__block .icon {
    width: 64px;
    height: 64px;
    font-size: 64px;
  }
}
.regionPage .audioguide__block .title {
  flex: 0 0 auto;
  font-size: 36px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 32px;
}
@media (max-width: 1024px) {
  .regionPage .audioguide__block .title {
    font-size: 30px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .regionPage .audioguide__block .title {
    font-size: 24px;
    margin-top: 10px;
  }
}
.regionPage .audioguide__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 1 auto;
  padding: 60px;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .regionPage .audioguide__content {
    padding: 0 60px;
  }
}
@media (max-width: 767px) {
  .regionPage .audioguide__content {
    padding: 0 16px;
  }
}
.regionPage .audioguide__desc {
  flex: 0 0 auto;
  font-size: 16px;
  margin: 32px 0;
}
@media (max-width: 1024px) {
  .regionPage .audioguide__desc {
    margin: 0;
  }
}
.regionPage .audioguide__conditions {
  display: flex;
  flex: 0 0 auto;
  justify-content: space-around;
  margin-top: 32px;
}
.regionPage .audioguide__conditions a {
  color: #ffffff;
  text-decoration: underline;
}
.regionPage .audioguide__conditions a:hover {
  text-decoration: none;
}
.regionPage .audioguide__list {
  position: relative;
  flex: 0 0 auto;
  padding: 16px 64px;
  margin: 32px 0;
  color: #303030;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(209, 208, 255, 0.35);
}
@media (max-width: 767px) {
  .regionPage .audioguide__list {
    margin-right: -16px;
    border-radius: 10px 0 0 10px;
    padding: 24px 16px;
  }
}
.regionPage .audioguide__item {
  display: flex;
  align-items: center;
  margin: 16px 0;
}
@media (max-width: 767px) {
  .regionPage .audioguide__item {
    flex-direction: column;
  }
}
.regionPage .audioguide__item .name {
  flex: 1 1 auto;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .regionPage .audioguide__item .name {
    width: 100%;
  }
}
.regionPage .audioguide__item .button {
  flex: 0 0 auto;
  margin-left: 24px;
}
@media (max-width: 767px) {
  .regionPage .audioguide__item .button {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .regionPage .audioguide__item .button .btn {
    width: 100%;
  }
  .regionPage .audioguide__item .button .btn br {
    display: none;
  }
}
@media (max-width: 767px) {
  .regionPage .audioguide__item .button .hide {
    display: none;
  }
}
.regionPage .audioguide__item--pay:not(:last-child) {
  padding-bottom: 16px;
  border-bottom: 1px solid #b4db6a;
}
.regionPage .audioguide__popup {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.regionPage .audioguide__popup .name {
  font-size: 24px;
  text-align: center;
}
.regionPage .audioguide__popup .price {
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
  color: #b4db6a;
}
.regionPage .audioguide__popup .input {
  display: block;
  width: 100%;
}
.regionPage .audioguide__popup textarea {
  display: block;
  height: 100px;
}
.regionPage .audioguide__popup .desc {
  width: 500px;
  max-width: 100%;
  font-size: 16px;
  margin-bottom: 20px;
}
.regionPage .audioguide__popup .field {
  width: 500px;
  max-width: 100%;
  margin-bottom: 20px;
}
.regionPage .audioguide__popup .label {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 18px;
}
.regionPage .audioguide__popup .captcha {
  display: flex;
  align-items: stretch;
}
.regionPage .audioguide__popup .captcha input {
  flex: 1 1 auto;
}
.regionPage .audioguide__popup .captcha img {
  display: block;
  flex: 0 0 auto;
  height: 52px;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .regionPage .audioguide__popup .captcha {
    flex-direction: column;
  }
  .regionPage .audioguide__popup .captcha img {
    margin-top: 20px;
    margin-left: 0;
    height: auto;
    width: 100%;
  }
}
.regionPage .audioguide__popup .checkbox input {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  vertical-align: middle;
}
.regionPage .audioguide__popup .checkbox span {
  color: #303030;
  font-size: 16px;
  line-height: 16px;
  vertical-align: middle;
}
.regionPage .audioguide__popup .checkbox a, .regionPage .audioguide__popup .checkbox a:visited {
  color: #303030;
  text-decoration: none;
}
.regionPage .audioguide__popup .checkbox a:hover, .regionPage .audioguide__popup .checkbox a:visited:hover {
  color: #9f9dff;
  text-decoration: none;
}
.regionPage .audioguide__popup .buy {
  margin-left: 20px;
}
.regionPage .where-to-eat,
.regionPage .what-to-buy {
  display: flex;
}
@media (max-width: 1024px) {
  .regionPage .where-to-eat,
.regionPage .what-to-buy {
    flex-direction: column;
    margin: 0 -32px;
  }
}
@media (max-width: 767px) {
  .regionPage .where-to-eat,
.regionPage .what-to-buy {
    margin: 0 -16px;
  }
}
.regionPage .where-to-eat__info,
.regionPage .what-to-buy__info {
  position: relative;
  flex: 0 0 auto;
}
@media (max-width: 1024px) {
  .regionPage .where-to-eat__info,
.regionPage .what-to-buy__info {
    padding: 0 16px;
  }
}
.regionPage .where-to-eat__content,
.regionPage .what-to-buy__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 1 auto;
  margin: 60px 60px 0;
}
@media (max-width: 767px) {
  .regionPage .where-to-eat__content,
.regionPage .what-to-buy__content {
    margin: 16px 16px 0;
  }
}
.regionPage .where-to-eat__bg,
.regionPage .what-to-buy__bg {
  position: absolute;
  top: 0;
  left: -50vw;
  right: 50%;
  display: block;
  height: 400px;
  background-color: #180c39;
  border-radius: 0 10px 10px 0;
}
@media (max-width: 1024px) {
  .regionPage .where-to-eat__bg,
.regionPage .what-to-buy__bg {
    left: 0;
    right: 0;
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .regionPage .where-to-eat__bg,
.regionPage .what-to-buy__bg {
    height: 50%;
  }
}
.regionPage .where-to-eat__block,
.regionPage .what-to-buy__block {
  position: relative;
  display: block;
  width: 500px;
  max-width: 100%;
  flex: 0 0 auto;
  color: #303030;
  margin: 60px;
  background-color: #ffffff;
  box-shadow: 0 3px 10px rgba(209, 208, 255, 0.35);
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .regionPage .where-to-eat__block,
.regionPage .what-to-buy__block {
    margin: 60px auto;
  }
}
@media (max-width: 767px) {
  .regionPage .where-to-eat__block,
.regionPage .what-to-buy__block {
    margin: 24px auto;
  }
}
.regionPage .where-to-eat__image img,
.regionPage .what-to-buy__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.regionPage .where-to-eat__name,
.regionPage .what-to-buy__name {
  font-size: 36px;
  font-weight: 500;
  margin: 40px 40px 0;
}
@media (max-width: 767px) {
  .regionPage .where-to-eat__name,
.regionPage .what-to-buy__name {
    font-size: 24px;
    margin: 20px 20px 0;
  }
}
.regionPage .where-to-eat__desc,
.regionPage .what-to-buy__desc {
  font-size: 14px;
  font-weight: 500;
  margin: 20px 40px 40px;
}
@media (max-width: 767px) {
  .regionPage .where-to-eat__desc,
.regionPage .what-to-buy__desc {
    margin: 10px 20px 20px;
  }
}
.regionPage .where-to-eat__title,
.regionPage .what-to-buy__title {
  font-size: 36px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .regionPage .where-to-eat__title,
.regionPage .what-to-buy__title {
    font-size: 24px;
  }
}
.regionPage .where-to-eat__slider,
.regionPage .what-to-buy__slider {
  position: relative;
}
.regionPage .where-to-eat__slider .keen-slider,
.regionPage .what-to-buy__slider .keen-slider {
  max-height: 592px;
}
.regionPage .where-to-eat__slider .keen-slider__slide,
.regionPage .what-to-buy__slider .keen-slider__slide {
  height: 148px !important;
  max-height: 148px !important;
  background: none;
  padding: 8px 0;
}
.regionPage .where-to-eat__item,
.regionPage .what-to-buy__item {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 16px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 3px 10px rgba(209, 208, 255, 0.35);
  text-decoration: none;
  color: #303030;
}
.regionPage .where-to-eat__item .image,
.regionPage .what-to-buy__item .image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  width: 100px;
  height: 100px;
  margin-right: 32px;
  overflow: hidden;
}
.regionPage .where-to-eat__item .image img,
.regionPage .what-to-buy__item .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.regionPage .where-to-eat__item .name,
.regionPage .what-to-buy__item .name {
  flex: 1 1 auto;
  font-size: 18px;
  font-weight: 500;
}
.regionPage .where-to-stay {
  display: flex;
}
@media (max-width: 1024px) {
  .regionPage .where-to-stay {
    flex-direction: column;
    margin: 0 -32px;
  }
}
@media (max-width: 767px) {
  .regionPage .where-to-stay {
    margin: 0 -16px;
  }
}
.regionPage .where-to-stay__info {
  position: relative;
  flex: 0 0 auto;
  order: 2;
}
@media (max-width: 1024px) {
  .regionPage .where-to-stay__info {
    padding: 0 16px;
    order: 1;
  }
}
.regionPage .where-to-stay__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 1 auto;
  margin: 60px 60px 0;
  order: 1;
}
@media (max-width: 767px) {
  .regionPage .where-to-stay__content {
    margin: 16px 16px 0;
    order: 2;
  }
}
.regionPage .where-to-stay__bg {
  position: absolute;
  top: 0;
  right: -50vw;
  left: 50%;
  display: block;
  height: 400px;
  background-color: #180c39;
  border-radius: 10px 0 0 10px;
}
@media (max-width: 1024px) {
  .regionPage .where-to-stay__bg {
    left: 0;
    right: 0;
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .regionPage .where-to-stay__bg {
    height: 50%;
  }
}
.regionPage .where-to-stay__block {
  position: relative;
  display: block;
  width: 500px;
  max-width: 100%;
  flex: 0 0 auto;
  color: #303030;
  margin: 60px;
  background-color: #ffffff;
  box-shadow: 0 3px 10px rgba(209, 208, 255, 0.35);
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .regionPage .where-to-stay__block {
    margin: 60px auto;
  }
}
@media (max-width: 767px) {
  .regionPage .where-to-stay__block {
    margin: 24px auto;
  }
}
.regionPage .where-to-stay__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.regionPage .where-to-stay__name {
  font-size: 36px;
  font-weight: 500;
  margin: 40px 40px 0;
}
@media (max-width: 767px) {
  .regionPage .where-to-stay__name {
    font-size: 24px;
    margin: 20px 20px 0;
  }
}
.regionPage .where-to-stay__desc {
  font-size: 14px;
  font-weight: 500;
  margin: 20px 40px 40px;
}
@media (max-width: 767px) {
  .regionPage .where-to-stay__desc {
    margin: 10px 20px 20px;
  }
}
.regionPage .where-to-stay__title {
  font-size: 36px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .regionPage .where-to-stay__title {
    font-size: 24px;
  }
}
.regionPage .where-to-stay__slider {
  position: relative;
}
.regionPage .where-to-stay__slider .keen-slider {
  max-height: 592px;
}
.regionPage .where-to-stay__slider .keen-slider__slide {
  height: 148px !important;
  max-height: 148px !important;
  background: none;
  padding: 8px 0;
}
.regionPage .where-to-stay__item {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 16px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 3px 10px rgba(209, 208, 255, 0.35);
  text-decoration: none;
  color: #303030;
}
.regionPage .where-to-stay__item .image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  width: 100px;
  height: 100px;
  margin-right: 32px;
  overflow: hidden;
}
.regionPage .where-to-stay__item .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.regionPage .where-to-stay__item .name {
  flex: 1 1 auto;
  font-size: 18px;
  font-weight: 500;
}
.regionPage .directions {
  display: flex;
}
@media (max-width: 1024px) {
  .regionPage .directions {
    flex-direction: column;
    margin: 0 -32px;
  }
}
@media (max-width: 767px) {
  .regionPage .directions {
    margin: 0 -16px;
  }
}
.regionPage .directions__bg {
  position: absolute;
  top: 0;
  left: -50vw;
  right: -50vw;
  display: block;
  height: 560px;
  background-color: #b4db6a;
}
.regionPage .directions__block {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  height: 560px;
  padding: 60px;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .regionPage .directions__block {
    height: auto;
  }
}
.regionPage .directions__block .icon {
  flex: 0 0 auto;
  width: 300px;
  height: 300px;
  font-size: 300px;
}
@media (max-width: 1024px) {
  .regionPage .directions__block .icon {
    width: 80px;
    height: 80px;
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .regionPage .directions__block .icon {
    width: 64px;
    height: 64px;
    font-size: 64px;
  }
}
.regionPage .directions__block .title {
  flex: 0 0 auto;
  font-size: 36px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 32px;
}
@media (max-width: 1024px) {
  .regionPage .directions__block .title {
    font-size: 30px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .regionPage .directions__block .title {
    font-size: 24px;
    margin-top: 10px;
  }
}
.regionPage .directions__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 1 auto;
  padding: 60px;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .regionPage .directions__content {
    padding: 0 60px;
  }
}
@media (max-width: 767px) {
  .regionPage .directions__content {
    padding: 0 16px;
  }
}
.regionPage .directions__desc {
  flex: 0 0 auto;
  font-size: 16px;
  margin: 32px 0;
}
@media (max-width: 1024px) {
  .regionPage .directions__desc {
    margin: 0;
  }
}
.regionPage .directions__list {
  position: relative;
  flex: 0 0 auto;
  padding: 16px 64px;
  margin: 32px 0;
  color: #303030;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(209, 208, 255, 0.35);
}
@media (max-width: 767px) {
  .regionPage .directions__list {
    margin-right: -16px;
    border-radius: 10px 0 0 10px;
    padding: 24px 16px;
  }
}
.regionPage .directions__item {
  display: flex;
  align-items: center;
  margin: 16px 0;
}
@media (max-width: 767px) {
  .regionPage .directions__item {
    flex-direction: column;
  }
}
.regionPage .directions__item .name {
  flex: 1 1 auto;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .regionPage .directions__item .name {
    width: 100%;
  }
}
.regionPage .directions__item .button {
  flex: 0 0 auto;
  margin-left: 24px;
}
@media (max-width: 767px) {
  .regionPage .directions__item .button {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .regionPage .directions__item .button .btn {
    width: 100%;
  }
}
.regionPage .quotes__title {
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 767px) {
  .regionPage .quotes__title {
    font-size: 24px;
  }
}
.regionPage .quotes__slider {
  position: relative;
  width: 920px;
  max-width: 100%;
  margin: 32px auto;
  padding: 0 60px;
}
@media (max-width: 767px) {
  .regionPage .quotes__slider {
    margin: 24px auto;
    padding: 0;
  }
}
.regionPage .quotes__slider .keen-slider__slide {
  background: none;
  margin: 0;
  height: auto;
}
.regionPage .quotes__nav {
  height: 0;
}
@media (max-width: 767px) {
  .regionPage .quotes__nav {
    display: none;
  }
}
.regionPage .quotes__nav .keen-slider__arrow {
  position: absolute;
  top: 50%;
}
.regionPage .quotes__nav .keen-slider__arrow--prev {
  left: 0;
}
.regionPage .quotes__nav .keen-slider__arrow--next {
  right: 0;
}
.regionPage .quotes__block {
  position: relative;
  background-color: #ffffff;
  color: #303030;
  border-radius: 20px;
  padding: 20px 100px;
  margin-top: 45px;
  min-height: 270px;
}
@media (max-width: 767px) {
  .regionPage .quotes__block {
    padding: 20px;
    margin: 0;
    min-height: auto;
  }
}
.regionPage .quotes__block .icon {
  position: absolute;
  color: #e8e7fb;
  font-size: 90px;
  top: -45px;
}
@media (max-width: 767px) {
  .regionPage .quotes__block .icon {
    display: none;
  }
}
.regionPage .quotes__block .name {
  font-size: 24px;
  margin-left: 100px;
}
@media (max-width: 767px) {
  .regionPage .quotes__block .name {
    margin: 0;
    font-size: 20px;
  }
}
.regionPage .quotes__block .desc {
  font-size: 16px;
  margin-top: 20px;
}
.regionPage .main-user-consent-request-popup {
  display: none !important;
}

@media (max-width: 767px) {
  .whatSeePage .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .whatSeePage .columns {
    margin: 0 -16px;
  }
}
@media (max-width: 767px) {
  .whatSeePage .col {
    padding: 0;
  }
}
.whatSeePage header {
  position: relative;
  display: flex;
  justify-content: center;
  flex: 0 0 auto;
  height: 420px;
  background: none;
  z-index: 1;
}
@media (max-width: 1024px) {
  .whatSeePage header {
    height: auto;
  }
}
.whatSeePage header .bg {
  position: absolute;
  width: 100%;
  height: 420px;
  overflow: hidden;
  background-color: #180c39;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1024px) {
  .whatSeePage header .bg {
    height: 370px;
  }
}
.whatSeePage header .logo {
  position: absolute;
  display: block;
  height: 230px;
  padding: 32px 0;
  max-width: 100%;
}
.whatSeePage header .logo a,
.whatSeePage header .logo img {
  display: block;
  height: 100%;
  max-width: 100%;
}
.whatSeePage header h1 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50%;
  margin: 0;
  font-size: 48px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .whatSeePage header h1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    top: 230px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100px;
    max-width: 100%;
    text-align: center;
    padding: 20px;
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .whatSeePage header h1 {
    font-size: 24px;
  }
}
.whatSeePage header .back {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1024px) {
  .whatSeePage header .back {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 370px;
  }
}
@media (max-width: 767px) {
  .whatSeePage header .back {
    margin: 370px -16px 0;
  }
}
.whatSeePage header .back__container {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0 3px 10px rgba(209, 208, 255, 0.35);
  border-radius: 8px;
  padding: 10px;
  transform: translateY(50%);
  margin-right: 60px;
}
@media (max-width: 1024px) {
  .whatSeePage header .back__container {
    flex-direction: column;
    transform: none;
    margin-top: 32px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .whatSeePage header .back__container {
    border-radius: 0;
    margin-top: 0;
  }
}
.whatSeePage header .back__name {
  flex: 1 1 auto;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-left: 16px;
}
@media (max-width: 767px) {
  .whatSeePage header .back__name {
    font-size: 18px;
  }
}
.whatSeePage header .back__button {
  flex: 0 0 auto;
}
@media (max-width: 1024px) {
  .whatSeePage header .back__button {
    margin-bottom: 10px;
  }
}
.whatSeePage header .back__button .btn {
  font-size: 18px;
}
.whatSeePage main {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 auto;
}
.whatSeePage section {
  padding: 32px 0;
}
.whatSeePage .what-to-see__block {
  position: relative;
  color: #303030;
  margin: 0 60px;
}
@media (max-width: 767px) {
  .whatSeePage .what-to-see__block {
    margin: 0;
  }
}
.whatSeePage .what-to-see__icon {
  font-size: 48px;
}
.whatSeePage .what-to-see__title {
  display: inline-block;
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 0;
  border-top: 1px solid #303030;
}
@media (max-width: 767px) {
  .whatSeePage .what-to-see__title {
    display: block;
    font-size: 24px;
  }
}
.whatSeePage .what-to-see__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
}
@media (max-width: 767px) {
  .whatSeePage .what-to-see__list {
    flex-direction: column;
  }
}
.whatSeePage .what-to-see__item {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  width: 20%;
  padding: 8px 16px;
}
@media (max-width: 1024px) {
  .whatSeePage .what-to-see__item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .whatSeePage .what-to-see__item {
    width: 100%;
  }
}
.whatSeePage .what-to-see__item .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  padding: 8px;
  border-radius: 100%;
  border: 2px solid #ffffff;
  background-color: #d1d0ff;
  color: #303030;
  font-size: 28px;
  margin-right: 16px;
}
.whatSeePage .what-to-see__item .name {
  flex: 1 1 auto;
  font-size: 16px;
}
.whatSeePage .what-to-see__desc {
  margin: 32px 0;
}
.whatSeePage .what-to-see__desc .description {
  margin: 0 60px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .whatSeePage .what-to-see__desc .description {
    margin: 0;
  }
}
.whatSeePage .feature {
  position: relative;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .whatSeePage .feature {
    margin: 0 -16px 32px;
  }
}
.whatSeePage .feature__bg {
  position: absolute;
  top: 0;
  left: -50vw;
  right: 0;
  display: block;
  height: 300px;
  background-color: #180c39;
  border-radius: 0 10px 10px 0;
}
@media (max-width: 767px) {
  .whatSeePage .feature__bg {
    left: 0;
    border-radius: 0;
  }
}
.whatSeePage .feature__block {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 24px;
  width: 500px;
  max-width: 100%;
  color: #ffffff;
}
@media (max-width: 767px) {
  .whatSeePage .feature__block {
    padding: 24px 16px 0;
  }
}
.whatSeePage .feature__icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 8px;
  border-radius: 100%;
  border: 2px solid #ffffff;
  background-color: #d1d0ff;
  color: #303030;
  font-size: 28px;
  margin-right: 12px;
}
.whatSeePage .feature__title {
  position: relative;
  font-size: 24px;
  margin-right: 32px;
}
@media (max-width: 767px) {
  .whatSeePage .feature__title {
    margin: 0;
  }
}
.whatSeePage .feature__content {
  position: relative;
  min-height: 300px;
}
.whatSeePage .feature .places {
  margin-left: 60px;
}
@media (max-width: 767px) {
  .whatSeePage .feature .places {
    margin: 0 16px;
  }
}
.whatSeePage .feature .place {
  position: relative;
  display: flex;
  padding: 32px;
  border-radius: 10px;
  background-color: #ffffff;
  margin-top: 24px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .whatSeePage .feature .place {
    display: block;
    padding: 0;
  }
}
.whatSeePage .feature .place__image {
  flex: 0 0 auto;
  width: 160px;
  height: 160px;
  border-radius: 5px;
  overflow: hidden;
  background-color: #d1d0ff;
  margin-right: 32px;
}
.whatSeePage .feature .place__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .whatSeePage .feature .place__image {
    width: 100%;
    height: 100%;
    border-radius: 0;
    margin: 0;
  }
}
.whatSeePage .feature .place__content {
  flex: 1 1 auto;
}
@media (max-width: 767px) {
  .whatSeePage .feature .place__content {
    margin-left: 0;
    padding: 16px;
  }
}
.whatSeePage .feature .place__name {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.whatSeePage .feature .place__desc {
  font-size: 16px;
}

.paymentPage main {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}/*# sourceMappingURL=main.css.map */