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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Swiper 11.1.15
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 18, 2024
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

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

.swiper-horizontal {
  touch-action: pan-y;
}

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

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

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

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

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

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

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

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

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

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

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

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

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

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

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

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

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

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

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

.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%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 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.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

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

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

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

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

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

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  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 {
  transform: scale(1);
}

.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: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-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: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

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

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

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

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

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

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

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, 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-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

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

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

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

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

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-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%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

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

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

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

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

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

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

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

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

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

.swiper-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-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.footer__logo, .socials__item img, .request__radio, .languages__item, .header__logo, .mobile-menu__close, .mobile-menu__logo {
  transition: all 0.1s ease-in;
  cursor: pointer;
}
@media (any-hover: hover) {
  .footer__logo:hover, .socials__item img:hover, .request__radio:hover, .languages__item:hover, .header__logo:hover, .mobile-menu__close:hover, .mobile-menu__logo:hover {
    opacity: 0.8;
  }
}

.pay__radio, .btn, .accordion__btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact__links a, .mobile-menu__list a {
  transition: color 0.1s;
}
@media (any-hover: hover) {
  .contact__links a:hover, .mobile-menu__list a:hover {
    color: #007aff;
  }
}

.footer__links a, .header__list a {
  position: relative;
  padding-bottom: 2px;
  color: #fff;
}
.footer__links a::before, .header__list a::before {
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  border-bottom: 1px solid #fff;
  bottom: 0;
  right: 0;
  transition: all 0.1s linear;
  width: 0;
}
.footer__links a::after, .header__list a::after {
  content: "";
  position: absolute;
  right: 0;
  height: 2px;
  border-bottom: 1px solid #fff;
  bottom: 0;
  right: 0;
  transition: all 0.1s linear;
  width: 0;
}
@media (any-hover: hover) {
  .footer__links a:hover::after, .header__list a:hover::after, .footer__links a:hover::before, .header__list a:hover::before {
    width: 50%;
  }
}

.request__per button::selection {
  background-color: transparent;
}
.request__per button *::selection {
  background-color: transparent;
}

input[type=checkbox] {
  position: relative;
  cursor: pointer;
  height: 22px;
  width: 22px;
  border-radius: 4px;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  flex-shrink: 0;
  border: 1px solid #5f616f;
  background-color: #fff;
}
input[type=checkbox]::after {
  content: "";
  height: 11px;
  border-radius: inherit;
  width: 11px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  background-color: #fff;
  transition: all 0.1s ease-in;
  border-radius: 2px;
}
input[type=checkbox]:checked::after {
  background-color: #007aff;
}

input[type=radio] {
  position: relative;
  cursor: pointer;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  flex-shrink: 0;
  border: 1px solid #007aff;
}
input[type=radio]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: transparent;
}
input[type=radio]:checked::after {
  background-color: #007aff;
}

input[type=date],
input[type=time],
input[type=text].flatpickr-input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
}

@font-face {
  font-display: swap;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Gilroy-SemiBold.woff2") format("woff2"), url("../fonts/Gilroy-SemiBold.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.ttf") format("truetype");
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  font: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  vertical-align: baseline;
  outline: none;
}

article,
aside,
details,
figcaption,
figure,
header,
main,
footer,
hgroup,
menu,
nav,
section {
  display: block;
}

::-webkit-scrollbar {
  background-color: rgba(95, 97, 111, 0.1);
  height: 10px;
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(95, 97, 111, 0.4);
  border-radius: 2px;
}

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

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

p {
  line-height: 140%;
}

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

a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}
a img {
  width: inherit;
  height: inherit;
  object-fit: contain;
}

textarea {
  height: 120px;
  overflow: auto;
  vertical-align: top;
  resize: none;
}

button {
  cursor: pointer;
  background-color: transparent;
  display: inline-block;
  padding: 0;
}

a {
  display: inline-block;
}

button,
input,
select,
textarea {
  outline: none;
  border: none;
}

iframe {
  border: none;
}

select {
  background-color: transparent;
}

address {
  font-style: normal;
}

picture,
svg,
video,
img {
  max-width: 100%;
}

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;
  -moz-appearance: none;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.main {
  flex: 1;
}

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

.text-white {
  color: #fff;
}

.fslightbox-source {
  border-radius: 5px;
}

.swiper-pagination {
  display: flex;
  align-items: center;
  gap: 0px;
}

.swiper-pagination-bullet {
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #007aff;
}

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

.table__wrapper {
  overflow-x: auto;
  position: relative;
}

table {
  width: 100%;
  overflow: hidden;
  color: #3b444e;
}

tr:nth-child(odd) {
  background: #fafbfd;
}

tr:nth-child(even) {
  background: #fff;
}

td {
  padding: 20px 30px;
  font-size: 18px;
  min-width: 180px;
}

body {
  font-family: "Gilroy";
  font-weight: 400;
  color: #000;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fdfdff;
}

.container {
  margin: auto;
  max-width: 1200px;
}

input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=date],
input[type=password],
input[type=search],
input[type=url],
textarea {
  padding: 0 16px;
  width: 100%;
  border: 1px solid transparent;
  transition: all 0.2s;
  border: 1px solid #999;
  font-size: 18px;
}
input[type=text]:hover, input[type=text]:focus,
input[type=number]:hover,
input[type=number]:focus,
input[type=tel]:hover,
input[type=tel]:focus,
input[type=email]:hover,
input[type=email]:focus,
input[type=date]:hover,
input[type=date]:focus,
input[type=password]:hover,
input[type=password]:focus,
input[type=search]:hover,
input[type=search]:focus,
input[type=url]:hover,
input[type=url]:focus,
textarea:hover,
textarea:focus {
  border-color: #007aff;
  background-color: #fff;
  box-shadow: 0 0 0 1px #007aff;
}
input[type=text]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder,
input[type=date]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=url]::placeholder,
textarea::placeholder {
  color: #B3B9BE;
}

