/*
! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

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

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::-webkit-backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.end-1 {
  inset-inline-end: 0.25rem;
}
.m-0 {
  margin: 0px;
}
.mr-60 {
  margin-right: 15rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-32 {
  margin-top: 8rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.table-cell {
  display: table-cell;
}
.table-row {
  display: table-row;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.resize {
  resize: both;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.border {
  border-width: 1px;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.outline {
  outline-style: solid;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
:root {
  --subtitle-color: rgba(80, 81, 84, 1);
  --gray-color: rgba(130, 130, 133, 1);
  --neutral-gray-color: rgba(233, 233, 234, 1);
  --neutral-gray-2-color: rgba(210, 209, 211, 1);
  --blue-main-color: #4370FF;
  --link-hover-color: rgba(24, 80, 255, 1);
  --light-main-color: rgba(53, 201, 255, 1);
  --title-font: Ubuntu, sans-serif;
  --background-color: rgba(248, 248, 248, 1);
  --text-black-color: rgba(5, 6, 11, 1);
  --subtitle-font-size: 0.875rem;
  --purple-color: rgba(116, 115, 192, 1);
  --search-gray-color: rgba(5, 6, 11, 0.03);
  --orange-color: rgba(236, 130, 74, 1);
  --neutral-gray-4-color: rgba(165, 163, 167, 1);
  --disabled-button-text-color: rgba(143, 140, 145, 1);
  --box-shadow-main: 0 1px 15px rgba(0, 0, 0, 0.05);
  --layout-content-top-margin: calc(5rem);
  --error-color: rgba(218, 30, 40, 1);
  --success-color: rgba(0, 139, 40, 1);
}

@font-face {
  font-family: "primeicons";
  font-display: block;
  src: url("/fonts/primeicons.eot");
  src: url("/fonts/primeicons.eot?#iefix") format("embedded-opentype"), url("/fonts/primeicons.woff2") format("woff2"), url("/fonts/primeicons.woff") format("woff"), url("/fonts/primeicons.ttf") format("truetype"), url("/fonts/primeicons.svg?#primeicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Ubuntu";
  src: url("../../fonts/Ubuntu/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: url("../../fonts/Ubuntu/Ubuntu-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: url("../../fonts/Ubuntu/Ubuntu-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: url("../../fonts/Ubuntu/Ubuntu-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: url("../../fonts/Ubuntu/Ubuntu-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: url("../../fonts/Ubuntu/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: url("../../fonts/Ubuntu/Ubuntu-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: url("../../fonts/Ubuntu/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/Montserrat/Montserrat-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/Montserrat/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/Montserrat/Montserrat-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/Montserrat/Montserrat-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/Montserrat/Montserrat-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/Montserrat/Montserrat-ExtraBoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/Montserrat/Montserrat-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/Montserrat/Montserrat-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/Montserrat/Montserrat-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/Montserrat/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/Montserrat/Montserrat-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/Montserrat/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/Montserrat/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/Montserrat/Montserrat-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/Montserrat/Montserrat-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/Montserrat/Montserrat-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
img, svg, video, canvas, audio, iframe, embed, object {
  display: inline;
}

.main-color {
  color: var(--blue-main-color);
}

.container {
  max-width: 1180px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .container {
    max-width: 100%;
    padding: 0 16px;
  }
}

.info-card__title {
  font-size: 40px;
  font-weight: 500;
  font-family: var(--title-font);
}
@media (max-width: 500px) {
  .info-card__title {
    font-size: 32px;
  }
}
@media (max-width: 360px) {
  .info-card__title {
    font-weight: 400;
  }
}

.info-card__text {
  font-size: 18px;
  color: #505154;
}
@media (max-width: 500px) {
  .info-card__text {
    font-size: 14px;
  }
}

.info-section {
  margin-bottom: 160px;
}
.info-section__heading {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .info-section__heading {
    margin-bottom: 56px;
  }
}
@media (max-width: 480px) {
  .info-section__heading {
    margin-bottom: 40px;
  }
}
.info-section__title {
  font-family: Ubuntu, sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  line-height: 48px;
  text-align: center;
}
@media (max-width: 480px) {
  .info-section__title {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 400;
  }
}
.info-section__subtitle {
  font-size: 18px;
  max-width: 70%;
  opacity: 0.9;
  margin: auto;
  text-align: center;
  color: var(--subtitle-color);
}
@media (max-width: 1024px) {
  .info-section__subtitle {
    max-width: 90%;
  }
}
@media (max-width: 768px) {
  .info-section__subtitle {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .info-section__subtitle {
    font-size: 0.875rem;
    line-height: rem(20);
  }
}
.info-section_card {
  padding: 56px 48px;
  background: white;
  border-radius: 32px;
  box-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .info-section {
    margin-bottom: 112px;
  }
}
@media (max-width: 480px) {
  .info-section {
    margin-bottom: 80px;
  }
  .info-section_card {
    padding: 40px 24px;
  }
}
@media (max-width: 400px) {
  .info-section {
    margin-bottom: 64px;
  }
}

.section-margin {
  margin-bottom: 10rem;
}
@media (max-width: 768px) {
  .section-margin {
    margin-bottom: 112px;
  }
}
@media (max-width: 480px) {
  .section-margin {
    margin-bottom: 80px;
  }
}

a:not(.btn-main) {
  color: var(--blue-main-color);
  transition: color 0.2s;
}
a:not(.btn-main):hover {
  color: #1850ff;
}

.light-link {
  color: var(--light-main-color) !important;
}

.link-underline {
  text-decoration: underline !important;
}

input:not([type=radio]) {
  width: 100%;
  height: 48px;
  border-radius: 8px;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: var(--subtitle-font-size);
  border: 1px solid var(--neutral-gray-2-color);
  outline: 0;
}

input.error {
  background-color: #fee7e7;
}

.dark-link {
  color: var(--text-black-color);
  text-decoration: underline !important;
}

.dark-link_no-underline {
  color: var(--text-black-color);
}

button {
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: 1rem;
}

.btn-main {
  background: var(--blue-main-color);
  color: white;
  font-family: var(--title-font);
  border-radius: 8px;
  height: 48px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-weight: 500;
  transition: background 0.2s;
  font-size: 1rem;
}
.btn-main:hover {
  background: #1850ff;
}
.btn-main:disabled {
  background: #d2d1d3;
  color: #8f8c91;
}
@media (max-width: 768px) {
  .btn-main {
    font-size: 0.875rem;
  }
}

.btn-main-gradient {
  font-family: var(--title-font);
  position: relative;
  font-weight: 700;
  padding: 1rem;
  width: 100%;
  border: none;
  background-image: linear-gradient(89.24deg, #35C9FF 25.25%, #4370FF 99.28%);
  text-transform: uppercase;
  border-radius: 8px;
  color: white;
  cursor: pointer;
  transition: background-image 0.2s;
  z-index: 1;
}
.btn-main-gradient:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(89.25deg, #35C9FF -30.42%, #4370FF 80.81%);
  z-index: -1;
  transition: opacity 0.2s linear;
  opacity: 0;
  border-radius: 8px;
}
.btn-main-gradient:hover:before {
  opacity: 1;
}

.btn-main-outline {
  border: 1px solid var(--blue-main-color);
  color: var(--blue-main-color);
  font-family: var(--title-font);
  border-radius: 8px;
  height: 48px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-weight: 500;
  transition: 0.2s;
  font-size: 1rem;
  padding: 0 1.5rem;
}
@media (max-width: 500px) {
  .btn-main-outline {
    font-size: 14px;
    font-weight: 400;
  }
}

.btn-main-outline_white {
  border-color: white;
  color: white;
}
.btn-main-outline_white:hover {
  border-color: var(--blue-main-color);
  color: var(--blue-main-color);
}

.box-shadow-main {
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.05);
}

.p-inputtext {
  font-family: Montserrat, sans-serif, Helvetica !important;
}

.p-overlaypanel {
  z-index: 99;
  border-radius: 8px !important;
}

.p-calendar .p-datepicker {
  border: none !important;
}

.p-component {
  font-family: Montserrat, sans-serif, Helvetica !important;
}

.p-dropdown-item {
  font-family: var(--title-font);
  font-size: var(--subtitle-font-size);
}

.p-autocomplete-panel {
  margin-top: 0.5rem;
  border-radius: 8px !important;
  border: 1px solid !important;
  max-width: 100% !important;
  font-family: var(--title-font) !important;
  font-size: var(--subtitle-font-size) !important;
}
.p-autocomplete-panel::-webkit-scrollbar-thumb {
  background-color: #2c2c2c;
  border: 4px solid transparent;
  border-radius: 8px;
  background-clip: padding-box;
}
.p-autocomplete-panel::-webkit-scrollbar {
  width: 16px;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item {
  padding-left: 1rem !important;
  white-space: break-spaces;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item span {
  display: flex;
  align-items: center;
  gap: 4px;
}

.p-accordion-header a {
  background: white !important;
  border-radius: 14px !important;
  border: none !important;
  box-shadow: none !important;
}
.p-accordion-header a[aria-expanded=true] {
  border-radius: 14px 14px 0 0 !important;
}

.p-toggleable-content .p-accordion-content {
  border: none !important;
  padding-top: 0 !important;
  border-radius: 0 0 14px 14px !important;
}

.p-dialog .p-dialog-header {
  border-radius: 16px 16px 0 0 !important;
}

.p-dialog .p-dialog-content {
  border-radius: 0 0 16px 16px !important;
}

.p-dropdown-panel {
  border-radius: 8px;
  margin-top: 0.5rem;
}

@media (max-width: 500px) {
  .p-dialog {
    padding: 0 14px;
  }
}
.footer {
  padding: 5rem 0 0 0;
  background: var(--text-black-color);
  color: white;
}
.footer__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5rem;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.footer__row {
  display: flex;
  font-family: Ubuntu, sans-serif;
  margin-bottom: -1rem;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 1440px) {
  .footer__row {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .footer__row {
    justify-content: space-between;
  }
}
.footer__section {
  margin-bottom: 1rem;
  margin-right: 5rem;
}
@media (max-width: 768px) {
  .footer__section {
    width: 140px;
    margin-right: 3rem;
  }
}
.footer__list {
  color: var(--gray-color);
  list-style: none;
}
.footer__list li {
  margin-bottom: 1rem;
}
.footer__heading {
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
}
.footer__item {
  margin-bottom: 1.25em;
}
.footer__bottom {
  margin-top: 11.875rem;
  padding-bottom: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  color: var(--gray-color);
  font-size: 0.875rem;
  gap: 1rem 2rem;
}
.footer__social {
  display: flex;
  gap: 0.75rem;
}
.footer__social-item path {
  transition: 0.2s;
}
.footer__social-item:hover path {
  fill: white;
}

.top-routes {
  font-family: Ubuntu, sans-serif;
}
.top-routes .home-page-subtitle {
  max-width: 60%;
}
@media (max-width: 768px) {
  .top-routes .home-page-subtitle {
    max-width: 100%;
  }
}
.top-routes__row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .top-routes__row {
    gap: 5rem 1rem;
    flex-wrap: wrap;
    padding: 0 5rem;
  }
}
@media (max-width: 770px) {
  .top-routes__row {
    padding: 0;
    gap: 2rem 1rem;
  }
}
.top-routes__list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 1024px) {
  .top-routes__list {
    width: calc(50% - 0.5rem);
  }
}
@media (max-width: 770px) {
  .top-routes__list {
    width: 100%;
  }
}

.top-routes-card {
  min-width: 230px;
  border-radius: 16px;
  border: 1px solid var(--neutral-gray-color);
}
.top-routes-card__image {
  border-radius: 16px 16px 0 0;
  background: url("/img/pages/home/placeholder.png");
  height: 120px;
  background-size: cover;
}
.top-routes-card__bottom {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: white;
  padding: 0.5rem 0.5rem 1rem 0.5rem;
  border-radius: 0 0 16px 16px;
}
@media (max-width: 1024px) {
  .top-routes-card {
    margin-right: auto;
    width: calc(50% - 0.5rem);
    max-width: 230px;
  }
}
.font-title-bold {
  font-family: Ubuntu, sans-serif;
  font-weight: 500;
}

.font-subtitle {
  font-size: 0.875rem;
}

.text-center {
  text-align: center;
}

.color-inverse {
  color: white;
}

.color-subtitle {
  color: var(--subtitle-color);
}

@media (min-width: 1440px) {
  .home-page-extra-container {
    margin: 0 auto;
  }
}

.home-page-card {
  padding: 56px 48px;
  background: white;
  border-radius: 32px;
  box-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.05);
}

.home-page-title {
  font-family: Ubuntu, sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  line-height: 48px;
  text-align: center;
}
@media (max-width: 480px) {
  .home-page-title {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 400;
  }
}

.home-page-subtitle {
  font-size: 18px;
  max-width: 70%;
  opacity: 0.9;
  margin: auto;
  text-align: center;
}
@media (max-width: 1024px) {
  .home-page-subtitle {
    max-width: 90%;
  }
}
@media (max-width: 768px) {
  .home-page-subtitle {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .home-page-subtitle {
    font-size: 0.875rem;
    line-height: rem(20);
  }
}

.home-page-section {
  margin-bottom: 160px;
}
@media (max-width: 768px) {
  .home-page-section {
    margin-bottom: 112px;
  }
}
@media (max-width: 480px) {
  .home-page-section {
    margin-bottom: 80px;
  }
}
.home-page-section .home-page-section__heading {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .home-page-section .home-page-section__heading {
    margin-bottom: 56px;
  }
}
@media (max-width: 480px) {
  .home-page-section .home-page-section__heading {
    margin-bottom: 40px;
  }
}

.home-page-top {
  display: flex;
  padding-top: var(--layout-content-top-margin);
  min-height: 820px;
}
@media (max-width: 1024px) {
  .home-page-top {
    padding-top: 16px;
    flex-direction: column-reverse;
    min-height: auto;
  }
}

.home-page-top__left {
  min-width: 442px;
  width: 442px;
}
@media (max-width: 1024px) {
  .home-page-top__left {
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .home-page-top__left {
    width: 100%;
    min-width: auto;
  }
}

.home-page-top__right {
  width: 100%;
  text-align: center;
}
.home-page-top__background {
  position: absolute;
  top: 0;
  right: 0;
  width: 1052px;
  height: 812px;
  background-size: cover;
  z-index: -1;
  background-image: url("/img/pages/home/homemain.png");
}
@media (min-width: 1900px) {
  .home-page-top__background {
    left: 0;
    width: 1900px;
    margin: 0 auto;
    border-radius: 0 0 48px 48px;
    background-image: url("/img/pages/home/home-top-background-big.jpg");
  }
}

.home-page-top__title {
  font-family: Ubuntu, sans-serif;
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 18px;
}
@media (max-width: 1024px) {
  .home-page-top__title {
    margin-bottom: 8px;
    font-size: 48px;
    margin-top: 40px;
  }
}

.home-page-top__subtitle {
  font-size: 18px;
}
@media (max-width: 1024px) {
  .home-page-top__subtitle {
    margin-bottom: 2rem;
  }
}

@media (max-width: 400px) {
  .home-page-top__title {
    font-size: 32px;
  }

  .home-page-top {
    min-height: 700px;
  }
  .home-page-top__subtitle {
    font-size: 14px;
    line-height: 20px;
  }
}
.home-page__discover {
  color: var(--blue-main-color);
}

.home-info-idea-of-travel {
  text-align: center;
  margin-top: 80px;
}
.home-info-idea-of-travel .home-info-idea-of-travel__title {
  font-weight: 500;
  font-size: 40px;
  margin-bottom: 20px;
}
.home-info-idea-of-travel .home-info-idea-of-travel__subtitle {
  opacity: 0.9;
  font-size: 18px;
  margin: 0 auto;
}
.home-info-idea-of-travel .home-info-idea-of-travel__row {
  margin-top: 80px;
  display: flex;
  justify-content: space-around;
  padding: 0 5rem;
  gap: 48px 2.5rem;
}
@media (max-width: 1440px) {
  .home-info-idea-of-travel .home-info-idea-of-travel__row {
    flex-wrap: wrap;
    gap: 48px 12px;
  }
}
@media (max-width: 1024px) {
  .home-info-idea-of-travel .home-info-idea-of-travel__row {
    padding: 0 3rem;
  }
}
@media (max-width: 700px) {
  .home-info-idea-of-travel .home-info-idea-of-travel__row {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .home-info-idea-of-travel .home-info-idea-of-travel__row {
    margin-top: 32px;
    gap: 16px;
  }
}

.home-info-idea-of-travel-item {
  text-align: center;
  width: 100%;
  font-size: var(--subtitle-font-size);
  color: var(--gray-color);
}
.home-info-idea-of-travel-item img {
  width: 50px;
}
@media (max-width: 1024px) {
  .home-info-idea-of-travel-item img {
    margin-right: 1rem;
  }
}
.home-info-idea-of-travel-item .home-info-idea-of-travel-item__title {
  font-size: 24px;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-family: var(--title-font);
  color: var(--text-black-color);
}
@media (max-width: 1440px) {
  .home-info-idea-of-travel-item {
    width: calc(50% - 6px);
  }
}
@media (max-width: 1024px) {
  .home-info-idea-of-travel-item {
    display: flex;
    text-align: left;
  }
}
@media (max-width: 480px) {
  .home-info-idea-of-travel-item {
    flex-direction: column;
    width: calc(50% - 16px /2 );
  }
  .home-info-idea-of-travel-item__title {
    font-size: 18px !important;
  }
  .home-info-idea-of-travel-item__text {
    font-size: 12px !important;
    line-height: 16px;
  }
}

.how-it-works__image {
  width: 100%;
  display: none;
}
.how-it-works__image_desktop {
  display: block;
}
@media (max-width: 800px) {
  .how-it-works__image_desktop {
    display: none;
  }
  .how-it-works__image_tablet {
    display: block;
  }
}
@media (max-width: 480px) {
  .how-it-works__image_tablet {
    display: none;
  }
  .how-it-works__image_mobile {
    display: block;
  }
}
@media (max-width: 360px) {
  .how-it-works__image_mobile {
    display: none;
  }
  .how-it-works__image_extra-mobile {
    display: block;
  }
}

.discover-destinations__slide {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  margin: 0 auto 100px auto;
}
@media (max-width: 768px) {
  .discover-destinations__slide {
    width: 80%;
  }
}
@media (max-width: 480px) {
  .discover-destinations__slide {
    width: 100%;
    margin-bottom: 60px;
  }
}
@media (max-width: 400px) {
  .discover-destinations__slide {
    gap: 24px;
  }
}

.discover-destinations-item {
  border-radius: 20px;
  background: white;
  width: calc(100% / 4 - 32px * 3 / 4);
}
.discover-destinations-item .discover-destinations-item__image {
  border-radius: 20px 20px 0 0;
  background-image: url("/img/pages/home/placeholder.png");
  background-size: cover;
  background-position: center;
  height: 168px;
  width: 100%;
}
.discover-destinations-item .discover-destinations-item__bottom {
  padding: 8px 16px 16px 16px;
}
.discover-destinations-item .discover-destinations-item__title {
  font-family: Ubuntu, sans-serif;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.discover-destinations-item .discover-destinations-item__subtitle {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--subtitle-color);
}
@media (max-width: 1024px) {
  .discover-destinations-item {
    width: calc(50% - 32px / 2);
  }
}
@media (max-width: 480px) {
  .discover-destinations-item {
    border-radius: 12px;
  }
  .discover-destinations-item .discover-destinations-item__image {
    height: 112px;
  }
  .discover-destinations-item .discover-destinations-item__title {
    font-size: 12px;
  }
  .discover-destinations-item .discover-destinations-item__subtitle {
    font-size: 9px;
  }
}
@media (max-width: 360px) {
  .discover-destinations-item .discover-destinations-item__image {
    height: 88px;
  }
  .discover-destinations-item .discover-destinations-item__title {
    font-size: 9px;
  }
  .discover-destinations-item .discover-destinations-item__subtitle {
    font-size: 7px;
  }
}

.home-travel-agencies__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media (max-width: 1024px) {
  .home-travel-agencies__grid {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 5rem;
  }
}
@media (max-width: 770px) {
  .home-travel-agencies__grid {
    padding: 0;
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .home-travel-agencies__grid {
    width: 100%;
  }
}

.home-travel-agencies-item {
  position: relative;
  padding: 40px 48px;
  height: 560px;
  border-radius: 32px;
  background: white;
  border: 1px solid transparent;
}
.home-travel-agencies-item__title {
  font-size: 2rem;
  margin-bottom: 0.5em;
}
.home-travel-agencies-item__text {
  max-width: 50%;
}
.home-travel-agencies-item__image {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0 0 32px 32px;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.home-travel-agencies-item:hover {
  cursor: pointer;
  border: 1px solid var(--blue-main-color);
}
.home-travel-agencies-item:hover .home-travel-agencies-item__title {
  color: var(--blue-main-color);
}
@media (max-width: 480px) {
  .home-travel-agencies-item {
    padding: 32px 24px;
    height: 480px;
  }
  .home-travel-agencies-item__title {
    font-size: 24px;
    font-weight: 400;
  }
  .home-travel-agencies-item__text {
    max-width: 65%;
    line-height: 20px;
    font-size: 14px;
  }
}

.world-map-section__row {
  margin-top: -3rem;
  display: flex;
  gap: 4rem;
  justify-content: center;
}
@media (max-width: 1024px) {
  .world-map-section__row {
    flex-wrap: wrap;
    padding: 0 5rem;
  }
  .world-map-section__row div {
    width: calc(50% - 2rem);
  }
}
@media (max-width: 770px) {
  .world-map-section__row {
    padding: 0;
    gap: 2rem;
  }
}
.world-map-section__map {
  max-width: 100%;
}

.world-map-section-item {
  width: calc(100% / 4);
  background: white;
  border-radius: 16px;
  font-family: Ubuntu, sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 500;
  padding: 1.5em 0;
}
.world-map-section-item__title {
  font-size: 2.5rem;
  color: var(--blue-main-color);
  margin-bottom: 1rem;
  text-align: center;
}
.world-map-section-item__subtitle {
  text-align: center;
  font-size: 1.125rem;
}
@media (max-width: 480px) {
  .world-map-section-item__title {
    font-size: 30px;
  }
  .world-map-section-item__subtitle {
    font-size: 14px;
  }
}

.customers-trips-slider__slide {
  display: flex;
  gap: 2rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5rem;
}
@media (max-width: 1024px) {
  .customers-trips-slider__slide {
    flex-wrap: wrap;
    width: 80%;
  }
}
@media (max-width: 480px) {
  .customers-trips-slider__slide {
    width: 100%;
  }
}
.customers-trips-slider .customers-trips-slider-item {
  display: flex;
  height: 252px;
  width: calc(100% / 4);
  background-color: white;
  background-size: cover;
  border-radius: 16px;
  padding: 1.5rem 0.5rem;
  font-family: Ubuntu, sans-serif;
  font-size: 0.875rem;
}
.customers-trips-slider .customers-trips-slider-item__bottom {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: auto;
  width: 100%;
  border-radius: 8px;
  background: white;
  padding: 0.5rem 4px 0.5rem 0.5rem;
  position: relative;
}
@media (max-width: 1024px) {
  .customers-trips-slider .customers-trips-slider-item {
    width: calc(50% - 2rem / 2);
  }
}
.customers-trips-slider .customers-trips-slider-item__bottom a {
  color: #323130;
}
.customers-trips-slider .customers-trips-slider-item__bottom a:hover {
  color: var(--blue-main-color);
}
@media (max-width: 480px) {
  .customers-trips-slider .customers-trips-slider-item {
    height: 189px;
  }
  .customers-trips-slider .customers-trips-slider-item__bottom {
    font-size: 11px;
  }
}
@media (max-width: 360px) {
  .customers-trips-slider__slide {
    gap: 16px;
  }
  .customers-trips-slider .customers-trips-slider-item {
    height: 142px;
    padding: 10px 5px;
    gap: 2px;
    width: calc(50% - 16px / 2);
  }
  .customers-trips-slider__bottom {
    font-size: 7px;
  }
}

.search-page {
  margin-top: 3.5rem;
  padding-bottom: 50px;
}
.search-page_empty .search-page-form__heading {
  color: var(--neutral-gray-2-color);
}
.search-page .return-form {
  margin-top: 1rem;
}
@media (max-width: 610px) {
  .search-page .pass-lug-input {
    display: none;
  }
}

.search-page-top {
  display: flex;
  gap: 2rem;
  margin-bottom: 160px;
}
.search-page-top__left {
  z-index: 998;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 30px;
  width: calc(48% - 2rem / 2);
}
.search-page-top__right {
  width: calc(52% - 2rem / 2);
}
@media (max-width: 1024px) {
  .search-page-top {
    margin-bottom: 112px;
    flex-direction: column;
  }
  .search-page-top__left {
    position: relative;
    width: calc(588px);
    margin-left: auto;
    margin-right: auto;
  }
  .search-page-top__right {
    width: calc(100%);
  }
}
@media (max-width: 768px) {
  .search-page-top {
    margin-bottom: 80px;
  }
  .search-page-top__left {
    width: 100%;
  }
}

.search-page-form {
  background: white;
  padding: 2rem 1.5rem;
  border-radius: 16px;
  overflow-y: auto;
  min-height: 70vh;
  max-height: 98vh;
  display: flex;
  flex-direction: column;
}
.search-page-form__heading {
  font-size: 2.5rem;
  display: flex;
  align-items: center;
  font-weight: 500;
  gap: 0.5rem 2rem;
  font-family: var(--title-font);
  flex-wrap: wrap;
}
.search-page-form__submit {
  margin-top: auto;
  width: 100%;
  min-height: 48px;
}
.search-page-form__row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.search-page-form__input {
  font-family: var(--title-font);
  display: flex;
  align-items: center;
  justify-content: center;
  justify-items: center;
  height: 48px;
  border-radius: 8px;
  background-color: var(--search-gray-color);
}
.search-page-form .book-journey-date-input-wrapper {
  width: 100%;
}
.search-page-form .book-journey-date-input-wrapper .book-journey-date-input {
  width: 100% !important;
  background-color: var(--search-gray-color) !important;
  border-radius: 0 0 0 16px;
}

.search-page-form-section {
  margin-top: 2rem;
}
.search-page-form-section__title {
  font-family: var(--title-font);
  margin-bottom: 1rem;
  font-size: 1.125rem;
}

.search-page-extra-stops__list {
  margin-bottom: -1rem;
}

.search-page-extra-stops-right {
  display: flex;
  flex-direction: column;
}
.search-page-extra-stops-right__title {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1rem;
  font-family: var(--title-font);
}
.search-page-extra-stops-right__subtitle {
  color: #505154;
  font-size: var(--subtitle-font-size);
  padding-bottom: 2rem;
  cursor: pointer;
}

.search-page-extra-stops-right-item {
  background-image: url(/img/placeholder.png);
  background-size: cover;
  height: 413px;
  width: 100%;
  border-radius: 16px;
  margin-bottom: 2rem;
  display: flex;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  position: relative;
}
.search-page-extra-stops-right-item__bottom {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, 0.525862) 59%, #000000 100%);
  display: flex;
  align-items: center;
  margin-top: auto;
  padding: 1.5rem 3rem;
  padding-top: 130px;
  border-radius: 0 0 16px 16px;
  color: white;
  min-width: 0;
}
.search-page-extra-stops-right-item__column {
  display: flex;
  flex-direction: column;
  margin-left: 2rem;
  min-width: 0;
}
.search-page-extra-stops-right-item__button {
  background: var(--purple-color);
  color: white;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--title-font);
  font-size: var(--subtitle-font-size);
  font-weight: 500;
  border-radius: 8px;
  min-width: 140px;
  padding: 0 0.5rem;
  text-align: center;
}
.search-page-extra-stops-right-item__button_selected {
  color: #8f8c91;
  background: #d2d1d3;
}
.search-page-extra-stops-right-item__title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-family: var(--title-font);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-page-extra-stops-right-item__subtitle {
  font-size: var(--subtitle-font-size);
  cursor: pointer;
  line-height: 1.25rem;
  max-height: 2.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-page__tabs {
  display: flex;
  margin: 2rem 0;
  background-color: white;
  border-radius: 8px;
  align-items: center;
  border: 1px solid var(--neutral-gray-color);
}
.search-page__tabs .search-page__tab {
  background-color: white;
  font-weight: 500;
  font-family: var(--title-font);
  font-size: var(--subtitle-font-size);
  padding: 0.5rem;
  color: var(--gray-color);
  border-radius: 8px;
  text-align: center;
  width: 100%;
  position: relative;
  cursor: pointer;
}
.search-page__tabs .search-page__tab:after {
  content: "";
  width: 1px;
  height: 50%;
  display: inline;
  position: absolute;
  right: 0;
  background-color: var(--neutral-gray-color);
}
.search-page__tabs .search-page__tab:last-of-type::after {
  content: none;
}
.search-page__tabs .search-page__tab_active {
  color: white;
  background-color: var(--blue-main-color);
}
.search-page__tabs .search-page__tab_active:after {
  content: none;
}

.search-page-extra-section__grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
  .search-page-extra-section__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .search-page-extra-section__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.search-page-extra-section__item {
  border-radius: 16px;
  background: white;
  padding: 1.5rem 2rem;
}
.search-page-extra-section__row {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  gap: 1rem;
  margin-bottom: 0.5rem;
  font-family: var(--title-font);
}
.search-page-extra-section__row svg {
  height: 20px;
  width: 20px;
}
.search-page-extra-section__text {
  color: var(--subtitle-color);
  font-size: var(--subtitle-font-size);
  line-height: 1.25rem;
}

.search-page-after-booking-section {
  padding-left: 32px;
  padding-right: 32px;
}
.search-page-after-booking-section__row {
  display: flex;
  background-image: url(/img/svg/search/after-booking-bg.svg);
  background-size: cover;
  height: 238px;
  width: 100%;
}
@media (max-width: 1280px) {
  .search-page-after-booking-section__row {
    background-image: none;
    height: auto;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.search-page-after-booking-section .search-page-after-booking-section-item {
  padding-top: 1.5rem;
  width: calc(100% / 4 - 1rem);
  margin-right: 1rem;
}
@media (min-width: 1280px) {
  .search-page-after-booking-section .search-page-after-booking-section-item {
    padding-left: 2rem;
  }
  .search-page-after-booking-section .search-page-after-booking-section-item:nth-child(1) {
    width: calc(214px);
  }
  .search-page-after-booking-section .search-page-after-booking-section-item:nth-child(2) {
    width: calc(250px);
  }
  .search-page-after-booking-section .search-page-after-booking-section-item:nth-child(3) {
    width: calc(279px);
  }
  .search-page-after-booking-section .search-page-after-booking-section-item:nth-child(4) {
    color: white;
    padding-left: 3rem;
  }
  .search-page-after-booking-section .search-page-after-booking-section-item:nth-child(4) svg path {
    fill: white !important;
    stroke: white !important;
  }
}
@media (max-width: 1024px) {
  .search-page-after-booking-section .search-page-after-booking-section-item {
    width: calc(100% / 2 - 1rem);
  }
}
@media (max-width: 480px) {
  .search-page-after-booking-section .search-page-after-booking-section-item {
    width: calc(100%);
  }
}
.search-page-after-booking-section .search-page-after-booking-section-item__title {
  font-size: 1.5rem;
  font-family: var(--title-font);
  margin-bottom: 0.5rem;
  line-height: 2rem;
}
.search-page-after-booking-section .search-page-after-booking-section-item__subtitle {
  font-size: var(--subtitle-font-size);
}
.search-page-after-booking-section .search-page-after-booking-section-item__list {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  list-style: none;
  font-family: var(--title-font);
}
.search-page-after-booking-section .search-page-after-booking-section-item__item {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  width: 113%;
}
.search-page-after-booking-section .search-page-after-booking-section-item__item svg {
  margin-right: 1rem;
}
.search-page-after-booking-section .search-page-after-booking-section-item__item svg path {
  fill: black !important;
  stroke: black !important;
}

@media (max-width: 480px) {
  .order-sum__footer div b {
    font-size: 16px;
  }
}
.order {
  padding-top: 70px;
}
.order__wrap {
  display: flex;
  padding-bottom: 117px;
}
@media (max-width: 770px) {
  .order__wrap {
    max-width: 536px;
    margin: 0 auto;
    flex-direction: column-reverse;
    width: 100%;
  }
}
.order__title {
  font-family: var(--title-font);
  font-weight: 500;
  margin-bottom: 2rem;
  font-size: 2.5rem;
}
@media (max-width: 770px) {
  .order__title {
    text-align: center;
  }
}
@media (max-width: 1200px) {
  .order {
    padding-top: 14px;
  }
}
@media (max-width: 500px) {
  .order__title {
    font-size: 24px;
    text-align: left;
    font-weight: 400;
  }
}
.order__aside {
  width: 450px;
  margin-left: 3.5rem;
}
.order__aside-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}
@media (max-width: 770px) {
  .order__aside {
    width: 100%;
    margin-left: 0;
    margin-bottom: 3.5rem;
  }
}
.order__form {
  width: calc(100% - 450px - 3.5rem);
}
.order__form label {
  display: block;
  font-size: var(--subtitle-font-size);
  margin-bottom: 0.5rem;
}
@media (max-width: 770px) {
  .order__form {
    width: 100%;
  }
}
.order .order-accessibility-icon path {
  fill: var(--gray-color);
}
.order section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-shadow: var(--box-shadow-main);
  background: white;
  border-radius: 16px;
  padding: 2.5rem 2rem;
  margin-bottom: 18px;
}
.order section h2 {
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 27px;
  font-family: var(--title-font);
}
.order section em {
  display: block;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: var(--subtitle-font-size);
  color: var(--gray-color);
  margin-bottom: 1.5rem;
}
.order section.--two {
  padding-top: 33px;
  padding-bottom: 16px;
}
.order section .input-phone {
  position: relative;
  width: calc(100% - 4px);
}
.order section .input-phone .iti {
  box-shadow: none;
}
.order section .input-phone .iti__flag-container {
  height: 48px;
}
.order section .input-phone input {
  width: 100%;
  margin-bottom: 0;
  box-shadow: none;
}
@media (max-width: 400px) {
  .order section {
    padding: 24px;
  }
}
.order .block-input, .order .textarea-block {
  width: calc(100% - 4px);
  margin-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .order .block-input, .order .textarea-block {
    width: 100%;
  }
}
.order .block-input input, .order .textarea-block input {
  margin-bottom: 0;
}
.order .block-input.half, .order .textarea-block.half {
  width: calc(50% - 8px);
}
@media (max-width: 1180px) {
  .order .block-input.half, .order .textarea-block.half {
    width: calc(50% - 8px);
  }
}
@media (max-width: 400px) {
  .order .block-input.half, .order .textarea-block.half {
    width: 100%;
  }
}

.order-sum {
  background: white;
  box-shadow: var(--box-shadow-main);
  border-radius: 16px;
}
.order-sum.active .order-sum__title-mobile {
  padding-top: 21px;
  padding-bottom: 23px;
}
@media (min-width: 769px) {
  .order-sum.active .order-sum__title-mobile {
    display: none;
  }
}
.order-sum.active .order-sum__title-mobile b {
  margin-right: auto;
}
.order-sum.active .order-sum__title-mobile em {
  display: none;
}
.order-sum__title-mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 769px) {
  .order-sum__title-mobile {
    display: none;
  }
}
.order-sum__title-mobile b {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.15em;
  color: orange;
}
.order-sum__title-mobile em {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 27px;
  color: #8b8b8b;
  padding-left: 6px;
  margin-right: auto;
}
.order-sum__title-mobile .tickets__footer-info {
  margin-left: auto;
  margin-right: 16px;
  display: none;
  width: auto;
}
.order-sum__title-mobile .tickets__footer-info svg {
  fill: orange;
}
.order-sum__title-mobile .arrow {
  width: 10px;
  height: 6px;
  transform: rotate(180deg);
  transform-origin: center;
}
.order-sum__title-mobile .arrow svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #ec824a;
}
.order-sum__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 26px;
  padding-left: 25px;
  padding-right: 20px;
  margin-bottom: 29px;
}
.order-sum__head h2 {
  font-weight: 400;
  font-family: var(--title-font);
  font-size: 1.5rem;
}
.order-sum__head a {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #03acd1;
  text-decoration: none;
}
.order-sum__head a:hover {
  text-decoration: underline;
}
.order-sum__country {
  position: relative;
  padding-left: 25px;
  padding-right: 20px;
  padding-bottom: 1.5rem;
}
.order-sum__country:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 28px;
  width: 1px;
  height: calc(51%);
  border-left: 1px dashed var(--blue-main-color);
}
.order-sum__country_daytour:before {
  content: none;
}
.order-sum__country-item {
  position: relative;
  padding-left: 23px;
}
@media (max-width: 768px) {
  .order-sum__country-item {
    padding-left: 19px;
  }
}
.order-sum__country-item:after {
  content: "";
  position: absolute;
  top: 45%;
  left: 0;
  width: 24px;
  height: 24px;
  transform: translateY(-50%) translateX(-35%);
  background-image: url(/img/svg/icons/location-with-circle.svg);
}
.order-sum__country-item_from:after {
  background-image: url(/img/svg/icons/location-large-circle.svg);
}
.order-sum__country-item_hour:after {
  background-image: url(/img/svg/icons/timmer-black.svg);
}
.order-sum__country-item:first-child:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 3px;
  width: 2px;
  height: 72%;
  background-color: #ffffff;
}
.order-sum__country-item:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .order-sum__country-item:not(:last-child) {
    margin-bottom: 23px;
  }
}
.order-sum__country-item p {
  font-family: var(--title-font);
  display: block;
  font-size: 1.125rem;
}
.order-sum__country-item span {
  font-size: var(--subtitle-font-size);
  color: var(--gray-color);
}
.order-sum__cars {
  border: 1px solid var(--neutral-gray-color);
  margin: 0 2rem;
  border-radius: 16px;
}
.order-sum__cars > div {
  display: flex;
  justify-content: flex-end;
  padding-top: 9px;
  padding-right: 26px;
}
.order-sum__cars > div a {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  color: #03acd1;
  text-decoration: none;
}
@media (max-width: 768px) {
  .order-sum__cars > div a {
    display: none;
  }
}
.order-sum__cars > div a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .order-sum__cars-item {
    padding-left: 36px;
    padding-right: 36px;
  }
}
.order-sum__cars .tickets__footer {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .order-sum__cars .tickets__footer {
    padding-top: 15px;
  }
}
.order-sum__cars .tickets__footer i {
  width: 188px;
}
@media (max-width: 768px) {
  .order-sum__cars .tickets__footer i {
    width: 129px;
  }
}
.order-sum__cars .tickets__footer i img {
  width: 100%;
  max-width: inherit;
}
@media (max-width: 768px) {
  .order-sum__cars .tickets__footer > div {
    padding-left: 14px;
  }
}
.order-sum__cars .tickets__footer h4 {
  font-family: var(--title-font);
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0;
}
.order-sum__cars .tickets__footer em {
  margin-bottom: 0;
}
.order-sum__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 25px;
  padding-left: 27px;
  padding-right: 30px;
  padding-bottom: 28px;
}
.order-sum__footer div span {
  display: block;
  font-size: 1.125rem;
  font-family: var(--title-font);
  line-height: 1.5rem;
}
.order-sum__footer div em {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: var(--subtitle-font-size);
  color: var(--gray-color);
}
.order-sum__footer div b {
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 27px;
  color: #ec824a;
  margin-top: -3px;
}
@media (max-width: 480px) {
  .order-sum__footer div b {
    font-size: 16px;
  }
}
.order-sum__submit .btn-main {
  font-size: 1.125rem;
  width: 100%;
  height: 56px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .order-sum.active {
    transform: translateY(0);
  }
  .order-sum.active .tickets__footer-info {
    display: inline-block;
  }
}
@media (max-width: 480px) {
  .order-sum__cars-item {
    flex-direction: column;
    gap: 1rem;
  }
}

.r-pay {
  display: flex;
  align-items: center;
  font-family: var(--title-font);
  font-weight: 500;
}
.r-pay svg {
  width: 53px;
  margin-top: 10px;
}

.order-sum-postscript {
  padding: 2rem;
  margin-top: 1.5rem;
  font-size: var(--subtitle-font-size);
}
.order-sum-postscript__title {
  font-size: 1.125rem;
  margin-bottom: 1rem;
  font-family: var(--title-font);
}
.order-sum-postscript__subtitle {
  margin-bottom: 0.5rem;
}
.order-sum-postscript__row {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 0.5rem;
}
.order-sum-postscript__row:last-of-type {
  margin-bottom: 0;
}

.order-sum-customer-detail {
  padding: 0 26px;
  margin: 0 0 1.5rem 0;
}
.order-sum-customer-detail__title {
  font-family: var(--title-font);
  font-weight: 500;
  margin-bottom: 2rem;
}
.order-sum-customer-detail__row {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  font-family: var(--title-font);
  font-size: var(--subtitle-font-size);
  gap: 0.5rem 1.5rem;
}
.order-sum-customer-detail__row div {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.order-sum-customer-detail__row div b {
  font-weight: 500;
}
.order-sum-customer-detail__row div span {
  opacity: 0.6;
}

.order-card {
  border-radius: 16px;
  box-shadow: var(--box-shadow-main);
  background: white;
}

.order-flexible-cancel {
  padding: 2rem 1.5rem;
  margin-top: 1.5rem;
}
.order-flexible-cancel__title {
  font-size: 1.125rem;
  margin-bottom: 1rem;
  font-family: var(--title-font);
}
.order-flexible-cancel-item {
  display: flex;
  margin-bottom: 1rem;
  align-items: flex-start;
  gap: 0.5rem;
}
.order-flexible-cancel-item__col {
  display: flex;
  flex-direction: column;
}
.order-flexible-cancel-item__subtitle {
  font-size: 0.75rem;
}
.order-flexible-cancel-item__title {
  font-weight: 500;
  font-size: var(--subtitle-font-size);
}
.order-flexible-cancel-item:last-of-type {
  margin-bottom: 0;
}

.order-terms {
  margin-top: 0.5rem;
  text-align: center;
  font-size: var(--subtitle-font-size);
}

.order-payment-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
}
.order-payment-methods-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1rem / 2);
  height: 80px;
  border: 1px solid var(--neutral-gray-color);
  border-radius: 8px;
  cursor: pointer;
}
.order-payment-methods-item p {
  font-size: 0.75rem;
  font-weight: 500;
  font-family: var(--title-font);
}
.order-payment-methods-item_active {
  background: rgba(67, 112, 255, 0.1);
  border: 1px solid var(--blue-main-color);
}
@media (max-width: 400px) {
  .order-payment-methods-item:nth-child(1), .order-payment-methods-item:nth-child(2) {
    width: 100%;
  }
}

.daytour-page {
  margin-top: 3.5rem;
}
.daytour-page-top {
  display: flex;
  margin-bottom: 10rem;
}
.daytour-page-top__title {
  font-size: 2.5rem;
  font-family: var(--title-font);
  margin-bottom: 2rem;
  font-weight: 500;
}
.daytour-page-top__left {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: calc(48% - 2rem / 2);
}
.daytour-page-top__form {
  padding: 2rem 1.5rem;
  background: white;
  border-radius: 16px;
}
.daytour-page-top__right {
  width: calc(52% - 2rem / 2);
}
.daytour-page .duration-input {
  border-radius: 0 16px 0 0;
}
.daytour-page .book-journey-date-input {
  border-radius: 0 0 0 16px !important;
}
.daytour-page .p-dropdown .p-inputtext {
  font-family: var(--title-font) !important;
}
@media (max-width: 1024px) {
  .daytour-page-top {
    flex-direction: column;
  }
  .daytour-page-top__left {
    width: 100%;
  }
  .daytour-page-top__right {
    width: 100%;
  }
}

.duration-option {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
.duration-option svg {
  width: 12px;
}
.duration-option svg path {
  stroke: black;
}

.request-route {
  background-color: #f6f8ff;
  background-image: url(/img/pages/request-route/world-map.png);
  padding-top: 5rem;
  padding-bottom: 120px;
  background-size: cover;
  background-position: center;
}
.request-route .container {
  width: 100%;
  max-width: 1000px;
}
@media (max-width: 1024px) {
  .request-route .container {
    max-width: 500px;
  }
}
.request-route__title {
  font-size: 2.5rem;
  font-family: var(--title-font);
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.request-route__subtitle {
  font-size: 1.125rem;
  margin-bottom: 2rem;
  color: var(--subtitle-color);
}
.request-route-top {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .request-route-top {
    flex-direction: column;
    align-items: center;
    gap: 132px;
  }
}
@media (max-width: 480px) {
  .request-route-top {
    gap: 64px;
  }
}
.request-route-top__left {
  max-width: 500px;
  width: 100%;
}
@media (max-width: 1024px) {
  .request-route-top__right {
    width: 100%;
  }
}
.request-route-top__form {
  padding: 3rem 2.5rem;
  background: white;
  border-radius: 16px;
}
.request-route-top__form-section {
  margin-bottom: 1.5rem;
}
.request-route-top__input-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.request-route-top__input-row span {
  width: 100%;
}
.request-route-top .request-route-info-step {
  width: 378px;
  padding: 1.5rem 2rem;
  background: white;
  border-radius: 16px;
  margin-bottom: 2rem;
}
@media (max-width: 1024px) {
  .request-route-top .request-route-info-step {
    width: 100%;
  }
}
.request-route-top .request-route-info-step__head {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  gap: 0.5rem;
}
.request-route-top .request-route-info-step__step {
  font-size: var(--subtitle-font-size);
  margin-bottom: 0.5rem;
  color: var(--subtitle-color);
}
.request-route-top .request-route-info-step__title {
  font-size: 1.5rem;
  font-family: var(--title-font);
}
.request-route-top .request-route-info-step__title span {
  font-weight: 700;
}
.request-route-top .request-route-info-step__text {
  font-size: var(--subtitle-font-size);
  color: var(--subtitle-color);
}
@media (max-width: 500px) {
  .request-route__title {
    font-size: 24px;
    font-weight: 400;
  }
  .request-route__subtitle {
    font-size: 14px;
  }
  .request-route-top__form {
    padding: 3rem 24px;
  }
  .request-route-top__input-row {
    flex-direction: column;
  }
}
@media (max-width: 400px) {
  .request-route .tab:nth-child(1) {
    width: 50%;
  }
  .request-route .pass-lug-input-wrapper {
    flex-direction: column;
  }
  .request-route .cars {
    flex-direction: column;
  }
  .request-route .cars .service-class-cars {
    width: 100% !important;
    height: 48px;
  }
  .request-route .cars .service-class-cars__inner {
    height: 48px;
  }
  .request-route .cars .service-class-cars .service-class-cars-info-wrapper {
    margin-bottom: 0;
  }
  .request-route .cars .service-class-cars .service-class-cars-info {
    justify-content: space-between;
    margin-bottom: 0 !important;
    flex-direction: row;
  }
  .request-route .cars .service-class-cars .service-class-cars-info__title {
    margin-bottom: 0 !important;
  }
}
.request-route .book-journey-date-input-wrapper {
  width: 100%;
}
.request-route .book-journey-date-input-wrapper .book-journey-date-input {
  width: 100% !important;
  background-color: var(--search-gray-color) !important;
  border-radius: 8px;
}
.request-route .pass-lug-input-wrapper {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.request-route .pass-lug-input-wrapper .pass-lug-input {
  width: 100%;
}
.request-route .autocomplete-input-wrapper {
  margin-bottom: 1rem;
}
.request-route .autocomplete-input {
  display: block;
}
.request-route .autocomplete-input input {
  padding: 1rem;
  background: var(--search-gray-color);
  border: none;
  font-family: var(--title-font) !important;
  height: 48px;
  border-radius: 8px;
  font-size: var(--subtitle-font-size);
  margin-bottom: 0;
}
.request-route .autocomplete-input input::-moz-placeholder {
  color: var(--gray-color);
}
.request-route .autocomplete-input input:-ms-input-placeholder {
  color: var(--gray-color);
}
.request-route .autocomplete-input input::placeholder {
  color: var(--gray-color);
}
.request-route .cars {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.request-route .cars .service-class-cars {
  cursor: pointer;
  width: calc(50% - 0.5rem / 2);
}
.request-route .cars .service-class-cars__image {
  width: 60px;
  margin-right: 1rem;
}
.request-route .cars .service-class-cars__inner {
  padding: 0.75rem 1rem;
  min-height: auto;
  transition: border 0.2s;
}
.request-route .cars .service-class-cars__inner:hover {
  border-color: var(--blue-main-color);
}
.request-route .cars .service-class-cars .service-class-cars-info-wrapper {
  width: 100%;
}
.request-route .cars .service-class-cars .service-class-cars-info__title {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.request-route .cars .service-class-cars .service-class-cars-info__row {
  font-size: 0.625rem;
}
.request-route .cars .service-class-cars_active .service-class-cars__inner {
  border-color: var(--blue-main-color);
}
.request-route label {
  display: flex;
  font-size: var(--subtitle-font-size);
  margin-bottom: 0.5rem;
}
.request-route textarea {
  background: var(--search-gray-color);
}
.request-route input {
  background: var(--search-gray-color);
}
.request-route .btn-main-gradient {
  margin-top: 1.5rem;
}
.request-route .request-submitted {
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.request-route .request-submitted svg {
  height: 80px;
  margin-bottom: 1.5rem;
}
.request-route .request-submitted__title {
  font-size: 1.5rem;
  font-family: var(--title-font);
  margin-bottom: 0.5rem;
}
.request-route .request-submitted__subtitle {
  color: var(--gray-color);
  font-size: var(--subtitle-font-size);
  margin-bottom: 1.5rem;
}
.request-route .request-submitted__button {
  font-family: var(--title-font);
  font-size: var(--subtitle-font-size);
  width: 170px;
  margin: 0 auto;
}

.order-success {
  margin-bottom: 120px;
  margin-top: 3.5rem;
  max-width: 1042px;
}
@media (max-width: 1024px) {
  .order-success {
    flex-direction: column;
    align-items: center;
  }
}
.order-success__row {
  display: flex;
  gap: 3.5rem;
  margin-bottom: 5rem;
}
@media (max-width: 1024px) {
  .order-success__row {
    flex-direction: column;
    align-items: center;
  }
}
.order-success-card {
  background: white;
  padding: 2.5rem 2rem;
  border-radius: 16px;
}
.order-success .order-success-location-icon {
  width: 16px;
}
.order-success .order-success-location-icon path {
  fill: black;
}
.order-success-left {
  width: 57%;
}
.order-success-left__title {
  font-size: 2rem;
  font-weight: 500;
  font-family: var(--title-font);
}
.order-success-left__subtitle {
  margin-top: 0.25rem;
  font-size: 1.125rem;
  color: var(--subtitle-color);
}
.order-success-left .order-success-confirm-icon {
  margin-right: 0.7rem;
}
.order-success-left-inner {
  margin-top: 1.5rem;
}
.order-success-left-inner__title {
  font-size: 1.5rem;
  font-family: var(--title-font);
  margin-bottom: 0.5rem;
}
.order-success-left-inner__subtitle {
  color: var(--gray-color);
  font-size: var(--subtitle-font-size);
  margin-bottom: 2rem;
}
@media (max-width: 1024px) {
  .order-success-left {
    width: 100% !important;
    max-width: 624px;
  }
}
@media (max-width: 650px) {
  .order-success-left {
    max-width: 100%;
  }
  .order-success-left__title {
    font-size: 24px !important;
    font-weight: 400 !important;
  }
}
.order-success .order-success-left-head {
  height: 68px;
}
.order-success .order-success-left-inner-section {
  margin-bottom: 2rem;
}
.order-success .order-success-left-inner-section:last-of-type {
  margin-bottom: 0;
}
.order-success .order-success-left-inner-section__title {
  font-size: 1.5rem;
  font-family: var(--title-font);
  margin-bottom: 0.5rem;
}
.order-success .order-success-left-inner-section__subtitle {
  color: var(--gray-color);
  font-size: var(--subtitle-font-size);
}
.order-success .order-success-left-inner-section__bottom-text {
  margin-top: 1.5rem;
  font-size: var(--subtitle-font-size);
}
.order-success .order-success-left-inner-section-border {
  margin-top: 1.5rem;
  font-family: var(--title-font);
  padding: 1.5rem 2rem;
  border-radius: 16px;
  border: 1px solid var(--neutral-gray-color);
}
.order-success .order-success-left-inner-section-border__title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  font-size: 1.125rem;
}
.order-success .order-success-left-inner-section-border__row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: var(--subtitle-font-size);
}
@media (max-width: 1024px) {
  .order-success .order-success-left-inner-section-border__row {
    gap: 0.5rem;
  }
}
.order-success .order-success-left-inner-section-border__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.order-success .order-success-left-inner-section-border__item_half {
  width: calc(50% - 0.5rem);
}
@media (max-width: 1024px) {
  .order-success .order-success-left-inner-section-border__item_half {
    width: calc(50% - 0.25rem);
  }
}
.order-success .order-success-right {
  width: 47%;
}
@media (max-width: 1024px) {
  .order-success .order-success-right {
    width: 100% !important;
    max-width: 624px;
  }
}
@media (max-width: 650px) {
  .order-success .order-success-right {
    max-width: 100%;
  }
}
.order-success .order-success-right-head {
  display: flex;
  height: 68px;
  gap: 1.5rem;
  justify-content: flex-end;
}
.order-success .order-success-right-head__heading {
  font-family: var(--title-font);
  text-align: right;
}
.order-success .order-success-right-head__subtitle {
  margin-top: 0.25rem;
  font-weight: 700;
}
.order-success .order-success-right-inner {
  margin-top: 1.5rem;
}
.order-success .order-success-right-inner__title {
  font-family: var(--title-font);
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.order-success .order-success-right-inner__bottom-text {
  color: var(--subtitle-color);
  font-size: var(--subtitle-font-size);
  margin: 1.5rem 0;
}
.order-success .order-success-right-inner-content {
  margin-bottom: 1rem;
}
.order-success .order-success-right-inner-content:last-of-type {
  margin-bottom: 0;
}
.order-success .order-success-right-inner-content__title {
  font-size: var(--subtitle-font-size);
  color: var(--subtitle-color);
  margin-bottom: 0.25rem;
}
.order-success .order-success-right-inner-content__text {
  font-family: var(--title-font);
  line-height: 1.5rem;
}
.order-success .order-success-right-inner-content__text span {
  color: var(--blue-main-color);
}
.order-success .order-success-right-inner .btn-main {
  width: 100%;
}
.order-success .order-success-location-section {
  margin-bottom: 2rem;
}
.order-success .order-success-location-section:last-of-type {
  margin-bottom: 0;
}
.order-success .order-success-location-section__label {
  line-height: 1.25rem;
  color: var(--subtitle-color);
  font-size: var(--subtitle-font-size);
}
.order-success .order-success-location-section a {
  color: var(--blue-main-color);
}
.order-success .order-success-location-section svg {
  width: 16px;
}
.order-success .order-success-location-section .hours {
  font-size: 14px;
}

/**/
.order-error {
  display: flex;
  justify-content: center;
  min-height: 100vh;
  padding-top: 20vh;
}
.order-error__wrap {
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.order-error__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: #ff4d4d;
  border-radius: 50%;
}
.order-error__icon svg {
  width: 50px;
  height: 50px;
  fill: #fff;
}
.order-error__title {
  margin-top: 2rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  font-size: 2.5rem;
}
.order-error__subtitle {
  font-size: 16px;
  color: var(--subtitle-color);
  margin-bottom: 2rem;
}
.order-error__button {
  width: 260px;
}
.order-error__button svg {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  fill: currentColor;
}

