@charset "UTF-8";
:root {
  --bs-primary: #0a74d7;
  --bs-secondary: #f0977d;
  --bs-success: #00b67a;
  --bg-secondary-color: rgba(10, 116, 215, 0.03);
  --bg-color-footer: #e9eefe;
  --large-screen: 1024px;
  --medium-screen: 768px;
  --small-screen: 576px;
  --tiny-screen: 375px;
  --danger: #e40000;
  /* VARIABLE COLLECTION */
  --dark-blue: #2a3243;
  --azure-blue: #0a74d7;
  --slate-gray: #7c8089;
  --white: #ffffff;
  --black: #000000;
  --steel-blue: #667085;
  --white-smoke: #fafafa;
  --orange: #f0977d;
  --light-gray: #cecece;
  /* SHADES COLLECTION */
  --light-white-zircon: #fdfeff;
  --ligth-blue-selago: #f2f5fe;
  --regent-gray: #909da2;
  --light-porcelain-gray: #e6e9ea;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../static/fonts/Montserrat-Regular.woff2") format("woff2"), url("../../static/fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../static/fonts/Montserrat-Bold.woff2") format("woff2"), url("../../static/fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../static/fonts/Montserrat-Medium.woff2") format("woff2"), url("../../static/fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../static/fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../../static/fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../../static/fonts/Inter-Light.woff2") format("woff2"), url("../../static/fonts/Inter-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../../static/fonts/Inter-Regular.woff2") format("woff2"), url("../../static/fonts/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../../static/fonts/Inter-Medium.woff2") format("woff2"), url("../../static/fonts/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../../static/fonts/Inter-SemiBold.woff2") format("woff2"), url("../../static/fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../../static/fonts/Inter-Bold.woff2") format("woff2"), url("../../static/fonts/Inter-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../static/fonts/Roboto-Light.woff2") format("woff2"), url("../../static/fonts/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../static/fonts/Roboto-Bold.woff2") format("woff2"), url("../../static/fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../static/fonts/Roboto-Medium.woff2") format("woff2"), url("../../static/fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../static/fonts/Roboto-Regular.woff2") format("woff2"), url("../../static/fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Clash Display";
  src: url("../../static/fonts/ClashDisplay-Bold.woff2") format("woff2"), url("../../static/fonts/ClashDisplay-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oleo Script Swash Caps";
  src: url("../../static/fonts/OleoScriptSwashCaps-Regular.woff2") format("woff2"), url("../../static/fonts/OleoScriptSwashCaps-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Marko One";
  src: url("../../static/fonts/MarkoOne-Regular.woff2") format("woff2"), url("../../static/fonts/MarkoOne-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/**
 * Minified by jsDelivr using clean-css v5.3.2.
 * Original file: /npm/modern-normalize@2.0.0/modern-normalize.css
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
/*! modern-normalize v2.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
}
body {
  margin: 0;
}
hr {
  height: 0;
  color: inherit;
}
abbr[title] {
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
select {
  text-transform: none;
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
:-moz-focusring {
  outline: 1px dotted ButtonText;
}
:-moz-ui-invalid {
  box-shadow: none;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
.container,
.container-fluid,
.container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1920px) {
  .container-xxl, .container-xl, .container-xlg, .container-lg, .container-xmd, .container-md, .container-xsm, .container-sm, .container {
    max-width: 1920px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 375px;
  --bs-breakpoint-xsm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-xmd: 1024px;
  --bs-breakpoint-lg: 1240px;
  --bs-breakpoint-xlg: 1440px;
  --bs-breakpoint-xl: 1680px;
  --bs-breakpoint-xxl: 1920px;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 375px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 576px) {
  .col-xsm {
    flex: 1 0 0%;
  }
  .row-cols-xsm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xsm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xsm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xsm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xsm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xsm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xsm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xsm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xsm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xsm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xsm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xsm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xsm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xsm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xsm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xsm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xsm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xsm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xsm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xsm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xsm-0 {
    margin-left: 0;
  }
  .offset-xsm-1 {
    margin-left: 8.33333333%;
  }
  .offset-xsm-2 {
    margin-left: 16.66666667%;
  }
  .offset-xsm-3 {
    margin-left: 25%;
  }
  .offset-xsm-4 {
    margin-left: 33.33333333%;
  }
  .offset-xsm-5 {
    margin-left: 41.66666667%;
  }
  .offset-xsm-6 {
    margin-left: 50%;
  }
  .offset-xsm-7 {
    margin-left: 58.33333333%;
  }
  .offset-xsm-8 {
    margin-left: 66.66666667%;
  }
  .offset-xsm-9 {
    margin-left: 75%;
  }
  .offset-xsm-10 {
    margin-left: 83.33333333%;
  }
  .offset-xsm-11 {
    margin-left: 91.66666667%;
  }
  .g-xsm-0,
  .gx-xsm-0 {
    --bs-gutter-x: 0;
  }
  .g-xsm-0,
  .gy-xsm-0 {
    --bs-gutter-y: 0;
  }
  .g-xsm-1,
  .gx-xsm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xsm-1,
  .gy-xsm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xsm-2,
  .gx-xsm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xsm-2,
  .gy-xsm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xsm-3,
  .gx-xsm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xsm-3,
  .gy-xsm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xsm-4,
  .gx-xsm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xsm-4,
  .gy-xsm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xsm-5,
  .gx-xsm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xsm-5,
  .gy-xsm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1024px) {
  .col-xmd {
    flex: 1 0 0%;
  }
  .row-cols-xmd-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xmd-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xmd-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xmd-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xmd-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xmd-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xmd-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xmd-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xmd-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xmd-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xmd-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xmd-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xmd-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xmd-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xmd-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xmd-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xmd-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xmd-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xmd-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xmd-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xmd-0 {
    margin-left: 0;
  }
  .offset-xmd-1 {
    margin-left: 8.33333333%;
  }
  .offset-xmd-2 {
    margin-left: 16.66666667%;
  }
  .offset-xmd-3 {
    margin-left: 25%;
  }
  .offset-xmd-4 {
    margin-left: 33.33333333%;
  }
  .offset-xmd-5 {
    margin-left: 41.66666667%;
  }
  .offset-xmd-6 {
    margin-left: 50%;
  }
  .offset-xmd-7 {
    margin-left: 58.33333333%;
  }
  .offset-xmd-8 {
    margin-left: 66.66666667%;
  }
  .offset-xmd-9 {
    margin-left: 75%;
  }
  .offset-xmd-10 {
    margin-left: 83.33333333%;
  }
  .offset-xmd-11 {
    margin-left: 91.66666667%;
  }
  .g-xmd-0,
  .gx-xmd-0 {
    --bs-gutter-x: 0;
  }
  .g-xmd-0,
  .gy-xmd-0 {
    --bs-gutter-y: 0;
  }
  .g-xmd-1,
  .gx-xmd-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xmd-1,
  .gy-xmd-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xmd-2,
  .gx-xmd-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xmd-2,
  .gy-xmd-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xmd-3,
  .gx-xmd-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xmd-3,
  .gy-xmd-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xmd-4,
  .gx-xmd-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xmd-4,
  .gy-xmd-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xmd-5,
  .gx-xmd-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xmd-5,
  .gy-xmd-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1240px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1440px) {
  .col-xlg {
    flex: 1 0 0%;
  }
  .row-cols-xlg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xlg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xlg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xlg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xlg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xlg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xlg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xlg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xlg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xlg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xlg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xlg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xlg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xlg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xlg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xlg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xlg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xlg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xlg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xlg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xlg-0 {
    margin-left: 0;
  }
  .offset-xlg-1 {
    margin-left: 8.33333333%;
  }
  .offset-xlg-2 {
    margin-left: 16.66666667%;
  }
  .offset-xlg-3 {
    margin-left: 25%;
  }
  .offset-xlg-4 {
    margin-left: 33.33333333%;
  }
  .offset-xlg-5 {
    margin-left: 41.66666667%;
  }
  .offset-xlg-6 {
    margin-left: 50%;
  }
  .offset-xlg-7 {
    margin-left: 58.33333333%;
  }
  .offset-xlg-8 {
    margin-left: 66.66666667%;
  }
  .offset-xlg-9 {
    margin-left: 75%;
  }
  .offset-xlg-10 {
    margin-left: 83.33333333%;
  }
  .offset-xlg-11 {
    margin-left: 91.66666667%;
  }
  .g-xlg-0,
  .gx-xlg-0 {
    --bs-gutter-x: 0;
  }
  .g-xlg-0,
  .gy-xlg-0 {
    --bs-gutter-y: 0;
  }
  .g-xlg-1,
  .gx-xlg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xlg-1,
  .gy-xlg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xlg-2,
  .gx-xlg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xlg-2,
  .gy-xlg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xlg-3,
  .gx-xlg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xlg-3,
  .gy-xlg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xlg-4,
  .gx-xlg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xlg-4,
  .gy-xlg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xlg-5,
  .gx-xlg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xlg-5,
  .gy-xlg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1680px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1920px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md {
  --bs-gutter-x: 32px;
}
@media (min-width: 768px) {
  .container,
  .container-fluid,
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md {
    --bs-gutter-x: 120px;
  }
}
@media (min-width: 1440px) {
  .container,
  .container-fluid,
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md {
    --bs-gutter-x: 224px;
  }
}
@media (min-width: 1680px) {
  .container,
  .container-fluid,
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md {
    --bs-gutter-x: 288px;
  }
}
@media (min-width: 1920px) {
  .container,
  .container-fluid,
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md {
    --bs-gutter-x: 360px;
  }
}
ul,
ol,
.partners-data__info,
.autocom-box {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
ul::-webkit-scrollbar,
ol::-webkit-scrollbar,
.partners-data__info::-webkit-scrollbar,
.autocom-box::-webkit-scrollbar {
  width: 4px;
}
ul::-webkit-scrollbar-track,
ol::-webkit-scrollbar-track,
.partners-data__info::-webkit-scrollbar-track,
.autocom-box::-webkit-scrollbar-track {
  background: #f1f1f1;
}
ul::-webkit-scrollbar-thumb,
ol::-webkit-scrollbar-thumb,
.partners-data__info::-webkit-scrollbar-thumb,
.autocom-box::-webkit-scrollbar-thumb {
  background: var(--bs-primary, #0a74d7);
  border-radius: 2px;
}
ul::-webkit-scrollbar-thumb:hover,
ol::-webkit-scrollbar-thumb:hover,
.partners-data__info::-webkit-scrollbar-thumb:hover,
.autocom-box::-webkit-scrollbar-thumb:hover {
  background: #0086fb;
}
.air-datepicker-global-container {
  z-index: 999;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Montserrat", Arial, sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: auto;
}
a {
  text-decoration: none;
}
h1 {
  color: var(--White-Smoke, #fafafa);
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  h1 {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 32px;
  }
}
@media (min-width: 1440px) {
  h1 {
    font-size: 36px;
    text-align: left;
    font-weight: 800;
  }
}
@media (min-width: 1920px) {
  h1 {
    font-size: 40px;
  }
}
h2,
.content h2 {
  color: var(--Dark-blue, #2a3243);
  text-align: center;
  margin: 0 auto 12px;
  /* Mobile/H2 SemiBold 24 */
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 36px */
  text-transform: capitalize;
}
@media (min-width: 768px) {
  h2,
  .content h2 {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  h2,
  .content h2 {
    font-size: 28px;
  }
}
@media (min-width: 1440px) {
  h2,
  .content h2 {
    font-size: 32px;
  }
}
@media (min-width: 1920px) {
  h2,
  .content h2 {
    font-size: 36px;
  }
}
.main-page h1 {
  font-size: 28px;
}
@media (min-width: 768px) {
  .main-page h1 {
    font-size: 36px;
  }
}
@media (min-width: 1440px) {
  .main-page h1 {
    font-size: 40px;
  }
}
@media (min-width: 1440px) {
  .main-page h1 {
    font-size: 44px;
  }
}
.main-page h2,
.main-page .content h2 {
  font-size: 20px;
}
@media (min-width: 768px) {
  .main-page h2,
  .main-page .content h2 {
    font-size: 32px;
  }
}
@media (min-width: 1440px) {
  .main-page h2,
  .main-page .content h2 {
    font-size: 36px;
  }
}
.show-more {
  position: relative;
}
.show-more::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: var(--bs-primary, #0a74d7);
  transition: transform 0.4s, transform-origin 0s;
  transform: scaleX(0);
  transform-origin: right center;
  height: 1px;
}
.show-more:hover::before {
  transform: scaleX(1);
  transform-origin: left center;
}
.show-more {
  display: flex;
  gap: 8px;
  color: var(--bs-primary, #0a74d7);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: transparent;
  border: none;
  margin: 12px auto 18px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .show-more {
    margin: 16px auto;
  }
}
.show-more__img {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.section {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .section {
    padding: 60px 0;
  }
}
@media (min-width: 1024px) {
  .section {
    padding: 50px 0;
  }
}
.section .container {
  display: flex;
  flex-direction: column;
}
.section_dark h2,
.section_dark p {
  color: var(--white, #fffdfd);
}
.subtitle {
  text-align: center;
  margin-top: 16px;
  color: var(--Dark-blue, #2a3243);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  margin: 0 auto 32px;
  line-height: 150%;
}
@media (min-width: 768px) {
  .subtitle {
    font-size: 20px;
  }
}
.link {
  color: var(--Black, #22282b);
  font-family: Montserrat;
}
.link.link_active, .link:hover, .link:focus, .link:active {
  color: var(--bs-primary, #0a74d7);
}
p {
  color: var(--Steel-Blue, #667085);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
  margin: 0 0 16px;
  white-space: normal;
}
@media (min-width: 1440px) {
  p {
    font-size: 20px;
  }
}
.hide {
  display: none !important;
}
.primary-color {
  color: var(--bs-primary, #0a74d7) !important;
}
.secondary-color {
  color: var(--bs-secondary, #f0977d) !important;
}
.success-color {
  color: var(--bs-success, #00b67a) !important;
}
.background-block {
  display: none;
  position: fixed;
  z-index: 998;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.5);
}
.background-block_active {
  display: flex;
}
.close-popup svg {
  filter: brightness(0.9);
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-hidden-x {
  overflow-x: hidden;
}
.overflow-hidden-y {
  overflow-y: hidden;
}
.semi-bold {
  font-weight: 600;
}
.fw-100 {
  font-weight: 100;
}
.fw-200 {
  font-weight: 200;
}
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fw-800 {
  font-weight: 800;
}
.fw-900 {
  font-weight: 900;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading-icon {
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
}
.loading-container {
  position: absolute;
  z-index: 1;
  left: auto;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.lazy-picture {
  display: block;
  height: auto;
  position: relative;
}
.lazy-picture .loading-container {
  left: 50%;
  right: auto;
  top: 50%;
  transform: translate(-50%, -50%);
}
sl-tooltip::part(body) {
  box-shadow: 0px 0px 4px 0px rgba(20, 46, 70, 0.15);
}
sl-tooltip::part(base) {
  --max-width: 223px;
  padding: 10px;
  --sl-tooltip-background-color: white;
  --sl-tooltip-padding: 10px;
  --sl-tooltip-color: var(--Dark-blue, #2a3243);
  --sl-tooltip-font-family: Inter;
  --sl-tooltip-font-size: 12px;
  --sl-tooltip-font-weight: 400;
  --sl-tooltip-line-height: normal;
}
sl-button sl-spinner {
  display: none;
}
sl-button sl-spinner::part(base) {
  stroke: white;
  --track-color: white;
}
sl-button.btn-prefix-icon::part(base) {
  display: flex;
  /* gap: 4px; */
  align-items: center;
}
sl-button.btn-prefix-icon:hover::part(prefix) {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7479%) hue-rotate(70deg) brightness(99%) contrast(107%);
}
sl-button.btn-prefix-icon ::part(label) {
  --sl-spacing-small: 4px;
  padding-inline-start: 4px;
  padding: 0 4px;
}
sl-button.btn-arrow .btn__content {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
}
sl-button.btn-arrow img {
  display: inline-block;
  width: 16px;
  height: 16px;
}
sl-button.btn-prefix-icon::part(base), sl-button.btn-primary::part(base), sl-button.btn-secondary::part(base), sl-button.btn-third::part(base), sl-button.btn-light::part(base) {
  --sl-input-height-medium: 48px;
}
@media (min-width: 768px) {
  sl-button.btn-prefix-icon::part(base), sl-button.btn-primary::part(base), sl-button.btn-secondary::part(base), sl-button.btn-third::part(base), sl-button.btn-light::part(base) {
    --sl-input-height-medium: 44px;
  }
}
@media (min-width: 1024px) {
  sl-button.btn-prefix-icon::part(base), sl-button.btn-primary::part(base), sl-button.btn-secondary::part(base), sl-button.btn-third::part(base), sl-button.btn-light::part(base) {
    --sl-input-height-medium: 40px;
    font-size: 16px;
  }
}
sl-button.btn-prefix-icon::part(label), sl-button.btn-primary::part(label), sl-button.btn-secondary::part(label), sl-button.btn-third::part(label), sl-button.btn-light::part(label) {
  font-family: Inter;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
}
@media (min-width: 768px) {
  sl-button.btn-prefix-icon::part(label), sl-button.btn-primary::part(label), sl-button.btn-secondary::part(label), sl-button.btn-third::part(label), sl-button.btn-light::part(label) {
    font-size: 16px;
  }
}
sl-button.btn-primary:hover::part(base), sl-button.btn-secondary:hover::part(base), sl-button.btn-third:hover::part(base) {
  box-shadow: 2px 2px 6px 0px rgba(66, 66, 66, 0.35), 0px -4px 4px 0px rgba(0, 0, 0, 0) inset, 0px 0px 0px 0px rgba(39, 154, 255, 0), 0px 0px 4px 0px rgba(255, 255, 255, 0) inset;
}
sl-button.btn-primary:active::part(base), sl-button.btn-secondary:active::part(base), sl-button.btn-third:active::part(base) {
  transform: translateX(-2px);
}
sl-button.btn-primary::part(base), sl-button.btn-secondary::part(base), sl-button.btn-third::part(base) {
  border: none;
  box-shadow: 2px 2px 6px 0px rgba(66, 66, 66, 0), 0px -4px 4px 0px rgba(0, 0, 0, 0.25) inset, 0px 0px 0px 0px rgba(39, 154, 255, 0.3), 0px 0px 4px 0px rgba(255, 255, 255, 0.2) inset;
  transition: all ease-in-out 0.3s;
  flex-shrink: 0;
}
sl-button.btn-primary::part(label), sl-button.btn-secondary::part(label), sl-button.btn-third::part(label) {
  color: var(--White, #fff);
  text-align: center;
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
}
sl-button.btn-primary sl-divider, sl-button.btn-secondary sl-divider, sl-button.btn-third sl-divider {
  border-color: var(--White, #fff);
  margin: 0;
}
sl-button.btn-primary:hover::part(base) {
  background: #0086fb;
}
sl-button.btn-primary::part(base) {
  padding: 5px 10px;
  border-radius: 10px;
  background: #1c81df;
}
sl-button.btn-primary::part(label) {
  color: var(--White, #fff);
}
sl-button.btn-secondary:hover::part(base) {
  background: #ee7e5d;
}
sl-button.btn-secondary:hover::part(label) {
  color: var(--White, #fff);
}
sl-button.btn-secondary::part(base) {
  border-radius: 8px;
  background: var(--bs-secondary, #f0977d);
}
sl-button.btn-secondary::part(label) {
  color: var(--White, #fff);
}
sl-button.btn-third:hover::part(base) {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(24.5px);
}
sl-button.btn-third::part(base) {
  padding: 5px 10px;
  border-radius: 10px;
  border: 1px solid rgba(243, 243, 243, 0.2);
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
}
sl-button.btn-third::part(label) {
  color: var(--white, #fffdfd);
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (min-width: 1024px) {
  sl-button.btn-third::part(label) {
    font-size: 16px;
  }
}
sl-button.btn-light:active::part(base) {
  transform: translateX(-2px);
}
sl-button.btn-light:hover::part(base) {
  box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.25) inset, 0px 0px 0px 0px rgba(39, 154, 255, 0.3), 0px 0px 4px 0px rgba(255, 255, 255, 0.2) inset;
}
sl-button.btn-light::part(base) {
  /* Set design tokens for height and border width */
  border: none;
  color: var(--bs-primary, #0a74d7);
  text-align: center;
  /* buttons */
  border-radius: 10px;
  background: var(--White, #fff);
  display: inline-flex;
  padding: 5px 16px;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  transition: all ease-in-out 0.1s;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
sl-button.btn-primary[outline]::part(base) {
  border: 1px solid var(--sl-color-primary-600);
  background: var(--White, #fff);
  box-shadow: none;
}
sl-button.btn-primary[outline]::part(label) {
  color: var(--sl-color-primary-600);
}
sl-button.btn-secondary[outline]::part(base) {
  border: 1px solid #f0977d;
  background: var(--White, #fff);
  box-shadow: none;
}
sl-button.btn-secondary[outline]::part(label) {
  color: #f0977d;
}
sl-button.btn-sm {
  max-width: 180px;
  width: 100%;
  height: 48px;
}
@media (min-width: 1024px) {
  sl-button.btn-sm {
    height: 40px;
  }
}
sl-button.btn-md {
  width: 100%;
  max-width: 148px;
  height: 48px;
}
@media (min-width: 1024px) {
  sl-button.btn-md {
    height: 40px;
    max-width: 200px;
  }
}
sl-button.btn-xl {
  max-width: 280px;
  width: 100%;
}
@media (min-width: 1024px) {
  sl-button.btn-xl {
    max-width: 256px;
  }
}
sl-button.call-to-unlock-button .btn__content {
  display: flex;
  align-items: center;
  gap: 2px;
}
sl-button.call-number-button {
  max-width: 156px;
}
sl-button.call-number-button::part(base) {
  border-radius: 4px;
  background: #c46b49;
}
sl-button.call-number-button .btn__content {
  padding: 12px 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}
sl-button.call-number-button .btn__content img {
  display: flex;
  width: 15px;
  height: 15px;
}
sl-button.call-number-button .btn__content span {
  color: var(--travelbusinessclass-com-white, var(--color-white-solid, #fff));
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 171.429% */
}
sl-button.fix-message {
  position: fixed;
  z-index: 999;
  left: auto;
  right: 0;
  bottom: 19.3349753695vh;
  width: 44px;
  min-width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px 0px 0px 8px;
  background: var(--orange, linear-gradient(2deg, #dd6c34 2.84%, #ea9262 49.97%, #e98e57 91.17%));
}
@media (min-width: 768px) {
  sl-button.fix-message {
    display: none;
  }
}
sl-button.fix-message svg,
sl-button.fix-message .btn__content {
  display: flex;
  min-width: 24px;
  width: 24px;
  height: 22px;
}
sl-button.fix-message, sl-button.fix-message::part(base) {
  border-radius: 8px 0px 0px 8px;
  box-shadow: none;
}
sl-button.fix-call-me {
  position: fixed;
  transform: translateX(70px);
  z-index: 999;
  top: 219px;
  left: calc(100% - 39px);
  transition: all ease-in-out 0.3s;
}
@media (min-width: 768px) {
  sl-button.fix-call-me {
    top: 279px;
  }
}
@media (min-width: 1024px) {
  sl-button.fix-call-me {
    top: 236px;
    left: calc(100% - 58px);
  }
  sl-button.fix-call-me:hover {
    left: calc(100% - 270px);
  }
}
@media (min-width: 1440px) {
  sl-button.fix-call-me {
    top: 206px;
  }
}
@media (min-width: 1920px) {
  sl-button.fix-call-me {
    top: 296px;
  }
}
sl-button.fix-call-me_active {
  left: calc(100% - 245px);
}
sl-button.fix-call-me:hover::part(base) {
  background: #ee7e5d;
}
sl-button.fix-call-me .btn__content {
  display: flex;
  gap: 8px;
  flex-direction: row-reverse;
}
sl-button.fix-call-me .btn__content span {
  display: flex;
  align-items: center;
  border-left: 1px solid var(--White, #fff);
  border-right: none;
  padding: 2px 0 2px 8px;
}
sl-button.fix-call-me .btn__content span + img {
  display: block;
  height: auto;
  min-width: 21px;
  width: 21px;
}
@media (min-width: 1024px) {
  sl-button.fix-call-me .btn__content span + img {
    width: 36px;
    min-width: 36px;
  }
}
@media (min-width: 1024px) {
  sl-button.fix-call-me .btn__content span {
    padding: 2px 0 2px 12px;
  }
}
sl-button.fix-call-me::part(label) {
  color: var(--White-Smoke, #fafafa);
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 133.333% */
}
sl-button.fix-call-me::part(base) {
  width: 246px;
  border-radius: 8px;
  background: var(--bs-secondary, #f0977d);
  backdrop-filter: blur(6.3499999046px);
  --sl-input-height-medium: 48px;
}
@media (min-width: 768px) {
  sl-button.fix-call-me::part(base) {
    --sl-input-height-medium: 48px;
  }
}
@media (min-width: 1024px) {
  sl-button.fix-call-me::part(base) {
    width: 270px;
    --sl-input-height-medium: 60px;
  }
}
sl-button.fix-time[outline] {
  display: none;
  width: 100%;
}
@media (min-width: 768px) {
  sl-button.fix-time[outline] {
    scale: 0.3;
    opacity: 0;
    display: flex;
    position: fixed;
    z-index: 999;
    bottom: 32px;
    right: 32px;
    top: auto;
    left: auto;
    transition: all ease-in-out 0.3s;
  }
}
@media (min-width: 1024px) {
  sl-button.fix-time[outline] {
    bottom: 88px;
    right: 35px;
  }
}
@media (min-width: 1440px) {
  sl-button.fix-time[outline] {
    bottom: 24px;
    right: 26px;
  }
}
@media (min-width: 1920px) {
  sl-button.fix-time[outline] {
    bottom: 40px;
    right: 35px;
  }
}
sl-button.fix-time[outline]:hover::part(base) {
  background: #ee7e5d;
}
sl-button.fix-time[outline]:hover .btn__content img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
sl-button.fix-time[outline]:hover::part(label) {
  color: var(--White, #fff);
}
sl-button.fix-time[outline] .btn__content {
  display: flex;
  gap: 8px;
  align-items: center;
}
sl-button.fix-time[outline] .btn__content img {
  display: block;
  height: auto;
  min-width: 21px;
  width: 21px;
}
@media (min-width: 768px) {
  sl-button.fix-time[outline]::part(label) {
    display: flex;
    gap: 8px;
    color: var(--bs-primary, #0a74d7);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
  }
}
@media (min-width: 1024px) {
  sl-button.fix-time[outline]::part(label) {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  sl-button.fix-time[outline]::part(base) {
    border-radius: 8px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
    --sl-input-height-medium: 41px;
  }
}
@media (min-width: 1024px) {
  sl-button.fix-time[outline]::part(base) {
    --sl-input-height-medium: 52px;
  }
}
sl-button.call-me-white::part(base) {
  width: 312px;
  display: flex;
  padding: 12px 16px;
  box-shadow: 0px 4px 4px 0px rgba(39, 154, 255, 0.15);
  border-radius: 10px;
  border: 1px rgba(10, 116, 215, 0.1);
  background: #fff;
}
sl-button.call-me-white::part(base):hover {
  background: rgba(255, 255, 255, 0.8);
}
@media (min-width: 768px) {
  sl-button.call-me-white::part(base) {
    width: 286px;
  }
}
sl-button.call-me-white .btn__content {
  display: flex;
  gap: 24px;
}
@media (min-width: 768px) {
  sl-button.call-me-white .btn__content {
    gap: 16px;
  }
}
sl-button.call-me-white .btn__content span {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-right: 24px;
  border-right: 1px solid rgba(188, 188, 188, 0.2);
}
sl-button.call-me-white .btn__content span + img {
  display: block;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
}
sl-button.call-me-white .btn__content span span:nth-child(1) {
  color: var(--bs-primary, #0a74d7);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 21px */
}
sl-button.call-me-white .btn__content span span:nth-child(2) {
  color: var(--Dark-blue, #2a3243);
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 19.5px */
}
sl-button.points-success::part(label) {
  color: var(--Success-50, #00b67a);
}
sl-button.points-success::part(base) {
  border: 1px solid var(--Success-50, #00b67a);
  background: var(--Success-10, rgba(234, 255, 245, 0.5));
}
sl-button.points-cancel::part(label) {
  color: var(--Secondary-40, #e38954);
}
sl-button.points-cancel::part(base) {
  border: 1px solid var(--Secondary-40, #e38954);
  background: var(--Secondary-10, #fdf6ef);
}
sl-button.points-success,
sl-button.points-cancel {
  pointer-events: none;
}
sl-button.points-success::part(label),
sl-button.points-cancel::part(label) {
  text-align: center;
  /* Mobile/Points */
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 768px) {
  sl-button.points-success::part(label),
  sl-button.points-cancel::part(label) {
    font-size: 20px;
  }
}
sl-button.points-success::part(base),
sl-button.points-cancel::part(base) {
  width: 100%;
  display: flex;
  padding: 16px 60px;
  border-radius: 4px;
  box-shadow: 0px 4px 20px 0px rgba(14, 30, 50, 0.1);
}
sl-button.fix-meet {
  scale: 0.3;
  opacity: 0;
  position: fixed;
  bottom: 30px;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  transition: all ease-in-out 0.3s;
  max-width: 252px;
}
@media (min-width: 768px) {
  sl-button.fix-meet {
    max-width: 100px;
    left: auto;
    bottom: 81px;
    right: 32px;
    transform: none;
  }
  sl-button.fix-meet:before, sl-button.fix-meet:after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 998;
    opacity: 0;
    content: "";
    background: rgba(240, 151, 125, 0.4784313725);
    border-radius: 50%;
    -webkit-animation: pulse 2s infinite ease-in-out;
    animation: pulse 2s infinite ease-in-out;
  }
  sl-button.fix-meet:before {
    min-width: 150%;
    width: 150%;
    height: 150%;
    background: rgba(240, 151, 125, 0.5);
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }
  sl-button.fix-meet:after {
    min-width: 200%;
    width: 200%;
    height: 200%;
    background: rgba(240, 151, 125, 0.25);
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
  }
  sl-button.fix-meet:hover:before, sl-button.fix-meet:hover:after {
    opacity: 1;
  }
}
@media (min-width: 1024px) {
  sl-button.fix-meet {
    min-width: 140px;
    bottom: 160px;
    right: 35px;
  }
}
@media (min-width: 1440px) {
  sl-button.fix-meet {
    bottom: 96px;
    right: 26px;
  }
}
@media (min-width: 1920px) {
  sl-button.fix-meet {
    bottom: 112px;
    right: 35px;
  }
}
sl-button.fix-meet_hide {
  visibility: hidden;
  opacity: 0;
}
sl-button.fix-meet::part(base) {
  border-radius: 8px;
  background: var(--bs-secondary, #f0977d);
  --sl-input-height-medium: 52px;
  z-index: 999;
  position: relative;
}
@media (min-width: 768px) {
  sl-button.fix-meet::part(base) {
    --sl-input-height-medium: 100px;
    border-radius: 50%;
    height: 100px;
  }
}
@media (min-width: 1024px) {
  sl-button.fix-meet::part(base) {
    height: 140px;
  }
}
sl-button.fix-meet::part(label) {
  color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.7px;
}
@media (min-width: 768px) {
  sl-button.fix-meet::part(label) {
    font-size: 11px;
    font-weight: 500;
  }
}
@media (min-width: 1024px) {
  sl-button.fix-meet::part(label) {
    font-size: 13px;
    font-weight: 600;
  }
}
sl-button.fix-meet img {
  display: block;
  height: auto;
  width: 20px;
  min-width: 20px;
}
@media (min-width: 1024px) {
  sl-button.fix-meet img {
    width: 35px;
    min-width: 35px;
  }
}
sl-button.fix-meet .btn__content {
  display: flex;
  gap: 8px;
}
@media (min-width: 768px) {
  sl-button.fix-meet .btn__content {
    flex-direction: column;
    align-items: center;
    gap: 3px;
  }
}
sl-button.fix-meet .btn__content span {
  display: flex;
  align-items: center;
  border-left: 1px solid var(--White, #fff);
  padding: 2px 0 2px 8px;
  max-width: 100%;
}
@media (min-width: 768px) {
  sl-button.fix-meet .btn__content span {
    border: none;
    white-space: normal;
    padding: 2px 0;
  }
}
sl-button.call-me__button::part(base) {
  padding: 10px 16px;
  --sl-input-height-medium: 52px;
}
@media (min-width: 768px) {
  sl-button.call-me__button::part(base) {
    --sl-input-height-medium: 54px;
  }
}
.hero__buttons,
.banner__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
@media (min-width: 768px) {
  .hero__buttons,
  .banner__buttons {
    justify-content: center;
    flex-direction: row;
  }
}
@-webkit-keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(0);
  }
  50% {
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(0);
  }
  50% {
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
.permanent-burger .nav {
  display: none;
}
.nav {
  display: none;
}
@media (min-width: 1440px) {
  .nav {
    display: flex;
  }
}
.nav__list.menu-list {
  padding: 0;
  flex-direction: row;
}
@media (min-width: 1440px) {
  .nav__list.menu-list {
    gap: 20px;
  }
}
.nav__list.menu-list .menu-list__link {
  position: relative;
}
.nav__list.menu-list .menu-list__link::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: var(--White-Smoke, #fafafa);
  transition: transform 0.4s, transform-origin 0s;
  transform: scaleX(0);
  transform-origin: right center;
  height: 1px;
}
.nav__list.menu-list .menu-list__link:hover::before {
  transform: scaleX(1);
  transform-origin: left center;
}
@media (min-width: 1440px) {
  .nav__list.menu-list .menu-list__link {
    color: var(--White-Smoke, #fafafa);
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
  }
}
.menu-list {
  display: flex;
  list-style: none;
  padding: 0;
}
.menu-list__title {
  margin: 0;
}
.menu-list__text {
  margin: 0;
}
.menu-categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
}
.menu-categories__block {
  display: flex;
  gap: 24px;
  flex-direction: column;
}
.menu-categories__block-title {
  color: var(--Small-text, #909DA2);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 19.2px */
  letter-spacing: 0.64px;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 768px) {
  .menu-categories__block-title {
    font-style: 14px;
  }
}
.permanent-burger .icon-menu {
  display: flex;
}
.icon-menu {
  position: fixed;
  left: auto;
  right: 18px;
  top: 17px;
  z-index: 1000;
  padding: 0;
  width: 2.2rem;
  height: 1.5rem;
  cursor: pointer;
  transition: transform 30ms linear;
  background: unset;
  border: none;
}
.icon-menu_open {
  transform: unset !important;
}
@media (min-width: 768px) {
  .icon-menu {
    right: 62px;
    top: 35px;
  }
}
@media (min-width: 1024px) {
  .icon-menu {
    right: 48px;
  }
}
@media (min-width: 1440px) {
  .icon-menu {
    right: 108px;
    top: 42px;
  }
}
@media (min-width: 1920px) {
  .icon-menu {
    right: auto;
    left: 50%;
    transform: translateX(777px);
  }
  .icon-menu_open {
    --preheader-height: 0px !important;
    left: auto;
    transform: unset;
    right: 108px;
  }
}
.icon-menu span, .icon-menu::before, .icon-menu::after {
  content: "";
  transition: all 300ms ease 0ms;
  position: absolute;
  left: 50%;
  width: 90%;
  height: 0.125rem;
  margin-left: -15px;
  background-color: var(--white, #fff);
}
.icon-menu_open span, .icon-menu_open::before, .icon-menu_open::after {
  transition: all 0.3s ease-in-out;
}
.icon-menu_open span, .icon-menu_open::before, .icon-menu_open::after, .icon-menu_open:hover span, .icon-menu_open:hover::before, .icon-menu_open:hover::after, .icon-menu_open:active span, .icon-menu_open:active::before, .icon-menu_open:active::after {
  background-color: var(--Dark-blue, #2a3243);
}
.icon-menu::before {
  top: 0.8625rem;
}
.icon-menu::after {
  bottom: 0.8625rem;
}
.icon-menu span {
  top: calc(50% - 0.0625rem);
}
@media (min-width: 1440px) {
  .icon-menu {
    display: none;
  }
}
.icon-menu::before {
  animation: ease 0.7s top-2 forwards;
}
.icon-menu span {
  animation: ease 0.7s scaled-2 forwards;
}
.icon-menu::after {
  animation: ease 0.7s bottom-2 forwards;
}
.icon-menu_open::before {
  animation: ease 0.7s top forwards;
}
.icon-menu_open span {
  animation: ease 0.7s scaled forwards;
}
.icon-menu_open::after {
  animation: ease 0.7s bottom forwards;
}
@keyframes top {
  0% {
    top: 0;
    transform: rotate(0);
  }
  50% {
    top: calc(50% - 0.0625rem);
    transform: rotate(0);
  }
  100% {
    top: calc(50% - 0.0625rem);
    transform: rotate(45deg);
  }
}
@keyframes top-2 {
  0% {
    top: calc(50% - 0.0625rem);
    transform: rotate(45deg);
  }
  50% {
    top: calc(50% - 0.0625rem);
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    transform: rotate(0deg);
  }
}
@keyframes bottom {
  0% {
    bottom: 0;
    transform: rotate(0);
  }
  50% {
    bottom: calc(50% - 0.0625rem);
    transform: rotate(0);
  }
  100% {
    bottom: calc(50% - 0.0625rem);
    transform: rotate(135deg);
  }
}
@keyframes bottom-2 {
  0% {
    bottom: calc(50% - 0.0625rem);
    transform: rotate(135deg);
  }
  50% {
    bottom: calc(50% - 0.0625rem);
    transform: rotate(0);
  }
  100% {
    bottom: 0;
    transform: rotate(0);
  }
}
@keyframes scaled {
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes scaled-2 {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.passenger-count {
  display: flex;
  justify-content: space-between;
}
.passenger-count__info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.passenger-count__info-label {
  color: var(--Dark-blue, #2a3243);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}
.passenger-count__info-age {
  color: var(--Steel-Blue, #667085);
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
@media (min-width: 768px) {
  .passenger-count__number {
    display: flex;
    margin-right: 81px;
  }
}
.passenger-count__number-inner {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px;
}
.passenger-count__number-label {
  margin: 0;
  width: 24px;
  display: flex;
  justify-content: center;
}
.passenger-count__number-input {
  color: var(--Dark-blue, #2a3243);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  padding: 3px;
  width: 40px;
  min-width: 40px;
  height: 40px;
  max-width: 100%;
  text-align: center;
  border: none;
}
.passenger-count .bt_minus {
  cursor: pointer;
}
.passenger-count .bt_plus {
  cursor: pointer;
}
.passenger-count .bt_plus,
.passenger-count .bt_minus {
  width: 24px;
  min-width: 24px;
  height: 24px;
  background: #f3f8fd;
}
.passenger-count .bt_plus img,
.passenger-count .bt_minus img {
  display: block;
  max-width: 100%;
  height: auto;
}
.passenger-block {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .passenger-block {
    width: auto;
    max-width: 100%;
  }
}
.passenger-block__count {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.passenger-block__count-fields {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.passenger-block__count-title {
  color: var(--Dark-blue, #2a3243);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}
.passenger-block__class::part(form-control) {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.passenger-block__class::part(form-control-label) {
  color: var(--Dark-blue, #2a3243);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.passenger-block__class::part(form-control-input) {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.passenger-radio::part(control) {
  --toggle-size: 28px;
  --sl-input-border-width: 2px;
  --sl-input-border-color: #bfbfbf;
}
.passenger-radio::part(checked-icon) {
  position: relative;
}
.passenger-radio::part(checked-icon)::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  border-radius: 50%;
  background-color: #fff;
  min-width: 14px;
  width: 14px;
  height: 14px;
}
.passenger-radio::part(base) {
  width: 100%;
}
.passenger-radio::part(label) {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
@media (min-width: 768px) {
  .passenger-radio::part(label) {
    flex-direction: row;
    justify-content: space-between;
    flex-grow: 1;
    gap: 40px;
  }
}
.passenger-radio__title {
  display: flex;
  align-items: center;
  min-height: 28px;
  color: var(--Dark-blue, #2a3243);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}
.passenger-radio__text {
  color: var(--Steel-Blue, #667085);
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 0 -33px;
}
@media (min-width: 768px) {
  .passenger-radio__text {
    margin: 0 0 0;
  }
}
.passenger-radio__price {
  color: var(--Dark-blue, #2a3243);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.image-card {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 243px;
  height: 138px;
  border-radius: 10px;
  overflow: hidden;
}
.image-card:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(24, 6, 6, 0) 0%, rgba(24, 6, 6, 0.6) 81.87%);
  opacity: 1;
}
.image-card:hover .card__img {
  transform: scale(1.1);
}
.image-card > picture {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  min-width: 100%;
}
.image-card > picture img {
  display: block;
  height: 100%;
  width: 100%;
  min-width: 100%;
  object-fit: cover;
}
.image-card__content {
  padding: 12px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  background: transparent;
  z-index: 1;
}
.image-card__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.image-card__tag {
  margin: 0;
  display: inline-flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  color: #f7fcff;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 4px;
  background: #e26a6a;
}
.image-card__info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.image-card__title {
  margin: 0;
  color: var(--White, #fff);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.image-card__info-cost {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 4px;
}
.image-card__our-cost {
  margin: 0;
  color: #fafafa;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.24px;
  text-decoration-line: line-through;
}
.image-card__retail-cost {
  margin: 0;
  color: #ffa376;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 16.552px; /* 91.954% */
}
.card {
  position: relative;
  box-shadow: 0px 4px 12px 0px rgba(20, 46, 70, 0.25);
  border-radius: 10px;
  overflow: hidden;
  width: 319px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .card {
    width: 314px;
  }
}
@media (min-width: 1024px) {
  .card {
    width: 288px;
  }
}
@media (min-width: 1440px) {
  .card {
    width: 289px;
  }
}
@media (min-width: 1920px) {
  .card {
    width: 375px;
  }
}
.card__img {
  transition: all 0.3s ease-in-out;
  display: block;
  height: 100%;
}
.card__img-block {
  position: relative;
  flex-grow: 1;
  height: 249px;
  min-height: 249px;
  max-height: 249px;
}
.card__img-block > picture {
  height: 100%;
}
.card__img-block img {
  display: block;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.card__img-block .btn-light {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 12px;
}
@media (min-width: 1024px) {
  .card__img-block .btn-light {
    left: auto;
    transform: none;
    right: 12px;
  }
}
.card:hover .card__img {
  transform: scale(1.1);
}
.card__content {
  position: relative;
  background: #fff;
}
.card__content p {
  margin: 0;
}
.card__info {
  display: flex;
  padding: 0;
  gap: 6px;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .card__info {
    padding: 12px;
  }
}
.card__info-cost {
  display: flex;
  justify-content: space-between;
}
.card__cost-country {
  color: var(--Dark-blue, #2a3243);
  /* Mobile/SemiBold 20 */
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
}
.card__cost-price {
  color: var(--bs-primary, #0a74d7);
  /* Mobile/SemiBold 20 */
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
}
.card__info-class {
  display: flex;
  justify-content: space-between;
}
.card__class-text {
  color: var(--Slate-Gray, #7c8089);
  /* Mobile/SemiBold 14 */
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.card__class-price {
  color: var(--Dark-blue, #2a3243);
  /* Mobile/SemiBold 14 */
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: line-through;
}
.form {
  display: flex;
  width: 100%;
  max-width: 748px;
  padding: 24px;
  gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .form {
    padding: 40px;
  }
}
.form__divide {
  width: 100%;
  position: relative;
}
.form__divide sl-divider {
  margin: 4px 0;
}
.form__divide p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  z-index: 1;
  background: #f9fafb;
  padding: 2px 16px;
  color: var(--Dark-blue, #2a3243);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 21px */
}
.form__text {
  margin: 16px 0 0;
  color: var(--Steel-Blue, #667085);
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.form__text a {
  color: var(--bs-primary, #0a74d7);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
}
.form sl-button[type=submit] {
  margin: 32px auto 0;
}
.form__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form__fields {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  max-width: 100%;
  width: 100%;
}
.form__fields_gray *:not(sl-checkbox) {
  filter: opacity(0.5);
}
.form__fields .form__fields-search > sl-input,
.form__fields .dynamic-group > div.form__input,
.form__fields > sl-input,
.form__fields > div.form__input,
.form__fields > .form__field-dropdown,
.form__fields .dynamic-group__buttons {
  position: relative;
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .form__fields .form__fields-search > sl-input,
  .form__fields .dynamic-group > div.form__input,
  .form__fields > sl-input,
  .form__fields > div.form__input,
  .form__fields > .form__field-dropdown,
  .form__fields .dynamic-group__buttons {
    width: calc(50% - 8px);
  }
}
.form__fields:first-child > .form__field-dropdown {
  width: 100%;
}
.form__checkbox {
  padding: 0 3px 0 14px;
}
.form__checkbox::part(control) {
  --sl-input-border-color: #d4d4d8;
}
.form__checkbox::part(label) {
  color: var(--Dark-blue, #2a3243);
  font-size: 10px;
  line-height: normal;
}
@media (min-width: 768px) {
  .form__checkbox::part(label) {
    font-size: 16px;
    line-height: 150%;
  }
}
@media (min-width: 1024px) {
  .form__checkbox::part(label) {
    font-size: 14px;
  }
}
.form__checkbox a {
  display: inline-block;
  text-decoration: underline;
}
.form__checkbox.form__field_error::part(control) {
  --sl-input-border-color: #e31d1c;
}
.form__checkbox.form__field_error .field__error-text {
  display: block;
}
.form div.form__input {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.form div.form__input input {
  overflow: hidden;
}
.form div.form__input .iti {
  max-width: calc(100% - 15px);
}
.form div.form__input .iti__search-input {
  border-radius: 3px;
  padding: 9px 12px;
}
.form div.form__input .iti__dropdown-content {
  min-width: 200px;
}
.form div.form__input .iti__country-list {
  max-height: 129px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.form div.form__input .iti__dial-code {
  margin-left: auto;
}
.form div.form__input .iti__arrow {
  --iti-arrow-padding: 5px;
}
.form div.form__input .iti__selected-country-primary {
  --iti-arrow-padding: 0;
  --iti-spacer-horizontal: 0;
}
.form div.form__input .iti input.iti__tel-input {
  margin-left: 30px !important;
  padding-left: 0 !important;
  padding-right: 0;
  padding-right: 0;
}
.form div.form__input .iti input.iti__tel-input:-webkit-autofill, .form div.form__input .iti input.iti__tel-input:-webkit-autofill:hover, .form div.form__input .iti input.iti__tel-input:-webkit-autofill:focus, .form div.form__input .iti input.iti__tel-input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.form .dynamic-groups + .form__field-dropdown {
  width: 100%;
}
.form__date::part(panel), .form__field-dropdown::part(panel) {
  position: absolute !important;
  bottom: auto !important;
  top: 100% !important;
  transform: none !important;
  width: auto !important;
}
.form__date input, .form__field-dropdown input {
  cursor: pointer;
}
.form__date .form__input-chevron, .form__field-dropdown .form__input-chevron {
  content: url("../../static/icons/chevron-black-drop-down.svg");
  display: block;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  transition: transform 0.2s ease-in-out;
  z-index: 1;
}
.form__date.active .form__input-chevron, .form__date[open] .form__input-chevron, .form__field-dropdown.active .form__input-chevron, .form__field-dropdown[open] .form__input-chevron {
  transform: rotate(180deg) !important;
}
.form__date.form__field_error::before, .form__date.form__field_success::before, .form__field-dropdown.form__field_error::before, .form__field-dropdown.form__field_success::before {
  display: none;
}
.form sl-radio-group.form__field_error sl-radio::part(base) {
  border-color: #e31d1c;
  background: linear-gradient(0deg, rgba(227, 29, 28, 0.1) 0%, rgba(227, 29, 28, 0.1) 100%), var(--White, #fff);
}
.form sl-select.form__field_error .field-error-text, .form sl-select.form__field_error::part(form-control-help-text),
.form sl-input.form__field_error .field-error-text,
.form sl-input.form__field_error::part(form-control-help-text),
.form div.form__field_error .field-error-text,
.form div.form__field_error::part(form-control-help-text) {
  margin-top: 2px;
  color: #e31d1c;
  font-size: 10px;
}
.form sl-select.form__field_error::part(form-control), .form sl-select.form__field_error.form__input,
.form sl-input.form__field_error::part(form-control),
.form sl-input.form__field_error.form__input,
.form div.form__field_error::part(form-control),
.form div.form__field_error.form__input {
  border-color: #e31d1c;
}
.form sl-select.form__field_error.form__date input, .form sl-select.form__field_error::part(form-control), .form sl-select.form__field_error.form__input,
.form sl-input.form__field_error.form__date input,
.form sl-input.form__field_error::part(form-control),
.form sl-input.form__field_error.form__input,
.form div.form__field_error.form__date input,
.form div.form__field_error::part(form-control),
.form div.form__field_error.form__input {
  background: linear-gradient(0deg, rgba(227, 29, 28, 0.1) 0%, rgba(227, 29, 28, 0.1) 100%), var(--White, #fff);
}
.form sl-select.form__field_error::part(input)::placeholder,
.form sl-select.form__field_error .iti__tel-input::placeholder, .form sl-select.form__field_error.form__date input::placeholder, .form sl-select.form__field_error.form__input input::placeholder,
.form sl-input.form__field_error::part(input)::placeholder,
.form sl-input.form__field_error .iti__tel-input::placeholder,
.form sl-input.form__field_error.form__date input::placeholder,
.form sl-input.form__field_error.form__input input::placeholder,
.form div.form__field_error::part(input)::placeholder,
.form div.form__field_error .iti__tel-input::placeholder,
.form div.form__field_error.form__date input::placeholder,
.form div.form__field_error.form__input input::placeholder {
  color: #e31d1c;
}
.form sl-select.form__field_error .field-status,
.form sl-input.form__field_error .field-status,
.form div.form__field_error .field-status {
  content: url("../../static/icons/circle-outline-help.svg");
  opacity: 1;
  visibility: visible;
}
.form sl-input.form__field_success .field-error-text, .form sl-input.form__field_success::part(form-control-help-text),
.form div.form__field_success .field-error-text,
.form div.form__field_success::part(form-control-help-text) {
  display: none;
}
.form sl-input.form__field_success .field-status,
.form div.form__field_success .field-status {
  content: url("../../static/icons/circle-outline-check.svg");
  opacity: 1;
  visibility: visible;
}
.form sl-input::part(form-control),
.form div.form__input {
  display: flex;
  flex-direction: column;
  height: 64px;
  border-radius: 10px;
  padding: 12px 13px;
  background: var(--White, #fff);
  border: 1px solid var(--White, #fff);
  box-shadow: 0px 0px 4px 0px rgba(20, 46, 70, 0.15);
}
@media (min-width: 576px) {
  .form sl-input::part(form-control),
  .form div.form__input {
    height: 69px;
  }
}
.form sl-input::part(form-control-label),
.form div.form__input > label {
  color: var(--Dark-blue, #2a3243);
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
@media (min-width: 1024px) {
  .form sl-input::part(form-control-label),
  .form div.form__input > label {
    font-size: 14px;
  }
}
.form sl-input,
.form sl-input::part(input),
.form div.form__input input {
  color: var(--Dark-blue, #2a3243);
}
.form sl-input, .form sl-input::placeholder,
.form sl-input::part(input),
.form sl-input::part(input)::placeholder,
.form div.form__input input,
.form div.form__input input::placeholder {
  font-family: Montserrat;
  font-size: 14px;
  --sl-input-font-size-medium: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; /* 27px */
}
@media (min-width: 1024px) {
  .form sl-input, .form sl-input::placeholder,
  .form sl-input::part(input),
  .form sl-input::part(input)::placeholder,
  .form div.form__input input,
  .form div.form__input input::placeholder {
    --sl-input-font-size-medium: 16px;
    font-size: 16px;
  }
}
.form sl-input::placeholder,
.form sl-input::part(input)::placeholder,
.form div.form__input input::placeholder {
  color: var(--Light-Gray, #cecece);
}
.form sl-input::part(form-control-label) {
  --sl-spacing-3x-small: 0;
}
.form sl-input::part(form-control-input) {
  margin-top: auto;
}
.form sl-input::part(base) {
  position: static;
  --sl-input-border-width: 0;
  --sl-input-height-medium: 27px;
  --sl-input-background-color: transparent;
  --sl-input-background-color-hover: transparent;
  --sl-input-background-color-focus: transparent;
  --sl-input-border-color-hover: transparent;
  --sl-input-border-color-focus: transparent;
  --sl-focus-ring-width: 0;
  --sl-focus-ring-color: transparent;
}
.form sl-input::part(input) {
  --sl-input-spacing-medium: 0;
}
.form__field-group {
  position: relative;
}
.form__field-dropdown {
  position: relative;
}
.form__field-dropdown .form__field {
  width: 100%;
}
.form__field-dropdown::part(base) {
  --max-width: 100%;
  width: 100%;
}
.form__field-dropdown::part(base__popup) {
  --auto-size-available-width: 100%;
  box-shadow: 0px 4px 4px 0px rgba(10, 116, 215, 0.1);
  top: calc(100% + 5px);
  width: 100%;
}
.form__field-dropdown::part(panel) {
  width: 100%;
  padding: 16px;
  background-color: #fff;
  box-shadow: 0px 4px 4px 0px rgba(10, 116, 215, 0.1);
}
.form__field + .form__checkbox {
  margin-top: 22px;
}
.form__input,
.form__input input {
  border: none;
  background: transparent;
  outline: none;
}
.field-status {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  font-size: 10px;
  width: 20px;
  min-width: 20px;
  height: 20px;
  position: absolute;
  left: auto;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.field__error-text {
  display: none;
  color: #e31d1c;
}
.search-input.active .autocom-box,
.search-panel.active .autocom-box {
  opacity: 1;
}
.search-input.active .autocom-box li,
.search-panel.active .autocom-box li {
  display: block;
}
.search-input.active li:hover h5 {
  color: rgba(0, 109, 210, 0.72) !important;
}
.search-input.active .autocom-box {
  border-radius: 0 0 12px 12px;
  position: relative;
  z-index: 400 !important;
  max-height: 180px;
  left: 0;
  box-shadow: 0px 4px 4px 0px rgba(10, 116, 215, 0.1);
  pointer-events: auto;
  position: absolute;
  width: 100%;
  top: calc(100% + 10px);
  z-index: 10;
}
@media (min-width: 576px) {
  .search-input.active .autocom-box {
    max-height: 240px;
  }
}
.search-input.active .autocom-box li {
  font-size: 14px;
  background: #fff;
  padding: 5px 12px;
}
.search-input.active .autocom-box li:hover {
  background: #d7e6f9;
  cursor: pointer;
}
.search-input.active .autocom-box li:hover h4 {
  color: #006dd2 !important;
}
.search-input.active .autocom-box li:hover h5 {
  color: rgba(0, 109, 210, 0.72) !important;
}
@media (min-width: 576px) {
  .search-input.active .autocom-box li {
    padding: 5px 20px;
  }
}
.search-input.active .autocom-box li h4 {
  font-size: 12px;
  font-weight: 600;
  color: #242424 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 18px;
}
@media (min-width: 576px) {
  .search-input.active .autocom-box li h4 {
    line-height: 24px;
  }
}
.search-input.active .autocom-box li h5 {
  font-weight: 400;
  line-height: 18px;
  color: rgba(36, 36, 36, 0.72);
  text-align: left;
  margin: 0;
  text-align: left;
  font-size: 10px;
}
@media (min-width: 576px) {
  .search-input.active .autocom-box li h5 {
    line-height: 24px;
  }
}
.search-panel.active .autocom-box {
  max-height: 324px;
  z-index: 10;
}
.search-panel.active .autocom-box li {
  display: flex;
}
.autocom-box {
  overflow: auto;
}
.autocom-box li {
  list-style: none;
  display: none;
  width: 100%;
  cursor: default;
}
.iti__search-input {
  padding: 9px 12px;
}
.achievement-stars_blue .stars .stars__star span {
  background: linear-gradient(198deg, #279aff 9.91%, #006dd2 75.55%, #0a549a 92.96%);
}
.achievement-stars_blue .stars .stars__star_active span {
  width: 100%;
  min-width: 100%;
}
.achievement-stars_green .stars__star span {
  background: #219653;
}
.stars {
  display: flex;
  flex-direction: row;
  gap: 1px;
}
.stars__star {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 18px;
  width: 18px;
  height: 18px;
  background: #dcdce6;
}
.stars__star span {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background: #00b67a;
}
.stars__star_active span {
  background: #00b67a;
}
.stars__star img {
  display: block;
  position: relative;
  z-index: 1;
}
.stars_sm .stars__star {
  min-width: 10px;
  width: 10px;
  height: 10px;
  background: #dcdce6;
}
@media (min-width: 768px) {
  .stars .stars__star, .stars_sm .stars__star {
    min-width: 16px;
    width: 16px;
    height: 16px;
  }
}
@media (min-width: 1440px) {
  .stars .stars__star, .stars_sm .stars__star {
    min-width: 18px;
    width: 18px;
    height: 18px;
  }
}
.stars-filled__star {
  position: relative;
  min-width: 28px;
  width: 28px;
  height: 28px;
}
.stars-filled__star span {
  overflow: hidden;
  height: 100%;
  top: 0;
  left: 0;
}
.stars-filled__star span, .stars-filled__star span:after {
  display: block;
  content: "";
  position: absolute;
}
.stars-filled__star span:after {
  top: 2px;
  left: 1px;
  height: 26px;
  width: 26px;
  min-width: 26px;
  background: #f0977d;
  clip-path: polygon(50% 0%, 66% 26%, 98% 35%, 75% 60%, 79% 91%, 50% 77%, 21% 91%, 25% 60%, 2% 35%, 34% 26%);
}
.country-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 60px auto 0;
}
.country-list__dropdown {
  margin-top: 20px;
}
.country-list__dropdown::part(panel) {
  width: 278px;
  padding: 4px 16px;
  background: #fff;
  margin: 16px 0 0;
}
.country-list__dropdown sl-menu {
  display: flex;
  flex-direction: column;
  height: 100%;
  --auto-size-available-height: 188px;
  max-height: 188px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  overflow: auto;
}
.country-list__dropdown sl-menu-item > a {
  display: block;
  width: 100%;
  color: var(--Dark-blue, #2a3243);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (min-width: 768px) {
  .country-list__dropdown sl-button {
    transition: border-color 0.3s ease-in-out;
    border: 3px solid transparent;
    border-radius: 5px;
  }
  .country-list__dropdown sl-button:hover {
    border-color: #3492cd;
  }
}
.country-list__dropdown sl-button::part(base) {
  position: relative;
  border: none;
  cursor: pointer;
  height: 20px;
  min-height: 20px;
  padding: 0 30px 0 10px;
  background-color: white;
}
@media (min-width: 768px) {
  .country-list__dropdown sl-button::part(base)::after {
    content: "";
    position: absolute;
    top: auto;
    left: -3px;
    bottom: -10px;
    height: 5px;
    width: calc(100% + 6px);
    background: rgba(188, 188, 188, 0.2);
  }
}
.country-list__dropdown sl-button::part(caret) {
  display: block;
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-59%);
  width: 16px;
  height: 16px;
  transition: all 0.2s ease-in-out;
  z-index: 1;
  filter: brightness(0) saturate(100%) invert(52%) sepia(14%) saturate(206%) hue-rotate(183deg) brightness(93%) contrast(88%);
}
.country-list__dropdown sl-button::part(label) {
  padding: 0;
  color: var(--Dark-blue, #2a3243);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: var(--Slate-Gray, #7c8089);
  text-transform: uppercase;
}
.country-list__dropdown_active sl-button::part(base)::after, .country-list__dropdown[open] sl-button::part(base)::after {
  content: "";
  position: absolute;
  top: auto;
  left: 8px;
  bottom: -3px;
  height: 5px;
  width: calc(100% - 8px);
  border-radius: 2.5px;
  background: var(--bs-primary, #0a74d7);
}
@media (min-width: 768px) {
  .country-list__dropdown_active sl-button::part(base)::after, .country-list__dropdown[open] sl-button::part(base)::after {
    bottom: -10px;
  }
}
.country-list__dropdown_active sl-button::part(label), .country-list__dropdown[open] sl-button::part(label) {
  color: var(--Dark-blue, #2a3243);
}
.country-list__dropdown_active sl-button::part(caret), .country-list__dropdown[open] sl-button::part(caret) {
  filter: brightness(0) saturate(100%) invert(34%) sepia(19%) saturate(7370%) hue-rotate(193deg) brightness(92%) contrast(92%);
}
.country-list__dropdown[open] sl-button::part(caret) {
  transform: translateY(-50%) rotate(180deg);
}
.black-friday .hero .parallax-bg,
.new-year .hero .parallax-bg {
  position: sticky;
  top: 186px;
}
@media (min-width: 576px) {
  .black-friday .hero .parallax-bg,
  .new-year .hero .parallax-bg {
    top: 139px;
  }
}
@media (min-width: 768px) {
  .black-friday .hero .parallax-bg,
  .new-year .hero .parallax-bg {
    top: 103px;
  }
}
@media (min-width: 1440px) {
  .black-friday .hero .parallax-bg,
  .new-year .hero .parallax-bg {
    top: 79px;
  }
}
.parallax-bg {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateZ(0);
}
.parallax-bg img,
.parallax-bg picture {
  display: block;
  width: 100%;
  min-width: 100%;
  height: 100%;
  object-fit: cover;
}
.parallax-bg__wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.parallax-bg__wrap.parallax-bg__wrap_light-blue:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(2, 27, 50, 0.5) 0%, rgba(2, 27, 50, 0.5) 100%);
  opacity: 1;
}
.parallax-bg__wrap.parallax-bg__wrap_light-grey:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.10) 100%),linear-gradient(0deg, rgba(13, 24, 49, 0.50) 0%, rgba(13, 24, 49, 0.50) 100%),linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
  opacity: 1;
}
.parallax-bg__wrap.parallax-bg__wrap_gradient-grey:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 50.06%, #333942 82.59%), linear-gradient(0deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.10) 100%), linear-gradient(0deg, rgba(13, 24, 49, 0.50) 0%, rgba(13, 24, 49, 0.50) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
  opacity: 1;
}
.parallax-bg__wrap.parallax-bg__wrap_gradient-grey-2:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.06) 100%), linear-gradient(0deg, rgba(13, 24, 49, 0.50) 0%, rgba(13, 24, 49, 0.50) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
  opacity: 1;
}
.parallax-bg__wrap.parallax-bg__wrap_half-grey:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  opacity: 1;
}
.parallax-bg__wrap.parallax-bg__wrap_half-grey-2:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.45) 100%);
  opacity: 1;
}
.dynamic-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
}
@media (min-width: 768px) {
  .dynamic-group {
    justify-content: space-between;
  }
}
.dynamic-group__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dynamic-group sl-button.dynamic-group__button {
  width: 150px;
  max-width: 150px;
}
.dynamic-group sl-button.dynamic-group__button .btn__content {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
}
.dynamic-group sl-button.dynamic-group__button::part(label) {
  font-size: 16px;
}
.dynamic-group sl-button.dynamic-group__button::part(base) {
  height: 40px;
  border-radius: 10px;
  --sl-input-height-medium: 40px;
}
@media (min-width: 768px) {
  .dynamic-group sl-button.dynamic-group__button::part(base) {
    --sl-input-height-medium: 44px;
  }
}
@media (min-width: 1024px) {
  .dynamic-group sl-button.dynamic-group__button::part(base) {
    --sl-input-height-medium: 40px;
    font-size: 16px;
  }
}
sl-button.dynamic-group__button-add:hover::part(base) {
  background-color: var(--sl-color-primary-600);
}
sl-button.dynamic-group__button-add:hover::part(label) {
  color: var(--White, #fff);
}
sl-button.dynamic-group__button-add::part(base) {
  background: var(--White, #fff);
}
.dynamic-groups {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 100%;
}
.steps {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .steps {
    flex-direction: row;
  }
}
.step {
  position: relative;
}
.step__content {
  padding: 16px 9.3px;
  width: 319px;
  height: 145px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 7.44px;
  clip-path: polygon(100% 0%, 0% 0%, 0% 65%, 3% 75%, 50% 100%, 97% 75%, 100% 65%);
}
@media (min-width: 1024px) {
  .step__content > img {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .step__content {
    width: 455px;
    height: 145px;
    gap: 16px;
    padding: 16px;
  }
}
@media (min-width: 1024px) {
  .step__content {
    padding: 16px 41px 16px 11.73px;
    clip-path: unset;
    width: 291px;
    height: 127px;
    background: url("../../static/icons/right-point.svg") no-repeat !important;
  }
}
@media (min-width: 1440px) {
  .step__content {
    width: 397px;
    height: 108px;
    background: url("../../static/icons/right-point-1.svg") no-repeat !important;
  }
}
@media (min-width: 1920px) {
  .step__content {
    width: 445.333px;
    height: 108px;
    background: url("../../static/icons/right-point-2.svg") no-repeat !important;
  }
}
.step:nth-child(1) .step__content, .step:nth-child(1)::before, .step:nth-child(1)::after {
  background: #f2f5fe;
}
.step:nth-child(2) .step__content, .step:nth-child(2)::before, .step:nth-child(2)::after {
  background: #e2e9ff;
}
.step:nth-child(3) .step__content, .step:nth-child(3)::before, .step:nth-child(3)::after {
  background: #ccd9ff;
}
.step::before, .step::after {
  content: "";
  position: absolute;
  width: 25px; /* Adjust size to match the desired corner radius */
  height: 25px; /* Adjust size to match the desired corner radius */
  background: lightblue;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .step::before, .step::after {
    content: none;
  }
}
.step::before {
  top: 83px; /* Adjust to position the rounded corner correctly */
  left: 0; /* Half of the width */
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}
.step::after {
  top: 83px; /* Adjust to position the rounded corner correctly */
  right: 0; /* Half of the width */
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}
.step__info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.step__title {
  color: var(--Dark-blue, #2a3243);
  /* Mobile/SemiBold 16 */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  margin: 0;
}
@media (min-width: 768px) {
  .step__title {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .step__title {
    font-size: 16px;
  }
}
.step__text {
  color: var(--Steel-Blue, #667085);
  /* Mobile/Regular 16 */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
.step__text span {
  color: var(--bs-primary, #0a74d7);
}
@media (min-width: 768px) {
  .step__text {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .step__text {
    font-size: 16px;
  }
}
.locations {
  border-top: 1px solid #f0f0f0;
}
.locations__item {
  border-top: 1px solid #f0f0f0;
  padding: 0;
}
.current-location {
  padding: 8px 0;
  display: flex;
  gap: 12px;
  align-items: center;
  background: transparent;
  border: none;
  width: 100%;
  height: 54px;
  border-bottom: 1px solid #f0f0f0;
}
.current-location__icon {
  display: flex;
  width: 16px;
  height: 16px;
}
.current-location__info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.current-location__info span:nth-child(1) {
  color: #2a3243;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.current-location__info span:nth-child(2) {
  color: #2a3243;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.location-btn {
  height: 54px;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  width: 100%;
}
.location-btn__info {
  flex-grow: 1;
  text-align: left;
}
.location-btn__info span:nth-child(1) {
  color: #2a3243;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.contact-us-form {
  max-width: 444px;
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  border-radius: 8px;
}
.contact-us-form .form__fields {
  margin-top: 16px;
  gap: 12px;
}
.contact-us-form sl-input::part(form-control-label),
.contact-us-form div.form__input > label {
  color: #fff;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 150% */
}
.contact-us-form sl-input::part(form-control-input),
.contact-us-form sl-select::part(combobox),
.contact-us-form div.form__input input {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: 4px;
}
.contact-us-form sl-input::part(form-control-input),
.contact-us-form div.form__input input {
  border: 1px solid #d3dae1;
  background: #ffffff;
}
.contact-us-form sl-select sl-button.btn-xl {
  max-width: 100%;
}
.contact-us-form sl-select sl-button.btn-xl::part(base) {
  border-radius: 4px;
  --sl-input-height-medium: 36px;
}
.contact-us-form sl-select sl-button.btn-xl::part(label) {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 19.2px; /* 137.143% */
}
.contact-us-form sl-select .form__select-d-title {
  color: #000;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.contact-us-form sl-select sl-option {
  display: flex;
  padding: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #d3dae1;
  background: rgba(255, 255, 255, 0.25);
}
.contact-us-form sl-select sl-option[value=Commercial], .contact-us-form sl-select sl-option[value=Private] {
  width: calc(50% - 8px);
}
.contact-us-form sl-select sl-option[value=Hotel], .contact-us-form sl-select sl-option[value=Yacht], .contact-us-form sl-select sl-option[value=Villa] {
  width: calc((100% - 32px) / 3);
}
.contact-us-form sl-select sl-option img {
  display: flex;
  width: auto;
  height: 27.2px;
}
.contact-us-form sl-select sl-option[aria-selected=true] {
  background: rgba(10, 116, 215, 0.1);
  border: none;
}
.contact-us-form sl-select sl-option[aria-selected=true] img {
  filter: brightness(0) saturate(100%) invert(30%) sepia(93%) saturate(3054%) hue-rotate(195deg) brightness(94%) contrast(92%);
}
.contact-us-form sl-select sl-option[aria-selected=true]::part(label) {
  color: #0a74d7;
}
.contact-us-form sl-select sl-option::part(checked-icon) {
  display: none;
}
.contact-us-form sl-select sl-option::part(label) {
  color: #2a3243;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.contact-us-form sl-select sl-option::part(base) {
  background-color: transparent;
  padding: 0;
}
.contact-us-form sl-select::part(listbox) {
  margin: 8px 0 0;
  padding: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.contact-us-form sl-select::part(tags) {
  gap: 5px;
}
.contact-us-form sl-select::part(tag__base) {
  background: transparent;
  border: none;
  height: auto;
  padding: 0;
  line-height: 1;
}
.contact-us-form sl-select::part(tag__remove-button) {
  margin: 0 2px;
}
.contact-us-form sl-select::part(combobox) {
  border: 1px solid rgba(39, 154, 255, 0.1);
  background: #d9e8ff;
  min-height: 44px;
}
.contact-us-form sl-input::part(form-control-input),
.contact-us-form div.form__input input:not(.iti__tel-input) {
  min-height: 56px;
}
.contact-us-form sl-input::part(form-control),
.contact-us-form sl-select::part(form-control),
.contact-us-form div.form__input {
  box-shadow: none;
  height: auto;
  padding: 0;
  position: relative;
  background: transparent;
}
.contact-us-form sl-input,
.contact-us-form sl-input::placeholder,
.contact-us-form sl-input::part(input),
.contact-us-form sl-input::part(input)::placeholder,
.contact-us-form div.form__input input,
.contact-us-form div.form__input input::placeholder {
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.contact-us-form sl-input::placeholder,
.contact-us-form sl-input::part(input)::placeholder,
.contact-us-form div.form__input input::placeholder {
  color: var(--grey, #667085);
  font-weight: 400;
}
.contact-us-form sl-select::placeholder,
.contact-us-form sl-select::part(display-input),
.contact-us-form sl-select::part(display-input)::placeholder {
  color: #2a3243;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.contact-us-form sl-input,
.contact-us-form sl-input::part(input),
.contact-us-form div.form__input input {
  color: var(--black, #2a3243);
}
.contact-us-form .form__fields > sl-select {
  width: 100%;
}
.contact-us-form .form__fields .form__fields-search > sl-input,
.contact-us-form .form__fields .dynamic-group > div.form__input:not(.form__date),
.contact-us-form .form__fields > sl-input,
.contact-us-form .form__fields > div.form__input {
  width: 100%;
}
@media (min-width: 768px) {
  .contact-us-form .form__fields .form__fields-search > sl-input,
  .contact-us-form .form__fields .dynamic-group > div.form__input:not(.form__date),
  .contact-us-form .form__fields > sl-input,
  .contact-us-form .form__fields > div.form__input {
    width: calc(50% - 6px);
  }
}
.contact-us-form div.form__input.form__date {
  position: relative;
  box-shadow: none;
  width: 100%;
}
@media (min-width: 768px) {
  .contact-us-form div.form__input.form__date {
    width: calc(50% - 6px);
  }
}
.contact-us-form sl-input.form__field_error.form__date input,
.contact-us-form sl-input.form__field_error::part(form-control),
.contact-us-form sl-select.form__field_error::part(form-control),
.contact-us-form sl-input.form__field_error.form__input,
.contact-us-form div.form__field_error.form__date input,
.contact-us-form div.form__field_error::part(form-control),
.contact-us-form div.form__field_error.form__input {
  background: none;
  border: none;
}
.contact-us-form sl-input.form__field_error.form__date input,
.contact-us-form sl-input.form__field_error::part(form-control-input),
.contact-us-form sl-select.form__field_error::part(combobox),
.contact-us-form sl-input.form__field_error.form__input input,
.contact-us-form div.form__field_error.form__date input,
.contact-us-form div.form__field_error::part(form-control-input),
.contact-us-form div.form__field_error.form__input input:not(.iti__tel-input),
.contact-us-form div.form__field_error.form__input .iti {
  border: 1px solid #c20c0c;
  background: #f9e6e6;
}
.contact-us-form div.form__field_error.form__input .iti input {
  background: #f9e6e6;
}
.contact-us-form div.form__field_error.form__input .iti {
  background: #f9e6e6 !important;
  border: 1px solid #c20c0c !important;
}
.contact-us-form div.form__field_error.form__input .iti input:-webkit-autofill, .contact-us-form div.form__field_error.form__input .iti input:-webkit-autofill:hover, .contact-us-form div.form__field_error.form__input .iti input:-webkit-autofill:focus, .contact-us-form div.form__field_error.form__input .iti input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #f9e6e6 inset !important;
}
.contact-us-form sl-input[data-validate*=required]::part(form-control-label)::after,
.contact-us-form div.form__input > label::after {
  content: "*";
  color: #de3e3e;
}
.contact-us-form .form__exchange-button {
  background: #1c81df;
  transform: translate(-50%, -25%) rotate(90deg) scale(0.7);
}
.contact-us-form .form__exchange-button img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(0%) hue-rotate(322deg) brightness(104%) contrast(100%);
}
.contact-us-form .form__input-chevron,
.contact-us-form .field-status {
  transform: none;
}
.contact-us-form .field-status,
.contact-us-form .form__input-chevron {
  right: 4px;
}
.contact-us-form div.form__input[data-validate*=phone] {
  width: 100%;
}
.contact-us-form div.form__input[data-validate*=phone] .iti {
  border-radius: 4px;
  border: 1px solid #d3dae1;
  background: #ffffff;
  max-width: 100%;
  height: 48px;
  min-height: 56px;
}
@media (min-width: 1024px) {
  .contact-us-form div.form__input[data-validate*=phone] .iti {
    height: 42px;
  }
}
.contact-us-form div.form__input[data-validate*=phone] .iti .iti__country-container {
  left: 7px !important;
}
.contact-us-form div.form__input[data-validate*=phone] .iti .iti__country-container::after {
  position: absolute;
  top: 50%;
  transform: translate(32px, -50%);
  content: "";
  width: 1px;
  height: 20px;
  background: #d9d9d9;
  z-index: 1;
}
.contact-us-form div.form__input[data-validate*=phone] .iti input.iti__tel-input {
  background: transparent;
  border: none;
  max-width: 100%;
  width: 100%;
  height: 100%;
  margin-left: 0 !important;
  padding-left: 50px !important;
}
.contact-us-form sl-button[type=submit] {
  width: 100%;
  max-width: 100%;
  margin: 24px auto 0;
}
@media (min-width: 1024px) {
  .contact-us-form sl-button[type=submit] {
    margin: 13px auto 0;
  }
}
.contact-us-form sl-button[type=submit]::part(base) {
  border-radius: 4px;
  width: 100%;
  max-width: 100%;
}
.contact-us-form .form__secure-text {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #00b67a;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 16.8px */
  margin: 0;
}
.contact-us-form .form__text {
  color: #667085;
  font-family: Montserrat;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 12px */
  letter-spacing: -0.1px;
}
.contact-us-form .form__text svg {
  margin: 0 0 -2px;
}
.contact-us-form .form__text span {
  color: #2a3243;
  font-weight: 500;
}
.contact-us-form .form__text a {
  color: #61a5e1;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  text-decoration: underline;
}
.form__header-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 2px;
}
.form__header-title {
  margin: 0;
  color: #2a3243;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: var(--line-height-24, 24px); /* 150% */
}
.form__header-text {
  margin: 0;
  color: #2a3243;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
  letter-spacing: -0.36px;
}
.custom-cookie__text {
  color: #2a3243;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 19.6px */
}
.custom-cookie__text a {
  color: #0a74d7;
  font-weight: 400;
  text-decoration: underline;
}
.custom-cookie__btn-block {
  margin: 24px 0 0;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}
.custom-cookie__btn-block sl-button.btn-primary {
  max-width: 100%;
  height: 40px;
}
.custom-cookie__btn-block sl-button.btn-primary::part(base) {
  border-radius: 4px;
  --sl-input-height-medium: 40px;
}
.custom-cookie__btn-block sl-button.btn-primary::part(label) {
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
}
.cookie-details {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px 0;
  border-bottom: 1px solid #d3dae1;
  border-top: 1px solid #d3dae1;
}
@media (min-width: 768px) {
  .cookie-details {
    padding: 24px 0;
  }
}
.cookie-details__item {
  position: relative;
}
.cookie-details__item > sl-switch {
  position: absolute;
  left: auto;
  top: 0;
  right: 0;
}
.cookie-details__item > sl-switch[checked]::part(control) {
  background-color: #0a74d7;
}
.cookie-details__item > sl-switch[disabled]::part(base) {
  opacity: 1;
}
.cookie-details__item > sl-switch[disabled]::part(control) {
  background-color: #cfe5ff;
}
.cookie-details__item > sl-switch[disabled]::part(thumb) {
  position: relative;
}
.cookie-details__item > sl-switch[disabled]::part(thumb)::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: flex;
  width: 9px;
  min-width: 9px;
  height: 9px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 2.66602C2 2.13558 2.21071 1.62687 2.58579 1.2518C2.96086 0.876729 3.46957 0.666016 4 0.666016C4.53043 0.666016 5.03914 0.876729 5.41421 1.2518C5.78929 1.62687 6 2.13558 6 2.66602H6.33333C6.51014 2.66602 6.67971 2.73625 6.80474 2.86128C6.92976 2.9863 7 3.15587 7 3.33268V6.66602C7 6.84283 6.92976 7.0124 6.80474 7.13742C6.67971 7.26245 6.51014 7.33268 6.33333 7.33268H1.66667C1.48986 7.33268 1.32029 7.26245 1.19526 7.13742C1.07024 7.0124 1 6.84283 1 6.66602V3.33268C1 3.15587 1.07024 2.9863 1.19526 2.86128C1.32029 2.73625 1.48986 2.66602 1.66667 2.66602H2ZM4 1.33268C4.35362 1.33268 4.69276 1.47316 4.94281 1.72321C5.19286 1.97326 5.33333 2.31239 5.33333 2.66602H2.66667C2.66667 2.31239 2.80714 1.97326 3.05719 1.72321C3.30724 1.47316 3.64638 1.33268 4 1.33268ZM4.66667 4.66602C4.66666 4.78304 4.63586 4.898 4.57735 4.99934C4.51883 5.10068 4.43468 5.18484 4.33333 5.24335V5.66602C4.33333 5.75442 4.29821 5.83921 4.2357 5.90172C4.17319 5.96423 4.08841 5.99935 4 5.99935C3.91159 5.99935 3.82681 5.96423 3.7643 5.90172C3.70179 5.83921 3.66667 5.75442 3.66667 5.66602V5.24335C3.53958 5.16997 3.44026 5.0567 3.3841 4.92112C3.32795 4.78554 3.3181 4.63522 3.35608 4.49347C3.39406 4.35172 3.47775 4.22646 3.59418 4.13712C3.7106 4.04778 3.85325 3.99936 4 3.99935C4.17681 3.99935 4.34638 4.06959 4.4714 4.19461C4.59643 4.31964 4.66667 4.48921 4.66667 4.66602Z' fill='%23667085'/%3E%3C/svg%3E");
}
.cookie-details__item > sl-switch::part(thumb) {
  border: none;
}
.cookie-details__item > sl-switch::part(control) {
  background-color: #c7c7cc;
  border: none;
}
.cookie-details sl-details {
  position: relative;
}
.cookie-details sl-details::part(summary-icon) {
  rotate: none;
  transition: all ease-in-out 0.3s;
}
.cookie-details sl-details .plusminus {
  width: 15px;
  height: 15px;
}
.cookie-details sl-details .plusminus:before, .cookie-details sl-details .plusminus:after {
  height: 2px;
}
.cookie-details sl-details[open] .plusminus:before {
  transform: translatey(-50%) rotate(-90deg);
  opacity: 0;
}
.cookie-details sl-details[open] .plusminus:after {
  transform: translatey(-50%) rotate(0);
}
.cookie-details sl-details::part(content) {
  width: 100%;
  padding: 10px 0;
  color: #2a3243;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 19.6px */
}
.cookie-details sl-details::part(base) {
  border: none;
}
.cookie-details sl-details::part(header) {
  padding: 0;
  flex-direction: row-reverse;
}
.cookie-details sl-details::part(summary) {
  padding: 0 50px 0 12px;
  color: #2a3243;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
}
.cookie-modal {
  position: fixed;
  top: auto;
  left: 0;
  bottom: 0;
  z-index: 999;
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  width: 100vw;
  border-radius: 8px 8px 0px 0px;
  background: #fff;
  box-shadow: 0px 4px 16px 0px rgba(17, 17, 26, 0.05), 0px 8px 32px 0px rgba(17, 17, 26, 0.05);
}
@media (min-width: 768px) {
  .cookie-modal {
    max-width: 405px;
    bottom: 22px;
    left: 33px;
    border-radius: 8px;
  }
}
.cookie-modal__title {
  margin: 0;
  color: #2a3243;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.cookie-modal__text {
  margin: 12px 0 0;
  color: #2a3243;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 19.6px */
}
.cookie-modal__text + .cookie-modal__text {
  margin: 4px 0 0;
  color: #000;
}
.cookie-modal__text-manage {
  color: #0a74d7;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: underline;
}
.cookie-modal__btn-block {
  margin: 24px 0 0;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}
.cookie-modal__btn-block sl-button.btn-primary {
  max-width: 100%;
}
.cookie-modal__btn-block sl-button.btn-primary::part(base) {
  border-radius: 4px;
}
.cookie-modal__btn-block sl-button.btn-primary::part(label) {
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
}
.search-panel::part(base) {
  --sl-input-height-medium: 44px;
  border-radius: 20px;
  border: 0.6px solid var(--Slate-Gray, #7c8089);
}
.search-panel::part(input) {
  --sl-color-primary-500: var(--Dark-blue, #2a3243);
  color: var(--Dark-blue, #2a3243);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.search-panel_square > img {
  margin: 12px 0 12px 12px;
  display: block;
  width: 24px;
  filter: brightness(0) saturate(100%) invert(17%) sepia(26%) saturate(603%) hue-rotate(182deg) brightness(92%) contrast(93%);
}
.search-panel_square::part(base) {
  margin-bottom: 16px;
  border-radius: 8px;
  border: 1px solid #daeaf9;
  background: #fff;
  --sl-input-height-medium: 48px;
}
.search-panel_square::part(input) {
  color: #667085;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.permanent-burger .header__inner {
  padding-right: 60px;
}
.permanent-burger .header__right-side {
  padding-right: 0;
}
.header {
  z-index: 25;
  position: sticky;
  top: 0;
  width: 100%;
  background: transparent;
  height: 60px;
  transition: backdrop-filter 0.1s ease-in-out;
}
@media (min-width: 768px) {
  .header {
    height: 92px;
  }
}
@media (min-width: 1440px) {
  .header {
    height: 110px;
  }
}
@media (min-width: 1680px) {
  .header {
    height: 110px;
  }
}
.header_shadow {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
}
.header > .container {
  height: 100%;
}
@media (max-width: 767px) {
  .header > .container {
    padding: 0 16px;
  }
}
.header__button-block {
  display: none;
  position: relative;
}
.header__button-block .btn-primary {
  max-width: 180px;
  width: 100%;
  width: 180px;
}
@media (min-width: 768px) {
  .header__button-block .btn-primary {
    width: 208px;
    max-width: 208px;
  }
}
@media (min-width: 1440px) {
  .header__button-block {
    display: flex;
  }
}
.header__button-block > p {
  display: none;
  width: 100%;
  text-align: center;
  margin: 0;
  position: absolute;
  left: 50%;
  top: calc(100% + 10px);
  transform: translateX(-50%);
  color: var(--White-Smoke, #fafafa);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.header__right-side {
  padding-right: 57px;
}
@media (min-width: 768px) {
  .header__right-side {
    padding-right: 64px;
  }
}
@media (min-width: 1024px) {
  .header__right-side {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-right: 49px;
  }
}
@media (min-width: 1440px) {
  .header__right-side {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-right: 0px;
  }
}
.header__inner {
  height: 100%;
  padding: 0 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1440px) {
  .header__inner {
    padding: 12px 0;
  }
}
.header__logo {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0;
  width: 100%;
  max-width: 106px;
}
.header__logo > img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .header__logo {
    max-width: 172px;
    padding: 0 8px;
  }
}
.header_achievement-logos {
  background: unset;
  position: relative;
  height: auto;
  padding: 16px 0;
}
.header_achievement-logos .achievement-logos__block:nth-child(3) {
  gap: 10px;
  flex-direction: row;
}
@media (min-width: 576px) {
  .header_achievement-logos .achievement-logos__block:nth-child(3) {
    gap: 12px;
    max-width: 1899px;
  }
}
.header_achievement-logos .achievement-logos__block-content {
  color: #2a3243;
}
.header_achievement-logos .header__logo {
  display: block;
  min-width: 160px;
  margin-top: 24px;
}
@media (min-width: 576px) {
  .header_achievement-logos .header__logo {
    margin-top: 8px;
  }
}
.header_achievement-logos .header__inner {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 576px) {
  .header_achievement-logos .header__inner {
    flex-direction: row;
  }
}
.meet .header__inner,
.thank-you .header__inner {
  gap: 12px;
}
.meet .header__button-block,
.thank-you .header__button-block {
  display: flex;
}
.meet .header__button-block .btn-primary .btn__content,
.thank-you .header__button-block .btn-primary .btn__content {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (min-width: 768px) {
  .meet .header__button-block .btn-primary .btn__content,
  .thank-you .header__button-block .btn-primary .btn__content {
    gap: 6px;
  }
}
.meet .header__button-block .btn-primary .btn__content img,
.thank-you .header__button-block .btn-primary .btn__content img {
  display: block;
  width: 18px;
  min-width: 18px;
  height: 18px;
}
.meet .header__button-block .btn-primary .btn__content > span,
.thank-you .header__button-block .btn-primary .btn__content > span {
  display: flex;
  flex-direction: column;
}
.meet .header__button-block .btn-primary .btn__content > span span:nth-child(1),
.thank-you .header__button-block .btn-primary .btn__content > span span:nth-child(1) {
  color: #fff;
  text-align: right;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 768px) {
  .meet .header__button-block .btn-primary .btn__content > span span:nth-child(1),
  .thank-you .header__button-block .btn-primary .btn__content > span span:nth-child(1) {
    font-size: 16px;
    position: absolute;
    left: auto;
    right: calc(100% + 12px);
    top: 50%;
    transform: translateY(-50%);
  }
}
.meet .header__button-block .btn-primary .btn__content > span span:nth-child(2),
.thank-you .header__button-block .btn-primary .btn__content > span span:nth-child(2) {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (min-width: 768px) {
  .meet .header__button-block .btn-primary .btn__content > span span:nth-child(2),
  .thank-you .header__button-block .btn-primary .btn__content > span span:nth-child(2) {
    font-size: 16px;
  }
}
.meet .icon-menu,
.thank-you .icon-menu {
  display: none;
}
.meet > .header .nav,
.thank-you > .header .nav {
  display: none;
}
@media (max-width: 767px) {
  .meet > .header .header__logo,
  .thank-you > .header .header__logo {
    max-width: 125px;
  }
}
.meet > .header .header__right-side,
.thank-you > .header .header__right-side {
  padding-right: 0px;
}
.meet > .header .working-time,
.thank-you > .header .working-time {
  display: none;
}
.main-2 .header__button-block,
.contact-us .header__button-block,
.contact-us-europe .header__button-block,
.promo .header__button-block,
.destinations .header__button-block {
  display: flex;
}
@media (min-width: 768px) {
  .main-2 .header__button-block .btn-primary,
  .contact-us .header__button-block .btn-primary,
  .contact-us-europe .header__button-block .btn-primary,
  .promo .header__button-block .btn-primary,
  .destinations .header__button-block .btn-primary {
    width: auto;
    max-width: unset;
  }
}
@media (min-width: 1240px) {
  .main-2 .header__button-block .btn-primary,
  .contact-us .header__button-block .btn-primary,
  .contact-us-europe .header__button-block .btn-primary,
  .promo .header__button-block .btn-primary,
  .destinations .header__button-block .btn-primary {
    width: 208px;
    max-width: 208px;
    margin: 15px 0 0;
  }
}
.main-2 .header__button-block .btn-primary::part(base),
.contact-us .header__button-block .btn-primary::part(base),
.contact-us-europe .header__button-block .btn-primary::part(base),
.promo .header__button-block .btn-primary::part(base),
.destinations .header__button-block .btn-primary::part(base) {
  background: unset;
  box-shadow: none;
}
@media (min-width: 1240px) {
  .main-2 .header__button-block .btn-primary::part(base),
  .contact-us .header__button-block .btn-primary::part(base),
  .contact-us-europe .header__button-block .btn-primary::part(base),
  .promo .header__button-block .btn-primary::part(base),
  .destinations .header__button-block .btn-primary::part(base) {
    background: #1c81df;
    box-shadow: 2px 2px 6px 0px rgba(66, 66, 66, 0), 0px -4px 4px 0px rgba(0, 0, 0, 0.25) inset, 0px 0px 0px 0px rgba(39, 154, 255, 0.3), 0px 0px 4px 0px rgba(255, 255, 255, 0.2) inset;
  }
}
.main-2 .header__button-block .btn-primary .btn__content,
.contact-us .header__button-block .btn-primary .btn__content,
.contact-us-europe .header__button-block .btn-primary .btn__content,
.promo .header__button-block .btn-primary .btn__content,
.destinations .header__button-block .btn-primary .btn__content {
  display: flex;
  align-items: center;
  gap: 2px;
}
@media (min-width: 1240px) {
  .main-2 .header__button-block .btn-primary .btn__content,
  .contact-us .header__button-block .btn-primary .btn__content,
  .contact-us-europe .header__button-block .btn-primary .btn__content,
  .promo .header__button-block .btn-primary .btn__content,
  .destinations .header__button-block .btn-primary .btn__content {
    gap: 6px;
  }
}
.main-2 .header__button-block .btn-primary .btn__content img,
.contact-us .header__button-block .btn-primary .btn__content img,
.contact-us-europe .header__button-block .btn-primary .btn__content img,
.promo .header__button-block .btn-primary .btn__content img,
.destinations .header__button-block .btn-primary .btn__content img {
  display: block;
  width: 18px;
  min-width: 18px;
  height: 18px;
}
.main-2 .header__button-block .btn-primary .btn__content > span,
.contact-us .header__button-block .btn-primary .btn__content > span,
.contact-us-europe .header__button-block .btn-primary .btn__content > span,
.promo .header__button-block .btn-primary .btn__content > span,
.destinations .header__button-block .btn-primary .btn__content > span {
  display: flex;
  flex-direction: column-reverse;
}
.main-2 .header__button-block .btn-primary .btn__content > span span:nth-child(1),
.contact-us .header__button-block .btn-primary .btn__content > span span:nth-child(1),
.contact-us-europe .header__button-block .btn-primary .btn__content > span span:nth-child(1),
.promo .header__button-block .btn-primary .btn__content > span span:nth-child(1),
.destinations .header__button-block .btn-primary .btn__content > span span:nth-child(1) {
  color: #fff;
  text-align: right;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-align: center;
}
@media (min-width: 1240px) {
  .main-2 .header__button-block .btn-primary .btn__content > span span:nth-child(1),
  .contact-us .header__button-block .btn-primary .btn__content > span span:nth-child(1),
  .contact-us-europe .header__button-block .btn-primary .btn__content > span span:nth-child(1),
  .promo .header__button-block .btn-primary .btn__content > span span:nth-child(1),
  .destinations .header__button-block .btn-primary .btn__content > span span:nth-child(1) {
    position: absolute;
    top: -20px;
    right: 0;
    left: auto;
    transform: none;
    text-align: right;
    font-weight: 400;
  }
}
.main-2 .header__button-block .btn-primary .btn__content > span span:nth-child(2),
.contact-us .header__button-block .btn-primary .btn__content > span span:nth-child(2),
.contact-us-europe .header__button-block .btn-primary .btn__content > span span:nth-child(2),
.promo .header__button-block .btn-primary .btn__content > span span:nth-child(2),
.destinations .header__button-block .btn-primary .btn__content > span span:nth-child(2) {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (min-width: 1240px) {
  .main-2 .header__button-block .btn-primary .btn__content > span span:nth-child(2),
  .contact-us .header__button-block .btn-primary .btn__content > span span:nth-child(2),
  .contact-us-europe .header__button-block .btn-primary .btn__content > span span:nth-child(2),
  .promo .header__button-block .btn-primary .btn__content > span span:nth-child(2),
  .destinations .header__button-block .btn-primary .btn__content > span span:nth-child(2) {
    font-size: 16px;
  }
}
.main-2 > .header .nav,
.contact-us > .header .nav,
.contact-us-europe > .header .nav,
.promo > .header .nav,
.destinations > .header .nav {
  display: none;
}
.main-2 > .header .header__logo,
.contact-us > .header .header__logo,
.contact-us-europe > .header .header__logo,
.promo > .header .header__logo,
.destinations > .header .header__logo {
  max-width: clamp(5rem, 5.6338028169vw + 3.6795774648rem, 8.75rem);
}
.main-2 > .header .header__right-side,
.contact-us > .header .header__right-side,
.contact-us-europe > .header .header__right-side,
.promo > .header .header__right-side,
.destinations > .header .header__right-side {
  padding-right: 40px;
}
@media (min-width: 375px) {
  .main-2 > .header .header__right-side,
  .contact-us > .header .header__right-side,
  .contact-us-europe > .header .header__right-side,
  .promo > .header .header__right-side,
  .destinations > .header .header__right-side {
    padding-right: 80px;
  }
}
@media (min-width: 1024px) {
  .main-2 > .header .header__right-side,
  .contact-us > .header .header__right-side,
  .contact-us-europe > .header .header__right-side,
  .promo > .header .header__right-side,
  .destinations > .header .header__right-side {
    padding-right: 0px;
  }
}
.main-2 > .header .working-time,
.contact-us > .header .working-time,
.contact-us-europe > .header .working-time,
.promo > .header .working-time,
.destinations > .header .working-time {
  display: none;
}
.main-2 > .header .achievement-logos,
.contact-us > .header .achievement-logos,
.contact-us-europe > .header .achievement-logos,
.promo > .header .achievement-logos,
.destinations > .header .achievement-logos {
  display: none;
}
@media (min-width: 1024px) {
  .main-2 > .header .achievement-logos,
  .contact-us > .header .achievement-logos,
  .contact-us-europe > .header .achievement-logos,
  .promo > .header .achievement-logos,
  .destinations > .header .achievement-logos {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .main-2 > .header + .icon-menu,
  .contact-us > .header + .icon-menu,
  .contact-us-europe > .header + .icon-menu,
  .promo > .header + .icon-menu,
  .destinations > .header + .icon-menu {
    display: none;
  }
}
.working-time {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
  gap: 8px;
  color: var(--White-Smoke, #fafafa);
  font-family: Inter;
  transition: color 0.3s ease-in-out;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
}
@media (min-width: 768px) {
  .working-time {
    padding: 4px 1px;
    font-size: 16px;
    line-height: 16px; /* 100% */
  }
}
@media (min-width: 1024px) {
  .working-time > img {
    display: block;
    width: 28px;
  }
}
@media (min-width: 1440px) {
  .working-time {
    font-size: 14px;
    line-height: 16px; /* 114.286% */
  }
}
.working-time:hover {
  color: var(--White-Smoke, rgba(250, 250, 250, 0.8470588235));
}
.working-time > span {
  display: inline-block;
  width: 110px;
}
@media (min-width: 768px) {
  .working-time > span {
    width: 147px;
  }
}
@media (min-width: 1440px) {
  .working-time > span {
    width: 128px;
  }
}
.black-friday:not(.black-friday_full) .contacts {
  margin-bottom: 75px;
}
@media (min-width: 768px) {
  .black-friday:not(.black-friday_full) .contacts {
    margin-bottom: 60px;
  }
}
@media (min-width: 1024px) {
  .black-friday:not(.black-friday_full) .contacts {
    margin-bottom: 45px;
  }
}
@media (min-width: 1440px) {
  .black-friday:not(.black-friday_full) .contacts {
    margin-bottom: 22px;
  }
}
.contacts:last-child {
  margin-bottom: 50px;
}
.contacts__sale-block {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .contacts__sale-block {
    top: 88px;
  }
}
@media (min-width: 1024px) {
  .contacts__sale-block {
    top: 24px;
  }
}
.contacts__sale-title {
  margin: 7px 0 0;
  color: var(--White, #fff);
  text-shadow: 0px 2px 13.9px rgba(255, 253, 188, 0.5);
  -webkit-text-stroke-width: 0.2px;
  -webkit-text-stroke-color: #fffdbc;
  font-family: Inter;
  font-size: 24px;
  font-style: italic;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .contacts__sale-title {
    margin: 19px 0 0;
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  .contacts__sale-title {
    margin: 16px 0 0;
    font-size: 32px;
  }
}
@media (min-width: 1440px) {
  .contacts__sale-title {
    margin: 13px 0 0;
    font-size: 36px;
  }
}
@media (min-width: 1920px) {
  .contacts__sale-title {
    font-size: 40px;
  }
}
.contacts__sale-subtitle {
  margin: 0;
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--White, #fff);
  color: var(--White-Smoke, #fafafa);
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal; /* 16.8px */
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .contacts__sale-subtitle {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .contacts__sale-subtitle {
    font-size: 16px;
  }
}
.contacts__sale-icon {
  margin: -24px 0 0;
  width: 128px;
  height: auto;
}
@media (min-width: 1024px) {
  .contacts__sale-icon {
    width: 140px;
  }
}
@media (min-width: 1024px) {
  .contacts__sale-icon {
    margin: -36px 0 0;
  }
}
@media (min-width: 1440px) {
  .contacts__sale-icon {
    margin: -46px 0 0;
    width: 186px;
  }
}
.contacts .parallax-bg__wrap {
  padding: 0;
  position: absolute;
}
.contacts .parallax-bg__wrap:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
  opacity: 0.1;
}
.contacts .parallax-bg__wrap .parallax-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 1200px;
  min-height: calc(100% - 14px);
}
@media (min-width: 768px) {
  .contacts .parallax-bg__wrap .parallax-bg img {
    min-height: calc(100% - 23px);
  }
}
@media (min-width: 1024px) {
  .contacts .parallax-bg__wrap .parallax-bg img {
    min-height: calc(100% - 23px);
  }
}
.contacts .parallax-bg__wrap .parallax-bg .bg-lineral {
  z-index: 1;
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 65, 130, 0.2) 0%, rgba(0, 65, 130, 0.2) 100%);
  width: 100%;
  height: 100%;
}
.contacts .contacts__form {
  border-radius: 10px;
  background: var(--White, #fff);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .contacts .contacts__form {
    min-height: 440px;
  }
}
.contacts .contacts__form sl-button[type=submit] {
  margin-top: 12px;
}
.contacts__subtitle {
  text-align: center;
  max-width: 772px;
  margin: 0 auto 16px;
}
.contacts__wrapper {
  position: relative;
  height: 613px;
}
.contacts__wrapper > .container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px;
}
@media (min-width: 768px) {
  .contacts__wrapper {
    padding-top: 176px;
    height: 558px;
  }
  .contacts__wrapper > .container {
    bottom: -47px;
  }
}
@media (min-width: 1024px) {
  .contacts__wrapper {
    height: 558px;
  }
}
.hero {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 10;
  padding: 60px 0 0 0;
  min-height: 853px;
  margin-top: -60px;
}
@media (min-width: 768px) {
  .hero {
    min-height: 983px;
    padding: 92px 0 0 0;
    margin-top: -92px;
  }
}
@media (min-width: 1024px) {
  .hero {
    min-height: 811px;
    padding: 96px 0 0 0;
  }
}
@media (min-width: 1440px) {
  .hero {
    min-height: 854px;
    padding: 110px 0 0 0;
    margin-top: -110px;
  }
}
@media (min-width: 1680px) {
  .hero {
    min-height: 1029px;
    padding: 110px 0 0 0;
    margin-top: -110px;
  }
}
.hero__buttons {
  margin-top: 20px;
}
.hero_main .passenger-radio__text {
  display: none;
}
.hero_main .hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1440px) {
  .hero_main .hero__content {
    margin-top: 0;
  }
}
.hero_main .hero__title {
  margin: 88px auto 0;
  text-align: center;
  max-width: 297px;
}
@media (min-width: 768px) {
  .hero_main .hero__title {
    margin: 148px auto 0;
    max-width: unset;
  }
}
@media (min-width: 1024px) {
  .hero_main .hero__title {
    margin: 102px auto 0;
    max-width: 747px;
  }
}
@media (min-width: 1440px) {
  .hero_main .hero__title {
    margin: 96px auto 0;
    max-width: 925px;
  }
}
@media (min-width: 1920px) {
  .hero_main .hero__title {
    margin: 173px 0 0;
    max-width: 1020px;
  }
}
.hero_main .hero__text {
  color: var(--White-Smoke, #fafafa);
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  max-width: 482px;
  margin: 8px auto 0;
}
@media (min-width: 1024px) {
  .hero_main .hero__text {
    font-size: 16px;
    margin: 16px auto 12px;
  }
}
@media (min-width: 1440px) {
  .hero_main .hero__text {
    margin: 16px auto 0;
  }
}
.hero_main .hero__info .achievement-logos {
  margin-top: 40px;
  justify-content: center;
  position: static;
}
@media (min-width: 768px) {
  .hero_main .hero__info .achievement-logos {
    margin-top: 60px;
  }
}
@media (min-width: 1024px) {
  .hero_main .hero__info .achievement-logos {
    margin-top: 40px;
  }
}
@media (min-width: 1440px) {
  .hero_main .hero__info .achievement-logos {
    margin-top: 32px;
  }
}
@media (min-width: 1920px) {
  .hero_main .hero__info .achievement-logos {
    margin-top: 56px;
  }
}
.hero_main .find-ticket__form-container {
  margin: 40px auto 0;
  background: transparent;
  padding: 0;
}
@media (min-width: 768px) {
  .hero_main .find-ticket__form-container {
    margin: 60px auto 0;
  }
}
@media (min-width: 1024px) {
  .hero_main .find-ticket__form-container {
    margin: 48px auto 0;
  }
}
@media (min-width: 1440px) {
  .hero_main .find-ticket__form-container {
    margin: 40px auto 0;
  }
}
@media (min-width: 1920px) {
  .hero_main .find-ticket__form-container {
    margin: 56px auto 0;
  }
}
.hero_main .find-ticket__nav > sl-tab::part(base) {
  color: var(--White, #fff);
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: 1px solid var(--White, #fff);
}
@media (min-width: 375px) {
  .hero_main .find-ticket__nav > sl-tab::part(base) {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .hero_main .find-ticket__nav > sl-tab::part(base) {
    font-size: 16px;
  }
}
.hero_main .find-ticket__nav::part(tabs) {
  gap: 11.5px;
}
.hero_main .hero-partners {
  gap: 24px;
  margin: 56px 0 40px;
}
@media (min-width: 768px) {
  .hero_main .hero-partners {
    margin: 83px 0 56px;
  }
}
@media (min-width: 1024px) {
  .hero_main .hero-partners {
    margin: 80px 0 48px;
  }
}
@media (min-width: 1440px) {
  .hero_main .hero-partners {
    margin: 48px 0 51px;
  }
}
@media (min-width: 1920px) {
  .hero_main .hero-partners {
    margin: 60px 0 115px;
  }
}
.hero_text-button {
  height: auto;
  min-height: unset;
  padding-bottom: 100px;
}
@media (min-width: 1024px) {
  .hero_text-button {
    padding-bottom: 120px;
  }
}
.hero_text-button .hero__content {
  display: flex;
  justify-content: center;
  margin-top: 0;
}
.hero_text-button .hero__title {
  margin-top: 0;
}
@media (min-width: 1024px) {
  .hero_text-button .hero__title {
    text-align: center;
  }
}
@media (min-width: 1440px) {
  .hero_text-button .hero__title {
    margin: 0px auto 0;
  }
}
.hero_text-button .achievement-logos {
  position: static !important;
}
.hero_text-button .hero__text {
  color: var(--White-Smoke, #fafafa);
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}
@media (min-width: 1024px) {
  .hero_text-button .hero__text {
    margin: 8px auto 0;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    max-width: 776px;
  }
}
@media (min-width: 1920px) {
  .hero_text-button .hero__text {
    margin: 12px auto 0;
  }
}
.hero_text-button .hero__text_warn {
  color: #f0a77d;
  text-align: center;
  font-family: var(--font-family-Font-1, Montserrat);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 25.2px */
  letter-spacing: var(--letter-spacing--0_36, -0.36px);
}
@media (min-width: 1024px) {
  .hero_text-button .hero__text_warn {
    font-size: 20px;
  }
}
.hero_text-button .hero__info {
  padding-top: 80px;
}
.hero_presentation {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  flex-grow: 1;
  padding: 0;
  margin: 0;
  min-height: unset;
  max-width: 100vw;
  overflow: hidden;
}
.hero_presentation .slider {
  position: relative;
  z-index: 0;
  width: 100%;
  padding: 0;
  margin: 20px 0;
}
@media (min-width: 1440px) {
  .hero_presentation .slider {
    max-width: 100%;
    padding: 55px 8px 0 8px;
    margin: 0 auto;
  }
}
@media (max-width: 1919px) {
  .hero_presentation .slider {
    transform: none !important;
  }
}
.hero_presentation .slider .swiper {
  border-radius: 16px;
  background: var(--White, #fff);
  max-width: 400px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .hero_presentation .slider .swiper {
    max-width: 1000px;
  }
}
.hero_presentation .slider .swiper-slide {
  display: flex;
  align-items: center;
  background: var(--White, #fff);
  cursor: pointer;
  height: auto;
}
.hero_presentation .slider .swiper-slide:last-child {
  margin-right: 0 !important;
}
.hero_presentation .slider__nav {
  position: fixed;
  z-index: 99;
  height: 72px;
  width: 100%;
  bottom: 0;
  top: auto;
  left: 0;
  display: flex;
  padding: 10px 0px;
  justify-content: center;
  align-items: center;
  background: var(--Blue, #2a5587);
}
@media (min-width: 768px) {
  .hero_presentation .slider__nav {
    height: auto;
    position: relative;
    margin: 30px auto;
    border-radius: 16px;
    max-width: 1000px;
    margin: 64px auto;
    padding: 20px 0px;
  }
}
.hero_presentation .slider__nav-block {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  max-width: 460px;
  padding: 0 16px;
}
.hero_presentation .slider__nav-block::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 40px;
  width: 1px;
  background: #4a6e97;
}
@media (min-width: 768px) {
  .hero_presentation .slider__nav-block::after {
    display: none;
  }
}
@media (min-width: 768px) {
  .hero_presentation .slider__nav-block {
    padding: 0;
    max-width: unset;
    justify-content: center;
    gap: 20px;
  }
}
@media (min-width: 768px) {
  .hero_presentation .slider__nav-block .swiper-button-next > img {
    margin-left: 5px;
  }
}
@media (min-width: 768px) {
  .hero_presentation .slider__nav-block .swiper-button-prev > img {
    margin-left: -5px;
  }
}
.hero_presentation .slider__nav-block .swiper-button-next,
.hero_presentation .slider__nav-block .swiper-button-prev {
  position: relative;
  left: unset;
  right: unset;
  top: unset;
  margin-top: 0;
  width: 40px;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .hero_presentation .slider__nav-block .swiper-button-next,
  .hero_presentation .slider__nav-block .swiper-button-prev {
    width: 44px;
    border-radius: 50%;
    border: 1px solid white;
  }
}
.hero_presentation .slider__nav-block .swiper-button-next > img,
.hero_presentation .slider__nav-block .swiper-button-prev > img {
  display: flex;
  width: auto;
  height: 27.19px;
}
.hero_presentation .slider__nav-block .swiper-button-next::after,
.hero_presentation .slider__nav-block .swiper-button-prev::after {
  content: none;
}
.hero_quiz {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  flex-grow: 1;
  padding: 0;
  margin: 0;
  min-height: unset;
}
.hero_quiz .passenger-radio__text {
  display: none;
}
.hero_quiz .hero__base {
  width: 100%;
}
.hero_quiz .hero__row {
  max-width: 100%;
  overflow: hidden;
}
.hero_quiz .hero__content > .container > sl-button {
  display: flex;
  margin: 24px auto 0;
}
.hero_quiz .hero__content > .container > sl-button ::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  background: rgba(250, 250, 250, 0.4509803922);
  border-radius: 10px;
  z-index: -1;
  animation: animation 2s infinite;
}
@keyframes animation {
  0% {
    transform: translate(-50%, -50%) scaleY(1) scaleX(1);
    opacity: 0.9;
    z-index: -1;
  }
  100% {
    transform: translate(-50%, -50%) scaleY(1.5) scaleX(1.1);
    opacity: 0;
    z-index: -1;
  }
}
@media (min-width: 1024px) {
  .hero_quiz .hero__content > .container > sl-button {
    margin: 16px auto 0;
  }
}
.hero_quiz .hero__content > .container > sl-divider {
  margin: 24px auto;
  max-width: 797px;
}
@media (min-width: 1024px) {
  .hero_quiz .hero__content > .container > sl-divider {
    margin: 40px auto;
  }
}
.hero_quiz .hero__arrow-down {
  display: inline-flex;
}
@media (min-width: 576px) {
  .hero_quiz .hero__arrow-down {
    display: flex;
    margin: 6px auto 0;
  }
}
.hero_quiz .hero__subtext {
  margin: 16px auto 0;
  color: #fafafa;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  max-width: 761px;
}
.hero_quiz .hero__subtitle {
  margin: 8px auto 0;
  color: #fafafa;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%; /* 33.6px */
  max-width: 761px;
}
@media (min-width: 576px) {
  .hero_quiz .hero__subtitle {
    font-size: 24px;
    margin: 12px auto 0;
  }
}
.hero_quiz .hero__text {
  color: #fafafa;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  /* Paragraph 2 */
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.36px;
  max-width: 797px;
  margin: 32px auto 0;
}
.hero_quiz .hero__text + .hero__text {
  width: 100%;
  margin: 20px auto 0;
  font-weight: 700;
}
.hero_quiz .hero__info {
  margin-top: 0;
}
@media (min-width: 1024px) {
  .hero_quiz .hero__info {
    margin-top: 140px;
  }
}
@media (min-width: 1440px) {
  .hero_quiz .hero__info {
    width: unset;
    position: static;
    width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .hero_quiz .hero__info {
    padding: 0 28px;
  }
}
@media (min-width: 1440px) {
  .hero_quiz .hero__info > .container {
    --bs-gutter-x: 280px;
  }
}
@media (min-width: 1920px) {
  .hero_quiz .hero__info > .container {
    width: 100%;
    max-width: 1899px;
  }
}
.hero_quiz .hero__info sl-button {
  display: flex;
  margin: 26px 0 0;
  max-width: unset;
}
@media (min-width: 576px) {
  .hero_quiz .hero__info sl-button {
    max-width: 319px;
    margin: 26px auto 0;
  }
}
@media (min-width: 1024px) {
  .hero_quiz .hero__info sl-button {
    margin: 26px 0 0;
  }
}
.hero_quiz .hero__info sl-button::part(base), .hero_quiz .hero__info sl-button {
  width: 100%;
}
.hero_quiz .hero__title {
  margin: 0 auto;
  color: #fafafa;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Inter;
  font-size: clamp(1.5rem, 1.5023474178vw + 1.1478873239rem, 2.5rem);
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 33.6px */
  letter-spacing: -0.84px;
  max-width: 797px;
}
.hero_quiz .hero__row {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 1024px) {
  .hero_quiz .hero__row {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .hero_quiz .hero__row {
    margin-top: -140px;
  }
}
.hero_quiz .discount-slider.slider {
  margin-top: 24px;
  padding: 0 15.5px;
  max-width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hero_quiz .discount-slider.slider {
    margin-top: 28px;
  }
}
@media (min-width: 1024px) {
  .hero_quiz .discount-slider.slider {
    padding: 0;
    width: auto;
  }
}
@media (min-width: 1440px) {
  .hero_quiz .discount-slider.slider {
    overflow: auto;
    max-width: 883px;
  }
}
.hero_quiz .discount-slider.slider .slider__title {
  color: var(--White-Smoke, #fafafa);
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  max-width: 100%;
}
@media (min-width: 576px) {
  .hero_quiz .discount-slider.slider .slider__title {
    text-align: center;
    font-size: 28px;
  }
}
.hero_quiz .hero-card {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  padding: 12px;
  height: 100%;
  width: 210px;
}
@media (min-width: 1440px) {
  .hero_quiz .hero-card {
    width: 237px;
    padding: 16px;
  }
}
.hero_quiz .hero-card::after {
  content: unset;
}
.hero_quiz .hero-card__info {
  margin: 0 0 12px;
  position: static;
  display: flex;
  flex-direction: row;
  width: 100%;
}
.hero_quiz .hero-card__info-cost {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1440px) {
  .hero_quiz .hero-card__info {
    left: 0;
  }
}
.hero_quiz .hero-card__title {
  color: var(--Small-text, #909da2);
  font-feature-settings: "liga" off, "clig" off;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.28px;
  text-transform: none;
  display: flex;
  gap: 10px;
  width: 100%;
  margin-top: 12px;
}
.hero_quiz .hero-card__title::before {
  content: url("../../static/icons/location-blue.svg");
  display: inline-block;
  width: 11.412px;
  height: 15.231px;
}
@media (min-width: 768px) {
  .hero_quiz .hero-card__title {
    font-size: 14px;
  }
}
.hero_quiz .hero-card__our-cost {
  color: var(--blue, #0a74d7);
  font-feature-settings: "liga" off, "clig" off;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.32px;
}
@media (min-width: 1440px) {
  .hero_quiz .hero-card__our-cost {
    font-size: 16px;
  }
}
.hero_quiz .hero-card__content {
  position: static;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  gap: 0;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .hero_quiz .hero-card__content {
    gap: 0px;
  }
}
.hero_quiz .hero-card__content > sl-button {
  margin-top: auto;
}
.hero_quiz .hero-card, .hero_quiz .hero-card__content {
  background: var(--White, #fff);
}
.hero_quiz .hero-card > picture {
  height: auto;
  border-radius: 8px;
}
.hero_quiz .hero-card > picture:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  opacity: 1;
}
.hero_quiz .hero-card__retail-cost {
  color: var(--grey, #667085);
  font-feature-settings: "liga" off, "clig" off;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.28px;
  text-decoration-line: line-through;
}
.hero_quiz .hero__socials {
  margin: 56px auto 45px;
}
.hero_quiz .form-radio-group sl-radio {
  width: 100%;
}
.hero_quiz .form-radio-group sl-radio sl-select,
.hero_quiz .form-radio-group sl-radio sl-input {
  display: none;
}
.hero_quiz .form-radio-group sl-radio > span {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
}
.hero_quiz .form-radio-group sl-radio img {
  display: block;
  height: 18px;
  width: auto;
}
.hero_quiz .form-radio-group sl-radio::part(base) {
  background: transparent;
}
.hero_quiz .form-radio-group sl-radio[aria-checked=true]::part(base) {
  background: rgba(10, 116, 215, 0.1);
}
.hero_quiz .form-radio-group sl-radio[aria-checked=true] sl-select,
.hero_quiz .form-radio-group sl-radio[aria-checked=true] sl-input {
  display: block;
}
.hero_quiz .hero__bg, .hero_presentation .hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none; /* Скрываем изображение по умолчанию */
}
.hero_quiz .video-background, .hero_presentation .video-background {
  position: fixed; /* Фиксируем видео фоном */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1; /* Видео под контентом */
}
.hero_quiz .video-background:after, .hero_presentation .video-background:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  opacity: 1;
}
.hero_quiz .video, .hero_presentation .video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Масштабируем видео по контейнеру */
}
.hero_quiz .video ::-webkit-media-controls-start-playback-button, .hero_presentation .video ::-webkit-media-controls-start-playback-button {
  display: none;
}
.hero_quiz .fallback-image, .hero_presentation .fallback-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none; /* Скрываем изображение по умолчанию */
}
.hero_quiz .video-background video:invalid + .hero__bg, .hero_presentation .video-background video:invalid + .hero__bg {
  display: block; /* Показываем изображение, если видео не поддерживается */
}
.hero__socials {
  margin: 0 auto 45px;
  width: 319px;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .hero__socials {
    width: 262px;
    min-width: 262px;
    margin-left: 60px;
  }
}
@media (min-width: 1440px) {
  .hero__socials {
    margin-left: 140px;
  }
}
.hero__socials .socials {
  display: flex;
  justify-content: space-between;
}
.hero__socials .socials > a {
  display: flex;
  width: 40px;
  height: 40px;
}
.hero__socials .socials > a > img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  .hero__socials .socials > a {
    width: 32px;
    height: 32px;
  }
}
.hero__socials-title {
  color: var(--White-Smoke, #fafafa);
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .hero__socials-title {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .hero__socials-title {
    text-align: left;
  }
}
.hero .parallax-bg__wrap .parallax-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero .parallax-bg__wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__info {
  position: relative;
}
.hero__info .sprintful-inline-widget {
  margin: 20px auto 0;
}
.hero__info .sprintful-inline-widget + .hero-partners {
  margin-top: 52px;
}
.hero__info-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px auto 0;
  width: 319px;
}
@media (min-width: 1024px) {
  .hero__info-block {
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 0;
    width: 187px;
    position: absolute;
    top: calc(100% + 72px);
    left: 0;
  }
}
@media (min-width: 1440px) {
  .hero__info-block {
    position: static;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 100px 0 0;
    width: 465px;
  }
}
.hero__info-block sl-divider {
  height: 60px;
  margin: 0 5px;
}
@media (min-width: 1024px) {
  .hero__info-block sl-divider {
    display: none;
  }
}
@media (min-width: 1440px) {
  .hero__info-block sl-divider {
    display: block;
    margin: 0 24px;
    height: 93px;
  }
}
.hero__info .achievement-logos {
  margin-top: 36px;
}
@media (min-width: 1024px) {
  .hero__info .achievement-logos {
    margin-top: 0;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
  }
}
@media (min-width: 1440px) {
  .hero__info .achievement-logos {
    position: static;
    margin-top: 56px;
  }
}
.hero__info > .btn-primary {
  margin: 28px 0 0;
}
@media (min-width: 1440px) {
  .hero__info > .btn-primary {
    margin: 40px 0 0;
  }
}
.hero__subtitle {
  color: var(--White-Smoke, #fafafa);
  font-family: Montserrat;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 33.6px */
  font-size: 20px;
  margin: 0;
}
@media (min-width: 576px) {
  .hero__subtitle {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  .hero__subtitle {
    text-align: left;
    font-size: 24px;
  }
}
.hero__text {
  color: var(--White-Smoke, #fafafa);
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 22.4px */
  margin: 8px auto 0;
  max-width: 375px;
}
@media (min-width: 768px) {
  .hero__text {
    max-width: 495px;
  }
}
@media (min-width: 1024px) {
  .hero__text {
    font-size: 24px;
    text-align: left;
    margin: 16px 0 12px;
  }
}
@media (min-width: 1440px) {
  .hero__text {
    margin: 16px 0 0;
    max-width: 661px;
    font-size: 28px;
  }
}
.hero__title {
  margin: 60px 0 0;
}
.hero__title a {
  color: var(--bs-primary, #0a74d7);
}
@media (min-width: 768px) {
  .hero__title {
    max-width: unset;
  }
}
@media (min-width: 1024px) {
  .hero__title {
    text-align: left;
  }
}
@media (min-width: 1440px) {
  .hero__title {
    max-width: 540px;
    margin: 40px 0 0;
  }
}
@media (min-width: 1920px) {
  .hero__title {
    margin: 20px 0 0;
  }
}
.hero__bg {
  width: 100%;
}
.hero__content {
  z-index: 2;
  position: relative;
}
@media (min-width: 1440px) {
  .hero__content {
    margin-top: 66px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5px;
  }
}
.hero__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin: 40px 0 20px;
}
@media (min-width: 1024px) {
  .hero__block {
    margin: 70px 0 20px;
    gap: 20px;
  }
}
@media (min-width: 1440px) {
  .hero__block {
    margin: 45px 0 20px;
  }
}
.hero:not(.hero_presentation) .slider {
  position: relative;
  z-index: 0;
  width: 100%;
  padding: 0;
  margin-top: 40px;
  overflow: visible;
}
@media (min-width: 1440px) {
  .hero:not(.hero_presentation) .slider {
    max-width: 100%;
    padding: 55px 8px 0 8px;
    margin: 0 auto;
  }
}
@media (min-width: 1920px) {
  .hero:not(.hero_presentation) .slider {
    max-width: 1899px;
  }
}
.hero:not(.hero_presentation) .slider .swiper {
  overflow: visible;
}
.hero:not(.hero_presentation) .slider-content {
  display: flex;
  flex-direction: column-reverse;
  gap: 28px;
  max-width: 100%;
}
@media (min-width: 1440px) {
  .hero:not(.hero_presentation) .slider-content {
    gap: 20px;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    overflow: hidden;
    margin-top: 110px;
    padding-left: 0;
    width: calc(50% + 108px);
  }
}
@media (min-width: 1920px) {
  .hero:not(.hero_presentation) .slider-content {
    max-width: unset;
    width: calc(50% + 320px);
  }
}
.hero:not(.hero_presentation) .slider .swiper-slide {
  cursor: pointer;
  width: auto;
  height: auto;
}
.hero:not(.hero_presentation) .slider .swiper-slide:last-child {
  margin-right: 0 !important;
}
.hero:not(.hero_presentation) .slider__nav {
  position: relative;
  min-height: 44px;
}
.hero:not(.hero_presentation) .slider__nav-block {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}
.hero:not(.hero_presentation) .slider__nav-block .swiper-button-next,
.hero:not(.hero_presentation) .slider__nav-block .swiper-button-prev {
  position: relative;
  left: unset;
  right: unset;
  top: unset;
  margin-top: 24px;
}
.hero:not(.hero_presentation) .slider__nav-block .swiper-button-next,
.hero:not(.hero_presentation) .slider__nav-block .swiper-button-next > img,
.hero:not(.hero_presentation) .slider__nav-block .swiper-button-prev,
.hero:not(.hero_presentation) .slider__nav-block .swiper-button-prev > img {
  width: 40px;
  height: 40px;
}
.hero:not(.hero_presentation) .slider__nav-block .swiper-button-next > img,
.hero:not(.hero_presentation) .slider__nav-block .swiper-button-prev > img {
  display: flex;
}
@media (min-width: 1024px) {
  .hero:not(.hero_presentation) .slider__nav-block .swiper-button-next,
  .hero:not(.hero_presentation) .slider__nav-block .swiper-button-prev {
    margin-top: 28px;
    width: 32px;
    height: 32px;
  }
}
.hero:not(.hero_presentation) .slider__nav-block .swiper-button-next::after,
.hero:not(.hero_presentation) .slider__nav-block .swiper-button-prev::after {
  content: none;
}
.hero:not(.hero_presentation) .slider__nav .swiper-scrollbar.swiper-scrollbar-horizontal {
  top: 12px;
  --swiper-scrollbar-bg-color: rgba(165, 167, 172, 0.5);
  --swiper-scrollbar-drag-bg-color: var(--White, #fff);
}
@media (min-width: 1024px) {
  .destinations .achievement-logos {
    display: none;
  }
}
.destinations .find-ticket__form-container {
  max-width: 601px;
}
@media (min-width: 1440px) {
  .destinations .hero__info {
    width: 47%;
  }
}
.destinations .hero__title {
  color: var(--White-Smoke, #fafafa);
  font-family: Montserrat;
  font-size: clamp(1.25rem, 1.2260536398vw + 0.9626436782rem, 2.25rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  max-width: 734px;
  margin: 60px auto 0;
}
@media (min-width: 1024px) {
  .destinations .hero__title {
    margin: 60px 0 0;
  }
}
@media (min-width: 1440px) {
  .destinations .hero__title {
    margin: 101px 0 0;
  }
}
@media (min-width: 1680px) {
  .destinations .hero__title {
    margin: 70px 0 0;
  }
}
.destinations .hero__text {
  color: #fff;
  font-family: Montserrat;
  font-size: clamp(0.875rem, 0.4597701149vw + 0.7672413793rem, 1.25rem);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  max-width: 488px;
}
.main-2 .price-call {
  margin-top: 32px;
  display: flex;
  align-items: flex-end;
  gap: 24px;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .main-2 .price-call {
    margin-top: 40px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.main-2 .price-call__btn-block {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (min-width: 1024px) {
  .main-2 .price-call__btn-block {
    gap: 8px;
    flex-direction: column-reverse;
  }
}
.main-2 .price-call__btn-title {
  margin: 0;
  color: #fff;
  text-align: right;
  font-family: Montserrat;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .main-2 .price-call__btn-title {
    font-size: 12px;
  }
}
.main-2 .price-call .call-to-unlock-button .btn__content > img {
  display: none;
}
@media (min-width: 1024px) {
  .main-2 .price-call .call-to-unlock-button .btn__content > img {
    display: flex;
  }
}
.main-2 .hero_main {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1024px) {
  .main-2 .hero_main .hero__content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin: 119px 0 100px;
    gap: 100px;
  }
}
.main-2 .hero_main .find-ticket__form-container {
  max-width: 492px;
}
@media (min-width: 1024px) {
  .main-2 .hero_main .find-ticket__form-container {
    margin: 0;
  }
}
.main-2 .hero_main .achievement-logos {
  margin: 32px 0 52px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .main-2 .hero_main .achievement-logos {
    display: none;
  }
}
.main-2 .hero_main .dynamic-group__buttons {
  align-items: flex-end;
  justify-content: flex-end;
}
.main-2 .hero_main .dynamic-group .dynamic-group__buttons {
  flex-direction: column;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .main-2 .hero_main .dynamic-group .dynamic-group__buttons {
    width: calc(50% - 4px);
    max-width: calc(50% - 4px);
  }
}
.main-2 .hero_main .dynamic-group .dynamic-group__button-block {
  width: 100%;
  max-width: 100%;
}
.main-2 .hero_main .dynamic-group sl-button.dynamic-group__button {
  margin-top: 8px;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .main-2 .hero_main .dynamic-group sl-button.dynamic-group__button::part(base) {
    --sl-input-height-medium: 48px;
  }
}
@media (min-width: 1024px) {
  .main-2 .hero_main .dynamic-group sl-button.dynamic-group__button::part(base) {
    --sl-input-height-medium: 42px;
  }
}
.main-2 .hero_main .form sl-input::part(form-control-label),
.main-2 .hero_main .form div.form__input > label {
  color: #fff;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 150% */
}
.main-2 .hero_main .form sl-input::part(form-control-input),
.main-2 .hero_main .form div.form__input input {
  display: flex;
  align-items: center;
  padding: 6px 22px 6px 10px;
  border-radius: 8px;
  border: 1px solid #bcc5d8;
  background: #ffffff;
}
.main-2 .hero_main .form sl-input::part(form-control-input),
.main-2 .hero_main .form div.form__input input:not(.iti__tel-input) {
  min-height: 48px;
}
@media (min-width: 1024px) {
  .main-2 .hero_main .form sl-input::part(form-control-input),
  .main-2 .hero_main .form div.form__input input:not(.iti__tel-input) {
    min-height: 42px;
  }
}
.main-2 .hero_main .form sl-input::part(form-control),
.main-2 .hero_main .form div.form__input {
  box-shadow: none;
  height: auto;
  padding: 0;
  position: relative;
  background: transparent;
}
.main-2 .hero_main .form sl-input,
.main-2 .hero_main .form sl-input::placeholder,
.main-2 .hero_main .form sl-input::part(input),
.main-2 .hero_main .form sl-input::part(input)::placeholder,
.main-2 .hero_main .form div.form__input input,
.main-2 .hero_main .form div.form__input input::placeholder {
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
}
.main-2 .hero_main .form sl-input::placeholder,
.main-2 .hero_main .form sl-input::part(input)::placeholder,
.main-2 .hero_main .form div.form__input input::placeholder {
  color: var(--grey, #667085);
  font-weight: 400;
}
.main-2 .hero_main .form sl-input,
.main-2 .hero_main .form sl-input::part(input),
.main-2 .hero_main .form div.form__input input {
  color: var(--black, #2a3243);
}
.main-2 .hero_main .form .form__fields .form__fields-search > sl-input,
.main-2 .hero_main .form .form__fields .dynamic-group > div.form__input:not(.form__date),
.main-2 .hero_main .form .form__fields > sl-input,
.main-2 .hero_main .form .form__fields > div.form__input {
  width: calc(50% - 4px);
}
.main-2 .hero_main .form .form__fields .form__fields-search > sl-input:only-child, .main-2 .hero_main .form .form__fields .form__fields-search > sl-input[name=email],
.main-2 .hero_main .form .form__fields .dynamic-group > div.form__input:not(.form__date):only-child,
.main-2 .hero_main .form .form__fields .dynamic-group > div.form__input:not(.form__date)[name=email],
.main-2 .hero_main .form .form__fields > sl-input:only-child,
.main-2 .hero_main .form .form__fields > sl-input[name=email],
.main-2 .hero_main .form .form__fields > div.form__input:only-child,
.main-2 .hero_main .form .form__fields > div.form__input[name=email] {
  width: 100%;
}
@media (min-width: 768px) {
  .main-2 .hero_main .form .form__fields .form__fields-search > sl-input:only-child, .main-2 .hero_main .form .form__fields .form__fields-search > sl-input[name=email],
  .main-2 .hero_main .form .form__fields .dynamic-group > div.form__input:not(.form__date):only-child,
  .main-2 .hero_main .form .form__fields .dynamic-group > div.form__input:not(.form__date)[name=email],
  .main-2 .hero_main .form .form__fields > sl-input:only-child,
  .main-2 .hero_main .form .form__fields > sl-input[name=email],
  .main-2 .hero_main .form .form__fields > div.form__input:only-child,
  .main-2 .hero_main .form .form__fields > div.form__input[name=email] {
    width: calc(50% - 4px);
  }
}
.main-2 .hero_main .form div.form__input.form__date {
  position: relative;
  box-shadow: none;
  width: 100%;
}
@media (min-width: 768px) {
  .main-2 .hero_main .form div.form__input.form__date {
    width: calc(50% - 4px);
  }
}
.main-2 .hero_main .form sl-input.form__field_error.form__date input,
.main-2 .hero_main .form sl-input.form__field_error::part(form-control),
.main-2 .hero_main .form sl-select.form__field_error::part(form-control),
.main-2 .hero_main .form sl-input.form__field_error.form__input,
.main-2 .hero_main .form div.form__field_error.form__date input,
.main-2 .hero_main .form div.form__field_error::part(form-control),
.main-2 .hero_main .form div.form__field_error.form__input {
  background: none;
  border: none;
}
.main-2 .hero_main .form sl-input.form__field_error.form__date input,
.main-2 .hero_main .form sl-input.form__field_error::part(form-control-input),
.main-2 .hero_main .form sl-select.form__field_error::part(form-control-input),
.main-2 .hero_main .form sl-input.form__field_error.form__input input,
.main-2 .hero_main .form div.form__field_error.form__date input,
.main-2 .hero_main .form div.form__field_error::part(form-control-input),
.main-2 .hero_main .form div.form__field_error.form__input input:not(.iti__tel-input),
.main-2 .hero_main .form div.form__field_error.form__input .iti {
  border: 1px solid #c20c0c;
  background: #f9e6e6;
}
.main-2 .hero_main .form div.form__field_error.form__input .iti input {
  background: #f9e6e6;
}
.main-2 .hero_main .form div.form__field_error.form__input .iti {
  background: #f9e6e6 !important;
  border: 1px solid #c20c0c !important;
}
.main-2 .hero_main .form div.form__field_error.form__input .iti input:-webkit-autofill, .main-2 .hero_main .form div.form__field_error.form__input .iti input:-webkit-autofill:hover, .main-2 .hero_main .form div.form__field_error.form__input .iti input:-webkit-autofill:focus, .main-2 .hero_main .form div.form__field_error.form__input .iti input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #f9e6e6 inset !important;
}
.main-2 .hero_main .form sl-input[data-validate*=required]::part(form-control-label)::after,
.main-2 .hero_main .form div.form__input > label::after {
  content: "*";
  color: #de3e3e;
}
.main-2 .hero_main .form .form__exchange-button {
  background: #1c81df;
  transform: translate(-50%, -25%) rotate(90deg) scale(0.7);
}
.main-2 .hero_main .form .form__exchange-button img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(0%) hue-rotate(322deg) brightness(104%) contrast(100%);
}
.main-2 .hero_main .form .form__input-chevron,
.main-2 .hero_main .form .field-status {
  transform: none;
}
.main-2 .hero_main .form .field-status,
.main-2 .hero_main .form .form__input-chevron {
  right: 4px;
}
.main-2 .hero_main .form div.form__input[data-validate*=phone] {
  width: 100%;
}
@media (min-width: 768px) {
  .main-2 .hero_main .form div.form__input[data-validate*=phone] {
    width: calc(50% - 4px);
  }
}
.main-2 .hero_main .form div.form__input[data-validate*=phone] .iti {
  border-radius: 8px;
  border: 1px solid #bcc5d8;
  background: #ffffff;
  max-width: 100%;
  height: 48px;
}
@media (min-width: 1024px) {
  .main-2 .hero_main .form div.form__input[data-validate*=phone] .iti {
    height: 42px;
  }
}
.main-2 .hero_main .form div.form__input[data-validate*=phone] .iti .iti__country-container {
  left: 7px !important;
}
.main-2 .hero_main .form div.form__input[data-validate*=phone] .iti .iti__country-container::after {
  position: absolute;
  top: 50%;
  transform: translate(32px, -50%);
  content: "";
  width: 1px;
  height: 20px;
  background: #d9d9d9;
  z-index: 1;
}
.main-2 .hero_main .form div.form__input[data-validate*=phone] .iti input.iti__tel-input {
  border: none;
  max-width: 100%;
  width: 100%;
  height: 100%;
  margin-left: 0 !important;
  padding-left: 50px !important;
}
.main-2 .hero_main .form sl-button[type=submit] {
  width: 100%;
  max-width: 100%;
}
.main-2 .hero_main .form sl-button[type=submit]::part(base) {
  border-radius: 4px;
  width: 100%;
  max-width: 100%;
}
.main-2 .hero_main .form .form__secure-text {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #00b67a;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 16.8px */
  margin: 0;
}
.main-2 .hero_main .form .form__text {
  color: #fafafa;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 16.8px */
}
.main-2 .hero_main .form .form__text a {
  color: #61a5e1;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}
.main-2 .hero_main .find-ticket__nav::part(tabs) {
  gap: 0;
}
.main-2 .hero_main .find-ticket__nav > sl-tab {
  width: 33.3333333333%;
}
.main-2 .hero_main .find-ticket__nav > sl-tab::part(base) {
  box-shadow: none;
  background: transparent;
  color: #a5a7ac;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 0;
  border: none;
}
.main-2 .hero_main .find-ticket__nav > sl-tab[active]::part(base) {
  color: #fff;
  box-shadow: none;
  background: transparent;
  border-bottom: 1px solid #fff;
}
.main-2 .hero_main .hero__text {
  color: var(--White-Smoke, #fafafa);
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  text-transform: uppercase;
}
.main-2 .hero_main .hero__text span {
  font-size: 22px;
  color: var(--White-Smoke, #fafafa);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .main-2 .hero_main .hero__text {
    text-align: left;
    font-size: 16px;
  }
  .main-2 .hero_main .hero__text span {
    font-size: 24px;
  }
}
@media (min-width: 1240px) {
  .main-2 .hero_main .hero__text {
    font-size: 20px;
  }
  .main-2 .hero_main .hero__text span {
    font-size: 40px;
  }
}
.main-2 .hero_main .hero__title {
  color: var(--White-Smoke, #fafafa);
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.36px;
  text-transform: capitalize;
  margin-top: 60px;
}
.main-2 .hero_main .hero__title span {
  color: var(--White-Smoke, #fafafa);
  text-align: center;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.44px;
  text-transform: capitalize;
}
@media (min-width: 1024px) {
  .main-2 .hero_main .hero__title {
    text-align: left;
    margin-top: 25px;
    font-size: 24px;
  }
  .main-2 .hero_main .hero__title span {
    font-size: 28px;
  }
}
@media (min-width: 1240px) {
  .main-2 .hero_main .hero__title {
    font-size: 32px;
  }
  .main-2 .hero_main .hero__title span {
    font-size: 40px;
  }
}
.contact-us .price-info,
.contact-us-europe .price-info {
  position: relative;
  max-width: 444px;
  margin: 20px auto 0;
  display: flex;
  padding: 16px 12px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
  border-radius: 4px;
  background: #ffece0;
}
@media (min-width: 768px) {
  .contact-us .price-info,
  .contact-us-europe .price-info {
    margin: 20px 0 0;
    padding: 24px 24px 24px 0;
    background: transparent;
  }
  .contact-us .price-info::after,
  .contact-us-europe .price-info::after {
    content: "";
    border-radius: 0px 4px 4px 0px;
    display: block;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    background: #ffece0;
    height: 100%;
    width: 100vw;
    z-index: 0;
  }
}
@media (min-width: 1680px) {
  .contact-us .price-info,
  .contact-us-europe .price-info {
    margin: 64px 0 0;
    max-width: 576px;
  }
}
.contact-us .price-info .price__cost,
.contact-us-europe .price-info .price__cost {
  color: #c46b49;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 768px) {
  .contact-us .price-info .price__cost,
  .contact-us-europe .price-info .price__cost {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .contact-us .price-info .price__cost,
  .contact-us-europe .price-info .price__cost {
    font-size: 40px;
  }
}
.contact-us .price-info .price__title,
.contact-us-europe .price-info .price__title {
  color: #2a3243;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (min-width: 1024px) {
  .contact-us .price-info .price__title,
  .contact-us-europe .price-info .price__title {
    font-size: 16px;
  }
}
.contact-us .price-info .price__info,
.contact-us-europe .price-info .price__info {
  display: flex;
  align-items: center;
  gap: 4px;
}
@media (min-width: 768px) {
  .contact-us .price-info .price__info,
  .contact-us-europe .price-info .price__info {
    align-items: flex-end;
  }
}
.contact-us .price-info .price__text,
.contact-us-europe .price-info .price__text {
  color: #2a3243;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 768px) {
  .contact-us .price-info .price__text,
  .contact-us-europe .price-info .price__text {
    font-weight: 500;
  }
}
.contact-us .price-info .price,
.contact-us-europe .price-info .price {
  position: relative;
  z-index: 1;
}
.contact-us .price-info__text,
.contact-us-europe .price-info__text {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #2a3243;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contact-us .price-info__text span,
.contact-us-europe .price-info__text span {
  font-weight: 700;
}
@media (min-width: 1024px) {
  .contact-us .price-info__text,
  .contact-us-europe .price-info__text {
    font-size: 20px;
  }
}
@media (min-width: 1680px) {
  .contact-us .price-info__text,
  .contact-us-europe .price-info__text {
    font-size: 22px;
  }
}
.contact-us .hero_main,
.contact-us-europe .hero_main {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-us .hero_main .achievement-logos,
.contact-us-europe .hero_main .achievement-logos {
  margin: 32px 0 52px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .contact-us .hero_main .achievement-logos,
  .contact-us-europe .hero_main .achievement-logos {
    display: none;
  }
}
.contact-us .hero_main .form,
.contact-us-europe .hero_main .form {
  background: rgba(249, 250, 251, 0.97);
}
.contact-us .hero_main .form__header,
.contact-us-europe .hero_main .form__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  padding-bottom: 16px;
  border-bottom: 1px solid #d3dae1;
}
.contact-us .hero_main .hero__form-block-text,
.contact-us-europe .hero_main .hero__form-block-text {
  margin: 20px 0;
  color: #fff;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
}
@media (min-width: 1024px) {
  .contact-us .hero_main .hero__form-block-text,
  .contact-us-europe .hero_main .hero__form-block-text {
    font-size: 16px;
    margin: 30px 0 10px;
  }
}
.contact-us .hero_main .hero__text,
.contact-us-europe .hero_main .hero__text {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}
.contact-us .hero_main .hero__text span,
.contact-us-europe .hero_main .hero__text span {
  color: #fff;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
@media (min-width: 768px) {
  .contact-us .hero_main .hero__text,
  .contact-us-europe .hero_main .hero__text {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .contact-us .hero_main .hero__text,
  .contact-us .hero_main .hero__text span,
  .contact-us-europe .hero_main .hero__text,
  .contact-us-europe .hero_main .hero__text span {
    font-size: 16px;
  }
}
@media (min-width: 1240px) {
  .contact-us .hero_main .hero__text,
  .contact-us-europe .hero_main .hero__text {
    margin: 16px 0 0;
  }
  .contact-us .hero_main .hero__text,
  .contact-us .hero_main .hero__text span,
  .contact-us-europe .hero_main .hero__text,
  .contact-us-europe .hero_main .hero__text span {
    font-size: 20px;
  }
}
@media (min-width: 1680px) {
  .contact-us .hero_main .hero__text,
  .contact-us .hero_main .hero__text span,
  .contact-us-europe .hero_main .hero__text,
  .contact-us-europe .hero_main .hero__text span {
    font-size: 24px;
    max-width: 599px;
  }
}
.contact-us .hero_main .hero__title,
.contact-us-europe .hero_main .hero__title {
  max-width: 487px;
  color: var(--White-Smoke, #fafafa);
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 28px */
  letter-spacing: 0.4px;
  text-transform: capitalize;
  margin-top: 60px;
}
@media (min-width: 768px) {
  .contact-us .hero_main .hero__title,
  .contact-us-europe .hero_main .hero__title {
    text-align: left;
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .contact-us .hero_main .hero__title,
  .contact-us-europe .hero_main .hero__title {
    color: var(--White-Smoke, #fafafa);
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 50.4px */
    letter-spacing: 0.72px;
    text-transform: capitalize;
  }
}
@media (min-width: 1240px) {
  .contact-us .hero_main .hero__title,
  .contact-us-europe .hero_main .hero__title {
    font-size: 32px;
  }
}
@media (min-width: 1680px) {
  .contact-us .hero_main .hero__title,
  .contact-us-europe .hero_main .hero__title {
    font-size: 38px;
    max-width: 599px;
  }
}
@media (min-width: 768px) {
  .contact-us .hero_main .hero__content,
  .contact-us-europe .hero_main .hero__content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin: 40px 0 30px;
    gap: 30px;
  }
}
@media (min-width: 1024px) {
  .contact-us .hero_main .hero__content,
  .contact-us-europe .hero_main .hero__content {
    margin: 119px 0 100px;
    gap: 100px;
  }
}
.contact-us-europe .price-info {
  background: transparent;
  padding: 0 0 20px;
}
@media (min-width: 768px) {
  .contact-us-europe .price-info {
    overflow: hidden;
    padding: 16px 12px;
    background: #ffece0;
  }
}
.contact-us-europe .price-info__text {
  display: none;
  color: #fff;
}
@media (min-width: 768px) {
  .contact-us-europe .price-info__text {
    display: flex;
    color: #2a3243;
  }
}
.contact-us-europe .price-info .price__title {
  color: #fff;
}
@media (min-width: 768px) {
  .contact-us-europe .price-info .price__title {
    color: #2a3243;
  }
}
.contact-us-europe .price-info .price__text {
  color: #fff;
}
@media (min-width: 768px) {
  .contact-us-europe .price-info .price__text {
    color: #2a3243;
  }
}
.contact-us-europe .hero_main {
  justify-content: center;
}
@media (min-width: 768px) {
  .contact-us-europe .hero_main .contact-us-form {
    max-width: 532.5px;
  }
}
.contact-us-europe .hero_main .hero__title {
  font-size: clamp(1.375rem, 0.7662835249vw + 1.1954022989rem, 2rem);
  text-align: left;
  color: var(--White-Smoke, #fafafa);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 30.8px */
  margin-left: 0;
  width: 235px;
}
@media (min-width: 768px) {
  .contact-us-europe .hero_main .hero__title {
    margin-left: 0;
    width: 351px;
  }
}
.contact-us-europe .hero_main .hero__text {
  display: none;
}
@media (min-width: 768px) {
  .contact-us-europe .hero_main .hero__text {
    display: flex;
  }
}
.contact-us-europe .hero_main .hero__content {
  margin-top: 0;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .contact-us-europe .hero_main .hero__content {
    display: flex;
    align-items: center;
  }
}
.promo .hero_main {
  align-items: center;
}
.promo .hero_main .hero__image {
  display: flex;
  height: auto;
  width: 100%;
  max-width: 100%;
}
.promo .hero_main .hero__picture {
  margin: 46px 0 0;
  display: flex;
  width: 100px;
  min-width: 100px;
  height: 100px;
}
.promo .hero_main .hero__picture ~ .hero__title {
  margin: 0;
}
@media (min-width: 768px) {
  .promo .hero_main .hero__picture ~ .hero__title {
    margin: 124px 0 0;
    width: calc(100% - 155px);
  }
}
@media (min-width: 1440px) {
  .promo .hero_main .hero__picture ~ .hero__title {
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .promo .hero_main .hero__picture ~ .hero__text {
    width: calc(100% - 155px);
  }
}
@media (min-width: 1440px) {
  .promo .hero_main .hero__picture ~ .hero__text {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .promo .hero_main .hero__picture {
    position: absolute;
    left: auto;
    top: 57px;
    right: 27px;
    width: 200px;
    min-width: 200px;
    height: 200px;
  }
}
@media (min-width: 1440px) {
  .promo .hero_main .hero__picture {
    right: calc(30% + 501px);
    top: 50%;
    transform: translateY(-78%);
  }
}
@media (min-width: 1680px) {
  .promo .hero_main .hero__picture {
    right: calc(30% + 586px);
  }
}
@media (min-width: 1920px) {
  .promo .hero_main .hero__picture {
    right: calc(30% + 622px);
  }
}
.promo .hero_main .achievement-logos {
  margin: 32px 0 52px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .promo .hero_main .achievement-logos {
    display: none;
  }
}
.promo .hero_main .form {
  background: rgba(249, 250, 251, 0.97);
}
.promo .hero_main .form__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.promo .hero_main .form__header-title {
  color: #2a3243;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (min-width: 768px) {
  .promo .hero_main .form__header-title {
    font-size: 16px;
  }
}
.promo .hero_main .form__header-text {
  color: #2a3243;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
  letter-spacing: -0.36px;
}
@media (min-width: 768px) {
  .promo .hero_main .form__header-text {
    font-size: 13px;
  }
}
.promo .hero_main .hero__content {
  flex-grow: 1;
  height: 100%;
  position: relative;
}
@media (min-width: 1024px) {
  .promo .hero_main .hero__content {
    margin: 0 0 100px;
  }
}
@media (min-width: 1440px) {
  .promo .hero_main .hero__content {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 20px;
    min-height: 635px;
  }
}
@media (min-width: 1680px) {
  .promo .hero_main .hero__content {
    min-height: 908px;
    gap: 70px;
  }
}
@media (min-width: 1920px) {
  .promo .hero_main .hero__content {
    gap: 100px;
  }
}
.promo .hero_main .hero__form-block {
  max-width: 100%;
}
.promo .hero_main .hero__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 100%;
  position: static;
}
@media (min-width: 1440px) {
  .promo .hero_main .hero__info {
    max-width: 641px;
    width: 30%;
  }
}
.promo .hero_main .hero__title {
  margin: 146px 0 0;
  max-width: 100%;
  text-align: left;
  color: #fff;
  font-family: Montserrat;
  font-size: clamp(1.0625rem, 1.1494252874vw + 0.7931034483rem, 2rem);
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 23.8px */
  letter-spacing: -0.34px;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .promo .hero_main .hero__title {
    margin: 140px 0 0;
  }
}
@media (min-width: 1440px) {
  .promo .hero_main .hero__title {
    margin: 0 0 0;
  }
}
.promo .hero_main .hero__text {
  margin: 12px 0 0;
  max-width: 100%;
  text-align: left;
  color: #fff;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 21px */
  letter-spacing: -0.28px;
}
.promo .hero_main .hero__text + .hero__text {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.26px;
  text-transform: uppercase;
}
@media (min-width: 1440px) {
  .promo .hero_main .hero__text + .hero__text {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.4px;
    order: 1;
  }
}
@media (min-width: 768px) {
  .promo .hero_main .hero__text {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .promo .hero_main .hero__text {
    order: 2;
  }
}
.price {
  display: flex;
  position: relative;
}
.price p {
  margin: 0;
}
.price_highlight-price {
  display: flex;
  position: relative;
  flex-direction: column;
}
.price_highlight-price .price__title {
  color: var(--White-Smoke, #fafafa);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (min-width: 1024px) {
  .price_highlight-price .price__title {
    font-size: 16px;
  }
}
.price_highlight-price .price__text {
  color: var(--White-Smoke, #fafafa);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (min-width: 1024px) {
  .price_highlight-price .price__text {
    font-size: 20px;
  }
}
.price_highlight-price .price__cost {
  color: #ea9262;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
@media (min-width: 1024px) {
  .price_highlight-price .price__cost {
    font-size: 40px;
  }
}
.price_vertical-title {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  gap: 0;
}
@media (min-width: 1024px) {
  .price_vertical-title {
    gap: 5px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding-bottom: 24px;
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .price_vertical-title {
    width: auto;
    padding-bottom: 0;
  }
}
.price_vertical-title .price__info {
  display: flex;
  flex-direction: column;
}
.price_vertical-title .price__title {
  transform: rotate(-90deg);
  text-transform: uppercase;
  color: var(--White-Smoke, #fafafa);
  font-family: Montserrat;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (min-width: 1024px) {
  .price_vertical-title .price__title {
    transform: unset;
    font-size: 12px;
    font-weight: 500;
  }
}
@media (min-width: 1440px) {
  .price_vertical-title .price__title {
    font-size: 16px;
  }
}
.price_vertical-title .price__text {
  color: #fafafa;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 1024px) {
  .price_vertical-title .price__text {
    font-size: 16px;
    font-weight: 500;
  }
}
@media (min-width: 1440px) {
  .price_vertical-title .price__text {
    font-size: 20px;
  }
}
.price_vertical-title .price__cost {
  color: var(--White-Smoke, #fafafa);
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 44.8px */
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .price_vertical-title .price__cost {
    line-height: 1;
    font-size: 28px;
  }
}
@media (min-width: 1440px) {
  .price_vertical-title .price__cost {
    font-size: 40px;
  }
}
.hero-card {
  position: relative;
  width: 243px;
  height: 138px;
  border-radius: 10px;
  overflow: hidden;
}
.hero-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(24, 6, 6, 0) 0%, rgba(24, 6, 6, 0.6) 81.87%);
}
.hero-card > picture {
  display: block;
  overflow: hidden;
  height: 100%;
}
.hero-card__image {
  display: block;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-card__content {
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
  z-index: 2;
  background: transparent;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
}
.hero-card__content p {
  margin: 0;
}
@media (min-width: 768px) {
  .hero-card__content {
    padding: 12px;
    gap: 12px;
  }
}
.hero-card__title {
  color: var(--White, #fff);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.hero-card__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hero-card__info-cost {
  display: flex;
  flex-direction: column;
  gap: 2px;
  justify-content: space-between;
  align-items: flex-start;
}
.hero-card__retail-cost {
  color: #54617a;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.hero-card__our-cost {
  color: var(--bs-secondary, #f0977d);
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 16.552px; /* 82.759% */
}
.hero-card__info-text {
  display: flex;
  justify-content: space-between;
}
.hero-card__retail-text {
  color: var(--White, #fff);
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 12px */
}
.hero-card__our-text {
  color: var(--White-Smoke, #fafafa);
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16.552px; /* 137.931% */
}
.black-friday:not(.black-friday_full) .hero-partners__container {
  display: none;
}
.hero-partners {
  position: relative;
  z-index: 1;
  display: flex;
  margin: 16px 0 32px;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.hero-partners .hero-partners__button {
  position: relative;
}
.hero-partners .hero-partners__button::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: var(--White-Smoke, #fafafa);
  transition: transform 0.4s, transform-origin 0s;
  transform: scaleX(0);
  transform-origin: right center;
  height: 1px;
}
.hero-partners .hero-partners__button:hover::before {
  transform: scaleX(1);
  transform-origin: left center;
}
.hero-partners__button {
  position: relative;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  color: var(--White, #fff);
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  border: none;
  outline: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  .hero-partners__button {
    font-size: 16px;
    gap: 3px;
  }
}
.hero-partners__button::after {
  width: 24px;
  height: 24px;
  display: inline-block;
  content: url("../../static/icons/arrow-right-white-2.svg");
}
.hero-partners__list {
  display: flex;
  gap: 5px;
  justify-content: space-between;
  align-items: stretch;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 400px;
}
@media (min-width: 768px) {
  .hero-partners__list {
    gap: 18px;
    max-width: 648px;
  }
}
@media (min-width: 1024px) {
  .hero-partners__list {
    gap: 20px;
    max-width: 904px;
  }
}
@media (min-width: 1440px) {
  .hero-partners__list {
    gap: unset;
    max-width: 1216px;
  }
}
@media (min-width: 1680px) {
  .hero-partners__list {
    gap: 28px;
  }
}
.hero-partners__item {
  height: 100%;
  align-self: flex-end;
}
@media (max-width: 767px) {
  .hero-partners__item:nth-of-type(1n + 4) {
    display: none;
  }
}
@media (max-width: 1023px) {
  .hero-partners__item:nth-of-type(1n + 6) {
    display: none;
  }
}
@media (max-width: 1439px) {
  .hero-partners__item:nth-of-type(1n + 7) {
    display: none;
  }
}
@media (max-width: 1679px) {
  .hero-partners__item:nth-of-type(1n + 8) {
    display: none;
  }
}
@media (min-width: 768px) {
  .hero-partners__item {
    width: auto;
  }
}
@media (min-width: 1920px) {
  .hero-partners__item:nth-of-type(1n + 9) {
    display: none;
  }
}
.hero-partners__link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 6.4px;
  height: 100%;
  min-height: 42px;
}
@media (min-width: 1440px) {
  .hero-partners__link {
    min-height: 60px;
  }
}
.hero-partners__logo {
  display: block;
  height: 18px;
  margin: auto;
}
@media (min-width: 768px) {
  .hero-partners__logo {
    height: 100%;
    width: auto;
    max-width: 132px;
    max-height: 24px;
  }
}
@media (min-width: 1024px) {
  .hero-partners__logo {
    max-width: 177px;
  }
}
@media (min-width: 1440px) {
  .hero-partners__logo {
    max-height: 52px;
  }
}
.hero-partners__link-text {
  color: #fafafa;
  font-family: Inter;
  font-size: 9px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  opacity: 0.2;
}
.hero-partners__link-text img {
  display: inline-block;
  object-fit: none;
  margin: 0px 0 -3px 0;
  width: 12px;
  height: 12px;
  filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(2399%) hue-rotate(31deg) brightness(120%) contrast(96%);
}
@media (min-width: 1024px) {
  .top-partner {
    padding-top: 24px;
    border-top: 1px solid #fff;
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .top-partner {
    padding-top: 0;
    border-top: none;
    width: auto;
  }
}
.top-partner__title-image {
  display: block;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .top-partner__title-image {
    height: 16px;
    margin-bottom: 12px;
  }
}
@media (min-width: 1440px) {
  .top-partner__title-image {
    height: 24px;
    margin-bottom: 16px;
  }
}
.top-partner__text {
  color: var(--White, #fff);
  font-family: Montserrat;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 13px */
  margin: 0;
}
.top-partner__text + .top-partner__text {
  font-weight: 700;
}
@media (min-width: 1024px) {
  .top-partner__text, .top-partner__text + .top-partner__text {
    font-size: 12px;
  }
}
.script-block {
  width: 100%;
}
.script-block__title {
  display: flex;
  justify-content: center;
  color: var(--White-Smoke, #fafafa);
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  margin: 40px auto 20px;
  font-weight: bold;
  width: 100%;
  max-width: 700px;
}
@media (min-width: 1024px) {
  .script-block__title {
    font-size: 20px;
  }
}
.script-block__text {
  display: flex;
  justify-content: center;
  color: var(--White-Smoke, #fafafa);
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  margin: 0 auto 20px;
  width: 100%;
  max-width: 700px;
}
@media (min-width: 1024px) {
  .script-block__text {
    font-size: 20px;
  }
}
.hero-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 32px;
}
.hero-list__title {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .hero-list__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.hero-list__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  counter-reset: item;
  margin: 0 auto;
  padding-left: 0;
  width: auto;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .hero-list__list {
    margin-bottom: 20px;
    flex-direction: row;
    gap: 24px;
  }
}
.hero-list__item {
  display: flex;
  padding: 4px;
  max-width: 258px;
}
@media (min-width: 768px) {
  .hero-list__item {
    flex-direction: column;
    padding: 10px;
  }
}
.hero-list__item::before {
  display: inline-block;
  content: "0" counter(item);
  counter-increment: item;
  width: 2em;
  margin-left: -2em;
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (min-width: 768px) {
  .hero-list__item::before {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 12px;
  }
}
.hero-list__item-title {
  color: #fafafa;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
@media (min-width: 768px) {
  .hero-list__item-title {
    margin: 0 0 4px;
    font-weight: 600;
  }
}
.hero-list__item-text {
  display: none;
}
@media (min-width: 768px) {
  .hero-list__item-text {
    display: flex;
    margin: 0;
    color: #fafafa;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}
.achievement-logos {
  display: flex;
  justify-content: center;
  gap: 20px;
  height: 100%;
}
@media (min-width: 768px) {
  .achievement-logos {
    gap: 24px;
  }
}
.achievement-logos_2 {
  height: auto;
}
@media (min-width: 1024px) {
  .achievement-logos_2 {
    justify-content: flex-start;
    gap: 8px;
  }
}
@media (min-width: 1440px) {
  .achievement-logos_2 {
    gap: 24px;
  }
}
.achievement-logos_2 .achievement-logos__block p {
  margin: 0;
  color: var(--White, #fff);
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.achievement-logos_2 .achievement-logos__block:nth-child(1) .achievement-logos__block-image {
  width: 120px;
}
.achievement-logos_2 .achievement-logos__block:nth-child(2) .achievement-logos__block-image {
  width: 48px;
}
.achievement-logos_2 .achievement-logos__block:nth-child(3) .achievement-logos__block {
  gap: 7px;
}
.achievement-logos_2 .achievement-logos__block:nth-child(3) .achievement-logos__block-image {
  width: 76px;
}
.achievement-logos_2 .achievement-logos__block:nth-child(3) .stars {
  gap: 2px;
}
.achievement-logos_2 .achievement-logos__block:nth-child(3) .stars__star {
  height: 15px;
  width: 14px;
  min-width: 14px;
}
.achievement-logos_2 .achievement-logos__block:nth-child(3) .stars__star > img {
  display: block;
  height: 10px;
  width: 10px;
  min-width: 10px;
}
.achievement-logos__block {
  display: flex;
  gap: 12px;
  align-items: center;
}
.achievement-logos__block:nth-child(1) .achievement-logos__block-image {
  width: 28px;
}
.achievement-logos__block:nth-child(2) .achievement-logos__block-image {
  width: 30px;
}
.achievement-logos__block:nth-child(3) .achievement-logos__block {
  gap: 7px;
}
.achievement-logos__block:nth-child(3) .achievement-logos__block-image {
  width: 52px;
}
.achievement-logos__block:nth-child(3) .stars__star {
  height: 10px;
  width: 10px;
  min-width: 10px;
}
.achievement-logos__block:nth-child(3) .stars__star > img {
  display: block;
  height: 6.8px;
  width: 6.8px;
  min-width: 6.8px;
}
@media (min-width: 768px) {
  .achievement-logos__block:nth-child(3) .stars__star {
    width: 17.171px;
    min-width: 17.171px;
    height: 17.171px;
  }
  .achievement-logos__block:nth-child(3) .stars__star > img {
    height: 11.5px;
    width: 11.5px;
    min-width: 11.5px;
  }
}
@media (min-width: 768px) {
  .achievement-logos__block:nth-child(1) .achievement-logos__block-image {
    width: 41px;
  }
  .achievement-logos__block:nth-child(2) .achievement-logos__block-image {
    width: 39px;
  }
  .achievement-logos__block:nth-child(3) .achievement-logos__block {
    gap: 14px;
  }
  .achievement-logos__block:nth-child(3) .achievement-logos__block-image {
    width: 88px;
  }
}
.achievement-logos__block-content {
  color: var(--Steel-Blue, #667085);
  font-size: 8px;
  line-height: normal;
  font-weight: 600;
}
@media (min-width: 768px) {
  .achievement-logos__block-content {
    font-size: 10px;
  }
}
.find-ticket > .container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1440px) {
  .find-ticket > .container {
    flex-wrap: wrap;
    max-height: 1000px;
    align-items: center;
    margin-top: 50px;
  }
}
.find-ticket__info {
  margin: 0 auto;
  width: 319px;
}
@media (min-width: 768px) {
  .find-ticket__info {
    width: 648px;
  }
}
@media (min-width: 1440px) {
  .find-ticket__info {
    width: 547px;
    margin: 0 32px 0 0;
    order: 1;
  }
}
@media (min-width: 1920px) {
  .find-ticket__info {
    width: 878px;
    margin: 0 0 0 0;
  }
}
.find-ticket__subtitle {
  color: var(--Dark-blue, #2a3243);
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 25.2px */
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .find-ticket__subtitle {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .find-ticket__subtitle {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .find-ticket__title {
    max-width: 518px;
  }
}
@media (min-width: 1440px) {
  .find-ticket__title {
    text-align: left;
    margin: 0 0 12px;
  }
}
@media (min-width: 1920px) {
  .find-ticket__title {
    max-width: 100%;
    margin: 55.5px 0 12px;
  }
}
.find-ticket__text {
  text-align: center;
  margin: 0;
}
.find-ticket__text + .find-ticket__text {
  margin-top: 8px;
}
@media (min-width: 1440px) {
  .find-ticket__text {
    text-align: left;
  }
}
.find-ticket_dynamic-content .find-ticket__info {
  order: 1;
}
.find-ticket_dynamic-content .find-ticket__content {
  order: 2;
}
@media (min-width: 1024px) {
  .find-ticket_dynamic-content .find-ticket__content {
    padding-top: 66px;
  }
}
@media (min-width: 1440px) {
  .find-ticket_dynamic-content .find-ticket__content {
    padding-top: 0;
    margin-top: 32px;
    gap: 0;
  }
}
@media (min-width: 1920px) {
  .find-ticket_dynamic-content .find-ticket__content {
    gap: 36px;
  }
}
.find-ticket_dynamic-content .find-ticket__form-container {
  order: 3;
}
@media (min-width: 1024px) {
  .find-ticket_dynamic-content .find-ticket__content-text {
    margin: 0 0 32px;
  }
}
@media (min-width: 1440px) {
  .find-ticket_dynamic-content .find-ticket__content-text {
    margin: 0 0 16px;
  }
}
@media (min-width: 1440px) {
  .find-ticket_dynamic-content .find-ticket__content-info {
    margin: 30px 0 0;
  }
}
@media (min-width: 1024px) {
  .find-ticket_dynamic-content .find-ticket__contact-list {
    flex-direction: column;
  }
}
@media (min-width: 1440px) {
  .find-ticket_dynamic-content .find-ticket__contact-list {
    flex-direction: row;
  }
}
@media (min-width: 1920px) {
  .find-ticket_dynamic-content .find-ticket__contact-list {
    flex-direction: column;
  }
}
.find-ticket_dynamic-content .find-ticket__dynamic-content {
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .find-ticket_dynamic-content .find-ticket__dynamic-content {
    width: 486px;
    min-width: 486px;
  }
}
@media (min-width: 1440px) {
  .find-ticket_dynamic-content .find-ticket__dynamic-content {
    width: 100%;
    min-width: 100%;
  }
}
@media (min-width: 1920px) {
  .find-ticket_dynamic-content .find-ticket__dynamic-content {
    width: 488px;
    min-width: 488px;
  }
}
.find-ticket__content {
  display: flex;
  flex-direction: column;
  margin: 32px auto 0;
  width: 319px;
  position: relative;
}
@media (min-width: 768px) {
  .find-ticket__content {
    width: 648px;
  }
}
@media (min-width: 1024px) {
  .find-ticket__content {
    width: 904px;
    flex-direction: row;
    justify-content: space-between;
    gap: 49px;
  }
}
@media (min-width: 1440px) {
  .find-ticket__content {
    width: 547px;
    margin: 50px 32px 0 0;
    flex-direction: column;
    order: 2;
  }
}
@media (min-width: 1920px) {
  .find-ticket__content {
    width: 878px;
    margin: 32px 0 0;
    flex-direction: row;
  }
}
.find-ticket__content picture {
  border-radius: 16px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .find-ticket__content picture {
    max-width: 648px;
  }
}
.find-ticket__content picture,
.find-ticket__content picture img {
  display: block;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .find-ticket__content picture,
  .find-ticket__content picture img {
    width: 381px;
    min-width: 381px;
    height: 212px;
  }
}
@media (min-width: 1440px) {
  .find-ticket__content picture,
  .find-ticket__content picture img {
    width: 546px;
    min-width: 546px;
  }
}
@media (min-width: 1920px) {
  .find-ticket__content picture,
  .find-ticket__content picture img {
    width: 402px;
    min-width: 402px;
  }
}
.find-ticket__content-text {
  color: var(--Dark-blue, #2a3243);
  margin: 0 0 20px;
  text-align: left;
  /* 1024/H3/18px */
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
}
@media (min-width: 1024px) {
  .find-ticket__content-text {
    margin: 33px 0 32px;
  }
}
@media (min-width: 1440px) {
  .find-ticket__content-text {
    margin: 0 0 16px;
  }
}
@media (min-width: 1920px) {
  .find-ticket__content-text {
    margin: 0 0 16px;
  }
}
.find-ticket__contact-list {
  display: flex;
  flex-direction: column;
  gap: 33px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .find-ticket__contact-list {
    flex-direction: row;
  }
}
@media (min-width: 1920px) {
  .find-ticket__contact-list {
    gap: 15px;
  }
}
.find-ticket__contact-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.find-ticket__contact-title {
  color: var(--Dark-blue, #2a3243);
  margin: 0;
  /* Mobile/SemiBold 16 */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
.find-ticket__contact-link {
  color: var(--Azure-Blue, #0a74d7);
  margin: 0;
  /* Mobile/Medium 18 */
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
}
.find-ticket__form-container {
  display: flex;
  width: 100%;
  max-width: 100%;
  margin: 32px auto 0;
  padding: 24px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background: #f9fafb;
  position: relative;
  z-index: 10;
}
@media (min-width: 576px) {
  .find-ticket__form-container {
    width: 629px;
  }
}
@media (min-width: 768px) {
  .find-ticket__form-container {
    margin: 33px auto 0;
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .find-ticket__form-container {
    margin: 0 0 0 auto;
  }
}
@media (min-width: 1440px) {
  .find-ticket__form-container {
    width: 629px;
    margin: 0 0 0 32px;
  }
}
.find-ticket .find-ticket__form-container {
  width: 100%;
  border-radius: 20px;
  background: var(--White, #fff);
  box-shadow: 0px 0px 9.4px 0px rgba(10, 116, 215, 0.1);
}
@media (min-width: 576px) {
  .find-ticket .find-ticket__form-container {
    width: 601px;
  }
}
@media (min-width: 768px) {
  .find-ticket .find-ticket__form-container {
    margin: 32px auto 0;
  }
}
@media (min-width: 1440px) {
  .find-ticket .find-ticket__form-container {
    margin: 16px 0 0 32px;
    order: 3;
  }
}
@media (min-width: 1920px) {
  .find-ticket .find-ticket__form-container {
    margin: 0 0 0 32px;
  }
}
.find-ticket .find-ticket__form-container sl-button.btn-secondary::part(label) {
  font-size: 14px;
}
.find-ticket .find-ticket__form-container .form__field-dropdown::part(panel) {
  width: 295px !important;
}
@media (min-width: 768px) {
  .find-ticket .find-ticket__form-container .form__field-dropdown::part(panel) {
    width: 409px !important;
  }
}
.find-ticket .find-ticket__form-container .form__field-dropdown[open] .form__input-chevron, .find-ticket .find-ticket__form-container .form__date.active .form__input-chevron {
  transform: translateY(-50%) rotate(180deg) !important;
}
.find-ticket__form {
  padding: 0;
}
@media (min-width: 768px) {
  .find-ticket__form {
    gap: 16px;
  }
}
@media (min-width: 768px) {
  .find-ticket__form .iti div.iti__dropdown-content {
    min-width: 232px;
  }
}
.find-ticket__form .form__field-dropdown::part(panel) {
  right: 0;
  top: calc(100% + 10px) !important;
  width: 317px !important;
}
@media (min-width: 768px) {
  .find-ticket__form .form__field-dropdown::part(panel) {
    right: 0 !important;
    width: 409px !important;
  }
}
.find-ticket__form .form__fields {
  gap: 8px;
  justify-content: space-between;
}
.find-ticket__form .form__fields .form__fields-search > sl-input,
.find-ticket__form .form__fields .dynamic-group > div.form__input:not(.form__date),
.find-ticket__form .form__fields > sl-input,
.find-ticket__form .form__fields > div.form__input {
  width: calc(50% - 4px);
}
.find-ticket__form .form__fields div.form__input.form__date,
.find-ticket__form .form__fields div.form__input.form__date + .form__field-dropdown {
  width: 100%;
}
@media (min-width: 768px) {
  .find-ticket__form .form__fields div.form__input.form__date,
  .find-ticket__form .form__fields div.form__input.form__date + .form__field-dropdown {
    width: calc(50% - 4px);
  }
}
@media (min-width: 768px) {
  .find-ticket__form .form__fields {
    justify-content: space-between;
  }
}
.find-ticket__form .form__fields-search {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.find-ticket__form .form sl-input::part(form-control),
.find-ticket__form .form div.form__input {
  height: 50px;
  padding: 8px 12px;
}
@media (min-width: 768px) {
  .find-ticket__form .form sl-input::part(form-control),
  .find-ticket__form .form div.form__input {
    height: 69px;
  }
}
@media (min-width: 1024px) {
  .find-ticket__form .form sl-input::part(form-control),
  .find-ticket__form .form div.form__input {
    padding: 12px 13px;
  }
}
.find-ticket__form .form sl-input::part(form-control-label),
.find-ticket__form .form div.form__input > label {
  color: var(--Dark-blue, #2a3243);
  font-size: 10px;
  line-height: normal;
}
@media (min-width: 768px) {
  .find-ticket__form .form sl-input::part(form-control-label),
  .find-ticket__form .form div.form__input > label {
    font-size: 16px;
    line-height: 150%;
  }
}
@media (min-width: 1024px) {
  .find-ticket__form .form sl-input::part(form-control-label),
  .find-ticket__form .form div.form__input > label {
    font-size: 14px;
  }
}
.find-ticket__form .form sl-input::part(input),
.find-ticket__form .form div.form__input input {
  color: var(--Dark-blue, #2a3243);
}
.find-ticket__form .form sl-input::part(input)::placeholder,
.find-ticket__form .form div.form__input input::placeholder {
  color: #cdcdcd;
}
.find-ticket__form .form sl-input::part(input), .find-ticket__form .form sl-input::part(input)::placeholder,
.find-ticket__form .form div.form__input input,
.find-ticket__form .form div.form__input input::placeholder {
  --sl-input-font-size-medium: 12px;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
}
@media (min-width: 768px) {
  .find-ticket__form .form sl-input::part(input), .find-ticket__form .form sl-input::part(input)::placeholder,
  .find-ticket__form .form div.form__input input,
  .find-ticket__form .form div.form__input input::placeholder {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .find-ticket__form .form sl-input::part(input), .find-ticket__form .form sl-input::part(input)::placeholder,
  .find-ticket__form .form div.form__input input,
  .find-ticket__form .form div.form__input input::placeholder {
    font-size: 16px;
  }
}
.find-ticket__form .form__exchange-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  min-width: 34px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--White, #fff);
  border: 1px solid rgba(10, 116, 215, 0.05);
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%) rotate(90deg);
  z-index: 1;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.find-ticket__form .form__exchange-button img {
  display: block;
  width: 24px;
  min-width: 24px;
  height: auto;
}
.find-ticket__form .form__exchange-button:hover {
  filter: opacity(0.5);
}
@media (min-width: 768px) {
  .find-ticket__form .form__exchange-button {
    min-width: 28px;
    width: 28px;
    height: 28px;
  }
}
.find-ticket__form sl-input::part(form-control),
.find-ticket__form div.form__input {
  box-shadow: 0px 4px 4px 0px rgba(10, 116, 215, 0.1);
  border: none;
}
.find-ticket__form sl-input::part(form-control-help-text) {
  margin: 0;
}
.find-ticket__form sl-checkbox {
  margin-top: 20px;
}
.find-ticket__form sl-checkbox .checkbox__text {
  margin: 0;
  color: var(--Dark-blue, #2a3243);
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
@media (min-width: 1024px) {
  .find-ticket__form sl-checkbox .checkbox__text {
    font-size: 14px;
  }
}
.find-ticket__form .form__text {
  color: var(--Steel-Blue, #667085);
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 16.8px */
  margin: 0 0 0 0;
}
@media (min-width: 768px) {
  .find-ticket__form .form__text {
    margin: 0;
    font-size: 12px;
  }
}
.find-ticket__form sl-button[type=submit] {
  margin-top: 0;
}
.find-ticket__form .btn-secondary .btn__content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 8px;
}
.find-ticket__form .btn-secondary .btn__content span {
  display: flex;
  align-items: center;
}
.find-ticket__form .btn-secondary .btn__content span + img {
  display: block;
}
.find-ticket__form .btn-xl[type=submit], .find-ticket__form .btn-xl[type=submit]::part(base) {
  width: 100%;
}
@media (min-width: 576px) {
  .find-ticket__form .btn-xl[type=submit], .find-ticket__form .btn-xl[type=submit]::part(base) {
    width: 312px;
  }
}
@media (min-width: 768px) {
  .find-ticket__form .btn-xl[type=submit], .find-ticket__form .btn-xl[type=submit]::part(base) {
    width: 280px;
  }
}
.find-ticket__form .form__field-group {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  box-shadow: 0px 4px 4px 0px rgba(10, 116, 215, 0.1);
}
@media (min-width: 768px) {
  .find-ticket__form .form__field-group {
    width: calc(50% - 4px);
    border-radius: 10px;
  }
}
.find-ticket__form .form__field-group div.form__input.form__date {
  position: relative;
  box-shadow: none;
  width: calc(50% - 4px);
}
@media (min-width: 768px) {
  .find-ticket__form .form__field-group div.form__input.form__date {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .find-ticket__form .form__field-group div.form__input.form__date:nth-child(1) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .find-ticket__form .form__field-group div.form__input.form__date:nth-child(1)::after {
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #f0f0f0;
    width: 1px;
    min-width: 1px;
    height: 45px;
  }
}
@media (min-width: 768px) {
  .find-ticket__form .form__field-group div.form__input.form__date:nth-child(2) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.find-ticket__form .form__field-group div.form__input.form__date:only-child {
  width: 100%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.find-ticket__form .form__field-group + .form__field-dropdown {
  width: 100%;
}
@media (min-width: 768px) {
  .find-ticket__form .form__field-group + .form__field-dropdown {
    width: calc(50% - 4px);
  }
}
.find-ticket__nav {
  height: 100%;
  max-width: 100%;
}
.find-ticket__nav::part(scroll-button) {
  display: none;
}
.find-ticket__nav::part(nav) {
  padding: 0;
}
.find-ticket__nav::part(base) {
  height: 100%;
}
.find-ticket__nav::part(body) {
  height: 100%;
  overflow: visible;
}
.find-ticket__nav::part(tabs) {
  display: flex;
  border-bottom: none;
  gap: 4px;
  justify-content: center;
  padding: 0 0 17px;
}
@media (min-width: 768px) {
  .find-ticket__nav::part(tabs) {
    gap: 9px;
    gap: 18px;
    justify-content: center;
  }
}
.find-ticket__nav::part(active-tab-indicator) {
  display: none;
}
.find-ticket__nav > sl-tab-panel::part(base) {
  padding: 0 0 0px;
}
.find-ticket__nav > sl-tab::part(base) {
  overflow: hidden;
  padding: 10px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #a5a7ac;
  font-family: Montserrat;
  font-weight: 700;
  line-height: normal;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 375px) {
  .find-ticket__nav > sl-tab::part(base) {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .find-ticket__nav > sl-tab::part(base) {
    font-size: 16px;
  }
}
.find-ticket__nav > sl-tab[active]::part(base) {
  background: var(--White, #fff);
  box-shadow: 0px 4px 4px 0px rgba(10, 116, 215, 0.1);
  color: #00091c;
}
.call-me {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.call-me .call-me__button {
  margin: 0 auto;
}
.call-me .call-me__button img {
  display: block;
  height: 32px;
  width: 32px;
  min-width: 32px;
}
@media (min-width: 768px) {
  .call-me .call-me__button img {
    height: 28px;
    width: 28px;
    min-width: 28px;
  }
}
.call-me .call-me__button, .call-me .call-me__button::part(base) {
  width: 100%;
}
@media (min-width: 576px) {
  .call-me .call-me__button, .call-me .call-me__button::part(base) {
    width: 312px;
  }
}
@media (min-width: 768px) {
  .call-me .call-me__button, .call-me .call-me__button::part(base) {
    width: 280px;
  }
}
.call-me sl-divider {
  height: 32px;
}
.call-me__text {
  color: var(--bs-secondary, #f0977d);
  margin: 0;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 21px */
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .call-me__text {
    font-size: 15px;
  }
}
.drawer-burger::part(base) {
  z-index: 999;
}
.drawer-burger .btn-sm {
  margin: 5px 0 0;
}
.drawer-burger__menu-list {
  flex-direction: column;
  gap: 12px;
  margin: 0;
}
.drawer-burger__menu-list .menu-list__link {
  color: var(--Black, #22282b);
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 36px */
}
.drawer-burger__content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 18px;
}
.drawer-burger__content p {
  margin: 0;
}
.drawer-burger__menu-title {
  color: var(--Small-text, #909da2);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
  letter-spacing: 0.56px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .drawer-burger::part(panel) {
    --size: 600px;
  }
}
.drawer-burger::part(header) {
  display: none;
}
.drawer-burger::part(body) {
  padding: 60px;
}
@media (min-width: 768px) {
  .drawer-burger::part(body) {
    padding: 120px 60px;
  }
}
@media (min-width: 1024px) {
  .drawer-burger::part(body) {
    padding: 45px 60px 45px 126px;
  }
}
.burger-contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
  margin-top: 23px;
}
@media (min-width: 768px) {
  .burger-contacts {
    gap: 24px;
    margin-top: 96px;
  }
}
@media (min-width: 1024px) {
  .burger-contacts {
    gap: 13px;
    margin-top: 21px;
  }
}
.burger-contacts__block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.burger-contacts__block-title {
  color: var(--Small-text, #909da2);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.28px;
  text-transform: uppercase;
}
.burger-contacts__block-content > a {
  color: var(--bs-primary, #0a74d7);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
}
.main-2 .dialog-common.dialog-departure .icon-menu, .main-2 .dialog-common.dialog-return .icon-menu, .main-2 .dialog-common.dialog-date .icon-menu, .main-2 .dialog-common.dialog-passenger .icon-menu {
  top: 13px;
  width: 40px;
  height: 18px;
}
.main-2 .dialog-common.dialog-departure::part(body), .main-2 .dialog-common.dialog-return::part(body), .main-2 .dialog-common.dialog-date::part(body), .main-2 .dialog-common.dialog-passenger::part(body) {
  padding: 16px 16px 0;
  background: #f4f4f4;
}
.main-2 .dialog-common.dialog-departure::part(header), .main-2 .dialog-common.dialog-return::part(header), .main-2 .dialog-common.dialog-date::part(header), .main-2 .dialog-common.dialog-passenger::part(header) {
  background: #fff;
}
.main-2 .dialog-common.dialog-departure::part(title), .main-2 .dialog-common.dialog-return::part(title), .main-2 .dialog-common.dialog-date::part(title), .main-2 .dialog-common.dialog-passenger::part(title) {
  text-align: center;
  padding: 60px 24px 22px;
  color: #2a3243;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.main-2 .dialog-common.dialog-passenger .flight-popup-form__passenger-info {
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 8px;
  margin: 0 0 16px;
}
.main-2 .dialog-common.dialog-passenger .flight-popup-form__passenger-info span:nth-child(1) {
  color: #0a74d7;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.main-2 .dialog-common.dialog-passenger .flight-popup-form__passenger-info span:nth-child(2) {
  color: #2a3243;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.dialog-common::part(header-actions) {
  padding: 0;
}
.dialog-common::part(base) {
  z-index: 1000;
}
.dialog-common_resized::part(base) {
  top: 50px;
}
.dialog-common .icon-menu {
  position: absolute;
  right: 14px;
  margin-top: 45px;
}
@media (min-width: 768px) {
  .dialog-common .icon-menu {
    margin-top: 17px;
  }
}
@media (min-width: 1440px) {
  .dialog-common .icon-menu {
    display: block;
  }
}
.dialog-common::part(body) {
  padding: 40px 23px 0;
}
.dialog-common::part(close-button) {
  display: none;
}
.dialog-common::part(panel) {
  max-height: 100vh;
  height: 100vh;
  max-width: 100%;
}
@media (min-width: 768px) {
  .dialog-common::part(panel) {
    max-height: calc(100vh - 120px);
    height: unset;
    border-radius: 20px;
    --width: 628px;
  }
}
.dialog-common::part(header) {
  position: relative;
}
.dialog-common::part(title) {
  color: var(--Black, #22282b);
  /* Mobile/H2 SemiBold 24 */
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 36px */
  text-transform: capitalize;
  padding: 60px 24px 0;
  margin-right: 20px;
}
@media (min-width: 768px) {
  .dialog-common::part(title) {
    padding: 24px;
  }
}
.dialog-free-quote .form {
  padding: 0 0 20px;
}
.dialog-classup .icon-menu {
  margin-top: 35px;
}
.dialog-classup::part(title) {
  --header-spacing: 12px;
}
.dialog-classup::part(body) {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 32px 0px;
}
@media (min-width: 768px) {
  .dialog-classup::part(body) {
    padding: 0 32px 60px;
  }
}
.dialog-classup::part(panel) {
  border-radius: 20px;
  --width: 478px;
  --height: 730px;
  height: var(--height);
  max-height: 100vh;
}
@media (min-width: 768px) {
  .dialog-classup::part(panel) {
    --height: auto;
  }
}
.classup-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 0;
}
.classup-form__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.classup-form__title {
  color: #000;
  text-align: center;
  margin: 0;
  /* Mobile/SemiBold 20 */
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
}
.classup-form__title span {
  color: var(--bs-secondary, #f0977d);
}
@media (min-width: 768px) {
  .classup-form__title {
    font-size: 20px;
    flex-direction: row;
    justify-content: center;
  }
}
.classup-form__title_active {
  color: var(--bs-secondary, #f0977d);
}
.classup-form__description {
  margin: 0;
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}
@media (min-width: 768px) {
  .classup-form__description {
    font-size: 16px;
  }
}
.classup-form.form .form__fields {
  flex-direction: row;
}
@media (min-width: 768px) {
  .classup-form.form .form__fields {
    flex-direction: column;
  }
  .classup-form.form .form__fields,
  .classup-form.form .form__fields .form__fields-search > sl-input,
  .classup-form.form .form__fields .dynamic-group > div.form__input,
  .classup-form.form .form__fields > sl-input,
  .classup-form.form .form__fields > div.form__input,
  .classup-form.form .form__fields > .form__field-dropdown {
    width: 100%;
  }
}
.classup-form.form__text {
  margin: 0;
  color: var(--Dark-blue, #2a3243);
}
.classup-form.form__text,
.classup-form.form__text a {
  /* Mobile/Medium 18 */
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
}
@media (min-width: 768px) {
  .classup-form.form__text,
  .classup-form.form__text a {
    font-size: 16px;
  }
}
.classup-form.form sl-button[type=submit] {
  margin: 0;
}
@media (min-width: 768px) {
  .contact-us-europe .parallax-bg__wrap.parallax-bg__wrap_gradient-grey:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 40.52%, #333942 88.12%), linear-gradient(0deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.10) 100%), linear-gradient(0deg, rgba(13, 24, 49, 0.50) 0%, rgba(13, 24, 49, 0.50) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
    opacity: 1;
  }
}
.contact-us-europe .parallax-bg__wrap.parallax-bg__wrap_gradient-grey:after {
  position: fixed;
  height: 100vh;
}
.contact-us-europe,
.contact-us-europe .hero_main {
  min-height: 100vh;
}