textarea {
  padding-top: 16px;
  padding-bottom: 16px;
}

input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=date],
input[type=password],
input[type=search],
input[type=url],
select,
.btn,
textarea {
  border-radius: 8px;
}

input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=date],
input[type=password],
input[type=search],
input[type=url],
select,
.btn {
  height: 50px;
}

.mb {
  margin-bottom: 50px;
}

.mt {
  margin-top: 50px;
}

.footer__logo, .socials__item img, .request__radio, .languages__item, .header__logo, .mobile-menu__close, .mobile-menu__logo {
  transition: all 0.1s ease-in;
  cursor: pointer;
}
@media (any-hover: hover) {
  .footer__logo:hover, .socials__item img:hover, .request__radio:hover, .languages__item:hover, .header__logo:hover, .mobile-menu__close:hover, .mobile-menu__logo:hover {
    opacity: 0.8;
  }
}

.pay__radio, .btn, .accordion__btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact__links a, .mobile-menu__list a {
  transition: color 0.1s;
}
@media (any-hover: hover) {
  .contact__links a:hover, .mobile-menu__list a:hover {
    color: #007aff;
  }
}

.footer__links a, .header__list a {
  position: relative;
  padding-bottom: 2px;
  color: #fff;
}
.footer__links a::before, .header__list a::before {
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  border-bottom: 1px solid #fff;
  bottom: 0;
  right: 0;
  transition: all 0.1s linear;
  width: 0;
}
.footer__links a::after, .header__list a::after {
  content: "";
  position: absolute;
  right: 0;
  height: 2px;
  border-bottom: 1px solid #fff;
  bottom: 0;
  right: 0;
  transition: all 0.1s linear;
  width: 0;
}
@media (any-hover: hover) {
  .footer__links a:hover::after, .header__list a:hover::after, .footer__links a:hover::before, .header__list a:hover::before {
    width: 50%;
  }
}

.request__per button::selection {
  background-color: transparent;
}
.request__per button *::selection {
  background-color: transparent;
}

input[type=checkbox] {
  position: relative;
  cursor: pointer;
  height: 22px;
  width: 22px;
  border-radius: 4px;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  flex-shrink: 0;
  border: 1px solid #5f616f;
  background-color: #fff;
}
input[type=checkbox]::after {
  content: "";
  height: 11px;
  border-radius: inherit;
  width: 11px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  background-color: #fff;
  transition: all 0.1s ease-in;
  border-radius: 2px;
}
input[type=checkbox]:checked::after {
  background-color: #007aff;
}

input[type=radio] {
  position: relative;
  cursor: pointer;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  flex-shrink: 0;
  border: 1px solid #007aff;
}
input[type=radio]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: transparent;
}
input[type=radio]:checked::after {
  background-color: #007aff;
}

input[type=date],
input[type=time],
input[type=text].flatpickr-input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
}

@font-face {
  font-display: swap;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Gilroy-SemiBold.woff2") format("woff2"), url("../fonts/Gilroy-SemiBold.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.ttf") format("truetype");
}
.footer__logo, .socials__item img, .request__radio, .languages__item, .header__logo, .mobile-menu__close, .mobile-menu__logo {
  transition: all 0.1s ease-in;
  cursor: pointer;
}
@media (any-hover: hover) {
  .footer__logo:hover, .socials__item img:hover, .request__radio:hover, .languages__item:hover, .header__logo:hover, .mobile-menu__close:hover, .mobile-menu__logo:hover {
    opacity: 0.8;
  }
}

.pay__radio, .btn, .accordion__btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact__links a, .mobile-menu__list a {
  transition: color 0.1s;
}
@media (any-hover: hover) {
  .contact__links a:hover, .mobile-menu__list a:hover {
    color: #007aff;
  }
}

.footer__links a, .header__list a {
  position: relative;
  padding-bottom: 2px;
  color: #fff;
}
.footer__links a::before, .header__list a::before {
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  border-bottom: 1px solid #fff;
  bottom: 0;
  right: 0;
  transition: all 0.1s linear;
  width: 0;
}
.footer__links a::after, .header__list a::after {
  content: "";
  position: absolute;
  right: 0;
  height: 2px;
  border-bottom: 1px solid #fff;
  bottom: 0;
  right: 0;
  transition: all 0.1s linear;
  width: 0;
}
@media (any-hover: hover) {
  .footer__links a:hover::after, .header__list a:hover::after, .footer__links a:hover::before, .header__list a:hover::before {
    width: 50%;
  }
}

.request__per button::selection {
  background-color: transparent;
}
.request__per button *::selection {
  background-color: transparent;
}

input[type=checkbox] {
  position: relative;
  cursor: pointer;
  height: 22px;
  width: 22px;
  border-radius: 4px;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  flex-shrink: 0;
  border: 1px solid #5f616f;
  background-color: #fff;
}
input[type=checkbox]::after {
  content: "";
  height: 11px;
  border-radius: inherit;
  width: 11px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  background-color: #fff;
  transition: all 0.1s ease-in;
  border-radius: 2px;
}
input[type=checkbox]:checked::after {
  background-color: #007aff;
}

input[type=radio] {
  position: relative;
  cursor: pointer;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  flex-shrink: 0;
  border: 1px solid #007aff;
}
input[type=radio]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: transparent;
}
input[type=radio]:checked::after {
  background-color: #007aff;
}