.order-cards {
  border-radius: 16px;
  background: white;
}

.order-success__row {
  display: flex;
  gap: 3.5rem;
  margin-bottom: 5rem;
}

.order-success-card {
  background: #fff;
  padding: 40px 16px;
  border-radius: 16px;
}

.order-success-location-icon {
  width: 16px;
}

.order-success-location-icon path {
  fill: #000;
}

.order-success-left {
  width: 57%;
}

.order-success-left__title {
  font-size: 2rem;
  font-weight: 500;
  font-family: var(--title-font);
}

.order-success-left__subtitle {
  margin-top: 0.25rem;
  font-size: 1.125rem;
  color: var(--subtitle-color);
}

.order-success-left .order-success-confirm-icon {
  margin-right: 0.7rem;
}

.order-success-left-inner {
  margin-top: 1.5rem;
}

.order-success-left-inner__title {
  font-size: 1.5rem;
  font-family: var(--title-font);
  margin-bottom: 0.5rem;
}

.order-success-left-inner__subtitle {
  color: var(--gray-color);
  font-size: var(--subtitle-font-size);
  margin-bottom: 2rem;
}

.order-success-left-head {
  height: 68px;
}

.order-success-left-inner-section {
  margin-bottom: 2rem;
}

.order-success-left-inner-section:last-of-type {
  margin-bottom: 0;
}

