@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;
  }
}
.form-radio-group::part(form-control-input) {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
}
@media (min-width: 768px) {
  .form-radio-group::part(form-control-input) {
    gap: 20px;
  }
}
.form-radio-group sl-radio {
  width: 100%;
}
@media (min-width: 768px) {
  .form-radio-group sl-radio {
    width: calc(50% - 10px);
    height: auto;
  }
}
.form-radio-group sl-radio::part(base) {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding: 5px 10px;
  border-radius: 8px;
  border: 1px solid transparent;
  background: rgba(10, 116, 215, 0.1);
}
@media (min-width: 768px) {
  .form-radio-group sl-radio::part(base) {
    min-height: 43px;
    height: 100%;
  }
}
.form-radio-group sl-radio[aria-checked=true]::part(base) {
  border-color: var(--blue, #0a74d7);
}
.form-radio-group sl-radio::part(label) {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-grow: 1;
  color: var(--black, #2a3243);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-inline-start: 0;
}
@media (min-width: 768px) {
  .form-radio-group sl-radio::part(label) {
    gap: 8px;
    font-size: 16px;
  }
}
.form-radio-group sl-radio::part(control) {
  --toggle-size: 20px;
  --sl-input-border-width: 1px;
  --sl-input-border-color: #0a74d7;
}
@media (min-width: 768px) {
  .form-radio-group sl-radio::part(control) {
    --toggle-size: 16px;
  }
}
.form-radio-group sl-radio::part(control control--checked) {
  background-color: #fff;
}
.form-radio-group sl-radio::part(checked-icon) {
  position: relative;
  background-color: var(--blue, #0a74d7);
  color: var(--blue, #0a74d7);
  border-radius: 50%;
  border: none;
  --toggle-size: 12px;
}
@media (min-width: 768px) {
  .form-radio-group sl-radio::part(checked-icon) {
    --toggle-size: 8px;
  }
}
.form-radio-group sl-radio sl-input::part(form-control-input),
.form-radio-group sl-radio div.form__input input {
  background: transparent !important;
}
.form-radio-group sl-radio sl-select {
  --sl-input-border-width: 0;
  --sl-input-spacing-medium: 12px;
  --sl-input-height-medium: 35px;
}
.form-radio-group sl-radio sl-select::part(listbox) {
  padding-top: 0;
  padding-bottom: 0;
}
.form-radio-group_border sl-radio::part(base) {
  min-height: 64px;
  display: flex;
  padding: 8px 16px;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #cfcfcf;
  background: #fff;
}
.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);
  }
}
.breadcrumbs {
  position: relative;
  z-index: 1;
  margin: 24px 0 0 -11px;
}
.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 4px;
}
.breadcrumbs__item {
  display: flex;
  gap: 5px;
}
.breadcrumbs__item,
.breadcrumbs__item > a {
  color: var(--Dark-blue, #2a3243);
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 21px */
}
@media (min-width: 1024px) {
  .breadcrumbs__item,
  .breadcrumbs__item > a {
    font-style: 12px;
  }
}
.breadcrumbs__item + .breadcrumbs__item::before {
  content: url("../../static/icons/chevron-right-black.svg");
}
.breadcrumbs__item.active,
.breadcrumbs__item.active a {
  font-weight: 400;
  color: var(--Slate-Gray, #7c8089);
}
.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%);
}
.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%;
}
.plusminus {
  position: relative;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.plusminus.active:before {
  transform: translatey(-50%) rotate(-90deg);
  opacity: 0;
}
.plusminus.active:after {
  transform: translatey(-50%) rotate(0);
}
.plusminus:before, .plusminus:after {
  content: "";
  display: block;
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 0;
  transition: 0.35s;
  width: 100%;
  height: 3px;
}
.plusminus:before {
  transform: translatey(-50%);
}
.plusminus:after {
  transform: translatey(-50%) rotate(90deg);
}
.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% */
}
.preheader {
  width: 100%;
  position: relative;
  z-index: 1;
}
.preheader > .container {
  height: 100%;
}
.spring .preheader-friday,
.spring .preheader-new-year,
.spring .preheader-spring,
.black-friday .preheader-friday,
.black-friday .preheader-new-year,
.black-friday .preheader-spring,
.new-year .preheader-friday,
.new-year .preheader-new-year,
.new-year .preheader-spring {
  display: flex;
}
.spring .preheader-new-year,
.black-friday .preheader-new-year,
.new-year .preheader-new-year {
  display: flex;
}
.spring .preheader-new-year ~ .header:before,
.black-friday .preheader-new-year ~ .header:before,
.new-year .preheader-new-year ~ .header:before {
  display: block;
}
.new-year_short .preheader-new-year {
  display: none;
}
.new-year > .header {
  display: flex;
  flex-direction: column;
  height: 90px;
}
@media (min-width: 375px) {
  .new-year > .header {
    height: 90px;
  }
}
@media (min-width: 576px) {
  .new-year > .header {
    height: 90px;
  }
}
@media (min-width: 768px) {
  .new-year > .header {
    height: 135px;
  }
}
@media (min-width: 1024px) {
  .new-year > .header {
    height: 139px;
  }
}
@media (min-width: 1440px) {
  .new-year > .header {
    height: 162px;
  }
}
.new-year > .header > .container {
  flex-grow: 1;
  height: auto;
}
.new-year > .header:before {
  top: 100%;
  content: "";
  display: none;
  width: 100%;
  height: 30px;
  min-height: 30px;
  background-image: url("../../static/images/mobile/preheader-new-year-decor@2x.png");
  background-color: transparent;
  background-repeat: repeat-x;
  background-size: contain;
}
@media (min-width: 375px) {
  .new-year > .header:before {
    height: 30px;
  }
}
@media (min-width: 576px) {
  .new-year > .header:before {
    height: 30px;
  }
}
@media (min-width: 768px) {
  .new-year > .header:before {
    height: 43px;
    background-image: -webkit-image-set(url("../../static/images/desktop/preheader-new-year-decor.png") 1x, url("../../static/images/desktop/preheader-new-year-decor@2x.png") 2x);
    background-image: image-set(url("../../static/images/desktop/preheader-new-year-decor.png") 1x, url("../../static/images/desktop/preheader-new-year-decor@2x.png") 2x);
  }
}
@media (min-width: 1024px) {
  .new-year > .header:before {
    height: 43px;
  }
}
@media (min-width: 1440px) {
  .new-year > .header:before {
    height: 52px;
  }
}
.preheader-friday {
  display: none;
  background: #00091c;
  height: 186px;
}
@media (min-width: 375px) {
  .preheader-friday {
    height: 158px;
  }
}
@media (min-width: 576px) {
  .preheader-friday {
    height: 139px;
  }
}
@media (min-width: 768px) {
  .preheader-friday {
    height: 103px;
  }
}
@media (min-width: 1024px) {
  .preheader-friday {
    height: 106px;
  }
}
@media (min-width: 1440px) {
  .preheader-friday {
    height: 79px;
  }
}
.preheader-friday > .container {
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
@media (min-width: 1440px) {
  .preheader-friday > .container {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
.preheader-friday__block {
  width: 100%;
}
@media (min-width: 1440px) {
  .preheader-friday__block {
    width: auto;
    flex-grow: 1;
  }
}
.preheader-friday__block:nth-child(2) {
  display: flex;
  justify-content: center;
  gap: 12px;
}
@media (min-width: 576px) {
  .preheader-friday__block:nth-child(2) {
    gap: 40px;
  }
}
@media (min-width: 1440px) {
  .preheader-friday__block:nth-child(2) {
    justify-content: space-between;
  }
}
.preheader-friday__title {
  color: #d9f0ff;
  text-align: center;
  text-shadow: 0px 2px 13.9px rgba(255, 253, 188, 0.5);
  -webkit-text-stroke-width: 0.2px;
  -webkit-text-stroke-color: #53b2f9;
  font-family: Inter;
  font-size: 12px;
  font-style: italic;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}
.preheader-friday__title span {
  color: #53b2f9;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .preheader-friday__title {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  .preheader-friday__title {
    width: 361px;
    text-align: left;
  }
}
.preheader-friday > picture {
  top: 33px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 576px) {
  .preheader-friday > picture {
    display: none;
  }
}
.preheader-friday__bg-text-image {
  opacity: 0.2;
}
.preheader-friday .preheader-friday__button {
  width: 100%;
  max-width: 173px;
  min-width: 145px;
}
@media (min-width: 576px) {
  .preheader-friday .preheader-friday__button {
    max-width: 187px;
  }
}
.preheader-friday .preheader-friday__button::part(label) {
  color: var(--Dark-blue, #2a3243);
  /* buttons */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (min-width: 576px) {
  .preheader-friday .preheader-friday__button::part(label) {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  .preheader-friday .preheader-friday__button::part(label) {
    font-size: 16px;
  }
}
.preheader-friday .preheader-friday__button::part(base) {
  --sl-input-height-medium: 35px;
}
.preheader-friday__button-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: calc(50% - 4px);
}
@media (min-width: 576px) {
  .preheader-friday__button-block {
    width: auto;
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 1440px) {
  .preheader-friday__button-block {
    gap: 10px;
  }
}
@media (min-width: 1680px) {
  .preheader-friday__button-block {
    gap: 24px;
  }
}
.preheader-friday__button-text {
  margin: 12.5px 0 0;
  text-align: center;
  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: 10px;
  font-style: italic;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.preheader-friday__button-text span {
  font-size: 16px;
}
@media (min-width: 576px) {
  .preheader-friday__button-text {
    display: none;
  }
}
@media (min-width: 1440px) {
  .preheader-friday__button-text {
    white-space: nowrap;
    display: flex;
    align-items: baseline;
    gap: 3px;
    margin: 0;
    font-size: 14px;
  }
  .preheader-friday__button-text span {
    font-size: 18px;
  }
}
.preheader-new-year {
  display: none;
  background: linear-gradient(90deg, #041439 0%, #051d46 46.02%, #06244e 100%);
  flex-direction: column;
  height: 161px;
}
@media (min-width: 375px) {
  .preheader-new-year {
    height: 161px;
  }
}
@media (min-width: 576px) {
  .preheader-new-year {
    height: 161px;
  }
}
@media (min-width: 768px) {
  .preheader-new-year {
    height: 137px;
  }
}
@media (min-width: 1024px) {
  .preheader-new-year {
    height: 137px;
  }
}
@media (min-width: 1440px) {
  .preheader-new-year {
    height: 133px;
  }
}
.preheader-new-year ~ .icon-menu {
  top: 47px;
}
@media (min-width: 375px) {
  .preheader-new-year ~ .icon-menu {
    top: 47px;
  }
}
@media (min-width: 576px) {
  .preheader-new-year ~ .icon-menu {
    top: 47px;
  }
}
@media (min-width: 768px) {
  .preheader-new-year ~ .icon-menu {
    top: 78px;
  }
}
@media (min-width: 1024px) {
  .preheader-new-year ~ .icon-menu {
    top: 78px;
  }
}
@media (min-width: 1440px) {
  .preheader-new-year ~ .icon-menu {
    top: 94px;
  }
}
.preheader-new-year ~ sl-dialog .icon-menu {
  top: 0;
}
.preheader-new-year ~ main {
  margin-top: -30px;
}
@media (min-width: 375px) {
  .preheader-new-year ~ main {
    margin-top: -30px;
  }
}
@media (min-width: 576px) {
  .preheader-new-year ~ main {
    margin-top: -30px;
  }
}
@media (min-width: 768px) {
  .preheader-new-year ~ main {
    margin-top: -43px;
  }
}
@media (min-width: 1024px) {
  .preheader-new-year ~ main {
    margin-top: -43px;
  }
}
@media (min-width: 1440px) {
  .preheader-new-year ~ main {
    margin-top: -52px;
  }
}
.preheader-new-year > .container {
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
@media (min-width: 1440px) {
  .preheader-new-year > .container {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
.preheader-new-year__block {
  width: 100%;
}
@media (min-width: 1024px) {
  .preheader-new-year__block:nth-child(1) {
    order: 2;
  }
  .preheader-new-year__block:nth-child(2) {
    order: 1;
  }
}
@media (min-width: 1440px) {
  .preheader-new-year__block {
    width: auto;
    flex-grow: 1;
  }
  .preheader-new-year__block:nth-child(1) {
    order: 1;
  }
  .preheader-new-year__block:nth-child(2) {
    order: 2;
  }
}
.preheader-new-year__block:nth-child(2) {
  display: flex;
  justify-content: center;
  gap: 12px;
}
@media (min-width: 576px) {
  .preheader-new-year__block:nth-child(2) {
    gap: 40px;
  }
}
@media (min-width: 1440px) {
  .preheader-new-year__block:nth-child(2) {
    justify-content: space-between;
  }
}
.preheader-new-year__title {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  margin: 0;
}
.preheader-new-year__title span {
  color: #53b2f9;
  font-size: 16px;
}
@media (min-width: 1440px) {
  .preheader-new-year__title {
    width: 278px;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .preheader-new-year__button {
    display: flex;
    width: 100%;
    max-width: 299px;
  }
  .preheader-new-year__button::part(label) {
    color: var(--Dark-blue, #2a3243);
    font-family: Inter;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .preheader-new-year__button::part(base) {
    --sl-input-height-medium: 35px;
  }
}
.preheader-new-year__button-block {
  display: none;
}
@media (min-width: 768px) {
  .preheader-new-year__button-block {
    display: flex;
    align-items: center;
    width: auto;
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 1440px) {
  .preheader-new-year__button-block {
    gap: 10px;
  }
}
@media (min-width: 1680px) {
  .preheader-new-year__button-block {
    gap: 24px;
  }
}
.preheader-new-year .timer {
  width: auto;
}
.preheader-new-year .timer__count {
  display: flex;
  gap: 2px;
  justify-content: center;
  align-items: center;
  min-width: auto;
  width: auto;
  height: auto;
  background: transparent;
  color: #000;
  text-shadow: 0px 1.192px 8.283px rgba(255, 253, 188, 0.5);
  font-family: Inter;
  font-size: clamp(0.875rem, 0.4597701149vw + 0.7672413793rem, 1.25rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.preheader-new-year .timer__count span {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  border-right: 1px solid #fff;
  background: #fff;
  min-width: clamp(1.5rem, 0.4597701149vw + 1.3922413793rem, 1.875rem);
  width: clamp(1.5rem, 0.4597701149vw + 1.3922413793rem, 1.875rem);
  height: clamp(1.8125rem, 0.30651341vw + 1.7406609195rem, 2.0625rem);
}
.preheader-spring {
  display: none;
  padding: 14px 0;
  background: #0a74d7;
}
.preheader-spring__text {
  margin: 0;
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}
.timer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  width: calc(50% - 4px);
}
@media (min-width: 576px) {
  .timer {
    width: auto;
    gap: 8px;
    flex-direction: row;
  }
}
.timer__text {
  color: var(--White, #fff);
  text-align: center;
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 200% */
  text-transform: uppercase;
  margin: 0;
}
.timer__text:last-child {
  color: #53b2f9;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(255, 255, 255, 0.2);
  -webkit-text-stroke-width: 0.2px;
  -webkit-text-stroke-color: #000;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 166.667% */
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .timer__text:last-child {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .timer__text {
    font-size: 12px;
  }
}
.timer__block {
  display: flex;
  justify-content: center;
  align-items: center;
}
.timer__item {
  position: relative;
  display: flex;
  padding: 0px 7.5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1px;
}
@media (min-width: 768px) {
  .timer__item {
    gap: 2px;
  }
}
.timer__item::after {
  position: absolute;
  top: 50%;
  left: auto;
  right: -2px;
  transform: translateY(-50%);
  content: ":";
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 14.302px;
  font-style: normal;
  font-weight: 600;
  line-height: 11.919px; /* 83.333% */
  text-transform: uppercase;
}
.timer__item:last-child::after {
  content: none;
}
.timer__count {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: clamp(1.75rem, 1.1494252874vw + 1.4806034483rem, 2.6875rem);
  width: clamp(1.75rem, 1.1494252874vw + 1.4806034483rem, 2.6875rem);
  height: clamp(1.5625rem, 0.5363984674vw + 1.4367816092rem, 2rem);
  background: #fff;
  color: #000;
  text-shadow: 0px 1.192px 8.283px rgba(255, 253, 188, 0.5);
  font-family: Inter;
  font-size: clamp(0.875rem, 0.4597701149vw + 0.7672413793rem, 1.25rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.timer__count-text {
  color: #fff;
  text-shadow: 0px 1.192px 8.283px rgba(255, 253, 188, 0.5);
  -webkit-text-stroke-width: 0.2383720875;
  -webkit-text-stroke-color: #fffdbc;
  font-family: Inter;
  font-size: clamp(0.4469375rem, 0.3715708812vw + 0.3598505747rem, 0.75rem);
  font-style: normal;
  font-weight: 600;
  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,
.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,
  .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,
  .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),
.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),
  .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,
.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,
  .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,
.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,
.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),
.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),
  .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),
.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),
  .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,
.promo > .header .nav,
.destinations > .header .nav {
  display: none;
}
.main-2 > .header .header__logo,
.contact-us > .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,
.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,
  .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,
  .promo > .header .header__right-side,
  .destinations > .header .header__right-side {
    padding-right: 0px;
  }
}
.main-2 > .header .working-time,
.contact-us > .header .working-time,
.promo > .header .working-time,
.destinations > .header .working-time {
  display: none;
}
.main-2 > .header .achievement-logos,
.contact-us > .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,
  .promo > .header .achievement-logos,
  .destinations > .header .achievement-logos {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .main-2 > .header + .icon-menu,
  .contact-us > .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;
  }
}
/* Footer  */
.footer {
  position: relative;
  z-index: 1;
  background: var(--bg-color-footer);
  color: var(--black-100);
}
.footer__info-logo {
  display: flex;
  justify-content: center;
  width: 100%;
}
.footer__info-logo img {
  display: block;
  height: auto;
  width: 196px;
}
@media (min-width: 768px) {
  .footer__info-logo {
    width: auto;
    justify-content: flex-start;
    order: 1;
  }
}
@media (min-width: 1024px) {
  .footer__info-logo {
    width: 255px;
  }
}
@media (min-width: 1440px) {
  .footer__info-logo {
    width: 196px;
  }
}
.footer__container {
  max-width: var(--max-width);
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  gap: 40px;
}
.footer__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  width: 100%;
}
@media (min-width: 768px) {
  .footer__info {
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .footer__info {
    gap: 20px;
  }
}
@media (min-width: 1440px) {
  .footer__info {
    gap: 40px;
  }
}
.footer__menu-list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
}
.footer__menu-list .menu-list__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 768px) {
  .footer__menu-list .menu-list__item {
    max-width: 161px;
  }
}
.footer__menu-list .menu-list__link {
  position: relative;
}
.footer__menu-list .menu-list__link::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: var(--Dark-blue, #2a3243);
  transition: transform 0.4s, transform-origin 0s;
  transform: scaleX(0);
  transform-origin: right center;
  height: 1px;
}
.footer__menu-list .menu-list__link:hover::before {
  transform: scaleX(1);
  transform-origin: left center;
}
.footer__menu-list .menu-list__link,
.footer__menu-list .menu-list__title {
  color: var(--Dark-blue, #2a3243);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
}
@media (min-width: 768px) {
  .footer__menu-list .menu-list__link,
  .footer__menu-list .menu-list__title {
    font-size: 16px;
  }
}
.footer__menu-list .menu-list__text, .footer__menu-list .menu-list__text > a {
  color: var(--Steel-Blue, #667085);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}
@media (min-width: 768px) {
  .footer__menu-list .menu-list__text, .footer__menu-list .menu-list__text > a {
    font-size: 16px;
  }
}
.footer__information {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.footer__information > p {
  color: var(--Dark-blue, #2a3243);
  text-align: center;
  /* Desktop/Medium 16 */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  max-width: 204px;
  margin: 0;
}
@media (min-width: 768px) {
  .footer__information > p {
    max-width: unset;
  }
}
.footer__information > div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 0 -10px;
}
.footer__information > div > a {
  color: var(--bs-primary, #0a74d7);
  /* Desktop/Medium 16 */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
}
.footer__price_disclaimer {
  padding: 0 4px;
}
.footer__price_disclaimer p {
  color: var(--Dark-blue, #2a3243);
  opacity: 0.65;
  /* Mobile/Medium 16 */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
}
@media (min-width: 768px) {
  .footer__price_disclaimer p {
    margin: 0;
  }
  .footer__price_disclaimer p + p {
    margin: 25px 0 0;
  }
}
@media (min-width: 1024px) {
  .footer__price_disclaimer p {
    /* Desktop/Medium 14 */
    font-size: 14px;
  }
  .footer__price_disclaimer p + p {
    margin: 21px 0 0;
  }
}
.footer__socials {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .footer__socials {
    order: 2;
    gap: 12px;
    width: 257px;
  }
}
@media (min-width: 1024px) {
  .footer__socials {
    width: 228px;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 1440px) {
  .footer__socials {
    order: 3;
    position: static;
  }
}
@media (min-width: 1920px) {
  .footer__socials {
    width: 262px;
  }
}
.footer__socials-title {
  margin: 0;
  color: #909da2;
  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) {
  .footer__socials-title {
    font-size: 14px;
  }
}
.footer .socials {
  display: flex;
  margin: 0 0px;
  gap: 50px;
}
@media (min-width: 768px) {
  .footer .socials {
    margin-top: auto;
    gap: unset;
    justify-content: space-between;
    padding: 0 0 0 3px;
  }
}
@media (min-width: 768px) {
  .footer .socials a {
    width: 32px;
    min-width: 32px;
    height: 32px;
  }
}
@media (min-width: 768px) {
  .footer .menu-categories {
    order: 3;
    gap: 24px;
  }
}
@media (min-width: 1024px) {
  .footer .menu-categories {
    order: 2;
    width: 614px;
  }
}
@media (min-width: 1440px) {
  .footer .menu-categories {
    width: 685px;
  }
}
@media (min-width: 1920px) {
  .footer .menu-categories {
    width: 879px;
  }
}
.footer .menu-categories__block:nth-child(3) {
  width: 100%;
}
@media (min-width: 768px) {
  .footer .menu-categories__block:nth-child(3) {
    width: 355px;
  }
  .footer .menu-categories__block:nth-child(3) .menu-list__item:nth-child(3) {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
  }
}
@media (min-width: 1920px) {
  .footer .menu-categories__block:nth-child(3) {
    width: 416px;
  }
}
.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 {
  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 {
    margin: 20px 0 0;
    padding: 24px 24px 24px 0;
    background: transparent;
  }
  .contact-us .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 {
    margin: 64px 0 0;
    max-width: 576px;
  }
}
.contact-us .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 {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .contact-us .price-info .price__cost {
    font-size: 40px;
  }
}
.contact-us .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 {
    font-size: 16px;
  }
}
.contact-us .price-info .price__info {
  display: flex;
  align-items: center;
  gap: 4px;
}
@media (min-width: 768px) {
  .contact-us .price-info .price__info {
    align-items: flex-end;
  }
}
.contact-us .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 {
    font-weight: 500;
  }
}
.contact-us .price-info .price {
  position: relative;
  z-index: 1;
}
.contact-us .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 {
  font-weight: 700;
}
@media (min-width: 1024px) {
  .contact-us .price-info__text {
    font-size: 20px;
  }
}
@media (min-width: 1680px) {
  .contact-us .price-info__text {
    font-size: 22px;
  }
}
.contact-us .hero_main {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-us .hero_main .achievement-logos {
  margin: 32px 0 52px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .contact-us .hero_main .achievement-logos {
    display: none;
  }
}
.contact-us .hero_main .form {
  background: rgba(249, 250, 251, 0.97);
}
.contact-us .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 {
  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 {
    font-size: 16px;
    margin: 30px 0 10px;
  }
}
.contact-us .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 {
  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 {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .contact-us .hero_main .hero__text,
  .contact-us .hero_main .hero__text span {
    font-size: 16px;
  }
}
@media (min-width: 1240px) {
  .contact-us .hero_main .hero__text {
    margin: 16px 0 0;
  }
  .contact-us .hero_main .hero__text,
  .contact-us .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 {
    font-size: 24px;
    max-width: 599px;
  }
}
.contact-us .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 {
    text-align: left;
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .contact-us .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 {
    font-size: 32px;
  }
}
@media (min-width: 1680px) {
  .contact-us .hero_main .hero__title {
    font-size: 38px;
    max-width: 599px;
  }
}
@media (min-width: 768px) {
  .contact-us .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 {
    margin: 119px 0 100px;
    gap: 100px;
  }
}
.promo .hero_main {
  align-items: center;
}
.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: 50px;
    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%;
  }
}
@media (min-width: 1680px) {
  .promo .hero_main .hero__info {
    width: 40%;
  }
}
@media (min-width: 1920px) {
  .promo .hero_main .hero__info {
    width: auto;
  }
}
.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;
  }
}
.black-friday:not(.black-friday_full) .banner {
  display: none;
}
.banner {
  position: relative;
  padding: 48px 28px;
}
.banner_airplane {
  display: flex;
  align-items: center;
  padding: 50px 16px;
}
@media (min-width: 1024px) {
  .banner_airplane {
    padding: 64px 16px;
    min-height: 378px;
  }
}
.banner_airplane sl-button.btn-xl {
  margin: 0 auto;
}
.banner_airplane .banner__container {
  padding: 0;
}
.banner_airplane .banner__text {
  max-width: 560px;
}
@media (min-width: 1024px) {
  .banner_airplane .banner__text {
    max-width: unset;
  }
}
.banner_spring .banner__container {
  padding: 0;
}
.banner_spring .banner__text {
  max-width: 560px;
}
@media (min-width: 1024px) {
  .banner_spring .banner__text {
    max-width: unset;
  }
}
.banner__tag {
  margin: 0 auto 12px;
  position: relative;
  z-index: 1;
  display: flex;
  padding: 6px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid #fafafa;
  color: #fafafa;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.banner__info {
  display: flex;
  flex-direction: column;
}
.banner__title {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 32px;
}
.banner__text {
  margin: 0 auto 32px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.black-friday:not(.black-friday_full) .content {
  display: none;
}
.cookie-policy .content__footer {
  width: 100%;
  max-width: 1116px;
  margin: 24px auto 0;
  border-top: 1px solid #cecece;
  padding: 24px 16px 0;
}
@media (min-width: 768px) {
  .cookie-policy .content__footer {
    padding: 24px 28px 0;
  }
}
.cookie-policy .content__footer-title {
  margin: 0;
  color: #2a3243;
  font-family: Montserrat;
  font-size: clamp(1rem, 0.30651341vw + 0.9281609195rem, 1.25rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.cookie-policy .content__footer-text {
  margin: 12px 0 0;
  color: #667085;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}
@media (min-width: 768px) {
  .cookie-policy .content__footer-text {
    font-size: 16px;
  }
}
.cookie-policy .content__footer-text + .content__footer-text {
  margin: 4px 0 0;
}
.cookie-policy .content .trigger_cookie-manager {
  margin: 24px 0 0;
}
.cookie-policy .content__inner a,
.cookie-policy .content__inner .trigger_free-quote {
  color: #0a74d7;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-decoration-line: underline;
  cursor: pointer;
}
.cookie-policy .content__inner h2 {
  color: #2a3243;
  font-family: Montserrat;
  font-size: clamp(0.875rem, 0.7662835249vw + 0.6954022989rem, 1.5rem);
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 19.6px */
  text-transform: uppercase;
  text-align: left;
  margin: 12px 0 0;
}
.cookie-policy .content__inner h2:first-child {
  margin: 0;
}
@media (min-width: 768px) {
  .cookie-policy .content__inner h2 {
    margin: 16px 0 0 -12px;
  }
}
.cookie-policy .content__inner h3 {
  color: #2a3243;
  font-family: Montserrat;
  font-size: clamp(0.875rem, 0.4597701149vw + 0.7672413793rem, 1.25rem);
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 21px */
  margin: 12px 0 0;
}
@media (min-width: 768px) {
  .cookie-policy .content__inner h3 {
    margin: 16px 0 0;
  }
}
.cookie-policy .content__inner h4 {
  margin: 12px 0 0;
  color: #667085;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 21px */
}
@media (min-width: 768px) {
  .cookie-policy .content__inner h4 {
    margin: 16px 0 0;
    font-size: 16px;
  }
}
.cookie-policy .content__inner ul li::marker {
  color: #667085;
  font-size: 6px;
}
.cookie-policy .content__inner ul,
.cookie-policy .content__inner ol {
  padding: 0 0 0 20px;
  margin: 12px 0 0;
}
@media (min-width: 768px) {
  .cookie-policy .content__inner ul,
  .cookie-policy .content__inner ol {
    margin: 16px 0 0;
  }
}
.cookie-policy .content__inner ul a,
.cookie-policy .content__inner ol a {
  color: #0a74d7;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  text-decoration-line: underline;
}
.cookie-policy .content__inner ul li,
.cookie-policy .content__inner ol li {
  color: #667085;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media (min-width: 768px) {
  .cookie-policy .content__inner ul li,
  .cookie-policy .content__inner ol li {
    font-size: 16px;
  }
}
.cookie-policy .content__inner p {
  color: #667085;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  margin: 12px 0 0;
}
@media (min-width: 768px) {
  .cookie-policy .content__inner p {
    font-size: 16px;
    margin: 16px 0 0;
  }
}
.cookie-policy .content__inner p + p,
.cookie-policy .content__inner p + h2 {
  margin: 12px 0 0;
}
@media (min-width: 768px) {
  .cookie-policy .content__inner p + p,
  .cookie-policy .content__inner p + h2 {
    margin: 16px 0 0;
  }
}
.content__picture {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .content__picture {
    margin-bottom: 24px;
  }
}
.content__image {
  object-fit: cover;
  width: 100%;
  height: auto;
}
.content__columns {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
}
@media (min-width: 1440px) {
  .content__columns {
    margin-bottom: 50px;
    flex-direction: row;
    gap: 60px;
  }
}
.content__column {
  flex-grow: 1;
  flex-basis: 0;
}
@media (min-width: 1440px) {
  .content__column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.content__column p:last-child {
  margin: 0;
}
.content__inner {
  margin: 0 auto;
}
@media (min-width: 1440px) {
  .content__inner {
    max-width: 1060px;
  }
}
.content h2 ~ h2 {
  font-size: 18px;
}
@media (min-width: 768px) {
  .content h2 ~ h2 {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .content h2 ~ h2 {
    font-size: 24px;
  }
}
@media (min-width: 1920px) {
  .content h2 ~ h2 {
    font-size: 28px;
  }
}
.content h2 + p {
  margin: 16px 0 0;
}
.content h2 + .table, .content h2 + table {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .content h2 + .table, .content h2 + table {
    margin-top: 24px;
  }
}
.content p {
  color: var(--Steel-Blue, #667085);
  /* Mobile/Body 18px */
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}
.content p b {
  font-weight: 600;
}
.content p + .content p, .content p + h2 {
  margin: 16px 0 0;
}
@media (min-width: 1024px) {
  .content p {
    font-size: 16px;
  }
}
.content ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 24px;
}
.content ul li {
  color: var(--Steel-Blue, #667085);
  /* Desktop/Regular 16 */
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
@media (min-width: 768px) {
  .content ul li {
    font-size: 16px;
  }
}
.content ul li::marker {
  color: var(--Azure-Blue, #0a74d7);
}
.content sl-button,
.content button {
  margin: 24px auto 0;
}
.content sl-button::part(base),
.content button::part(base) {
  border-radius: 4px;
}
@media (min-width: 768px) {
  .content sl-button,
  .content button {
    margin: 32px auto 0;
  }
}
.table + p,
table + p {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .table + p,
  table + p {
    margin-top: 24px;
  }
}
.table {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.table__row {
  display: flex;
  padding: 0px 12px 12px 12px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  border-bottom: 1px solid var(--Light-Gray, #cecece);
}
@media (min-width: 1024px) {
  .table__row {
    flex-direction: row;
    justify-content: space-between;
  }
}
.table__item:nth-child(1) {
  color: var(--bs-primary, #0a74d7);
  /* Mobile/SemiBols 18 */
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (min-width: 1024px) {
  .table__item:nth-child(1) {
    width: 223.1578947368%;
    font-size: 16px;
  }
}
.table__item:nth-child(2) {
  color: var(--Steel-Blue, #667085);
  /* Mobile/Body 18px */
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}
@media (min-width: 1024px) {
  .table__item:nth-child(2) {
    width: 203.8461538462%;
    font-size: 16px;
  }
}
.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-custom-cookie .icon-menu {
  margin-top: 35px;
}
@media (min-width: 768px) {
  .dialog-custom-cookie .icon-menu {
    margin-top: 0;
    top: 20px;
  }
}
.dialog-custom-cookie::part(title) {
  color: #2a3243;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.dialog-custom-cookie::part(body) {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px 16px;
}
@media (min-width: 768px) {
  .dialog-custom-cookie::part(body) {
    padding: 0 24px 60px;
  }
}
.dialog-custom-cookie::part(panel) {
  border-radius: 8px;
  --width: 510px;
  --height: auto;
  height: var(--height);
  max-height: 100vh;
}
@media (min-width: 768px) {
  .dialog-custom-cookie::part(panel) {
    --height: auto;
  }
}
.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;
}
.dialog-success::part(panel) {
  border-radius: 20px;
  height: auto;
}
@media (min-width: 768px) {
  .dialog-success::part(panel) {
    --width: 478px;
  }
}
.dialog-success::part(body) {
  padding: 0px 32px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dialog-success::part(title) {
  padding: 0;
}
.dialog-success__image {
  display: flex;
  margin: 0 auto;
}
.dialog-success__title {
  margin: 16px 0 0;
  color: var(--Dark-blue, #2a3243);
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 36px */
}
.dialog-success__subtitle {
  margin: 16px 0 0;
  color: var(--bs-primary, #0a74d7);
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
}
.dialog-success__text {
  margin: 16px 0 0;
  color: var(--Dark-blue, #2a3243);
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}
.dialog-success__text_black {
  margin: 8px 0 0;
  font-weight: 500;
}
.dialog-success sl-button {
  margin: 32px 0 0;
}