input[type=date],
input[type=time],
input[type=text].flatpickr-input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
}

@font-face {
  font-display: swap;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Gilroy-SemiBold.woff2") format("woff2"), url("../fonts/Gilroy-SemiBold.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.ttf") format("truetype");
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Swiper 11.1.15
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 18, 2024
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

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

.swiper-horizontal {
  touch-action: pan-y;
}

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

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

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

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

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

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

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

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

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

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

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

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

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

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

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

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

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

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

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

.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%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 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.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

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

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

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

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

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

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  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 {
  transform: scale(1);
}

.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: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-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: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

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

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

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

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

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

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

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, 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-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

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

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

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

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

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-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%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

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

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

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

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

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

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

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

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

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

.swiper-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-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.footer__logo, .socials__item img, .request__radio, .languages__item, .header__logo, .mobile-menu__close, .mobile-menu__logo {
  transition: all 0.1s ease-in;
  cursor: pointer;
}
@media (any-hover: hover) {
  .footer__logo:hover, .socials__item img:hover, .request__radio:hover, .languages__item:hover, .header__logo:hover, .mobile-menu__close:hover, .mobile-menu__logo:hover {
    opacity: 0.8;
  }
}

.pay__radio, .btn, .accordion__btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact__links a, .mobile-menu__list a {
  transition: color 0.1s;
}
@media (any-hover: hover) {
  .contact__links a:hover, .mobile-menu__list a:hover {
    color: #007aff;
  }
}

.footer__links a, .header__list a {
  position: relative;
  padding-bottom: 2px;
  color: #fff;
}
.footer__links a::before, .header__list a::before {
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  border-bottom: 1px solid #fff;
  bottom: 0;
  right: 0;
  transition: all 0.1s linear;
  width: 0;
}
.footer__links a::after, .header__list a::after {
  content: "";
  position: absolute;
  right: 0;
  height: 2px;
  border-bottom: 1px solid #fff;
  bottom: 0;
  right: 0;
  transition: all 0.1s linear;
  width: 0;
}
@media (any-hover: hover) {
  .footer__links a:hover::after, .header__list a:hover::after, .footer__links a:hover::before, .header__list a:hover::before {
    width: 50%;
  }
}

.request__per button::selection {
  background-color: transparent;
}
.request__per button *::selection {
  background-color: transparent;
}

input[type=checkbox] {
  position: relative;
  cursor: pointer;
  height: 22px;
  width: 22px;
  border-radius: 4px;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  flex-shrink: 0;
  border: 1px solid #5f616f;
  background-color: #fff;
}
input[type=checkbox]::after {
  content: "";
  height: 11px;
  border-radius: inherit;
  width: 11px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  background-color: #fff;
  transition: all 0.1s ease-in;
  border-radius: 2px;
}
input[type=checkbox]:checked::after {
  background-color: #007aff;
}

input[type=radio] {
  position: relative;
  cursor: pointer;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  flex-shrink: 0;
  border: 1px solid #007aff;
}
input[type=radio]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: transparent;
}
input[type=radio]:checked::after {
  background-color: #007aff;
}

input[type=date],
input[type=time],
input[type=text].flatpickr-input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
}

@font-face {
  font-display: swap;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Gilroy-SemiBold.woff2") format("woff2"), url("../fonts/Gilroy-SemiBold.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.ttf") format("truetype");
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  font: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  vertical-align: baseline;
  outline: none;
}

article,
aside,
details,
figcaption,
figure,
header,
main,
footer,
hgroup,
menu,
nav,
section {
  display: block;
}

::-webkit-scrollbar {
  background-color: rgba(95, 97, 111, 0.1);
  height: 10px;
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(95, 97, 111, 0.4);
  border-radius: 2px;
}

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

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

p {
  line-height: 140%;
}

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

a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}
a img {
  width: inherit;
  height: inherit;
  object-fit: contain;
}

textarea {
  height: 120px;
  overflow: auto;
  vertical-align: top;
  resize: none;
}

button {
  cursor: pointer;
  background-color: transparent;
  display: inline-block;
  padding: 0;
}

a {
  display: inline-block;
}

button,
input,
select,
textarea {
  outline: none;
  border: none;
}

iframe {
  border: none;
}

select {
  background-color: transparent;
}

address {
  font-style: normal;
}

picture,
svg,
video,
img {
  max-width: 100%;
}

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;
  -moz-appearance: none;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.main {
  flex: 1;
}

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

.text-white {
  color: #fff;
}

.fslightbox-source {
  border-radius: 5px;
}

.swiper-pagination {
  display: flex;
  align-items: center;
  gap: 0px;
}

.swiper-pagination-bullet {
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #007aff;
}

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

.table__wrapper {
  overflow-x: auto;
  position: relative;
}

table {
  width: 100%;
  overflow: hidden;
  color: #3b444e;
}

tr:nth-child(odd) {
  background: #fafbfd;
}

tr:nth-child(even) {
  background: #fff;
}

td {
  padding: 20px 30px;
  font-size: 18px;
  min-width: 180px;
}

body {
  font-family: "Gilroy";
  font-weight: 400;
  color: #000;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fdfdff;
}

.container {
  margin: auto;
  max-width: 1200px;
}