.order-success-left-inner-section__title {
  font-size: 1.5rem;
  font-family: var(--title-font);
  margin-bottom: 0.5rem;
}

.order-success-left-inner-section__subtitle {
  color: var(--gray-color);
  font-size: var(--subtitle-font-size);
}

.order-success-left-inner-section__bottom-text {
  margin-top: 1.5rem;
  font-size: var(--subtitle-font-size);
}

.order-success-left-inner-section-border {
  margin-top: 1.5rem;
  font-family: var(--title-font);
  padding: 1.5rem 2rem;
  border-radius: 16px;
  border: 1px solid var(--neutral-gray-color);
}

.order-success-left-inner-section-border__title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  font-size: 1.125rem;
}

.order-success-left-inner-section-border__row {
  display: flex;
  gap: 1rem;
  font-size: var(--subtitle-font-size);
}

.order-success-left-inner-section-border__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.order-success-right {
  width: 47%;
}

.order-success-right-head {
  display: flex;
  height: 68px;
  gap: 1.5rem;
  justify-content: flex-end;
}

.order-success-right-head__heading {
  font-family: var(--title-font);
  text-align: right;
}

.order-success-right-head__subtitle {
  margin-top: 0.25rem;
  font-weight: 700;
}

.order-success-right-inner {
  margin-top: 1.5rem;
}

