/*!****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/page-homepage.scss ***!
  \****************************************************************************************************************************************************************/
/*! 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.
 */
html {
  position: relative;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  -moz-osx-font-smoothing: grayscale; /*(For Firefox)*/
  -webkit-font-smoothing: antialiased; /*(For Chrome and Safari)*/
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
blockquote {
  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;
}

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

/**
 * 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;
  font-size: 1em;
}

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

/**
 * 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;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  display: block;
}

/* 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

/* 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;
}

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-family: "Mulish", sans-serif;
}

/*
  Custom Fonts
 */
@font-face {
  font-family: "Inter";
  src: url(../fonts/Inter-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url(../fonts/Inter-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Funnel Display", sans-serif;
  src: url(../fonts/FunnelDisplay-ExtraBold.woff2) format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Funnel Display", sans-serif;
  src: url(../fonts/FunnelDisplay-Light.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Funnel Display", sans-serif;
  src: url(../fonts/FunnelDisplay-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Funnel Display", sans-serif;
  src: url(../fonts/FunnelDisplay-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Funnel Display", sans-serif;
  src: url(../fonts/FunnelDisplay-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Baskervville", sans-serif;
  src: url(../fonts/Baskervville-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.btn {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 64px;
  gap: 8px;
  color: #fff;
  text-shadow: 0 0 20px rgba(0, 57, 62, 0.12);
  font: 500 16px/1 "Funnel Display", sans-serif;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
.btn--gradient {
  background: linear-gradient(90deg, #718ac7 0%, #73ae6d 100%);
  color: #ffffff;
}
.btn--linear {
  border: 1px solid #173171;
  color: #173171;
}
.btn--blue {
  background: #173171;
  color: #ffffff;
}

@media (max-width: 768px) {
  .btn {
    width: 100%;
  }
}
.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 20px;
}

.gondola-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  padding: 36px 24px 0;
}
.gondola-header__container {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}
.gondola-header__nav {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px minmax(0, 1fr);
  align-items: center;
  -moz-column-gap: 42px;
       column-gap: 42px;
}
.gondola-header__nav-side {
  display: flex;
  align-items: center;
  gap: 50px;
}
.gondola-header__nav-side--left {
  justify-content: flex-end;
}
.gondola-header__nav-side--right {
  justify-content: flex-start;
}
.gondola-header__link {
  position: relative;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.25s ease, transform 0.25s ease;
}
.gondola-header__link::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  width: 0;
  height: 2px;
  margin: auto;
  background: #d9bd54;
  content: "";
  transition: width 0.25s ease;
}
.gondola-header__link:hover {
  color: #d9bd54;
  transform: translateY(-2px);
}
.gondola-header__link:hover::after {
  width: 100%;
}
.gondola-header__logo {
  display: flex;
  justify-content: center;
}
.gondola-header__logo img {
  display: block;
  width: 145px;
  height: auto;
}
@media (max-width: 767px) {
  .gondola-header {
    padding: 20px 20px 0;
  }
  .gondola-header__nav {
    display: flex;
    justify-content: center;
  }
  .gondola-header__nav-side {
    display: none;
  }
  .gondola-header__logo img {
    width: 112px;
  }
}

.gondola-ticket-cta {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 128px;
  padding: 12px 16px 12px 18px;
  border-radius: 999px 0 0 999px;
  background: #ff5a00;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.18);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.05;
  text-decoration: none;
  transform: translateY(-50%);
  transition: background-color 0.25s ease, padding-right 0.25s ease;
}
.gondola-ticket-cta:hover {
  padding-right: 22px;
  background: #df4f00;
  color: #fff;
}
.gondola-ticket-cta__icon {
  display: flex;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
}
.gondola-ticket-cta__icon svg {
  width: 100%;
  height: 100%;
}
.gondola-ticket-cta__text {
  display: block;
}
.gondola-ticket-cta__text br {
  display: none;
}
@media (max-width: 767px) {
  .gondola-ticket-cta {
    top: 150px;
    min-width: 116px;
    padding: 10px 13px 10px 15px;
    font-size: 11px;
    transform: none;
  }
  .gondola-ticket-cta__icon {
    flex-basis: 24px;
    width: 24px;
    height: 24px;
  }
  .gondola-ticket-cta__text br {
    display: block;
  }
}

.gondola-footer {
  position: relative;
  overflow: hidden;
  background: #0f4b74;
  inset: 0;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.gondola-footer__container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 90px 24px 50px;
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  justify-content: center;
}
.gondola-footer__content {
  max-width: 420px;
  text-align: center;
}
.gondola-footer__block {
  margin-bottom: 66px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-start;
}
.gondola-footer__block p {
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.7;
  max-width: 290px;
}
.gondola-footer__heading {
  margin-bottom: 12px;
  color: #d8bf68;
  font-size: 24px;
  font-weight: 700;
}
.gondola-footer__contact {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gondola-footer__contact li {
  color: #fff;
  font-size: 16px;
  line-height: 1.7;
}
.gondola-footer__contact a {
  color: #fff;
  text-decoration: none;
}
.gondola-footer__contact a:hover {
  color: #d8bf68;
}
.gondola-footer__social {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 50px;
  margin-bottom: 42px;
}
.gondola-footer__social a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  color: #fff;
  transition: 0.25s;
}
.gondola-footer__social a:hover {
  background: #d8bf68;
  border-color: #d8bf68;
  color: #0f4b74;
}
.gondola-footer__copyright {
  color: #fff;
  font-size: 12px;
  line-height: 1.8;
}
.gondola-footer__copyright br {
  display: none;
}
@media (max-width: 767px) {
  .gondola-footer__container {
    padding: 58px 22px 38px;
    justify-content: flex-start;
  }
  .gondola-footer__content {
    text-align: left;
    max-width: 100%;
  }
  .gondola-footer__heading {
    margin-bottom: 18px;
    font-size: 28px;
  }
  .gondola-footer__block {
    align-items: flex-start;
    margin-bottom: 42px;
  }
  .gondola-footer__block p {
    font-size: 16px;
    line-height: 1.5;
  }
  .gondola-footer__heading {
    margin-bottom: 42px;
  }
  .gondola-footer__contact li {
    font-size: 16px;
    line-height: 1.5;
  }
  .gondola-footer__social {
    gap: 10px;
    justify-content: flex-start;
    margin-top: 42px;
    margin-bottom: 42px;
  }
  .gondola-footer__social a {
    width: 34px;
    height: 34px;
    font-size: 13px;
  }
  .gondola-footer__copyright {
    font-size: 12px;
    line-height: 2.08;
  }
  .gondola-footer__copyright br {
    display: block;
  }
}

.gondola-hero {
  position: relative;
  display: flex;
  min-height: 100vh;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.gondola-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30vh;
  z-index: 2;
  background: linear-gradient(180deg, #0f426b 3.15%, rgba(15, 66, 107, 0) 75.95%);
}
.gondola-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(4, 43, 70, 0.02) 0%, rgba(4, 43, 70, 0.08) 38%, rgba(3, 46, 75, 0.45) 70%, rgba(3, 47, 77, 0.95) 100%);
  pointer-events: none;
}
.gondola-hero__container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  width: 100%;
  max-width: 1240px;
  min-height: 100vh;
  margin: 0 auto;
  padding: 160px 24px 72px;
}
.gondola-hero__content {
  width: 100%;
  max-width: 650px;
}
.gondola-hero__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin-bottom: 12px;
  color: #cab56e;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
}
.gondola-hero__meta-separator {
  display: inline-block;
}
.gondola-hero__title {
  max-width: 100%;
  margin: 0;
  color: #fff;
  font-size: clamp(48px, 5vw, 78px);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}
.gondola-hero__description {
  margin-top: 16px;
  color: #fff;
  font-size: 46px;
  font-weight: 500;
  line-height: 1.25;
}
.gondola-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 48px;
  margin-top: 28px;
  padding: 12px 22px;
  border-radius: 999px;
  background: #d5bb58;
  color: #fff;
  font-size: 18rpx;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}
.gondola-hero__button svg {
  width: auto;
  height: auto;
  transition: transform 0.25s ease;
}
.gondola-hero__button:hover {
  background: #fff;
  color: #0c4c72;
  transform: translateY(-2px);
}
.gondola-hero__button:hover svg {
  transform: translateX(4px);
}
@media (max-width: 1024px) {
  .gondola-hero__container {
    padding-right: 40px;
    padding-left: 40px;
  }
  .gondola-hero__content {
    max-width: 580px;
  }
  .gondola-hero__description {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .gondola-hero {
    min-height: 100svh;
    background-position: center top;
  }
  .gondola-hero__overlay {
    background: linear-gradient(180deg, rgba(4, 43, 70, 0.02) 0%, rgba(4, 43, 70, 0.1) 35%, rgba(3, 46, 75, 0.52) 70%, rgba(3, 47, 77, 0.97) 100%);
  }
  .gondola-hero__container {
    align-items: flex-end;
    min-height: 100svh;
    padding: 130px 20px 38px;
  }
  .gondola-hero__content {
    max-width: none;
    text-align: center;
  }
  .gondola-hero__meta {
    justify-content: center;
    gap: 5px;
    margin-bottom: 11px;
    font-size: 11px;
  }
  .gondola-hero__title {
    max-width: 340px;
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(46px, 14vw, 64px);
    line-height: 0.9;
  }
  .gondola-hero__description {
    margin-top: 14px;
    font-size: 16px;
    line-height: 1.3;
  }
  .gondola-hero__button {
    min-height: 43px;
    margin-top: 23px;
    padding: 11px 20px;
    font-size: 12px;
  }
  .gondola-hero__button svg {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 380px) {
  .gondola-hero__container {
    padding-right: 16px;
    padding-left: 16px;
  }
  .gondola-hero__title {
    max-width: 310px;
    font-size: 44px;
  }
  .gondola-hero__description {
    font-size: 15px;
  }
}

.gondola-why {
  padding: 72px 24px 98px;
  background: #fff;
}
.gondola-why__container {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
}
.gondola-why__title {
  margin: 0 0 34px;
  color: #0f426b;
  font-size: clamp(36px, 14vw, 66px);
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}
.gondola-why__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.gondola-why__card {
  position: relative;
  display: flex;
  min-height: 220px;
  padding: 20px 20px 18px;
  overflow: hidden;
  border-radius: 16px;
}
.gondola-why__card--gold {
  background: #d6bf70;
  color: #0f426b;
}
.gondola-why__card--blue {
  background: #0f426b;
  color: #fff;
}
.gondola-why__icon {
  position: absolute;
  top: 18px;
  right: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
}
.gondola-why__icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.gondola-why__card-content {
  align-self: flex-end;
  width: 100%;
  padding-top: 62px;
}
.gondola-why__card-title {
  margin: 0 0 11px;
  color: inherit;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.15;
}
.gondola-why__description {
  margin: 0;
  color: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.42;
}
@media (max-width: 1024px) {
  .gondola-why__container {
    max-width: 760px;
  }
  .gondola-why__card {
    min-height: 210px;
    padding: 18px;
  }
  .gondola-why__card-title {
    font-size: 19px;
  }
  .gondola-why__description {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .gondola-why {
    padding: 34px 12px 42px;
  }
  .gondola-why__container {
    max-width: 100%;
  }
  .gondola-why__title {
    margin-bottom: 20px;
    font-size: 27px;
    line-height: 1.1;
  }
  .gondola-why__grid {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .gondola-why__card {
    min-height: 118px;
    padding: 15px 16px 13px;
    border-radius: 12px;
  }
  .gondola-why__icon {
    top: 12px;
    right: 14px;
    width: 34px;
    height: 34px;
  }
  .gondola-why__card-content {
    padding-top: 34px;
  }
  .gondola-why__card-title {
    margin-bottom: 5px;
    font-size: 17px;
    line-height: 1.15;
  }
  .gondola-why__description {
    max-width: calc(100% - 20px);
    font-size: 10px;
    line-height: 1.35;
  }
}
@media (max-width: 390px) {
  .gondola-why__card {
    min-height: 116px;
  }
}

.gondola-expect {
  padding: 0 24px 110px;
  background: #fff;
}
.gondola-expect__container {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}
.gondola-expect__section-title {
  margin: 0 0 34px;
  color: #0f426b;
  font-size: clamp(36px, 14vw, 66px);
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}
.gondola-expect__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.gondola-expect__item {
  display: grid;
  min-height: 230px;
  overflow: hidden;
  border-radius: 20px;
}
.gondola-expect__item--full {
  display: block;
  height: 270px;
}
.gondola-expect__item--text-left {
  grid-template-columns: 29% 71%;
  gap: 16px;
}
.gondola-expect__item--text-right {
  grid-template-columns: 71% 29%;
  gap: 16px;
}
.gondola-expect__image {
  position: relative;
  min-width: 0;
  min-height: 230px;
  overflow: hidden;
  background: #e8edf0;
  border-radius: 20px;
}
.gondola-expect__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gondola-expect__image--full {
  width: 100%;
  height: 100%;
  min-height: 0;
}
.gondola-expect__image-overlay {
  position: absolute;
  bottom: 24px;
  left: 24px;
  z-index: 2;
  max-width: 260px;
  color: #fff;
}
.gondola-expect__image--full::after {
  position: absolute;
  inset: 35% 0 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(5, 46, 74, 0) 0%, rgba(5, 46, 74, 0.75) 100%);
  content: "";
  pointer-events: none;
}
.gondola-expect__content-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 32px 34px;
  background: #0f426b;
  color: #fff;
  border-radius: 20px;
}
.gondola-expect__number, .gondola-expect__overlay-number {
  display: block;
  margin-bottom: 3px;
  color: #d8bf68;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
.gondola-expect__item-title, .gondola-expect__overlay-title {
  margin: 0;
  color: inherit;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.08;
}
.gondola-expect__description, .gondola-expect__overlay-description {
  margin: 12px 0 0;
  color: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}
.gondola-expect__overlay-number {
  font-size: 30px;
}
.gondola-expect__overlay-title {
  font-size: 20px;
}
.gondola-expect__overlay-description {
  max-width: 230px;
}
@media (max-width: 1024px) {
  .gondola-expect__container {
    max-width: 800px;
  }
  .gondola-expect__item {
    min-height: 215px;
  }
  .gondola-expect__item--full {
    height: 250px;
  }
  .gondola-expect__image {
    min-height: 215px;
  }
  .gondola-expect__content-card {
    padding: 27px;
  }
  .gondola-expect__number {
    font-size: 28px;
  }
  .gondola-expect__item-title {
    font-size: 19px;
  }
  .gondola-expect__description {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .gondola-expect {
    padding: 0 0 46px;
  }
  .gondola-expect__section-title {
    margin-bottom: 18px;
    font-size: 27px;
  }
  .gondola-expect__list {
    gap: 24px;
  }
  .gondola-expect__item {
    display: flex;
    flex-direction: column;
    min-height: 0;
    border-radius: 20px;
  }
  .gondola-expect__item--full {
    height: 370px;
  }
  .gondola-expect__item--text-left, .gondola-expect__item--text-right {
    grid-template-columns: none;
    gap: 0;
  }
  .gondola-expect__item:nth-of-type(odd) {
    border-radius: 0;
  }
  .gondola-expect__item:nth-of-type(odd) .gondola-expect__image {
    margin-left: 24px;
    border-radius: 20px 0 0 20px;
  }
  .gondola-expect__item:nth-of-type(even) {
    border-radius: 0;
  }
  .gondola-expect__item:nth-of-type(even) .gondola-expect__image {
    margin-right: 24px;
    border-radius: 0 20px 20px 0;
  }
  .gondola-expect__image {
    width: 100%;
    min-height: 0;
    height: 370px;
    order: 2;
    max-width: calc(100% - 24px);
  }
  .gondola-expect__content-card {
    order: 1;
    width: 100%;
    min-height: 150px;
    padding: 86px 59px 86px 40px;
    margin: 0 24px 24px;
    max-width: calc(100% - 48px);
  }
  .gondola-expect__number, .gondola-expect__overlay-number {
    font-size: 48px;
    margin-bottom: 12px;
    word-break: break-all;
  }
  .gondola-expect__item-title, .gondola-expect__overlay-title {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .gondola-expect__description, .gondola-expect__overlay-description {
    font-size: 14px;
    line-height: 1.35;
  }
  .gondola-expect__image-overlay {
    bottom: 16px;
    left: 18px;
    max-width: calc(100% - 36px);
  }
  .gondola-expect__image--full::after {
    inset: 30% 0 0;
  }
}

.gondola-map {
  position: relative;
  background: #CCE9FF;
}
.gondola-map__heading {
  padding: 34px 20px 18px;
  background: #fff;
}
.gondola-map__title {
  margin: 0;
  color: #0f426b;
  font-size: clamp(36px, 14vw, 66px);
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}
.gondola-map__stage {
  display: flex;
  justify-content: flex-end;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  margin: 0 0 auto auto;
}
.gondola-map__canvas {
  position: relative;
  flex: 0 0 auto;
  width: min(1440px, 100%);
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  justify-content: flex-end;
}
.gondola-map__picture {
  display: block;
  width: auto;
}
.gondola-map__image {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}
.gondola-map__interactive {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}
.gondola-map__hotspot {
  position: absolute;
  top: var(--desktop-hotspot-y);
  left: var(--desktop-hotspot-x);
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(74, 159, 176, 0.35);
  cursor: pointer;
  pointer-events: auto;
  transform: translate(-50%, -50%);
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.gondola-map__hotspot::after {
  position: absolute;
  inset: -5px;
  border: 1px dashed #0f426b;
  border-radius: 50%;
  content: "";
  opacity: 0;
  transform: scale(0.85);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.gondola-map__hotspot:hover, .gondola-map__hotspot:focus-visible, .gondola-map__hotspot.is-active {
  background: rgba(74, 159, 176, 0.55);
  transform: translate(-50%, -50%) scale(1.08);
}
.gondola-map__hotspot:hover::after, .gondola-map__hotspot:focus-visible::after, .gondola-map__hotspot.is-active::after {
  opacity: 1;
  transform: scale(1);
}
.gondola-map__hotspot:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}
.gondola-map__hotspot-dot {
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #0f426b;
  pointer-events: none;
}
.gondola-map__card {
  position: absolute;
  top: var(--card-y);
  left: var(--card-x);
  z-index: 4;
  width: 285px;
  padding: 22px 24px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, -50%) translateY(10px);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
}
.gondola-map__card.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, -50%);
}
.gondola-map__card-title {
  margin: 0 0 8px;
  color: #cbb35e;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
}
.gondola-map__card-description {
  margin: 0;
  color: #21465d;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;
}
@media (max-width: 1024px) {
  .gondola-map__title {
    font-size: 40px;
  }
  .gondola-map__hotspot {
    width: 46px;
    height: 46px;
  }
  .gondola-map__hotspot-dot {
    width: 25px;
    height: 25px;
  }
  .gondola-map__card {
    width: 250px;
    padding: 18px 20px;
  }
  .gondola-map__card-title {
    font-size: 19px;
  }
  .gondola-map__card-description {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .gondola-map {
    padding-bottom: 120px;
  }
  .gondola-map__heading {
    padding: 22px 16px 12px;
  }
  .gondola-map__title {
    font-size: 27px;
  }
  .gondola-map__stage {
    position: relative;
  }
  .gondola-map__picture {
    position: relative;
    z-index: 1;
  }
  .gondola-map__interactive {
    inset: 0;
  }
  .gondola-map__hotspot {
    top: var(--mobile-hotspot-y);
    left: var(--mobile-hotspot-x);
    width: 34px;
    height: 34px;
  }
  .gondola-map__hotspot::after {
    inset: -4px;
  }
  .gondola-map__hotspot-dot {
    width: 19px;
    height: 19px;
  }
  .gondola-map__card {
    position: absolute;
    top: auto !important;
    right: 26px;
    bottom: 14px;
    left: 26px !important;
    width: auto;
    min-height: 94px;
    padding: 22px 18px 13px 22px;
    border-radius: 12px;
    background: #d9be65;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(10px);
  }
  .gondola-map__card.is-active {
    transform: none;
  }
  .gondola-map__card-title {
    margin-bottom: 12px;
    color: #fff;
    font-size: 27px;
  }
  .gondola-map__card-description {
    color: #fff;
    font-size: 10px;
    line-height: 1.7;
  }
}

.gondola-tickets {
  padding: 82px 24px 96px;
  background: #0b496f;
}
.gondola-tickets__container {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}
.gondola-tickets__section-title {
  margin: 0 0 34px;
  color: #fff;
  font-size: clamp(36px, 14vw, 66px);
  font-weight: 700;
  line-height: 1.05;
  text-align: center;
}
.gondola-tickets__box {
  overflow: hidden;
  border-radius: 16px;
}
.gondola-tickets__tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.gondola-tickets__tab {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 14px 20px;
  color: #0b496f;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  border-radius: 500px;
  border-radius: 500px;
  border: 1px solid #d9be65;
  background: #0f426b;
}
.gondola-tickets__tab:not(:last-child) {
  border-right: 1px solid #d9e0e4;
}
.gondola-tickets__tab.is-active {
  background: #d9be65;
}
.gondola-tickets__content {
  padding: 30px 34px 34px;
}
.gondola-tickets__form-title {
  margin: 0 0 22px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
}
.gondola-tickets__items {
  display: flex;
  flex-flow: column;
  gap: 16px;
}
.gondola-tickets__item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 250px;
  align-items: center;
  gap: 30px;
  min-height: 76px;
  padding: 17px 12px;
  border-radius: 7px;
  border: 1px solid #e2e5ea;
  background: #fff;
}
.gondola-tickets__item-title {
  max-width: 510px;
  margin: 0;
  color: #173f56;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}
.gondola-tickets__item-meta {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  align-items: center;
  gap: 22px;
}
.gondola-tickets__quantity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 38px;
  padding: 7px 12px;
  border: 1px solid #c8d3d9;
  border-radius: 7px;
  color: #0b496f;
}
.gondola-tickets__quantity-value, .gondola-tickets__quantity-plus {
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
}
.gondola-tickets__quantity-plus {
  font-size: 20px;
  font-weight: 400;
}
.gondola-tickets__price {
  color: #0b496f;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-align: right;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .gondola-tickets {
    padding: 42px 12px 50px;
  }
  .gondola-tickets__section-title {
    margin-bottom: 20px;
    font-size: 29px;
  }
  .gondola-tickets__box {
    border-radius: 12px;
  }
  .gondola-tickets__tabs {
    display: flex;
    flex-flow: column;
  }
  .gondola-tickets__tab {
    min-height: 46px;
    padding: 10px 8px;
    font-size: 11px;
  }
  .gondola-tickets__content {
    padding: 21px 16px 24px;
  }
  .gondola-tickets__form-title {
    margin-bottom: 17px;
    font-size: 15px;
  }
  .gondola-tickets__item {
    grid-template-columns: 1fr;
    gap: 13px;
    min-height: 0;
  }
  .gondola-tickets__item-title {
    max-width: 100%;
    font-size: 12px;
    line-height: 1.4;
  }
  .gondola-tickets__item-meta {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 14px;
  }
  .gondola-tickets__quantity {
    min-height: 34px;
    padding: 6px 10px;
  }
  .gondola-tickets__quantity-value {
    font-size: 13px;
  }
  .gondola-tickets__quantity-plus {
    font-size: 18px;
  }
  .gondola-tickets__price {
    font-size: 12px;
    text-align: right;
  }
}

.gondola-faq {
  position: relative;
  min-height: 560px;
  padding: 68px 24px 76px;
  overflow: hidden;
  background-color: #31526a;
  background-image: var(--faq-background-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.gondola-faq__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.14) 0%, rgba(0, 0, 0, 0.14) 100%);
  pointer-events: none;
}
.gondola-faq__container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}
.gondola-faq__title {
  margin: 0 0 28px;
  color: #fff;
  font-size: clamp(36px, 14vw, 66px);
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}
.gondola-faq__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.gondola-faq__item {
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.gondola-faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  min-height: 58px;
  padding: 16px 22px;
  border: 0;
  background: #fff;
  color: #153f58;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
}
.gondola-faq__question-text {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  color: #2C1A0E;
}
.gondola-faq__icon {
  position: relative;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
}
.gondola-faq__icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 13px;
  height: 2px;
  border-radius: 2px;
  background: #d1b75b;
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease;
}
.gondola-faq__icon span:last-child {
  transform: translate(-50%, -50%) rotate(90deg);
}
.gondola-faq__answer-wrapper {
  display: grid;
  grid-template-rows: 0fr;
  visibility: hidden;
  transition: grid-template-rows 0.3s ease, visibility 0.3s ease;
}
.gondola-faq__answer {
  min-height: 0;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.6);
}
.gondola-faq__answer > * {
  margin-top: 0;
}
.gondola-faq__answer > *:last-child {
  margin-bottom: 0;
}
.gondola-faq__item.is-open .gondola-faq__question {
  padding-bottom: 10px;
}
.gondola-faq__item.is-open .gondola-faq__icon span:last-child {
  transform: translate(-50%, -50%) rotate(0deg);
}
.gondola-faq__item.is-open .gondola-faq__answer-wrapper {
  grid-template-rows: 1fr;
  visibility: visible;
}
.gondola-faq__item.is-open .gondola-faq__answer {
  padding: 0 22px 20px;
}
@media (max-width: 1024px) {
  .gondola-faq {
    min-height: 520px;
    padding-top: 60px;
    padding-bottom: 66px;
  }
  .gondola-faq__container {
    max-width: 800px;
  }
  .gondola-faq__title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .gondola-faq {
    min-height: 560px;
    padding: 34px 12px 42px;
    background-position: center;
  }
  .gondola-faq__overlay {
    background: linear-gradient(180deg, rgba(8, 48, 73, 0.18) 0%, rgba(8, 48, 73, 0.38) 100%);
  }
  .gondola-faq__title {
    margin-bottom: 18px;
    font-size: 27px;
  }
  .gondola-faq__list {
    gap: 6px;
  }
  .gondola-faq__item {
    border-radius: 10px;
  }
  .gondola-faq__question {
    min-height: 48px;
    gap: 14px;
    padding: 13px 15px;
  }
  .gondola-faq__question-text {
    font-size: 11px;
    line-height: 1.35;
  }
  .gondola-faq__icon {
    flex-basis: 17px;
    width: 17px;
    height: 17px;
  }
  .gondola-faq__icon span {
    width: 11px;
  }
  .gondola-faq__answer {
    font-size: 10px;
    line-height: 1.45;
  }
  .gondola-faq__item.is-open .gondola-faq__question {
    padding-bottom: 7px;
  }
  .gondola-faq__item.is-open .gondola-faq__answer {
    padding: 0 15px 15px;
  }
}

.gondola-partners {
  padding: 72px 24px 90px;
  background: #fff;
}
.gondola-partners__container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}
.gondola-partners__title {
  margin: 0 0 40px;
  color: #0f426b;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}
.gondola-partners__grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 22px;
}
.gondola-partners__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  padding: 10px 18px 13px 19px;
  border-radius: 7px;
  border: 1px solid #cab56e;
  background: rgba(255, 255, 255, 0.54);
  background: rgba(255, 255, 255, 0.54);
}
.gondola-partners__logo {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 70px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .gondola-partners {
    padding: 42px 12px 48px;
  }
  .gondola-partners__title {
    margin-bottom: 24px;
    font-size: 27px;
  }
  .gondola-partners__grid {
    flex-flow: column;
    gap: 12px;
  }
  .gondola-partners__item {
    min-height: 82px;
    padding: 18px;
  }
  .gondola-partners__logo {
    max-height: 46px;
  }
}