input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=date],
input[type=password],
input[type=search],
input[type=url],
textarea {
  padding: 0 16px;
  width: 100%;
  border: 1px solid transparent;
  transition: all 0.2s;
  border: 1px solid #999;
  font-size: 18px;
}
input[type=text]:hover, input[type=text]:focus,
input[type=number]:hover,
input[type=number]:focus,
input[type=tel]:hover,
input[type=tel]:focus,
input[type=email]:hover,
input[type=email]:focus,
input[type=date]:hover,
input[type=date]:focus,
input[type=password]:hover,
input[type=password]:focus,
input[type=search]:hover,
input[type=search]:focus,
input[type=url]:hover,
input[type=url]:focus,
textarea:hover,
textarea:focus {
  border-color: #007aff;
  background-color: #fff;
  box-shadow: 0 0 0 1px #007aff;
}
input[type=text]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder,
input[type=date]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=url]::placeholder,
textarea::placeholder {
  color: #B3B9BE;
}

textarea {
  padding-top: 16px;
  padding-bottom: 16px;
}

input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=date],
input[type=password],
input[type=search],
input[type=url],
select,
.btn,
textarea {
  border-radius: 8px;
}

input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=date],
input[type=password],
input[type=search],
input[type=url],
select,
.btn {
  height: 50px;
}

.mb {
  margin-bottom: 50px;
}

.mt {
  margin-top: 50px;
}

.title {
  font-size: 28px;
  color: #007aff;
}

.spacing {
  margin: 90px 0;
}

.accordion {
  display: flex;
  flex-direction: column;
}
.accordion__wrapper {
  display: grid;
  grid-template-rows: 0fr;
  transition: all 0.3s linear;
  overflow: hidden;
}
.accordion__head {
  display: grid;
  grid-template-columns: 1fr 40px;
  align-items: center;
  gap: 10px;
  font-size: 20px;
}
.accordion__item {
  padding: 30px 0;
  border-bottom: 2px solid #dadada;
}
.accordion__item:last-child {
  border-bottom: none;
}
.accordion__item.active .accordion__wrapper {
  grid-template-rows: 1fr;
  padding-top: 16px;
}
.accordion__item.active .accordion__name {
  font-weight: 600;
}
.accordion__item.active .accordion__btn {
  rotate: 180deg;
}
.accordion__btn {
  height: 30px;
  width: 30px;
  padding: 5px;
  transition: all 0.2s linear;
}
.accordion__content {
  min-height: 0;
  line-height: 160%;
}

.btn {
  width: fit-content;
  transition: all 0.1s ease-in;
  text-align: center;
  position: relative;
  color: #fff;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  font-weight: 600;
  font-size: 18px;
}
.btn--main {
  background-color: #007aff;
  color: #fff;
}
.btn--outline {
  border: 1px solid #007aff;
  color: #007aff;
}
.btn--center {
  display: flex;
  width: fit-content;
  margin: auto;
}
.btn::before, .btn::after {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100px) skewX(-15deg);
  content: "";
}
.btn::before {
  width: 60px;
  background: rgba(255, 255, 255, 0.5);
  filter: blur(30px);
  opacity: 0.5;
}
.btn::after {
  width: 30px;
  left: 30px;
  background: rgba(255, 255, 255, 0.2);
  filter: blur(5px);
}
.btn:active::before {
  opacity: 1;
}
.btn:active::before, .btn:active::after {
  transform: translateX(300px) skewX(-15deg);
  transition: all 1s ease;
}
@media (any-hover: hover) {
  .btn:hover::before {
    opacity: 1;
  }
  .btn:hover::before, .btn:hover::after {
    transform: translateX(300px) skewX(-15deg);
    transition: all 1s ease;
  }
}
.btn:disabled {
  background-color: #5F616F;
  cursor: not-allowed;
}
@media (any-hover: hover) {
  .btn:disabled:hover {
    background-color: #5F616F;
  }
  .btn:disabled:hover::after, .btn:disabled:hover::before {
    display: none;
  }
}

.form form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.form__half {
  display: grid;
  grid-template-columns: 1fr 0.5fr;
  gap: 15px;
}
.form form .btn {
  width: 100%;
}

.dn {
  display: none;
}

.linked {
  padding: 100px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 32px;
  background-color: #007aff;
  color: #fff;
  position: fixed;
  inset: 0;
  height: 100%;
  overflow-y: auto;
}

.mobile-menu {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(5px);
  z-index: 11;
  visibility: hidden;
  opacity: 0;
  transition: all 0.1s;
}
.mobile-menu__inner {
  visibility: hidden;
  opacity: 0;
  transform: translateX(100%);
  width: 540px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #007aff;
  color: #fff;
  padding: 40px;
  overflow-y: auto;
  transition: all 0.2s linear;
}
.mobile-menu.active {
  visibility: visible;
  opacity: 1;
}
.mobile-menu.active .mobile-menu__inner {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}
.mobile-menu__logo {
  height: 40px;
}
.mobile-menu__close {
  height: 20px;
  width: 20px;
}
.mobile-menu__close img {
  height: 100%;
  width: 100%;
}
.mobile-menu .btn {
  margin-top: 30px;
}
.mobile-menu__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 20px;
  font-weight: 600;
}
.mobile-menu__list ul {
  font-size: 16px;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 16px;
  padding-bottom: 10px;
}
.mobile-menu__list img {
  transition: all 0.1s linear;
  height: 16px;
  width: 16px;
  margin-left: 5px;
  cursor: pointer;
}
.mobile-menu__list img.active {
  rotate: 180deg;
}
.mobile-menu__head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.mobile-menu .btn {
  width: 100%;
}