.order-success-right-inner__title {
  font-family: var(--title-font);
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

.order-success-right-inner__bottom-text {
  color: var(--subtitle-color);
  font-size: var(--subtitle-font-size);
  margin: 1.5rem 0;
}

.order-success-right-inner-content {
  margin-bottom: 1rem;
}

.order-success-right-inner-content:last-of-type {
  margin-bottom: 0;
}

.order-success-right-inner-content__title {
  font-size: var(--subtitle-font-size);
  color: var(--subtitle-color);
  margin-bottom: 0.25rem;
}

.order-success-right-inner-content__text {
  font-family: var(--title-font);
  line-height: 1.5rem;
}

.order-success-right-inner .btn-main {
  width: 100%;
}

.order-success-location-section {
  margin-bottom: 2rem;
}

.order-success-location-section:last-of-type {
  margin-bottom: 0;
}

.order-success-location-section__label {
  line-height: 1.25rem;
  color: var(--subtitle-color);
  font-size: var(--subtitle-font-size);
}

.order-success-location-section a {
  color: var(--blue-main-color);
}

.container-company .p-accordion-toggle-icon {
  display: none !important;
}
.container-company .p-highlight .tab-title {
  color: #05060B;
}
.container-company .p-highlight .tab-title span {
  color: #4370FF;
}

.journey-page {
  margin-top: 32px;
  margin-bottom: 80px;
}
.journey-page .link-back {
  font-size: 0.875rem;
  font-weight: 700;
  display: flex;
  margin-bottom: 32px;
}
.journey-page .link-back a {
  display: flex;
  align-items: center;
  color: var(--blue-main-color);
}
.journey-page .link-back a svg {
  margin-right: 9px;
}
.journey-page .title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.journey-page .title-wrap .name-city {
  margin-left: 32px;
  margin-bottom: 32px;
  font-family: var(--title-font);
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 3rem;
}
.journey-page .title-wrap .name-city svg {
  margin: 0 32px;
}
.journey-page .title-wrap .number {
  font-family: var(--title-font);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.563rem;
  text-align: right;
}
.journey-page .title-wrap .number span {
  font-weight: 700;
}
.journey-page .title-wrap .btn-download {
  width: 253px;
  margin-left: 40px;
}

.journey-main-content {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.journey-main-content .main-content-item-two {
  width: calc(50% - 2rem / 2);
}
.journey-main-content .main-content-item-two .main-content-item-wrap {
  padding: 32px 24px;
  background: #fff;
  width: 100%;
  border-radius: 16px;
  margin-bottom: 32px;
}
.journey-main-content .main-content-item-two .main-content-item-wrap .journey-details {
  font-family: var(--title-font);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
}
.journey-main-content .main-content-item-two .main-content-item-wrap .wrap-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.journey-main-content .main-content-item-two .main-content-item-wrap .details-data {
  display: flex;
  align-items: center;
  font-family: var(--title-font);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  margin: 24px 0;
  flex-wrap: wrap;
  gap: 1rem 0;
}
.journey-main-content .main-content-item-two .main-content-item-wrap .details-data div {
  margin-right: 28px;
}
.journey-main-content .main-content-item-two .main-content-item-wrap .details-data div span {
  font-size: 0.813rem;
  font-weight: 400;
  line-height: 0.934rem;
  color: #828285;
}
.journey-main-content .main-content-item-two .main-content-item-wrap .details-data div svg, .journey-main-content .main-content-item-two .main-content-item-wrap .details-data div img {
  margin-right: 2px;
}
.journey-main-content .main-content-item-two .main-content-item-wrap .details-info {
  background: #EAF2FD;
  display: flex;
  align-items: center;
  border-radius: 8px;
  padding: 16px;
  font-family: var(--title-font);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.006rem;
}
.journey-main-content .main-content-item-two .main-content-item-wrap .details-info div {
  margin-right: 32px;
}
.journey-main-content .main-content-item-two .main-content-item-wrap .details-info div svg {
  margin-right: 4px;
}
.journey-main-content .main-content-item-two .main-content-item-wrap .wrap-payment {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  background: #EAF2FD;
  border-radius: 8px;
  padding: 19px;
  text-align: center;
  margin-top: 16px;
  width: 100%;
  max-width: 417px;
  font-family: var(--title-font);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.006rem;
}
.journey-main-content .main-content-item-two .main-content-item-wrap .wrap-payment-with-btn {
  flex-direction: column;
}
.journey-main-content .main-content-item-two .main-content-item-wrap .wrap-payment-with-btn div {
  margin-bottom: 8px;
}
.journey-main-content .main-content-item-two .main-content-item-wrap .wrap-payment-with-btn div span {
  font-weight: 700;
}
.journey-main-content .main-content-item-two .main-content-item-wrap .wrap-payment-with-btn .btn-main {
  font-size: 0.875rem;
  width: 100%;
  height: 32px;
}
.journey-main-content .main-content-item-two .main-content-item-wrap .details-info-driver {
  margin-top: 16px;
}
.journey-main-content .main-content-item-two .main-content-item-wrap .details-info-driver-warning {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  margin-top: 16px;
}
.journey-main-content .main-content-item-two .main-content-item-wrap .details-info-driver-warning svg {
  margin-right: 16px;
}
.journey-main-content .main-content-item-two .main-content-item-wrap .mt-32 {
  margin-top: 32px;
}
.journey-main-content .main-content-item-two .main-content-item-wrap .car-number-wrap {
  background: #EAF2FD;
  padding: 16px 32px;
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
  margin-left: 53px;
  width: 100%;
  max-width: 252px;
}
.journey-main-content .main-content-item-two .main-content-item-wrap .car-number-wrap .number-label {
  font-family: var(--title-font);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: #828285;
}
.journey-main-content .main-content-item-two .main-content-item-wrap .car-number-wrap .number {
  font-family: var(--title-font);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.688rem;
  letter-spacing: 0.04em;
}
.journey-main-content .main-content-item-two .main-content-item-wrap .car-number-wrap .number-name {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.688rem;
  display: flex;
  align-items: center;
}
.journey-main-content .main-content-item-two .main-content-item-wrap .car-number-wrap .number-name svg {
  margin-right: 6px;
}
.journey-main-content .main-content-item-two .main-content-item-wrap .warning-car {
  max-width: 239px;
  font-size: 0.875rem;
  color: #828285;
  font-weight: 400;
  line-height: 1.25rem;
  margin-left: 53px;
  margin-top: 0;
}
.journey-main-content .main-content-item-two .main-content-item-wrap .car-wrapper {
  margin-top: 37px;
  margin-bottom: 16px;
  justify-content: space-between;
}
.journey-main-content .main-content-item-two .main-content-item-wrap .car {
  width: 100%;
  max-width: 122px;
  margin-right: 32px;
}
.journey-main-content .main-content-item-two .main-content-item-wrap .car-type {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.1;
}
.journey-main-content .main-content-item-two .main-content-item-wrap .car-model {
  font-size: 0.813rem;
  font-weight: 400;
  line-height: 1.688rem;
  margin-bottom: 4px;
}
.journey-main-content .main-content-item-two .main-content-item-wrap .car-seats {
  color: #8B8B8B;
  font-size: 0.813rem;
  font-weight: 400;
  line-height: 1.125rem;
  display: flex;
  align-items: center;
}
.journey-main-content .main-content-item-two .main-content-item-wrap .car-seats svg {
  margin-left: 4px;
  margin-right: 4px;
}
.journey-main-content .cancel-trip {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7473C0;
  font-family: var(--title-font);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.149rem;
  letter-spacing: 0.25px;
  margin-top: 47px;
  cursor: pointer;
}
.journey-main-content .cancel-trip svg {
  margin-right: 4px;
}
.journey-main-content .journey-change {
  font-family: var(--title-font);
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.25rem;
  cursor: pointer;
  color: var(--blue-main-color);
}
.journey-main-content .wrap-map {
  width: 100%;
  margin-bottom: 32px;
  border-radius: 16px;
  height: 214px;
}
.journey-main-content .wrap-map-mt {
  margin-top: 32px;
  margin-bottom: 0;
}
.journey-main-content .main-content-item {
  padding: 32px;
  background: #fff;
  width: calc(50% - 2rem / 2);
  border-radius: 16px;
}
.journey-main-content .main-content-item .start {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: #828285;
  margin-bottom: 9px;
}
.journey-main-content .main-content-item .start-city {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.724rem;
  letter-spacing: 0.015em;
}
.journey-main-content .main-content-item .start-city svg {
  margin-right: 16px;
}
.journey-main-content .main-content-item .wrap-date {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.journey-main-content .main-content-item .wrap-date .journey-date {
  font-family: var(--title-font);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.006rem;
  display: flex;
  align-items: center;
}
.journey-main-content .main-content-item .wrap-date .journey-date svg {
  margin-right: 8px;
}
.journey-main-content .main-content-item .wrap-date .clock-ml {
  margin-left: 74px;
}
.journey-main-content .main-content-item .wrap-date .journey-address {
  color: #828285;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  text-align: center;
}
.journey-main-content .main-content-item .wrap-margin {
  margin-top: 32px;
}
.journey-main-content .main-content-item .journey-address-street {
  font-family: var(--title-font);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  margin-top: 8px;
  margin-bottom: 34px;
}
.journey-main-content .main-content-item .journey-address-street svg {
  margin-right: 6px;
}
.journey-main-content .main-content-item .arrive {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  margin-bottom: 8px;
}
.journey-main-content .main-content-item .add-extra {
  width: 100%;
}
.journey-main-content .main-content-item .add-extra svg {
  margin-right: 7px;
}
.journey-main-content .main-content-item .stop-wrap {
  background: #EAF2FD;
  border-radius: 16px;
  padding: 16px 24px;
  margin-bottom: 32px;
}
.journey-main-content .main-content-item .stop-wrap .journey-stops {
  font-family: var(--title-font);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
}
.journey-main-content .main-content-item .stop-wrap .wrap-mb {
  margin-top: 0;
  margin-bottom: 16px;
}
.journey-main-content .main-content-item .stop-wrap .stop-address {
  font-family: var(--title-font);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.006rem;
  margin-top: 1rem;
  margin-left: 13px;
}
.journey-main-content .main-content-item .stop-wrap .stop-time {
  font-family: var(--title-font);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.006rem;
  letter-spacing: 0.005em;
  margin-left: 13px;
  color: #828285;
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.journey-main-content .main-content-item .stop-wrap .stop-time svg {
  margin-right: 8px;
}
.journey-main-content .main-content-item .stop-wrap .imp-padding:not(:last-child) {
  margin-bottom: 2rem;
}
.journey-main-content .main-content-item .stop-wrap .imp-padding {
  padding: 0 5px;
  position: relative;
}
.journey-main-content .main-content-item .stop-wrap .imp-padding .recommended {
  position: absolute;
  right: 5px;
  top: 29px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 14px 13px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  display: flex;
  align-items: center;
}
.journey-main-content .main-content-item .stop-wrap .imp-padding .recommended .recommended-text {
  font-size: 0.797rem;
  font-weight: 700;
  line-height: 11px;
  color: #3897F0;
  margin-left: 4px;
}
.journey-main-content .main-content-item .stop-wrap .imp-padding .recommended .recommended-text span {
  font-size: 0.516rem;
  font-weight: 500;
  line-height: 0.469rem;
  color: #505154;
}
.journey-main-content .main-content-item .stop-wrap ::v-deep .search-page-extra-stops-right-item {
  margin-bottom: 0;
  height: 325px;
}
.journey-main-content .main-content-item .stop-wrap ::v-deep .search-page-extra-stops-right-item__bottom {
  padding: 18px 36px;
}
.journey-main-content .main-content-item .stop-wrap ::v-deep .search-page-extra-stops-right-item__column {
  margin-left: 30px;
}
.journey-main-content .main-content-item .stop-wrap ::v-deep .search-page-extra-stops-right-item__title {
  font-size: 1.125rem;
}
.journey-main-content .main-content-item .stop-wrap ::v-deep .search-page-extra-stops-right-item__subtitle {
  font-size: 0.656rem;
}
.journey-main-content .main-content-item .stop-wrap ::v-deep .search-page-extra-stops-right-item__subtitle a {
  text-decoration: underline;
}
.journey-main-content .main-content-item .stop-wrap ::v-deep .search-page-extra-stops-right-item__button {
  min-width: 110px;
  height: 35px;
  padding: 0;
}

@media (max-width: 1279px) {
  .journey-page .title-wrap .name-city {
    display: flex;
  }
  .journey-page .title-wrap .btn-download {
    margin-left: 24px;
    width: 211px;
    white-space: nowrap;
    font-weight: 500;
    font-size: 0.875rem;
    letter-spacing: 0.0025em;
  }
  .journey-page .main-content {
    flex-direction: column;
  }
  .journey-page .main-content .main-content-item, .journey-page .main-content .main-content-item-two {
    width: 100%;
  }
  .journey-page .form-control-date {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .journey-page .title-wrap {
    fleX-wrap: wrap;
    margin-bottom: 32px;
    gap: 16px 0;
  }
  .journey-page .title-wrap .name-city {
    margin: 0;
  }
  .journey-page .title-wrap .name-city svg {
    margin: 0 16px;
  }
  .journey-page .journey-main-content .details-info {
    flex-wrap: wrap;
    gap: 2rem 0;
  }
  .journey-page .journey-main-content .start-city {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  .journey-page .title-wrap .name-city {
    font-size: 32px;
  }
  .journey-page .journey-main-content .main-content-item-two .main-content-item-wrap .car-wrapper {
    flex-wrap: wrap;
    justify-content: start;
    gap: 16px 0;
  }
  .journey-page .journey-main-content .main-content-item-two .main-content-item-wrap .details-info-driver-warning {
    margin-left: 0;
  }
}
@media (max-width: 400px) {
  .journey-page .title-wrap .name-city {
    font-size: 24px;
    font-weight: 400;
  }
  .journey-page .title-wrap .booking-row {
    flex-direction: column;
    align-items: start;
    text-align: left;
    width: 100%;
  }
  .journey-page .title-wrap .booking-row .number {
    text-align: left;
    margin-left: auto;
    margin-bottom: 8px;
  }
  .journey-page .title-wrap .booking-row .btn-download {
    width: 100%;
    margin-left: 0;
  }
  .journey-page .journey-main-content .start-city {
    font-size: 18px;
    font-weight: 400;
  }
  .journey-page .journey-main-content .clock-ml {
    margin-left: 10px !important;
  }
}
.blue-text {
  color: var(--blue-main-color);
}

.search-page-extra-stops-right-item__bottom {
  width: 100%;
}

* {
  box-sizing: inherit;
}

body {
  margin: 0;
  box-sizing: border-box;
  font-size: 16px;
  color: var(--text-black-color);
  background-color: var(--background-color);
  font-family: Montserrat, sans-serif, Helvetica !important;
}

.logo {
  height: 34px;
}

p {
  margin: 0;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.recommended {
  position: absolute;
  right: 0px;
  top: 29px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 14px 13px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  display: flex;
  align-items: center;
}
.recommended .recommended-text {
  font-size: 0.797rem;
  font-weight: 700;
  line-height: 11px;
  color: #3897F0;
  margin-left: 4px;
}
.recommended .recommended-text span {
  font-size: 0.516rem;
  font-weight: 500;
  line-height: 0.469rem;
  color: #505154;
}

.ss-main {
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #666;
  width: 100%;
}

.mobile-scheme {
  display: none !important;
  width: 60% !important;
  padding-left: 5% !important;
}

.group_agency_s:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

a[name=partner] {
  text-decoration: none !important;
  display: inline-block !important;
  padding: 25px 120px;
  border-radius: 10px !important;
  background-image: linear-gradient(45deg, #068421 0%, #029a24 50%, #024b12 100%) !important;
  background-position: 100% 0 !important;
  background-size: 200% 200% !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 18px !important;
  font-weight: 300 !important;
  color: white !important;
  box-shadow: 0 16px 32px 0 rgba(0, 40, 120, 0.35) !important;
  transition: 0.5s !important;
}

a[name=partner]:hover {
  box-shadow: 0 0 0 0 rgba(0, 40, 120, 0) !important;
  background-position: 0 0 !important;
}

a[name=driver] {
  text-decoration: none !important;
  display: inline-block !important;
  padding: 25px 120px;
  border-radius: 10px !important;
  background-image: linear-gradient(45deg, #6ab1d7 0%, #33d9de 50%, #002878 100%) !important;
  background-position: 100% 0 !important;
  background-size: 200% 200% !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 18px !important;
  font-weight: 300 !important;
  color: white !important;
  box-shadow: 0 16px 32px 0 rgba(0, 40, 120, 0.35) !important;
  transition: 0.5s !important;
}

a[name=driver]:hover {
  box-shadow: 0 0 0 0 rgba(0, 40, 120, 0) !important;
  background-position: 0 0 !important;
}

.iti__selected-dial-code {
  color: black;
  font-size: 13px;
}

.map-btn {
  display: none;
}

.agency_img_a_s {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.agency_img_a_s .container {
  position: absolute;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.agency_img_a_s .container h1 {
  padding: 0 !important;
  color: white !important;
  padding-bottom: 8% !important;
}

.banner__top {
  background: url(/img/travel-banner.png) top center no-repeat !important;
  background-size: 100% !important;
  height: 690px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner__bottom img {
  width: 100%;
}

.img__banner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

.img__banner img {
  width: 100%;
}

.travel__banner {
  height: 80%;
  -o-object-fit: cover;
     object-fit: cover;
}

.travel__banner_bottom {
  height: 20%;
}

.iti__country-list {
  width: 496% !important;
}

.iti__country-name {
  color: black;
}

.ss-main .ss-single-selected {
  display: flex;
  cursor: pointer;
  width: 100%;
  height: 30px;
  padding: 6px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  background-color: #fff;
  outline: 0;
  box-sizing: border-box;
  transition: background-color 0.2s;
}

.iti__country-list--dropup {
  bottom: -405% !important;
}

.ss-main .ss-single-selected.ss-disabled {
  background-color: #dcdee2;
  cursor: not-allowed;
}

.ss-main .ss-single-selected.ss-open-above {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ss-main .ss-single-selected.ss-open-below {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ss-main .ss-single-selected .placeholder {
  display: flex;
  flex: 1 1 100%;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  width: calc(100% - 30px);
  line-height: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ss-main .ss-single-selected .placeholder * {
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
}

.ss-main .ss-single-selected .placeholder .ss-disabled {
  color: #dedede;
}

.ss-main .ss-single-selected .ss-deselect {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 1 auto;
  margin: 0 6px;
  font-weight: 700;
}

.ss-main .ss-single-selected .ss-deselect.ss-hide {
  display: none;
}

.iti.iti--allow-dropdown.iti--separate-dial-code {
  width: 100%;
}

.iti__country-list {
  width: 100%;
}

.ss-main .ss-single-selected .ss-arrow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 1 auto;
  margin: 0 6px;
}

.ss-main .ss-single-selected .ss-arrow span {
  border: solid #666;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transition: transform 0.2s, margin 0.2s;
  -o-transition: transform 0.2s, margin 0.2s;
}

.ss-main .ss-single-selected .ss-arrow span.arrow-up {
  transform: rotate(-135deg);
  margin: 3px 0 0;
}

.ss-main .ss-single-selected .ss-arrow span.arrow-down {
  transform: rotate(45deg);
  margin: -3px 0 0;
}

.ss-main .ss-multi-selected {
  display: flex;
  flex-direction: row;
  cursor: pointer;
  min-height: 30px;
  width: 100%;
  padding: 0 0 0 3px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  background-color: #fff;
  outline: 0;
  box-sizing: border-box;
  transition: background-color 0.2s;
}

.ss-main .ss-multi-selected.ss-disabled {
  background-color: #dcdee2;
  cursor: not-allowed;
}

.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-disabled {
  color: #666;
}

.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-value .ss-value-delete {
  cursor: not-allowed;
}

.ss-main .ss-multi-selected.ss-open-above {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ss-main .ss-multi-selected.ss-open-below {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ss-main .ss-multi-selected .ss-values {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex: 1 1 100%;
  width: calc(100% - 30px);
}

.ss-main .ss-multi-selected .ss-values .ss-disabled {
  display: flex;
  padding: 4px 5px;
  margin: 2px 0;
  line-height: 1em;
  align-items: center;
  width: 100%;
  color: #dedede;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@-webkit-keyframes scaleIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scaleIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes scaleOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
@keyframes scaleOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
.ss-main .ss-multi-selected .ss-values .ss-value {
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: center;
  font-size: 12px;
  padding: 3px 5px;
  margin: 3px 5px 3px 0;
  color: #fff;
  background-color: #5897fb;
  border-radius: 4px;
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.ss-main .ss-multi-selected .ss-values .ss-value.ss-out {
  -webkit-animation-name: scaleOut;
  animation-name: scaleOut;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.ss-main .ss-multi-selected .ss-values .ss-value .ss-value-delete {
  margin: 0 0 0 5px;
  cursor: pointer;
}

.ss-main .ss-multi-selected .ss-add {
  display: flex;
  flex: 0 1 3px;
  margin: 9px 12px 0 5px;
}

.ss-main .ss-multi-selected .ss-add .ss-plus {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #666;
  position: relative;
  height: 10px;
  width: 2px;
  transition: transform 0.2s;
}

.ss-main .ss-multi-selected .ss-add .ss-plus:after {
  background: #666;
  content: "";
  position: absolute;
  height: 2px;
  width: 10px;
  left: -4px;
  top: 4px;
}

.ss-main .ss-multi-selected .ss-add .ss-plus.ss-cross {
  transform: rotate(45deg);
}

.ss-content {
  position: absolute;
  width: 100%;
  margin: -1px 0 0;
  box-sizing: border-box;
  border: 1px solid #dcdee2;
  z-index: 1010;
  background-color: #fff;
  transform-origin: center top;
  transition: transform 0.2s, opacity 0.2s;
  -o-transition: transform 0.2s, opacity 0.2s;
  opacity: 0;
  transform: scaleY(0);
}

.ss-content.ss-open {
  display: block;
  opacity: 1;
  transform: scaleY(1);
}

.ss-content .ss-search {
  display: flex;
  flex-direction: row;
  padding: 8px 8px 6px;
}

.ss-content .ss-search.ss-hide,
.ss-content .ss-search.ss-hide input {
  height: 0;
  opacity: 0;
  padding: 0;
  margin: 0;
}

.ss-content .ss-search input {
  display: inline-flex;
  font-size: inherit;
  line-height: inherit;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  height: 30px;
  padding: 6px 8px;
  margin: 0;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  background-color: #fff;
  outline: 0;
  text-align: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: textfield;
}

.ss-content .ss-search input::-moz-placeholder {
  color: #8a8a8a;
  vertical-align: middle;
}

.ss-content .ss-search input:-ms-input-placeholder {
  color: #8a8a8a;
  vertical-align: middle;
}

.ss-content .ss-search input::placeholder {
  color: #8a8a8a;
  vertical-align: middle;
}

.ss-content .ss-search input:focus {
  box-shadow: 0 0 5px #5897fb;
}

.ss-content .ss-search .ss-addable {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 22px;
  font-weight: 700;
  flex: 0 0 30px;
  height: 30px;
  margin: 0 0 0 8px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  box-sizing: border-box;
}

.ss-content .ss-addable {
  padding-top: 0;
}

.ss-content .ss-list {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: left;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label {
  padding: 6px 10px;
  font-weight: 700;
}

.ss-content .ss-list .ss-optgroup .ss-option {
  padding: 6px 6px 6px 25px;
}

.ss-content .ss-list .ss-optgroup-label-selectable {
  cursor: pointer;
}

.ss-content .ss-list .ss-optgroup-label-selectable:hover {
  color: #fff;
  background-color: #5897fb;
}

.ss-content .ss-list .ss-option {
  padding: 6px 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ss-content .ss-list .ss-option * {
  display: inline-block;
}

.ss-content .ss-list .ss-option.ss-highlighted,
.ss-content .ss-list .ss-option:hover {
  color: #fff;
  background-color: #5897fb;
}

.ss-content .ss-list .ss-option.ss-disabled {
  cursor: not-allowed;
  color: #dedede;
  background-color: #fff;
}

.ss-content .ss-list .ss-option:not(.ss-disabled).ss-option-selected {
  color: #666;
  background-color: rgba(88, 151, 251, 0.1);
}

.ss-content .ss-list .ss-option.ss-hide {
  display: none;
}

.ss-content .ss-list .ss-option .ss-search-highlight {
  background-color: #fffb8c;
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  --swiper-navigation-size: 44px;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  height: 360px;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000;
}

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

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: opacity 0.3s;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: transform 0.2s, top 0.2s;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform 0.2s, left 0.2s;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform 0.2s, right 0.2s;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

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

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

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

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  -webkit-animation: 1s linear infinite swiper-preloader-spin;
  animation: 1s linear infinite swiper-preloader-spin;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.not-selectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.carousel {
  position: relative;
  box-sizing: border-box;
}

.carousel *,
.carousel :after,
.carousel :before {
  box-sizing: inherit;
}

.carousel.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: flex;
}

.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  transition: opacity 0.15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
  transition: opacity 0.15s;
}

.carousel__button.is-next,
.carousel__button.is-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0) env(safe-area-inset-right, 0) env(safe-area-inset-bottom, 0) env(safe-area-inset-left, 0);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1050;
  outline: 0;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

.fancybox__container *,
.fancybox__container ::after,
.fancybox__container ::before {
  box-sizing: inherit;
}

.fancybox__container :focus {
  outline: 0;
}

body:not(.is-using-mouse) .fancybox__container :focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}

.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: flex;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px;
  position: relative;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}

.fancybox__slide::after,
.fancybox__slide::before {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0) 0 env(safe-area-inset-left, 0);
  width: 75%;
  padding: 36px;
  overflow: auto;
  max-height: 600;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  -ms-grid-row-align: center;
  align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: dotted thin;
  box-shadow: none;
}

.fancybox__caption {
  -ms-grid-row-align: center;
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  flex-shrink: 0;
  overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}

.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click,
.fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}

.fancybox__spinner svg {
  -webkit-animation: 2s linear infinite fancybox-rotate;
  animation: 2s linear infinite fancybox-rotate;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: 1.5s ease-in-out infinite fancybox-dash;
  animation: 1.5s ease-in-out infinite fancybox-dash;
  stroke-linecap: round;
  stroke: currentColor;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.carousel__button.is-close,
.carousel__dots,
.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav {
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close,
.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav {
  -webkit-animation: 0.15s backwards fancybox-fadeIn;
  animation: 0.15s backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .carousel__button.is-close,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav {
  -webkit-animation: 0.15s both fancybox-fadeOut;
  animation: 0.15s both fancybox-fadeOut;
}

.fancybox-fadeIn {
  -webkit-animation: 0.15s both fancybox-fadeIn;
  animation: 0.15s both fancybox-fadeIn;
}

.fancybox-fadeOut {
  -webkit-animation: 0.1s both fancybox-fadeOut;
  animation: 0.1s both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  -webkit-animation: 0.2s both fancybox-zoomInUp;
  animation: 0.2s both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  -webkit-animation: 0.15s both fancybox-zoomOutDown;
  animation: 0.15s both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
  -webkit-animation: 0.15s both fancybox-throwOutUp;
  animation: 0.15s both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  -webkit-animation: 0.15s both fancybox-throwOutDown;
  animation: 0.15s both fancybox-throwOutDown;
}

@-webkit-keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__image {
  transform-origin: 0 0;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: 0 0;
  min-height: 1px;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit=contain] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__content {
  flex-direction: row;
  flex-wrap: wrap;
}

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit=cover] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}

.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: 0 0;
}

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fancybox__thumbs {
  flex: 0 0 auto;
  position: relative;
  padding: 0 3px;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
  opacity: 0;
  transition: opacity 0.15s;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  padding: 0;
  touch-action: none;
  display: flex;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

.fancybox__toolbar__items {
  display: flex;
}

.fancybox__toolbar__items--left {
  margin-right: auto;
}

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
  margin-left: auto;
}

.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 30;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox__container:-webkit-full-screen::-webkit-backdrop {
  opacity: 0;
}

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0;
}

.fancybox__container:-ms-fullscreen::backdrop {
  opacity: 0;
}

.fancybox__container:-webkit-full-screen::-webkit-backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::-webkit-backdrop {
  opacity: 0;
}

.fancybox__container:-webkit-full-screen::-webkit-backdrop {
  opacity: 0;
}

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0;
}

.fancybox__container:-ms-fullscreen::backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::-webkit-backdrop {
  opacity: 0;
}

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0;
}

.fancybox__container:-ms-fullscreen::backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::-webkit-backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.glide * {
  box-sizing: inherit;
}

/*.glide__track {*/
/*    overflow: hidden;*/
/*}*/
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}

.glide__slides--dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.glide__slide a {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.glide__arrows,
.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.glide--rtl {
  direction: rtl;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

details,
main {
  display: block;
}

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

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

a {
  background-color: transparent;
  transition: 0.2s;
}

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

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
  padding: 0;
}

.b-efbooking__bg {
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  margin: auto;
  align-items: center;
  padding: 21px;
  flex-direction: column;
  border-radius: 22px;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

p {
  font-style: normal;
}

h2 {
  padding: 0;
  margin: 0;
}

.h1,
h1 {
  font-size: 80px;
  line-height: 1;
  font-family: inherit;
  font-weight: 400;
}

.h1.--min,
h1.--min {
  font-size: 70px;
}

.h2.--fw-bold,
h2.--fw-bold {
  font-weight: 400;
}

.h3,
h3 {
  font-size: 27px;
  line-height: 1;
  font-family: inherit;
}

.h4,
h4 {
  font-size: 35px;
  font-weight: 700;
  line-height: 50px;
}

.custom-select .ss-main {
  width: auto;
  background-color: transparent;
}

.custom-select .ss-main .ss-single-selected {
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: transparent;
  border-radius: 32px;
  padding-left: 10px;
  padding-right: 11px;
}

.custom-select .ss-main .placeholder {
  font-size: 13px;
  color: #fff;
  position: relative;
  top: 1px;
}

.custom-select .ss-main .ss-arrow {
  margin: 0 0 0 4px;
}

.custom-select .ss-main .ss-arrow span {
  border-width: 0 1px 1px 0;
  padding: 2px;
}

.custom-select .ss-content {
  left: 0;
  width: auto;
  min-width: 113px;
  border: 0;
  border-radius: 7px;
  margin-top: 9px;
  box-shadow: 0 4px 45px 20px rgba(71, 71, 71, 0.04);
}

.custom-select .ss-content:before {
  content: "";
  display: block;
  position: absolute;
  top: -6px;
  left: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5.5px 6px;
  border-color: transparent transparent #fff;
}

.custom-select .ss-content .ss-list {
  padding-top: 6px;
  padding-bottom: 6px;
}

.custom-select .ss-content .ss-list .ss-option {
  padding: 6px 10px 4px;
  font-size: 10px;
  text-align: left;
}

.custom-select .ss-content .ss-list .ss-option.ss-option-selected {
  color: #ec824a;
  background-color: #fff;
}

.custom-select .ss-content .ss-list .ss-option.ss-option-selected:hover {
  color: #fff;
}

.custom-select .ss-content .ss-list .ss-option.ss-highlighted,
.custom-select .ss-content .ss-list .ss-option:hover {
  background-color: #ec824a;
}

.social.--white a {
  background-color: #fff;
}

.social.--white a:hover svg {
  fill: #fff;
}

.social.--white svg {
  fill: #1f1f1f;
}

.social a {
  display: inline-flex;
  position: relative;
  width: 42px;
  height: 42px;
  overflow: hidden;
  background-color: #424242;
  border-radius: 100%;
  margin-right: 13px;
  margin-bottom: 10px;
  transition: 0.3s;
}

.social a:hover {
  background-color: transparent;
  transition: 0.2s;
}

.social a:hover:after {
  opacity: 1;
}

.social a.instagram:after {
  background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}

.social a.facebook:after {
  background: #3b5998;
}

.social a.facebook svg {
  position: relative;
  right: 1px;
}

.social a.youtube:after {
  background: red;
}

.social a.whatsapp:after {
  background: #25d366;
}

.social a:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate3d(-50%, -50%, 0);
  transition: 0.3s;
  opacity: 0;
}

.social a svg {
  position: relative;
  z-index: 2;
  width: 19px;
  height: 19px;
  margin: auto;
  fill: #fff;
}

.ico-line {
  display: inline-flex;
  align-items: center;
}

.ico-line i {
  display: flex;
  width: 65px;
  height: 65px;
  background: #504f4f;
  border-radius: 100%;
}

.ico-line i svg {
  width: 33px;
  height: 33px;
  margin: auto;
  fill: #fff;
}

.ico-line div {
  width: calc(100% - 65px);
  padding-left: 18px;
}

.ico-line div b {
  width: 100%;
  font-size: 18px;
  line-height: 27px;
}

.ico-line div span {
  display: flex;
  font-weight: 350;
  font-size: 18px;
  line-height: 27px;
}

.btn {
  height: 50px;
  background: #03acd1;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 7px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border: 0;
}

.btn-border {
  display: inline-flex;
  position: relative;
  padding: 25px 0;
  cursor: pointer;
}

.btn-border:hover svg {
  transform: translateX(10px);
}

.btn-border:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #dc3178 0, #f6b22e 100%);
}

.btn-border span {
  font-size: 13px;
  font-weight: 700;
  background: -webkit-linear-gradient(0deg, #dc3178, #f6b22e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 1.5px;
}

.btn-border svg {
  position: relative;
  top: -1px;
  width: 54px;
  height: 14px;
  transition: 0.2s;
  fill: url(#gradient);
  margin-left: 30px;
}

.date-time {
  display: flex;
  width: 100%;
  background: #fff;
  border-radius: 7px;
}

.date-time .custom-calendar {
  flex: 1;
}

.date-time .custom-calendar:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 30px;
  transform: translateY(-50%);
  background-color: #efeeee;
}

.date-time .custom-time {
  width: 117px;
}

.calendar .vc-container {
  position: relative;
  width: 316px;
  border: 0;
  background: #fff;
  box-shadow: 0 4px 45px 20px rgba(71, 71, 71, 0.04);
  border-radius: 7px;
}

.calendar .vc-container:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 1px;
  left: 18px;
  width: 0;
  height: 0;
  transform: translateY(-100%);
  border-style: solid;
  border-width: 0 6px 7px;
  border-color: transparent transparent #fff;
}

.calendar .vc-container .vc-weekday {
  color: #b5b5b5;
  font-size: 13px;
  font-weight: 300;
}

.calendar .vc-container .vc-header {
  padding-top: 11px;
}

.calendar .vc-container .vc-arrow {
  position: relative;
  width: 20px;
  height: 10px;
  margin: 0;
  border: 0;
  background: url(../img/arrow-calendar.svg) center center no-repeat;
  background-size: contain;
}

.calendar .vc-container .vc-arrow.is-left {
  top: 11px;
  left: 4px;
  padding-left: 5px;
  transform: rotate(180deg);
  transform-origin: center center;
}

.calendar .vc-container .vc-arrow.is-right {
  top: 11px;
  right: 4px;
  padding-right: 5px;
}

.calendar .vc-container .vc-arrow svg {
  display: none;
}

.calendar .vc-container .vc-title {
  font-size: 20px;
  line-height: 27px;
  letter-spacing: -0.8px;
  color: #292929;
  font-weight: 400;
}

.calendar .vc-container .vc-weeks {
  position: relative;
  padding: 12px 10px 10px;
}

.calendar .vc-container .vc-weeks:before {
  content: "";
  display: block;
  position: absolute;
  top: 41px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #f2f2f2;
}

.calendar .vc-container .vc-weeks .vc-weekday {
  padding-bottom: 21px;
}

.calendar .vc-container .vc-day .vc-day-content {
  font-size: 13px;
  font-weight: 300;
}

.calendar .vc-container .vc-day .vc-day-content:not(.is-disabled) {
  color: #03acd1;
}

.calendar .vc-container .vc-day .vc-highlight {
  background-color: #03acd1;
}

.form-block {
  width: 375px;
}

.form-block .btn-submit {
  position: relative;
  z-index: 0;
}

.form-block__wrap {
  position: relative;
  background: rgba(3, 3, 3, 0.7);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 24px;
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 42px 20px 46px;
}

.form-block h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 27px;
  color: #fff;
  text-align: center;
  display: block;
  margin-bottom: 8px;
}

.label {
  font-size: 13px;
  line-height: 27px;
  color: #b9b9b9;
  display: block;
}

.label.--white {
  color: #fff;
}

.btn-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 53px;
  overflow: hidden;
  border-radius: 7px;
  border: 0;
  cursor: pointer;
  transition: 0.2s;
}

.btn-submit.--simple {
  background: #03acd1;
}

.btn-submit.--simple:hover {
  opacity: 0.7;
}

.btn-submit.--simple:after {
  display: none;
}

.btn-submit.--no-opacity {
  background: #03acd1;
  transition: 0.2s;
}

.btn-submit.--no-opacity:hover {
  opacity: 0.7;
}

.btn-submit.--sm {
  width: auto;
  min-width: 164px;
  height: 44px;
}

.btn-submit:hover:after {
  transform: scale(1.25) translateX(-5%);
}

.btn-submit:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.25) translateX(-15%);
  background: url(../img/btn-bg.svg) top left no-repeat;
  background-size: cover;
  transform-origin: top left;
  transition: 0.7s;
}

.btn-submit span {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.12em;
  position: relative;
  z-index: 2;
  color: #fff;
}

.input-block em {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 10px;
  color: #999;
}

.input-block input {
  font-size: 13px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.input-block .iti {
  width: 100%;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 7px;
}

.input-password em {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  color: #999;
  display: block;
  margin-bottom: 11px;
}

.input-password div {
  position: relative;
}

.input-password div button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 10;
  top: 10px;
  right: 11px;
  width: 30px;
  height: 30px;
  margin: 0;
  border: 0;
  padding: 0;
  background-color: transparent;
}

.input-password div svg {
  width: 18px;
  height: 16px;
  fill: #c1c1c1;
}

.input-password div input {
  padding-right: 30px;
}

textarea {
  overflow: auto;
  min-width: 100%;
  max-width: 100%;
  min-height: 80px;
  border: 1px solid;
  background: white;
  border-radius: 8px;
  font-style: normal;
  font-weight: 400;
  padding-top: 20px;
  padding-left: 17px;
  outline: 0;
  font-size: var(--subtitle-font-size);
  border: 1px solid var(--neutral-gray-2-color);
}

textarea::-moz-placeholder {
  color: #b9b9b9;
}

textarea:-ms-input-placeholder {
  color: #b9b9b9;
}

textarea::placeholder {
  color: #b9b9b9;
}

textarea.error {
  background-color: #fee7e7;
}

.form-vue form {
  width: 100%;
}

.form-vue__footer.--line {
  display: flex;
  flex-wrap: wrap;
}

.form-vue__footer.--line a,
.form-vue__footer.--line span {
  display: inline-block;
  font-size: 13px;
  line-height: 1.2;
}

.form-vue__footer a,
.form-vue__footer span {
  display: block;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 16.5px;
  line-height: 27px;
  color: #fff;
}

.form-vue__footer a {
  text-decoration: none;
  color: #03acd1;
}

.form-vue__footer a:hover {
  text-decoration: underline;
}

.header-block {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  position: relative;
}

.header-block:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.works__img {
  z-index: 100;
}

.header-block .container {
  position: relative;
  z-index: 1;
}

.header-block__wrap {
  padding-top: 95px;
  padding-bottom: 212px;
}

.header-block h1 {
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 1.2;
  color: #fff;
}

.checkbox {
  display: inline-block;
  position: relative;
  width: 35%;
}

.checkbox.--violet input:checked + label {
  border-color: #635bff;
}

.checkbox.--violet input:checked + label:before {
  border-width: 5px;
  border-color: #635bff;
}

.checkbox input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.checkbox input:checked + label {
  border: 1px solid #ec824a;
}

.checkbox input:checked + label:before {
  border-width: 6px;
  border-color: #ec824a;
}

.checkbox input:checked + label span {
  color: #ec824a;
}

.checkbox input:checked + label svg {
  fill: #ec824a;
}

.checkbox label {
  display: flex;
  align-items: center;
  position: relative;
  min-width: 168px;
  height: 52px;
  transition: 0.2s;
  background-color: #f8f8f8;
  border-radius: 7px;
  padding-left: 45px;
  padding-right: 15px;
}

.checkbox label:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 14px;
  width: 20px;
  height: 20px;
  border: 1px solid #dcdcdc;
  transform: translateY(-50%);
  transition: 0.2s;
  border-radius: 100%;
  will-change: border;
}

.checkbox label svg {
  width: 12px;
  height: 10px;
  transition: 0.2s;
  fill: silver;
  margin-right: 8px;
}

.checkbox label span {
  position: relative;
  top: 2px;
  transition: 0.2s;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
}

.error-message {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  color: #fd4747;
}

.header__control {
  display: flex;
  justify-content: flex-end;
  width: 170px;
}

.header__lang {
  display: none;
  margin-left: 6px;
}

.header__user {
  margin-left: 6px;
}

.header__user a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100%;
}

.header__user a:hover svg {
  fill: #ec824a;
}

.header__user a svg {
  width: 14px;
  height: 14px;
  transition: 0.2s;
  fill: rgba(255, 255, 255, 0.7);
}

.header__mobile {
  display: none;
}

.header__mobile-logo {
  margin-left: 15px;
}

.header__burger {
  position: relative;
  width: 23px;
  height: 16px;
}

.header__burger:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200%;
  height: 250%;
  transform: translate(-50%, -50%);
}

.header__burger.--active span i {
  opacity: 0;
}

.header__burger.--active span:before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.header__burger.--active span:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.header__burger span {
  display: block;
  position: relative;
  width: 23px;
  height: 16px;
}

.header__burger span i,
.header__burger span:after,
.header__burger span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  transition: 0.2s;
  border-radius: 2px;
  background-color: #fff;
}

.header__burger span:hover i,
.header__burger span:hover:after,
.header__burger span:hover:before {
  background-color: #ec824a;
}

.header__burger span i {
  top: 50%;
  transform: translateY(-50%);
}

.header__burger span:before {
  top: 0;
}

.header__burger span:after {
  bottom: 0;
}

.btn-map {
  display: none !important;
}

.homehead .container {
  position: relative;
  z-index: 2;
}

.homehead .form-block__wrap {
  padding-top: 6px;
  padding-bottom: 6px;
}

.homehead .form-block__wrap .label {
  margin-bottom: 4px;
}

.homehead .form-vue .label {
  color: #c3c3c3;
}

.homehead .form-vue__footer {
  margin-top: 16px;
  text-align: center;
  justify-content: center;
  margin-bottom: 17px;
}

.homehead .form-vue__footer span {
  margin-right: 7px;
  color: #c3c3c3;
}

.homehead .form-vue__footer .label {
  display: none;
  width: 100%;
  text-align: left;
}

.homehead__top {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)), url(../img/home-head.jpg) top center no-repeat;
  background-size: cover;
  background-position-y: 10%;
  padding-top: 125px;
  position: relative;
  padding-bottom: 20%;
  z-index: 5;
}

.homehead__top h1 {
  margin-bottom: 34px;
}

.homehead__calc {
  background: #504f4f;
  border-radius: 20px;
  margin-bottom: 34px;
  height: 185px;
}

.homehead__wrap {
  display: flex;
}

.homehead__content {
  width: calc(100% - 375px);
  padding-left: 15.6%;
}

.homehead__content h1 {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 80px;
  color: #f1f0f0;
  margin-top: -60px;
  margin-bottom: 1%;
}

.homehead__content-label {
  display: flex;
  align-items: center;
  color: #fff;
  width: 48%;
}

.homehead__content-label i {
  width: 40px;
  height: 62px;
}

.homehead__content-label i img {
  width: 100%;
}

.homehead__content-label div {
  width: calc(100% - 40px);
  padding-left: 8px;
}

.homehead__content-label b {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 5px;
  display: block;
}

.homehead__content-label span {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  display: block;
}

.homehead__bottom {
  padding-bottom: 140px;
  background: url(../../../img/head-img2.jpg) bottom center no-repeat;
  background-size: 100% auto;
  position: relative;
  padding-top: 94px;
}

.homehead__bottom:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: -5px;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(180deg, #fff, transparent);
}

.homehead__list {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.homehead__list-item {
  width: calc(33.33333% - 20px);
  padding: 90px 34px 36px;
  border-radius: 20px;
  color: #000;
  background: linear-gradient(180deg, rgba(3, 172, 209, 0.49) 32.29%, rgba(211, 243, 255, 0) 100%);
  box-shadow: inset 0 4px 50px rgba(0, 0, 0, 0.25);
}

.homehead__list-item:nth-child(1) i {
  width: 54px;
}

.homehead__list-item:nth-child(2) i {
  width: 103px;
}

.homehead__list-item:nth-child(3) i {
  width: 81px;
}

.homehead__list-item i {
  display: inline-block;
  justify-content: flex-start;
  width: inherit;
  height: 97px;
  margin-bottom: 26px;
}

.homehead__list-item i svg {
  width: 100%;
  height: 100%;
  fill: #000;
}

.homehead__list-item b {
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 4px;
  display: block;
}

.homehead__list-item p {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 27px;
  margin-top: 0;
}

.homehead__info {
  display: block;
  width: 556px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #fff;
  margin-top: 298px;
}

.homehead__info em {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 17px;
}

.homehead__info h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px;
}