.header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding-top: 35px;
  z-index: 2;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  color: #fff;
}
.header__logo {
  height: 45px;
  object-fit: contain;
  width: auto;
}
.header__list {
  display: flex;
  align-items: center;
  gap: 40px;
  font-weight: 600;
}
.header__end {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header__btn {
  display: none;
  justify-content: center;
  align-items: center;
}
.header__btn img {
  height: 25px;
  width: 25px;
  object-fit: contain;
}

.languages__item {
  display: flex;
  align-items: center;
  font-size: 18px;
  gap: 5px;
  font-weight: 500;
}
.languages__item img {
  height: 18px;
  width: 18px;
  object-fit: contain;
  margin-top: -2px;
}

.welcome {
  position: relative;
}
.welcome__item {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 150px;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
}
.welcome__item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, #407bff 5.5%, rgba(255, 255, 255, 0) 31.38%);
}
.welcome__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}
.welcome__title {
  font-size: 60px;
}
.welcome__text {
  font-size: 26px;
  letter-spacing: -0.05em;
}
.welcome:has(.request) .welcome__item {
  margin-bottom: 100px;
  padding-bottom: 150px;
}

.request {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2%;
  z-index: 1;
}
.request__end {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.request__main {
  border: 1px solid #999;
  padding: 25px;
  background: #fdfdff;
  border-radius: 20px;
  color: #5f616f;
}
.request__radios {
  margin-bottom: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}
.request__radio {
  transition: color 0.2s;
  color: #7d818d;
}
.request__radio input {
  display: none;
}
.request__radio:has(input:checked) {
  color: #007aff;
  text-shadow: 0 0 0.65px #007aff, 0 0 0.65px #007aff;
}
.request__locations {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 10px;
  align-items: center;
}
.request__locations img {
  height: 15px;
  width: 15px;
  object-fit: contain;
}
.request__location {
  position: relative;
}
.request__location input {
  padding-left: 40px;
}
.request__location img {
  position: absolute;
  top: calc(50% - 13px);
  transform: translateY(-50%);
  left: 16px;
  height: 17px;
  height: 24px;
  object-fit: contain;
}
.request__times, .request__dates {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  border: 1px solid #999;
  overflow: hidden;
  border-radius: 8px;
}
.request__date {
  position: relative;
  border-right: 1px solid #999;
  width: 150px;
}
.request__date:last-child {
  border: none;
}
.request__date img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  height: 17px;
  height: 24px;
  object-fit: contain;
}
.request__date input {
  border: none;
}
.request__date input:hover, .request__date input:focus {
  box-shadow: unset;
}
.request__date:has(img) input {
  padding-left: 50px;
}
.request__time {
  position: relative;
  border-right: 1px solid #999;
  width: 150px;
}
.request__time:last-child {
  border: none;
}
.request__time img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  height: 17px;
  height: 24px;
  object-fit: contain;
}
.request__time input {
  border: none;
  height: 50px;
}
.request__time input:hover, .request__time input:focus {
  box-shadow: unset;
}
.request__time input {
  padding-left: 50px;
}
.request__per {
  display: flex;
  align-items: center;
  border: 1px solid #999;
  height: 50px;
  border-radius: 8px;
  padding: 11px;
  gap: 8px;
}
.request__per img {
  height: 22px;
  width: 22px;
  object-fit: contain;
}
.request__count {
  width: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.request__inner {
  display: grid;
  grid-template-columns: 2fr 1.2fr auto;
  gap: 16px;
  align-items: center;
}
.request__pairs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.request__nums {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

/* .steps {
  padding-bottom: 50px;
} */
.steps__banner {
  background-color: #007aff;
  color: #fff;
  /* height: 540px; */
  padding: 150px 0;
}
.steps__blues {
  background-color: #007aff;
  color: #fff;
  text-align: center;
}
.steps__heading {
  font-size: 60px;
  margin-bottom: 10px;
}
.steps__minititle {
  font-size: 26px;
  margin-bottom: 25px;
}
.steps__details {
  font-size: 26px;
}
.steps__main {
  position: relative;
  z-index: 1;
  margin-top: -100px;
  margin-bottom: -100px;
}
.steps__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  margin-bottom: 14px;
  color: #fff;
}
.steps__bg {
  border-radius: 20px;
  padding: 35px;
  background: #fdfdff;
}
.steps__item {
  padding-bottom: 50px;
  border-bottom: 1px solid #202020;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 20px;
  position: relative;
  z-index: 1;
}
.steps__item:first-child::after {
  top: 0;
}
.steps__item::after {
  content: "";
  position: absolute;
  top: 30px;
  right: 0;
  width: 56px;
  height: 41px;
  background-image: url("../images/steps-red.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.steps__item:not(:first-child) {
  padding-top: 40px;
}
.steps__item:last-child {
  border: none;
  padding-bottom: 0;
}
.steps__title {
  font-size: 27px;
  margin-bottom: 16px;
}
.steps__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  font-size: 20px;
}
.steps__price {
  margin-top: 16px;
  font-size: 26px;
}
.steps__price span {
  font-weight: 700;
  font-size: 18px;
}
.steps__full {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
}
.steps__bottom {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.steps__img {
  width: 100%;
  height: 250px;
  object-fit: contain;
}
.steps .request {
  position: unset !important;
}

.steps-info {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.steps-info__label {
  font-size: 20px;
  margin-bottom: 6px;
}
.steps-info__line {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
}
.steps-info__blue {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px;
  background: rgba(0, 122, 255, 0.2);
  border-radius: 8px;
}
.steps-info__end {
  display: flex;
  align-items: center;
  gap: 12px;
}
.steps-info__bold {
  font-weight: 600;
  font-size: 20px;
}
.steps-info__bold span {
  font-weight: 400;
}
.steps-info__return {
  display: flex;
  align-items: center;
  gap: 14px;
}
.steps-info__two {
  display: grid;
  grid-template-columns: 2fr 550px;
  gap: 20px;
}
.steps-info__row {
  display: flex;
  /* flex-direction: column; */
  gap: 25px;
}
.steps-info__row .steps-info__blue {
  flex: 1;
}
.steps-info__row input {
  margin-left: auto;
  width: 550px;
}
.steps-info__dots {
  border: 1px solid #999;
  flex: 1;
}

.steps-form {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 50%;
}
.steps-form__inputs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.steps-form__bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 25px;
}
.steps-form__text {
  font-size: 15px;
  color: #999;
}

.steps-data {
  display: flex;
  flex-direction: column;
  gap: 50px;
  font-size: 20px;
  margin-top: 50px;
}
.steps-data__line {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 16px;
}
.steps-data hr {
  background-color: #999;
  height: 2px;
}
.steps-data__bold {
  font-weight: 700;
}
.steps-data__bold span {
  font-weight: 400;
}
.steps-data__right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.pay {
  padding-top: 135px;
  background: #007AFF;
  color: #fff;
}
.pay .payment {
  color: #000;
  box-shadow: 0 5px 20px 1px #dadada;
}
.pay__title {
  font-size: 27px;
  margin-bottom: 30px;
}
.pay__radios {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
/* .pay__inner {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 25px;
} */
.pay__radio {
  width: 115px;
  border-radius: 16px;
  padding: 20px;
  height: 70px;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.2s;
}
.pay__radio:hover {
  box-shadow: 0 0 5px #000;
}
.pay__radio:has(input:checked) {
  box-shadow: 0 0 15px #000;
}
.pay__radio img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pay__radio input {
  display: none;
}
.pay__label {
  font-size: 20px;
  margin-bottom: 8px;
}
.pay__img {
  width: 100%;
  object-fit: contain;
}
.pay__confirm {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 15px;
}

.paid {
  text-align: center;
  padding: 50px 0;
}
.paid__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.paid__blue {
  padding: 20px 60px;
  background: #f1f9ff;
  display: inline-block;
}
.paid__bold {
  font-weight: 600;
  font-size: 20px;
}
.paid__price {
  font-size: 28px;
  margin-top: 6px;
}
.paid__text {
  font-size: 26px;
  margin-top: 60px;
}

.payment {
  margin-top: 80px;
  background: #CAE3FF;
  border-radius: 14px;
  padding: 13px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.payment__bold {
  font-size: 20px;
}
.payment__price {
  font-size: 27px;
  margin-top: 12px;
}

.alert {
  padding: 50px 0;
}
.alert__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}
.alert__icon {
  height: 22px;
  width: 22px;
  object-fit: contain;
}
.alert__text {
  font-size: 20px;
}

.stages__title {
  text-align: center;
  font-size: 48px;
}
.stages__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 100px;
  margin: auto;
}
.stages__item {
  text-align: center;
  position: relative;
  z-index: 1;
}
.stages__item:last-child::after {
  display: none;
}
.stages__item::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 120px;
  top: 30px;
  background-image: url("../images/stages-shadow.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  z-index: -1;
}
.stages__item::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -80px;
  height: 15px;
  width: 60px;
  background-image: url("../images/stages-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.stages__icon {
  min-height: 35px;
  max-height: 60px;
  object-fit: contain;
  position: relative;
}
.stages__minititle {
  font-size: 24px;
  margin-top: 45px;
}
.stages__text {
  font-size: 20px;
  margin-top: 12px;
}

.offer__inner {
  background-color: #f4f7fa;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.offer__img {
  height: 700px;
  width: 100%;
  object-fit: cover;
}
.offer__content {
  padding: 100px 40px;
  font-size: 20px;
}
.offer__text {
  width: 80%;
}

.infos__boxes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 30px;
}
.infos__top {
  display: flex;
  align-items: center;
  gap: 12px;
}
.infos__name {
  font-weight: 600;
  font-size: 26px;
}
.infos__stars {
  display: flex;
  align-items: center;
  gap: 4px;
}
.infos__stars img {
  height: 20px;
  width: 20px;
  object-fit: contain;
}
.infos__text {
  margin-top: 15px;
  font-size: 20px;
}
.infos__items {
  border: 1px solid #000;
  border-radius: 20px;
  padding: 35px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 50px;
}
.infos__item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  padding: 25px 0;
  font-size: 20px;
  color: #5f616f;
  border-bottom: 2px solid #dadada;
  transition: all 0.1s;
}
.infos__item:hover {
  color: #007aff;
}
.infos__item:hover svg path {
  stroke: #007aff;
}
.infos__item:nth-last-child(2), .infos__item:last-child {
  border-bottom: none;
}
.infos__item svg {
  width: 16px;
  height: 12px;
}