.homehead__info p {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 27px;
}

.homehead-info__grid {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  padding: 33px 0% 51px 0.8%;
}

.homehead-info__item {
  display: flex;
  align-items: center;
  width: 522px;
}

.homehead-info__item.mobile {
  display: none;
}

.homehead-info__item.first {
  width: 60%;
  padding-right: 20px;
}

#block-form {
  scroll-margin-top: 70px;
}

.homehead-info__item.first i {
  padding-bottom: 4px;
}

.homehead-info__item.second {
  width: 40%;
}

.homehead-info__item i {
  width: 80px;
  height: 70px;
}

.available-routes i {
  width: 80px;
  height: 80px;
}

.homehead-info__item i img {
  width: 100%;
  max-height: 50px;
}

.available-routes {
  display: none;
}

.available-routes i img:first-child {
  max-height: 60px;
}

.homehead-info__item div {
  width: calc(100% - 80px);
  padding-left: 32px;
}

.homehead-info__item b {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  display: block;
}

.homehead-info__item span {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 27px;
}

.custom-time {
  position: relative;
  height: 49px;
  background-color: #fff;
  border-radius: 7px;
}

.custom-time.border:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 43px;
  transform: translateY(-50%);
  background-color: #efeeee;
}

.custom-time__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-left: 18px;
  padding-right: 14px;
  cursor: pointer;
}

.custom-time__head span {
  font-size: 13px;
  color: #2d2d2d;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-time__head svg {
  width: 11px;
  height: 7px;
  margin-left: 11px;
  fill: silver;
}

.custom-time__dropdown {
  background: #fff;
  box-shadow: 0 4px 45px 20px rgba(71, 71, 71, 0.04);
  border-radius: 7px;
  position: relative;
  margin-top: 16px;
}

.custom-time__dropdown:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 1px;
  left: 18px;
  width: 0;
  height: 0;
  transform: translateY(-100%);
  border-style: solid;
  border-width: 0 6px 7px;
  border-color: transparent transparent #fff;
}

.custom-time__dropdown-head {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  border-bottom: 1px solid #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-time__dropdown-head span {
  font-size: 13px;
  color: #b9b9b9;
  text-transform: uppercase;
  cursor: pointer;
  line-height: 1;
}

.custom-time__dropdown-head span.active {
  color: #03acd1;
}

.custom-time__dropdown-head button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
  top: 1px;
  border: 0;
  padding: 0;
  box-shadow: none;
  background-color: transparent;
}

.custom-time__dropdown-head svg {
  width: 13px;
  height: 12px;
  fill: #03acd1;
  margin-left: 10px;
  margin-right: 10px;
}

.custom-time__dropdown-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 19px;
}

.custom-time__dropdown-content em {
  font-size: 20px;
  color: #b9b9b9;
  font-style: normal;
  margin-left: 5px;
  margin-right: 5px;
}

.custom-select {
  display: inline-block;
  position: relative;
  z-index: 30;
  width: 100%;
}

.custom-select.--left .custom-select__head {
  border-radius: 7px 0 0;
}

.custom-select.--right .custom-select__head {
  border-radius: 0 7px 0 0;
}

.custom-select__item {
  position: relative;
  z-index: 2;
  margin-bottom: 5px;
}

.custom-select__item.--active {
  z-index: 3;
}

.custom-select__head {
  display: flex;
  align-items: center;
  height: 49px;
  overflow: hidden;
  background: #f8f8f8;
  border-radius: 7px;
  cursor: pointer;
}

.custom-select__head.error {
  background-color: #fee7e7;
}

.custom-select__head span {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-style: normal;
  font-size: 13px;
  color: #292929;
  white-space: nowrap;
  text-overflow: ellipsis;
  outline: 0;
  line-height: 50px;
}

.custom-select__head input {
  flex: 1;
  height: 100%;
  overflow: hidden;
  border: none;
  padding: 0 17px;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  background: 0 0;
  margin-bottom: 0;
}

.custom-select__head input.error {
  background-color: #fee7e7;
}

.custom-select__head .error-message {
  display: none;
}

.custom-select__options {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transition: 0.2s;
  background: #fff;
  box-shadow: 0 4px 45px 20px rgba(71, 71, 71, 0.04);
  border-radius: 7px;
  margin-top: 16px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.custom-select__options.--opened {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.custom-select__options:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 1px;
  left: 18px;
  width: 0;
  height: 0;
  transform: translateY(-100%);
  border-style: solid;
  border-width: 0 6px 7px;
  border-color: transparent transparent #fff;
}

.custom-select__option {
  padding: 16px 15px 12px;
  transition: 0.2s;
  cursor: pointer;
}

.custom-select__option:not(:last-child) {
  border-bottom: 1px solid #f2f2f2;
}

.custom-select__option:nth-child(even) {
  background-color: #fbfbfb;
}

.custom-select__option b {
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
}

.custom-select__option em {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  color: #b5b5b5;
}

.custom-select__change {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 14px;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  border-radius: 100%;
  cursor: pointer;
  margin-top: -2px;
}

.custom-select__change svg {
  display: block;
  width: 14px;
  height: 12px;
}

.custom-calendar {
  position: relative;
}

.custom-calendar .calendar {
  position: absolute;
  top: 100%;
  margin-top: 16px;
}

.custom-calendar.error {
  background-color: #fee7e7;
}

.custom-calendar__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 49px;
  padding-left: 17px;
  padding-right: 19px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.custom-calendar__btn > span {
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 10px;
}

.custom-calendar svg.calendar,
.custom-calendar > svg {
  position: absolute;
  top: 50%;
  right: 17px;
  width: 16px;
  height: 17px;
  margin: 0;
  transform: translateY(-50%);
  fill: #03acd1;
}

.select-humans {
  position: relative;
  width: 100%;
}

.select-humans > input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.select-humans .error-message {
  display: none;
}

input.error ~ .select-humans__head div {
  background-color: #fee7e7;
}

.select-humans__head {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.select-humans__head div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 50%;
  height: 49px;
  background-color: #fff;
  border-radius: 7px;
  padding-left: 17px;
  padding-right: 14px;
}

.select-humans__head div:first-child {
  margin-right: 5px;
}

.select-humans__head div.error {
  background-color: #fee7e7;
}

.select-humans__head div em {
  font-size: 13px;
  color: #b9b9b9;
  font-style: normal;
  margin-right: 4px;
}

.select-humans__head div span {
  font-size: 13px;
  margin-right: 10px;
}

.select-humans__head div svg {
  width: 17px;
  height: 18px;
  fill: #03acd1;
  margin-left: auto;
}

.select-humans__list, .select-english__list {
  position: absolute;
  z-index: 20;
  top: 100%;
  width: 212px;
  height: 180px;
  background: #fff;
  box-shadow: 0 4px 45px 20px rgba(71, 71, 71, 0.04);
  border-radius: 7px;
  margin-top: 16px;
}

.select-humans__list:after, .select-english__list:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 1px;
  left: 18px;
  width: 0;
  height: 0;
  transform: translateY(-100%);
  border-style: solid;
  border-width: 0 6px 7px;
  border-color: transparent transparent #fff;
}

.select-humans__list-item, .select-english__list:after {
  display: flex;
  align-items: center;
  padding: 14px 14px 14px 16px;
}

.select-humans__list-item > div, .select-english__list-item > div {
  width: calc(100% - 82px);
}

.select-humans__list-item > div > span, .select-english__list-item span {
  display: block;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.1;
  color: #292929;
  margin-bottom: 2px;
}

.select-humans__list-item > div em, .select-english__list-item > div em {
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.1;
  color: #b5b5b5;
  font-style: normal;
}

.select-humans__list-item .incdec {
  width: 82px;
}

.select-humans__list-item:not(:last-child), .select-english__list-item:not(:last-child) {
  border-bottom: 1px solid #f2f2f2;
}

.select-english__list-item {
  height: 30px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  cursor: pointer;
}

.select-english__list-item:hover {
  background: grey;
}

.select-english__list {
  top: 52.5%;
  height: 120px;
  z-index: 50;
}

.pabout__title {
  margin-top: 90px;
}

.incdec {
  display: flex;
  align-items: center;
  width: 82px;
  height: 32px;
  border: 1px solid #ebebeb;
  border-radius: 7px;
}

.incdec.--max {
  flex: none;
  width: 115px;
  height: 40px;
  padding: 0;
}

.incdec.--max .incdec__minus,
.incdec.--max .incdec__plus {
  padding: 0;
}

.incdec__minus,
.incdec__plus {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45%;
  height: 100%;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.incdec__minus:hover svg,
.incdec__plus:hover svg {
  fill: #ec824a;
}

.incdec__minus svg,
.incdec__plus svg {
  width: 9px;
  height: 9px;
  transition: 0.2s;
  fill: #e1e1e1;
}

.incdec.--max .incdec__input {
  padding-left: 0;
  white-space: nowrap;
}

.incdec__input {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10%;
  font-size: 13px;
  color: #292929;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.incdec__input span {
  margin-bottom: 0;
}

.pabout__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 100px;
}

.calc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 335px;
}

.calc .date-time {
  margin-bottom: 5px;
  position: relative;
  z-index: 10;
}

.calc__items {
  margin-top: 13px;
}

.calc__item {
  margin-bottom: 10px;
}

.calc__item b {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #fff;
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.calc__change {
  padding-left: 10px;
  padding-right: 10px;
}

.calc__change i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 100%;
  cursor: pointer;
}

.calc__change svg {
  width: 13px;
  height: 12px;
}

.calc__form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 5px;
}

.calc__form .error-message {
  display: none;
}

.calc__form input {
  margin-bottom: 5px;
}

.calc__form input.half {
  width: calc(50% - 2.9px);
}

.num-select {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.num-select span {
  font-size: 25px;
  color: #292929;
  line-height: 1;
  width: 28px;
  text-align: center;
}

.num-select button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
}

.num-select button.plus svg {
  transform: rotate(-180deg);
}

.num-select button svg {
  width: 11px;
  height: 7px;
  fill: silver;
  transform-origin: center center;
}

.extrastops {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 5px;
}

.extrastops.opened {
  z-index: 11;
}

.extrastops.disabled {
  z-index: 9;
}

.extrastops.disabled .extrastops__item {
  cursor: default;
}

.extrastops.disabled .extrastops__item span:after {
  background-color: #adadad;
}

.extrastops__item {
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 1;
  width: calc(100% - 30px);
  height: 49px;
  background-color: #fff;
  border-radius: 7px;
}

.extrastops__item-1 {
  margin-top: 6px;
  width: 11.6rem;
}

.extrastops__item > span {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: calc(100% - 111px);
  height: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  color: #b9b9b9;
  padding-left: 20px;
  padding-right: 20px;
}

.extrastops__item > span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 30px;
  transform: translateY(-50%);
  background-color: #efeeee;
}

.extrastops__select {
  position: relative;
  width: 111px;
  height: 100%;
}

.extrastops__select-head {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  text-align: center;
  padding-left: 10px;
  padding-right: 20px;
  cursor: pointer;
  background-color: #fff;
}

.extrastops__select-head span {
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.extrastops__select-head svg {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 8px;
  height: 5px;
  transform: translateY(-50%);
  transition: 0.2s;
  fill: #b9b9b9;
}

.extrastops__select ul {
  width: 100%;
  height: 100%;
  max-height: 200px;
  overflow: auto;
  margin: 0;
  padding: 0;
  list-style: none;
}

.extrastops__select ul li {
  padding: 5px 10px;
  transition: 0.2s;
  cursor: pointer;
  color: #000;
}

.extrastops__select ul li:hover {
  background-color: #03acd1;
  color: #fff;
}

.extrastops__select ul li span {
  font-size: 14px;
}

.extrastops__list {
  position: absolute;
  top: 100%;
  width: 100%;
  background-color: #fff;
  border-radius: 7px;
  box-shadow: 0 4px 35px 10px rgba(71, 71, 71, 0.1);
  padding-top: 10px;
  padding-bottom: 10px;
  list-style: none;
  margin-top: 10px;
}

.extrastops__list:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 1px;
  left: 18px;
  width: 0;
  height: 0;
  transform: translateY(-100%);
  border-style: solid;
  border-width: 0 6px 7px;
  border-color: transparent transparent #fff;
}

.extrastops button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 20px;
  height: 20px;
  border: 0;
  padding: 0;
  transition: 0.2s;
  background-color: #414141;
  border-radius: 100%;
  cursor: pointer;
}

.extrastops button.add:hover {
  background-color: #03acd1;
  color: #fff;
}

.extrastops button.remove:hover {
  background-color: red;
  color: #fff;
}

.extrastops button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150%;
  height: 150%;
  transform: translate(-50%, -50%);
}

.extrastops button svg {
  width: 10px;
  height: 10px;
  fill: #fff;
}

.choosecar {
  display: block;
  position: relative;
  z-index: 8;
  width: 100%;
  height: 49px;
  background: #fff;
  border-radius: 7px;
}

.choosecar__head {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.choosecar__item {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 15px;
  padding-right: 30px;
}

.choosecar__item i {
  display: inline-block;
  width: 58px;
  height: 28px;
}

.choosecar__item i img {
  display: block;
  width: 100%;
  max-width: 100%;
}

@supports ((-o-object-fit: contain) or (object-fit: contain)) {
  .choosecar__item i img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
  }
}
.choosecar__item span {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  padding-left: 10px;
}

.choosecar__item svg {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 8px;
  height: 5px;
  transform: translateY(-50%);
  transition: 0.2s;
  fill: #b9b9b9;
}

.choosecar ul {
  position: absolute;
  top: 100%;
  width: 100%;
  background-color: #fff;
  border-radius: 7px;
  box-shadow: 0 4px 35px 10px rgba(71, 71, 71, 0.1);
  padding-top: 10px;
  padding-bottom: 10px;
  list-style: none;
  margin-top: 10px;
}

.choosecar ul:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 1px;
  left: 18px;
  width: 0;
  height: 0;
  transform: translateY(-100%);
  border-style: solid;
  border-width: 0 6px 7px;
  border-color: transparent transparent #fff;
}

.choosecar ul li {
  padding: 10px 0;
  transition: 0.2s;
  cursor: pointer;
}

.choosecar ul li:hover {
  background-color: #03acd1;
  color: #fff;
}

.requirements {
  position: relative;
  min-height: 73px;
  border-bottom: 1px solid #b9b9b9;
  padding-bottom: 10px;
  background-color: transparent;
}

.requirements textarea {
  display: block;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: inherit;
  border: 0;
  padding: 20px 12px 12px;
  border-radius: 7px;
  resize: none;
}

.requirements em {
  position: absolute;
  top: 5px;
  right: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  color: #b9b9b9;
}

.partners {
  padding-top: 75px;
  padding-bottom: 75px;
  overflow: hidden;
  border-bottom: 1px solid #d7d7d7;
}

.partners__wrap {
  display: block;
  width: 721px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 169px;
  background: url(../img/parteners-bg.png) bottom center no-repeat;
  background-size: cover;
}

.partners__wrap h4 {
  margin-bottom: 32px;
  padding: 0 10px;
}

.partners__wrap p {
  font-weight: 300;
  font-size: 16px;
  line-height: 27px;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 0;
  margin-bottom: 61px;
}

.partners__slider {
  width: 100%;
}

.partners__slider h2 {
  margin-bottom: 1px;
}

.partners-slider .swiper-slide {
  margin-top: 50px;
  width: 274px;
  height: 118px;
  background: #b5b5b5;
  border-radius: 25px;
  overflow: hidden;
}

.partners-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.sliderhome {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.sliderhome-mobile {
  display: none;
}

.sliderhome__wrap h2 {
  margin-bottom: 48px;
}

.sliderhome-slider {
  width: 100%;
}

.slidercompany-slider {
  height: 100%;
}

.sliderhome-slider .swiper-slide > b {
  font-weight: 700;
  font-size: 30px;
  line-height: 27px;
  margin-bottom: 26px;
  margin-top: 0;
  display: block;
}

.sliderhome-slider .swiper-slide {
  width: 360px;
}

.sliderhome-slider .swiper-slide i {
  display: block;
  width: 100%;
  height: 230px;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 39px;
}

.sliderhome-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.sliderhome-slider .swiper-slide p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}

.description {
  padding-top: 70px;
  padding-bottom: 70px;
}

.description__wrap {
  width: 100%;
}

.choose__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 370px;
  width: 300px;
}

.choose__list {
  display: flex;
  justify-content: center;
  padding-right: 20px;
}

.choose__background {
  position: absolute;
  width: 100%;
  height: 100%;
}

.choose__content {
  position: absolute;
  width: 100%;
  height: 100%;
}

.choose__background_mobile {
  display: none;
}

.choose__content p {
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  padding: 0 32px 0 80px;
  text-align: center;
}

.choose__header {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 0 32px 0 80px;
  margin-top: 36px;
  margin-bottom: 16px;
}

.choose__icon {
  width: 54px;
  margin-bottom: 16px;
}

.choose__title {
  font-weight: 400;
  font-size: 24px;
  line-height: 16px;
  text-align: center;
}

.description__title {
  text-align: center;
  padding-bottom: 56px;
}

.description__title h3 {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 27px;
}

.description__title h2 {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 45px;
  line-height: 27px;
}

.description__items {
  text-align: -webkit-center;
  padding-right: 65px;
  width: 1280px;
}

.description__item {
  display: -ms-flexbox;
  display: table-cell;
  align-items: center;
  padding-bottom: 16%;
}

.description__item i {
  display: block;
  width: 44px;
  height: 54px;
  margin-top: 37px;
  padding-left: 25px;
  margin-bottom: 20px;
}

.description__item i img {
  width: 55px;
}

.description__item i svg {
  display: none;
  width: 100%;
  height: 100%;
  fill: #03acd1;
}

.description__item div {
  padding-left: 62px;
  box-sizing: border-box;
}

.description__item h3 {
  font-weight: 400;
  font-size: 45px;
  line-height: 1;
  margin-bottom: 7px;
}

.description__item p {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 0;
  padding-right: 6%;
  padding-left: 6%;
}

.countries {
  position: relative;
  width: 100%;
  padding-top: 130px;
  padding-bottom: 190px;
  border-top: 1px solid #d7d7d7;
}

.countries .container {
  max-width: 1100px;
}

.countries .form-block .calc .form-vue__footer span,
.countries .form-block .calc .label {
  color: #c3c3c3;
}

.countries .form-block__wrap {
  padding-top: 47px;
  padding-bottom: 13px;
}

.countries .form-block__wrap .label {
  width: 100%;
  margin-bottom: 4px;
}

.countries__form {
  position: relative;
  z-index: 10;
}

.countries-form .select-humans {
  margin-bottom: 13px;
}

.countries-form .btn-submit {
  margin-top: 20px;
  margin-bottom: 12px;
}

.countries__wrap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.countries__wrap h2 {
  position: relative;
  z-index: 2;
  width: 100%;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 70px;
  margin-bottom: 75px;
}

.countries__img {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 40%;
  width: 100%;
  max-width: calc(100% - 335px);
  max-height: 100%;
  transform: translateY(-50%);
}

.countries__img img {
  width: 100%;
}

.countries__img img.mobile {
  display: none;
}

.routes-header {
  position: relative;
  min-height: 212px;
  background: url(../img/routes-bg.jpg) top no-repeat;
  background-size: cover;
  padding-top: 51px;
  padding-bottom: 21px;
  color: #fff;
}

.routes-header:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.routes-header .container {
  position: relative;
  z-index: 1;
}

.routes-header h2 {
  margin-bottom: 34px;
}

.routes-header span {
  font-size: 25px;
  line-height: 27px;
}

.routes-content {
  display: flex;
  padding-left: 91px;
  padding-bottom: 61px;
  padding-top: 68px;
  justify-content: space-between;
}

.routes-content ul {
  width: 18.2%;
  margin: 0;
  padding: 0 20px 0 0;
  list-style: none;
}

.routes-content ul li {
  margin-bottom: 25px;
}

.routes-content a {
  font-size: 18px;
  text-decoration: none;
  color: #ec824a;
}

.routes-content a:hover {
  text-decoration: underline;
}

.wrap-text {
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  padding: 10px;
  border-radius: 18px;
  flex-direction: column;
}

.routes2__wrap {
  padding-top: 56px;
  padding-bottom: 59px;
}

.routes2__wrap h2 {
  margin-bottom: 34px;
}

.routes2__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.routes2__grid:after {
  content: "";
  display: block;
  width: calc(33.3333% - 9px);
}

.routes2__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  width: calc(33.3333% - 9px);
  height: 309px;
  overflow: hidden;
  padding: 32px 28px 25px;
  border-radius: 7px;
  margin-bottom: 13px;
  color: #fff;
  text-decoration: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.routes2__item:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, #151515 4.82%, rgba(39, 39, 39, 0) 30.4%);
  pointer-events: none;
}

.routes2__item:hover h4,
.routes2__item:hover p {
  color: #ec824a;
}

.routes2__item h4 {
  display: block;
  display: -webkit-box;
  position: relative;
  z-index: 2;
  overflow: hidden;
  transition: 0.2s;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 7px;
  text-decoration: none;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.routes2__item p {
  display: -webkit-box;
  position: relative;
  z-index: 2;
  overflow: hidden;
  transition: 0.2s;
  font-weight: 300;
  font-size: 13px;
  line-height: 21px;
  margin-bottom: 0;
  text-decoration: none;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.request {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}

.request:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.5;
  z-index: 1;
}

.request__wrap {
  position: relative;
  z-index: 2;
  padding-top: 45px;
  padding-bottom: 147px;
  display: flex;
  justify-content: center;
}

.request__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 90px;
  padding-top: 38px;
}

.request__info-item {
  display: flex;
  width: 100%;
  color: #fff;
}

.request__info-item:not(:last-child) {
  margin-bottom: 11.3%;
}

.request__info-item:first-child span,
.request__info-item:last-child span {
  font-size: 16px;
}

.request__info-item i {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 80px;
  height: 80px;
}

.request__info-item i img,
.request__info-item i svg {
  display: block;
  width: 100%;
  height: 85%;
  fill: #fff;
}

.request__info-item div {
  box-sizing: border-box;
  flex: 1;
  padding-left: 26px;
}

.request__info-item div b {
  display: block;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 3px;
  font-family: Roboto, sans-serif;
}

.request__info-item div span {
  font-weight: 300;
  font-size: 18px;
  line-height: 27px;
  font-family: Roboto, sans-serif;
}

.pcabinet section {
  padding-top: 50px;
}

.pcabinet section header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 32px;
}

.pcabinet section header h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 27px;
}

.pcabinet section header a {
  position: relative;
  top: 3px;
  transition: 0.2s;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  color: #03acd1;
  text-decoration: none;
}

.pcabinet section header a:hover {
  text-decoration: underline;
}

.pcabinet section form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.pcabinet__head {
  padding-top: 47px;
  min-height: 149px;
  padding-bottom: 35px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.pcabinet__head h1 {
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 1.2;
  color: #fff;
}

.pcabinet__wrap {
  display: flex;
  padding-bottom: 85px;
  flex-wrap: wrap;
}

.pcabinet__tab {
  display: flex;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.pcabinet__tab button {
  flex: 1;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #d6d6d6;
  border-radius: 0;
  transition: 0.2s;
  cursor: pointer;
}

.pcabinet__tab button.active,
.pcabinet__tab button:hover {
  border-color: #1f1f1f;
}

.pcabinet__tab button.active span,
.pcabinet__tab button:hover span {
  color: #292929;
}

.pcabinet__tab button span {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #838383;
}

.pcabinet__cabinet {
  box-sizing: border-box;
  width: 423px;
  border-right: 1px solid #eaeaea;
  padding-right: 54px;
}

.pcabinet__cabinet .input-block {
  width: 100%;
  margin-bottom: 13px;
}

.pcabinet__cabinet .input-block.--half {
  width: calc(50% - 7px);
}

.pcabinet__cabinet button {
  margin-top: 23px;
}

.pcabinet__ticket {
  width: calc(100% - 423px);
  padding-left: 39px;
}

.input-phone .iti {
  box-shadow: none;
}

.input-phone .iti__flag {
  width: 14px !important;
  height: 14px !important;
  border-radius: 100%;
  overflow: hidden;
}

.input-phone .iti__selected-flag {
  padding-left: 15px;
  border-radius: 7px;
  height: 49px;
}

.input-phone .iti__flag-container,
.input-phone .iti__selected-flag {
  background-color: transparent !important;
}

.tickets__item {
  transition: 0.2s;
  margin-bottom: 10px;
}

.tickets__item.active {
  box-shadow: 0 10px 35px 3px rgba(21, 21, 21, 0.03);
  margin-bottom: 32px;
}

.tickets__item.active .tickets__wrap {
  background: #f5f4ef;
  border-color: #f5f4ef;
  border-radius: 7px 7px 0 0;
  border-bottom: 1px solid #e8e8e8;
}

.tickets__item.active .tickets__content {
  display: block;
}

.tickets__item.active .tickets__ft:after {
  background-color: #f5f4ef;
}

.tickets__item.active .tickets__arrow svg {
  transform: rotate(180deg);
}

.tickets__content {
  display: none;
}

.tickets__fromto {
  display: inline-flex;
  flex: 1;
  align-items: center;
  margin-right: auto;
  position: relative;
}

.tickets__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #eaeaea;
  transition: 0.2s;
  border-radius: 7px;
  cursor: pointer;
  padding: 23px 30px 23px 24px;
}

.tickets__ft {
  margin-right: 0;
  position: relative;
}

.tickets__ft.--last {
  margin-right: auto;
}

.tickets__ft b {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  display: block;
  margin-bottom: 2px;
}

.tickets__ft em {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.2;
  color: #8b8b8b;
}

.tickets__between {
  width: 28px;
  min-width: 28px;
  height: 13px;
  margin: 0 3.5%;
}

.tickets__between svg {
  width: 100%;
  height: 100%;
  fill: #ec824a;
}

.tickets__amount {
  display: flex;
  align-items: center;
  position: relative;
  top: 2px;
  margin-right: auto;
}

.tickets__amount div {
  margin-left: 17px;
}

.tickets__amount div span {
  margin-right: 5px;
  font-size: 13px;
}

.tickets__amount div svg {
  width: 13px;
  height: 13px;
  fill: #03acd1;
}

.tickets__price {
  display: flex;
  align-items: center;
  position: relative;
  top: 2px;
  margin-left: 5%;
}

.tickets__price b {
  font-weight: 700;
  font-size: 16px;
  color: #ec824a;
}

.tickets__arrow {
  width: 20px;
  height: 6px;
  padding-left: 10px;
  margin-left: 4%;
}

.tickets__arrow svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #b9b9b9;
  transform-origin: center center;
  transition: 0.2s;
}

.tickets__list {
  background: #f5f4ef;
  padding: 24px 30px 13px 24px;
}

.tickets__list > em {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  color: #8b8b8b;
}

.tickets__list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 18px;
  padding-bottom: 18px;
}

.tickets__list-item:not(:last-child) {
  border-bottom: 1px solid #e8e8e8;
}

.tickets__list-item i {
  width: 71px;
  height: 50px;
  border-radius: 7px;
  overflow: hidden;
  margin-right: 24px;
}

.tickets__list-item i img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.tickets__list-item div {
  display: inline-flex;
  flex: 1;
}

.tickets__list-item div h4 {
  width: 200px;
}

.tickets__list-item h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  margin-right: 9.7%;
}

.tickets__list-item em {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 21px;
  color: #afafaf;
}

.tickets__list-item span {
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  margin-left: auto;
}

.tickets__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 29px 30px 29px 24px;
}

.tickets__footer i {
  display: block;
  width: 101px;
}

.tickets__footer i img {
  max-width: 100%;
}

.tickets__footer-info {
  display: flex;
  flex-wrap: wrap;
  margin-right: auto;
  padding-left: 18px;
}

.tickets__footer-info h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  display: block;
  width: 100%;
  margin-bottom: 8px;
}

.tickets__footer-info em {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  color: #8b8b8b;
  display: block;
  width: 100%;
  margin-bottom: 17px;
}

.tickets__footer-info > div {
  display: inline-flex;
  margin-right: 15px;
}

.tickets__footer-info > div span {
  margin-right: 5px;
  font-size: 13px;
  color: #8b8b8b;
}

.tickets__footer-info > div svg {
  width: 13px;
  height: 13px;
  fill: #8b8b8b;
}

.tickets__footer-price {
  display: flex;
  margin-right: 0;
  align-items: baseline;
}

.tickets__footer-price em {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  color: #afafaf;
}

.tickets__footer-price b {
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 27px;
  margin-left: 15px;
  color: #ec824a;
}

.tickets__footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.tickets__footer-bottom .tickets__amount {
  display: flex !important;
}

.tickets__footer-bottom b {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 27px;
  text-align: right;
  letter-spacing: 0.15em;
  color: #ec824a;
}

.b-video {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 295px;
  overflow: hidden;
  background: url(../img/video-bg.jpg) center center no-repeat;
  background-size: cover;
}

.b-video h2 {
  font-weight: 700;
  font-size: 48px;
  text-align: center;
  color: #fff;
}

.b-efbooking {
  background: url(../img/efbooking-bg.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
}

.b-efbooking:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.b-efbooking__wrap {
  display: block;
  position: relative;
  z-index: 1;
  width: 730px;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.b-efbooking__wrap h2 {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 31px;
}

.b-efbooking__item {
  display: flex;
  align-items: center;
}

.b-efbooking__item:not(:last-child) {
  margin-bottom: 21px;
}

.b-efbooking__item i {
  display: flex;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  background-color: #fff;
}

.b-efbooking__item i img {
  width: 60%;
  height: 60%;
  margin: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.b-efbooking__item div {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(100% - 82px);
  padding-left: 45px;
}

.b-efbooking__item div h4 {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 27px;
}

.b-efbooking__item div h6 {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
}

.b-efbooking__item div p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 0;
}

.order__payment {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.order__payment-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.order__payment .order__payment-item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  width: 100%;
}

.order__payment .order__payment-item:last-child:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: -9px;
  width: 0;
  height: 119px;
  background-color: #f1f1f1;
  margin-top: -30px;
}

.card_details > div {
  width: 48%;
}

.card-name input {
  color: black;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}

.card-name {
  margin-top: 12px;
}

.order__payment .order__payment-item h4 {
  width: 100%;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 7px;
}

.order__payment .order__payment-item .checkbox {
  margin-right: 14px;
  margin-bottom: 10px;
}

.order__payment-type {
  display: none;
}

.order__payment-type.active {
  display: block;
  border-top: 1px solid #F1F1F1;
  padding-top: 14px;
}

.order__payment-type ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.order__payment-type ul li {
  display: inline-block;
  width: 75px;
  height: 43px;
  margin-bottom: 3px;
}

.order__payment-type ul li:not(:last-child) {
  margin-right: 5px;
  width: calc(14.2857% - 5px);
}

.order__payment-type ul li:last-child {
  width: 14.29%;
}

.order__payment-type ul li img {
  display: block;
  width: 100%;
  height: 100%;
}

.order__payment-type b,
.order__payment-type p {
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
}

.order__payment-type b {
  font-weight: 700;
  margin-bottom: 6px;
  display: block;
}

.order__payment-type p {
  line-height: 25px;
  margin-bottom: 10px;
}

.img-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 90px;
}

.pabout__wrap {
  padding-top: 63px;
  padding-bottom: 81px;
}

.pabout__wrap img {
  width: 100%;
  max-width: 100%;
}

.pabout header {
  display: flex;
  position: relative;
  right: 0;
  width: 100%;
  min-height: 758px;
  overflow: hidden;
  background-position: bottom;
  background-size: cover;
  background-color: #000;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 38px;
}

.pabout header:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.pabout header .container {
  position: relative;
  z-index: 1;
}

.pabout header p {
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  padding: 21px;
  border-radius: 22px;
  width: 478px;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 0;
}

.pabout__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.pabout__grid h2 {
  display: block;
  width: 100%;
  margin-bottom: 82px;
}

.pabout__grid-item {
  width: 256px;
}

.pabout__grid-item i {
  display: block;
  border-radius: 100% !important;
  width: 130px !important;
  height: 130px !important;
  margin-bottom: 46px;
  overflow: hidden;
}