.contact {
  background-color: #f4f7fa;
}
.contact__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px;
}
.contact .bold {
  font-weight: 600;
}
.contact__minimap {
  display: none;
}
.contact__links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
  font-size: 20px;
}
.contact__wrap {
  margin-top: 50px;
}
.contact__title {
  font-size: 20px;
  margin-bottom: 24px;
}
.contact iframe {
  width: 100%;
  height: 100%;
}

.socials {
  display: flex;
  align-items: center;
  gap: 18px;
}
.socials__item img {
  height: 35px;
  width: 35px;
  object-fit: contain;
}

.help {
  padding-bottom: 80px;
}
.help__banner {
  background-color: #007aff;
  color: #fff;
  padding-top: 150px;
  padding-bottom: 450px;
}
.help__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}
.help__title {
  font-size: 60px;
}
.help__text {
  font-size: 26px;
  margin-bottom: 26px;
}
.help .accordion {
  background: #fdfdff;
  border-radius: 20px;
  border: 2px solid #dadada;
  margin-top: -400px;
  padding: 35px 40px;
}
.help .accordion__content {
  font-size: 18px;
}
.help .accordion__head {
  grid-template-columns: 1fr 20px;
  gap: 12px;
}

.footer {
  background-color: #007aff;
  color: #fff;
  padding: 35px 0;
  padding-top: 135px;
}
.footer__links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  font-weight: 600;
}
.footer__logo {
  height: 45px;
  width: auto;
  object-fit: contain;
}
.footer__main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 45px;
}