.pabout__grid-item i img {
  display: block;
  width: 100%;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .pabout__grid-item i img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
}
.pabout__grid-item h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 32px;
  margin-bottom: 4px;
  display: block;
}

.pabout__grid-item em {
  font-weight: 400;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-style: normal;
  color: #929292;
  margin-bottom: 18px;
  display: block;
}

.pabout__grid-item p {
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 21px;
}

.pabout__footer {
  position: relative;
  padding-bottom: 202px;
}

.pabout__footer-green-vector {
  position: absolute;
  top: 120px;
  width: 517px;
}

.pabout__footer-blue-vector {
  position: absolute;
  top: 120px;
  right: 23px;
  width: 562px;
}

.pabout__footer-red-vector {
  position: absolute;
  top: 344px;
  left: 21px;
  width: 517px;
}

.pabout__footer-orange-vector {
  position: absolute;
  bottom: 220px;
  right: 23px;
  width: 562px;
}

.pabout__footer-center-img {
  width: 206px;
  height: 425px;
  position: absolute;
  left: 43.6%;
  top: 80px;
}

.pabout__footer ul {
  padding-top: 52px;
  grid-column-gap: 695px;
  grid-row-gap: 114px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 300px 300px;
  grid-template-columns: 300px 300px;
  -ms-grid-rows: 200px 200px;
  grid-template-rows: 200px 200px;
  list-style: none;
  margin: 0;
}

.pabout__footer ul :nth-child(1) {
  width: 265px;
}

.pabout__footer ul :nth-child(2) {
  width: 265px;
}

.pabout__footer ul :nth-child(3) {
  width: 246px;
}

.pabout__footer ul :nth-child(4) {
  width: 246px;
  padding-top: 106px;
}

.pabout__footer ul li {
  width: 50%;
  padding-right: 30px;
}

.pabout__footer ul li span {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  display: block;
  margin-bottom: 3px;
}

.pabout__footer ul li b {
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 37px;
  margin-bottom: 5px;
  color: #ec824a;
}

.pabout__footer ul li b.--blue {
  color: #44c9f0;
}

.pabout__footer ul li b.--red {
  color: #a61523;
}

.pabout__footer ul li b.--green {
  color: #14ba3d;
}

.pabout__footer ul li p {
  padding-top: 26px;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 21px;
}

.routes3 {
  min-height: 800px;
  background: url(../img/routes-bg3.jpg) top right no-repeat #202020;
  padding-bottom: 30px;
}

.routes3 .form-block form {
  width: 100%;
}

.routes3 .form-block__wrap {
  padding: 0;
}

.routes3__wrap {
  display: inline-table;
  width: 30rem;
  background: rgba(0, 0, 0, 0.6);
  padding: 21px;
  border-radius: 22px;
}

.routes3__form {
  background-color: #1f1f1f;
  padding-top: 27px;
  padding-bottom: 30px;
  margin-bottom: -5px;
}

.routes3__form form {
  width: 100%;
}

.routes3__content {
  color: #fff;
}

.routes3__content h1,
.routes3__content h2 {
  color: #fff;
  margin-bottom: 53px;
}

.routes3__content h1 {
  width: 23rem;
  font-style: normal;
  font-weight: 400;
  font-size: 70px;
  line-height: 80px;
}

.routes3__grid {
  display: flex;
  flex-wrap: wrap;
  width: 468px;
}

.routes3__item {
  width: 175px;
  margin-bottom: 37px;
}

.routes3__item:first-child {
  margin-right: 58px;
}

.routes3__item:last-child {
  width: 47%;
}

.routes3__item svg {
  width: 34px;
  height: 36px;
  fill: #03acd1;
  margin-bottom: 28px;
}

.routes3__item b {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #fff;
  margin-bottom: 8px;
  text-align: left;
  display: block;
}

.routes3__item span {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 27px;
  color: #fff;
  display: block;
}

.routes3__img {
  display: none;
  padding-left: 20px;
  padding-right: 20px;
}

.routes3__img img {
  width: 100%;
}

.fancybox__backdrop {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background: rgba(0, 0, 0, 0.7);
}

.popup {
  display: none;
  background: #fff;
  box-shadow: 0 4px 45px 20px rgba(71, 71, 71, 0.04);
  border-radius: 7px;
  padding: 50px 29px 23px;
}

.popup.--sm {
  width: 345px;
}

.popup.--md {
  width: 439px;
}

.popup.--xl {
  width: 530px;
}

.popup h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 1.1;
  margin-bottom: 28px;
}

.popup h3.--center {
  text-align: center;
}

.fancybox__container .popup .carousel__button {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  background: #efefef;
}

.fancybox__container .popup .carousel__button svg {
  width: 8px;
  height: 8px;
  stroke: #b9b9b9;
  box-shadow: none;
  filter: none;
}

.popup .btn-submit {
  margin-top: 23px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.popup-login form {
  display: block;
  width: 215px;
  margin-left: auto;
  margin-right: auto;
}

.popup-login form .input-block {
  margin-bottom: 7px;
}

.popup-login form input {
  box-shadow: none;
  margin-bottom: 0;
}

.popup-login form .btn-submit {
  margin-top: 13px;
  margin-bottom: 29px;
}

.popup-login form a {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 27px;
  text-align: center;
  text-decoration: none;
  display: block;
  color: inherit;
}

.popup-login form a:hover {
  color: #03acd1;
}

.popup-success__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 276px;
}

.popup-success img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 38px;
}

.popup-chgpass {
  padding-top: 40px;
  padding-bottom: 37px;
}

.popup-chgpass h3 {
  text-align: left;
}

.popup-chgpass form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.popup-chgpass form > em {
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  color: #afafaf;
  margin-top: -5px;
}

.popup-chgpass .input-block {
  width: 100%;
  margin-bottom: 13px;
}

.popup-chgpass .input-block.half {
  width: calc(50% - 7px);
}

.popup-chgpass .btn-submit {
  margin-top: 17px;
  height: 44px;
}

.popup-select-rider label {
  box-sizing: border-box;
  display: block;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  transition: 0.2s;
  margin-bottom: 8px;
}

.popup-select-rider .tickets__footer {
  flex-wrap: nowrap;
}

.popup-select-rider .tickets__footer-price {
  flex-basis: 25%;
  justify-content: flex-end;
  display: flex;
}

.popup-select-rider .tickets__footer i {
  min-width: 124px;
}

.popup-select-rider .tickets__footer-price b {
  font-size: 16px;
}

.popup-select-rider input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.popup-select-rider input:checked + label {
  border-color: #03acd1;
}

.psearch .glide {
  padding-bottom: 1px;
  overflow: hidden;
}

.psearch .glide__slide {
  box-sizing: border-box;
}

.psearch .glide__slide:last-child {
  margin-bottom: 0;
}

.psearch .glide__slide:last-child article {
  margin-bottom: 0;
}

.psearch .glide__slides {
  max-height: 747px;
  overflow: auto;
  padding-right: 10px;
}

.psearch .glide__slides::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.psearch .glide__slides::-webkit-scrollbar-thumb {
  background: #ec824a;
  border-radius: 5px;
}

.psearch .glide__slides::-webkit-scrollbar-thumb:hover {
  background: #b3afb3;
}

.psearch .glide__slides::-webkit-scrollbar-track {
  background: #eaeaea;
  border-radius: 0;
  box-shadow: inset 0 0 0 0 #f0f0f0;
}

.psearch .glide__bullets {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 40px;
}

.psearch .glide__bullets button {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #c4c4c4;
  margin-left: 4px;
  margin-right: 4px;
  cursor: pointer;
  border: 0;
  padding: 0;
}

.psearch .glide__bullets button.glide__bullet--active {
  background-color: #03acd1;
}

.psearch__wrap {
  overflow: hidden;
}

.psearch__form {
  position: relative;
  width: calc(100% - 621px);
  padding-right: 82px;
  padding-top: 58px;
  float: left;
}

.psearch__form .calc {
  align-items: flex-start;
  width: 100%;
}

.psearch__form .calc form {
  width: 100%;
}

.psearch__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 22px;
}

.psearch__head h2 {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.2;
}

.psearch__head h2 svg {
  width: 31px;
  min-width: 31px;
  height: 20px;
  margin-left: 17px;
  margin-right: 17px;
  fill: #b9b9b9;
}

.psearch__head em {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 27px;
  color: #8b8b8b;
}

.psearch__other {
  width: 619px;
  padding-top: 60px;
  float: right;
  min-height: 70vh;
  padding-bottom: 87px;
}

/*.psearch__other:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 1px;*/
/*    height: 100%;*/
/*    background-color: #e3e3e3;*/
/*}*/
.psearch__other h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 18px;
}

.psearch__other article {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  height: 367px;
  overflow: hidden;
  border-radius: 7px;
  margin-bottom: 11px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
}

.psearch__other article > div {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0)) !important;
  border-radius: 0 !important;
  width: 100% !important;
  display: flex !important;
  flex-direction: row-reverse !important;
  justify-content: flex-start !important;
  align-items: flex-end !important;
}

.psearch__other article:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.3));
}

.psearch__other article b {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 7px;
}

.psearch__other article p {
  display: block;
  position: relative;
  z-index: 2;
  width: 272px;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 21px;
  margin-bottom: 18px;
}

.psearch__other article button {
  cursor: pointer;
  position: relative;
  z-index: 2;
  height: 44px;
  overflow: hidden;
  border: 0;
  padding: 0;
  box-shadow: none;
  color: #fff;
  background: #03acd1;
  border-radius: 7px;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 21px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-right: 4% !important;
  margin-bottom: 10px !important;
  width: 36%;
  max-width: 140px;
}

.psearch__other article a.added span,
.psearch__other article button.added span {
  display: flex;
}

.psearch__other article a {
  color: white;
}

.psearch__other article > div > a {
  width: 64%;
}

.psearch__other article a:hover {
  color: #ec824a;
}

.psearch__other article button:hover {
  background: #038AAA;
}

.psearch__other article a span,
.psearch__other article button span {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #706f6f;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 21px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
}

.psearch__other article a > div > p {
  width: 100%;
}

.psearch__other article a span svg,
.psearch__other article button span svg {
  width: 9px;
  height: 7px;
  fill: #fff;
  margin-right: 5px;
}

.psearch__last {
  width: calc(100% - 621px);
  float: left;
  padding-right: 82px;
  padding-bottom: 87px;
}

.withstops {
  margin-top: 15px;
  width: 100%;
}

.withstops em {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 27px;
  color: #8b8b8b;
  margin-bottom: 4px;
  display: block;
}

.withstops__list {
  background: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 7px;
  overflow: hidden;
}

.withstops__list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 15px 22px 15px 15px;
}

.withstops__list-item:not(:last-child) {
  border-bottom: 1px solid #afafaf;
}

.withstops__list-item i {
  display: block;
  width: 81px;
  height: 54px;
  border-radius: 7px;
  overflow: hidden;
}

.withstops__list-item i img {
  width: 100%;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .withstops__list-item i img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
  }
}
.withstops__list-item div {
  flex: 1;
  padding-left: 15px;
}

.withstops__list-item div b {
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 27px;
}

.withstops__list-item div span {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 21px;
}

.withstops__list-item > b {
  position: relative;
  top: 2px;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #ec824a;
  margin-left: 10%;
}

.withstops__list-item button {
  position: relative;
  width: 12px;
  height: 12px;
  margin: 0 0 0 7%;
  border: 0;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

.withstops__list-item button:hover svg {
  fill: #ec824a;
}

.withstops__list-item button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200%;
  height: 200%;
  transform: translate(-50%, -50%);
}

.withstops__list-item button svg {
  width: 100%;
  height: 100%;
  transition: 0.2s;
  fill: #b9b9b9;
}

.yourride {
  width: 100%;
  margin-top: 37px;
}

.yourride__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.yourride__head h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 27px;
  margin-bottom: 13px;
}

.yourride__head a,
.yourride__head span {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 27px;
  text-decoration: none;
  color: #292929;
}

.yourride__head a:hover {
  color: #03acd1;
}

.yourride__selected {
  display: flex;
  min-height: 131px;
  overflow: hidden;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 7px;
  padding-left: 12px;
  margin-bottom: 18px;
}

.yourride__selected.two {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  box-shadow: none;
  overflow: initial;
}

.yourride__selected.two .tickets__footer {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 7px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  clear: both;
  padding: 18px 23px;
}

.yourride__selected.two .tickets__footer > i {
  display: block;
  position: absolute;
  top: 50%;
  width: 167px;
  min-height: 100px;
  transform: translateY(-50%);
  float: left;
}

.yourride__selected.two .tickets__footer > i img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 110px;
  transform: translate(-50%, -50%);
}

.yourride__selected.two .tickets__footer > i img:first-child {
  margin-top: 10px;
  margin-left: -20px;
  z-index: 2;
}

.yourride__selected.two .tickets__footer > i img:last-child {
  z-index: 1;
  margin-top: -10px;
}

.yourride__selected.two .tickets__footer-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 167px);
  float: right;
  padding-left: 0;
  padding-top: 12px;
  padding-bottom: 12px;
}

.yourride__selected.two .tickets__footer-info:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}

.yourride__selected.two .tickets__footer-info header {
  width: calc(100% - 120px);
  margin-right: auto;
}

.yourride__selected.two .tickets__footer-info header em {
  margin-bottom: 0;
}

.footer__bottom a, .footer__link a {
  color: var(--gray-color);
}

.footer__bottom a:hover, .footer__link a:hover {
  color: var(--blue-main-color);
}

.yourride__selected.two button {
  width: 100%;
  height: 55px;
  border-radius: 7px;
  min-height: 55px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  margin-top: 14px;
}

.yourride__selected .tickets__footer {
  width: calc(100% - 130px);
  padding: 0;
}

.yourride__selected .tickets__footer i {
  width: 128px;
}

.yourride__selected .tickets__footer i img {
  width: 100%;
}

.yourride__selected .tickets__footer-info {
  width: calc(100% - 128px);
  padding-left: 32px;
}

.yourride__selected .tickets__footer-info header {
  width: 100%;
}

.yourride__selected button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 193px;
  height: 100%;
  min-height: inherit;
  border: 0;
  padding: 0;
  background: #03acd1;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  transition: opacity 0.2s;
  cursor: pointer;
}

.yourride__selected button:hover {
  opacity: 0.7;
}

.yourride__footer {
  background: rgba(255, 255, 255, 0.91);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 7px;
  display: flex;
  justify-content: space-between;
  padding: 25px 28px 2px 24px;
}

.yourride__footer ul:first-child {
  width: 34%;
}

.yourride__footer ul:last-child {
  width: 20%;
}

.yourride__footer ul li {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.yourride__footer ul li i {
  display: block;
  position: relative;
  top: -1px;
  width: 13px;
  height: 13px;
}

.yourride__footer ul li i svg {
  width: 100%;
  height: 100%;
  fill: #03acd1;
}

.yourride__footer ul li span {
  width: calc(100% - 13px);
  padding-left: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.1;
}

.travel__agency_btn_orange {
  text-decoration: none;
  display: inline-block;
  padding: 25px 120px;
  border-radius: 10px;
  background-image: linear-gradient(45deg, #ff5c00 0%, #d94f00 50%, #682600 100%);
  background-position: 100% 0;
  background-size: 200% 200%;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: white;
  box-shadow: 0 16px 32px 0 rgba(0, 40, 120, 0.35);
  transition: 0.5s;
}

.travel__agency_btn_orange:hover {
  box-shadow: 0 0 0 0 rgba(0, 40, 120, 0);
  background-position: 0 0;
  color: white;
}

.coopirate__title {
  margin-bottom: 80px;
}

.coopirate__inner {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.coopirate__item {
  background-color: #FBBC04;
  width: 23%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 17px;
  padding: 23px 14px;
  border: 1px solid #000000;
  color: white;
  min-height: 342px;
}

.coopirate__item.blue {
  background: #03ACD1;
}

.coopirate__item.orange {
  background: #CD6022;
}

.coopirate__item.green {
  background: #4CAF50;
}

.coopirate__item.green2 {
  background: #024B12;
  border: none;
}

.coopirate__item.blue2 {
  background: #0D63C7;
  border: none;
}

.coopirate__item img {
  width: 80px;
}

.coopirate__item h5 {
  margin: 14px 0 24px 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}

/* ---------------- */
.sig_img_d {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)), url(../img/VENICE1.jpg) top center no-repeat;
}

.sig_content_text h1 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 35px;
  align-items: center;
  text-align: center;
  color: #000000;
}

.sig_content_text p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  align-items: center;
  text-align: center;
  color: #000000;
  padding-top: 31px;
}

.agency_content i {
  display: flex;
}

.sig_img_a2 {
  background: url(../img/shutterstock1.jpg) top center no-repeat;
}

.sig__inner {
  align-items: start;
  justify-content: space-between;
  padding-top: 111px;
}

.sig__title h1 {
  width: 730px;
  height: 110px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
  font-family: "Roboto";
  font-weight: 700;
  line-height: 40px;
  font-size: 30px;
  background: rgba(0, 0, 0, 0.41);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 17px;
  align-items: center;
  display: grid;
  margin-left: auto;
  margin-right: auto;
}

/* ---------------- */
.travel__btn1, .travel__btn {
  text-decoration: none;
  display: inline-block;
  padding: 20px 20px;
  border-radius: 10px;
  background-image: linear-gradient(45deg, #ff5c00 0%, #d94f00 50%, #682600 100%);
  background-position: 100% 0;
  background-size: 200% 200%;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: white;
  box-shadow: 0 16px 32px 0 rgba(0, 40, 120, 0.35);
  transition: 0.5s;
}

.travel__btn1:hover, .travel__btn:hover {
  box-shadow: 0 0 0 0 rgba(0, 40, 120, 0);
  background-position: 0 0;
  color: white;
}

@media (max-width: 960px) {
  .travel__btn1 {
    width: 80%;
    margin: 0 !important;
  }
}
@media (max-width: 520px) {
  .travel__btn1 {
    width: 100%;
    margin: 0 !important;
    margin-bottom: 20px !important;
  }

  .driver__btn1 {
    min-height: 70px;
  }

  .partner__btn1 {
    min-height: 70px;
  }
}
.driver__btn1 {
  padding: 20px 20px !important;
}

.partner__btn1 {
  padding: 20px 20px !important;
}

.travel__btn2 {
  background-image: linear-gradient(45deg, #03ACD1 0%, #03ACD1 50%, #00738C 100%) !important;
}

.travel__btn3 {
  background-image: linear-gradient(45deg, #ff5c00 0%, #d94f00 50%, #682600 100%) !important;
}

.travel__btn4 {
  background-image: linear-gradient(45deg, #4CAF50 0%, #4CAF50 50%, #255B27 100%) !important;
}

.travel__btn5 {
  background-image: linear-gradient(45deg, #FBBC04 0%, #FBBC04 50%, #A67B00 100%) !important;
}

@media (min-width: 520px) {
  .custom-calendar, .custom-time {
    width: 50% !important;
  }

  .select-humans {
    padding-right: 0;
  }
}
.glide__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.glide__arrows {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.glide_arrow {
  border: none;
  background: none;
  cursor: pointer;
  font-size: 24px;
  transition: color 0.2s;
}

.glide_arrow:hover {
  color: #ec824a;
}

.line {
  display: flex;
  align-items: center;
}

.line hr {
  width: 20px;
  border: none;
  background: black;
  height: 2px;
  margin-bottom: 50%;
}

@media (min-height: 1000px) {
  .partners__banner header, .routes, #psearch, .request {
    min-height: calc(100vh - 300px);
  }

  .request {
    background-size: 120%;
  }
}