@media (max-width: 1200px) {
  .container {
    padding: 0 60px;
    max-width: 100%;
  }
  .spacing {
    margin: 70px 0;
  }
  .request {
    margin-bottom: 50px;
  }
  .request__inner {
    grid-template-columns: 1fr;
  }
  .request__locations {
    order: -4;
  }
  .request__dates {
    order: -3;
  }
  .request__nums {
    display: flex;
    gap: 16px;
    order: -2;
  }
  .request__times {
    order: -3;
  }
  .request__times, .request__dates {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .request__time, .request__date {
    width: 100%;
  }
  .request__time input, .request__date input {
    width: 100%;
  }
  .steps:has(.steps__blues) {
    background-color: #fff;
  }
  .steps:has(.steps__blues) .steps__main {
    margin-top: -80px;
  }
  .steps__blues {
    /* padding-top: 100px; */
    min-height: auto;
    /* padding-bottom: 80px; */
  }
  .steps__minititle {
    font-size: 20px;
  }
  .steps__details {
    font-size: 16px;
  }
  .steps__heading {
    font-size: 28px;
  }
  .steps__banner {
    height: auto;
  }
  .steps__item {
    grid-template-columns: 1fr;
    background-color: #fff;
    border-radius: 20px;
    padding: 25px !important;
    border: none;
  }
  .steps__item::after {
    right: 20px;
    height: 30px;
    width: 40px;
  }
  .steps__item:first-child::after {
    top: 30px;
  }
  .steps__bg {
    border: none;
    background-color: transparent;
    padding: 0;
    border: unset;
  }
  .steps__items {
    gap: 30px;
    display: flex;
    flex-direction: column;
  }
  .steps__white {
    background-color: #fff;
    padding: 25px;
    border-radius: 12px;
  }
  .steps__white .steps__item {
    padding: 0 !important;
  }
  .paid {
    padding: 30px 0;
  }
  .paid__price {
    font-size: 20px;
  }
  .paid__bold {
    font-size: 16px;
  }
  .paid__text {
    font-size: 20px;
    margin-top: 30px;
  }
  .steps-info {
    gap: 30px;
  }
  .steps-info__two {
    grid-template-columns: 1fr;
  }
  .steps-info__line {
    grid-template-columns: 1fr;
  }
  .steps-info__row {
    flex-direction: column;
  }
  .steps-info__row .steps-info__blue {
    width: 100%;
  }
  .steps-info__row input {
    width: 100%;
  }
  .steps-form {
    width: 100%;
  }
  .steps-data {
    font-size: 16px;
    gap: 30px;
  }
  .steps-data__line {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .steps-data__line:has(.steps-data__label) {
    grid-template-columns: 1fr;
  }
  .steps-data__label {
    font-weight: 600;
    color: #007aff;
  }
  .steps-data__right {
    flex-wrap: wrap;
  }
  /* .pay__inner {
    grid-template-columns: 1fr;
  } */
  .pay__radio {
    width: 100px;
    border-radius: 12px;
    padding: 15px;
    height: 50px;
  }
  .pay__radios {
    gap: 12px;
  }
  .pay__label {
    font-size: 16px;
  }
  .pay__title {
    font-size: 22px;
  }
  .pay .payment {
    margin-top: 50px;
  }
  .pay__send {
    order: -1;
  }
}
@media (max-width: 1024px) {
  .container {
    padding: 0 40px;
  }
  .spacing {
    margin: 60px 0;
  }
  .header {
    padding-top: 25px;
  }
  .header__list {
    display: none;
  }
  .header__btn {
    display: flex;
  }
  .header__logo {
    height: 26px;
  }
  .welcome__item {
    min-height: 55vh;
    padding-top: 80px;
    background-attachment: unset;
    padding-bottom: 30px;
  }
  .welcome__inner {
    align-items: center;
  }
  .welcome__text {
    font-size: 14px;
  }
  .welcome__title {
    font-size: 24px;
  }
  .stages__inner {
    grid-template-columns: 1fr;
  }
  .stages__item::after {
    background-image: url("../images/stages-down.svg");
    transform: translateY(0) translateX(-50%);
    top: unset;
    bottom: -50px;
    left: 50%;
  }
  .offer__inner {
    grid-template-columns: 1fr;
  }
  .offer__img {
    height: 360px;
  }
  .offer__content {
    padding: 35px 50px;
  }
  .offer__text {
    width: 100%;
  }
  .infos__boxes {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .infos__name {
    font-size: 20px;
  }
  .infos__wrap {
    margin-bottom: 50px;
  }
  .infos__text {
    font-size: 16px;
  }
  .infos__items {
    grid-template-columns: 1fr;
  }
  .infos__item:nth-last-child(2) {
    border-bottom: 2px solid #dadada;
  }
  .title {
    font-size: 24px;
    margin-bottom: 35px;
  }
  .contact__map {
    display: none;
  }
  .contact__inner {
    grid-template-columns: 1fr;
  }
  .contact__minimap {
    display: block;
    margin-top: 35px;
  }
  .contact iframe {
    height: 350px;
  }
  .form form {
    gap: 16px;
  }
  .form__half {
    grid-template-columns: 1fr;
  }
  .request {
    bottom: -50%;
  }
  .welcome:has(.request) .welcome__item {
    padding-bottom: 50px;
    margin-bottom: 250px;
  }
  .welcome .request {
    bottom: 0;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 30px;
  }
  .spacing {
    margin: 50px 0;
  }
  .help {
    padding-bottom: 40px;
  }
  .help__title {
    font-size: 32px;
  }
  .help__inner {
    gap: 12px;
  }
  .help__text {
    font-size: 16px;
  }
  .help__banner {
    padding-bottom: 400px;
  }
  .help .accordion {
    padding: 20px;
    border-radius: 16px;
  }
  .help .accordion__item {
    padding: 16px 0;
    border-width: 1px;
  }
  .help .accordion__head {
    font-size: 16px;
  }
  .help .accordion__content {
    font-size: 14px;
  }
  .help .accordion__btn {
    height: 25px;
    width: 25px;
  }
  .request__pairs {
    width: 100%;
  }
  .request__per {
    flex: 1;
    justify-content: center;
  }
}
@media (max-width: 620px) {
  .container {
    padding: 0 20px;
  }
  .form__confirm {
    gap: 10px;
  }
  .form__policy {
    font-size: 12px;
  }
  .form__item input {
    padding-left: 60px;
  }
  .mobile-menu__inner {
    width: 100%;
    padding: 40px 20px;
  }
  .mb {
    margin-bottom: 35px;
  }
  .mt {
    margin-bottom: 35px;
  }
  .linked {
    padding: 50px 20px;
    font-size: 24px;
  }
  .stages__minititle {
    font-size: 18px;
    margin-top: 25px;
  }
  .stages__title {
    font-size: 26px;
  }
  .stages__inner {
    gap: 60px;
  }
  .stages__item::after {
    bottom: -40px;
  }
  .stages__text {
    font-size: 14px;
  }
  .offer__content {
    padding: 35px 20px;
  }
  .offer__text {
    font-size: 14px;
  }
  .infos__items {
    padding: 15px;
  }
  .infos__item {
    font-size: 14px;
    padding: 16px 0;
  }
  .infos .title {
    margin-bottom: 24px;
  }
  .socials {
    gap: 16px;
  }
  .socials__item img {
    height: 30px;
    width: 30px;
  }
  .footer__whole {
    display: flex;
    flex-direction: column-reverse;
  }
  .footer__main {
    margin-bottom: 0;
    margin-top: 50px;
    flex-direction: column;
    justify-content: center;
    gap: 35px;
  }
  .footer__logo {
    height: 30px;
  }
  .footer__links {
    flex-direction: column;
    gap: 12px;
  }
  .request__locations {
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    gap: 0;
    /* border-radius: 8px;
    border: 1px solid #999; */
    overflow: hidden;
  }
  .pick-map {
    margin-bottom: 5px;
  }
  /* .request__locations input {
    border-radius: 0;
    border: none;
  } */
  .request__locations input:hover, .request__locations input:focus {
    box-shadow: unset;
    border-color: transparent;
  }
  .request input {
    font-size: 14px;
  }
  .request__location img {
    height: 15px;
    width: 15px;
    left: 12px;
  }
  .request__location input {
    padding-left: 35px;
  }
  .request__location:first-child input {
    border-bottom: 1px solid #999;
  }
  .request__time img, .request__date img {
    height: 15px;
    width: 15px;
    left: 12px;
  }
  .request__time:has(img) input, .request__date:has(img) input {
    padding-left: 35px;
  }
  .request__locs {
    rotate: 90deg;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    right: 20px;
    height: 30px !important;
    width: 30px !important;
    padding: 5px;
  }
  .request__main {
    border-radius: 8px;
    padding: 16px;
  }
  .request__radios {
    margin-bottom: 16px;
    gap: 14px;
  }
  .request__nums {
    flex-wrap: wrap;
  }
  .steps__top {
    font-size: 16px;
  }
  .steps__item {
    padding: 20px !important;
    border-radius: 8px;
  }
  .steps__item .btn {
    align-self: center;
  }
  .steps__item::after {
    top: 20px !important;
  }
  .steps__list {
    font-size: 16px;
  }
  .steps__img {
    height: 180px;
  }
  .steps__title, .steps__price {
    font-size: 18px;
  }
  .steps__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 35px;
  }
  .steps__white {
    border-radius: 8px;
    padding: 10px;
  }
  .alert {
    padding: 40px 0;
  }
  .alert__text {
    font-size: 16px;
  }
  .alert__inner {
    gap: 16px;
  }
  .steps-info__bold, .steps-info__label {
    font-size: 16px;
  }
  .steps-info__end {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
  }
  .steps-info__two, .steps-info__row, .steps-info__line {
    gap: 16px;
  }
  .payment {
    border-radius: 8px;
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
  }
  .payment__bold {
    font-size: 18px;
  }
  .payment__price {
    font-size: 22px;
    margin-top: 4px;
  }
  .payment .btn {
    width: 100%;
    padding: 10px 16px;
    font-size: 14px;
  }
  .steps-form__inputs {
    grid-template-columns: 1fr;
  }
  .steps-form__bottom {
    grid-template-columns: 1fr;
  }
  .offer__img {
    height: 280px;
  }
}
@media (max-width: 360px) {
  .container {
    padding: 0 10px;
  }
  .request__times, .request__dates {
    grid-template-columns: 1fr;
  }
  .request__end {
    gap: 10px;
  }
  .request__time, .request__date {
    border-right: unset;
    border-bottom: 1px solid #999;
  }
}
