/*! 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.2.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 10, 2025
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  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;
}

.mobile-menu__close, .mobile-menu__logo, .socials img, .footer__logo, .review__link, .answer__radio, .prepare__item, .header__logo, .header__item:not(:has(strong)), .modal__close, .tabs__item {
  transition: all 0.1s ease-in;
  cursor: pointer;
}
@media (any-hover: hover) {
  .mobile-menu__close:hover, .mobile-menu__logo:hover, .socials img:hover, .footer__logo:hover, .review__link:hover, .answer__radio:hover, .prepare__item:hover, .header__logo:hover, .header__item:hover:not(:has(strong)), .modal__close:hover, .tabs__item:hover {
    opacity: 0.8;
  }
}

.header__list > li > a, .btn, .accordion__btn, .tabs__item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.book__btn:has(input:checked).blue img, .book__btn:has(input:checked).red img, .book__btn.blue:hover img, .book__btn.red:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(11%) saturate(7465%) hue-rotate(210deg) brightness(124%) contrast(117%);
}

.mobile-menu__list a, .footer ul a, .phone__tel, .form__policy a {
  transition: color 0.1s;
}
@media (any-hover: hover) {
  .mobile-menu__list a:hover, .footer ul a:hover, .phone__tel:hover, .form__policy a:hover {
    color: #FF9900;
  }
}

.link {
  position: relative;
  padding-bottom: 2px;
  color: #FF9900;
}
.link::before {
  content: "";
  position: absolute;
  left: 0;
  border-bottom: 1px solid #FF9900;
  height: 2px;
  bottom: 0;
  right: 0;
  width: 100%;
  transition: all 0.1s linear;
}
@media (any-hover: hover) {
  .link:hover::before {
    width: 0;
  }
}

@font-face {
  font-display: swap;
  font-family: "Bebas";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/BebasNeue-Regular.woff2") format("woff2"), url("../fonts/BebasNeue-Regular.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Bebas";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/BebasNeue-Light.woff2") format("woff2"), url("../fonts/BebasNeue-Light.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Bebas";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/BebasNeue-Bold.woff2") format("woff2"), url("../fonts/BebasNeue-Bold.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Tilda";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/TildaSans-Regular.woff2") format("woff2"), url("../fonts/TildaSans-Regular.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Tilda";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/TildaSans-Medium.woff2") format("woff2"), url("../fonts/TildaSans-Medium.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Tilda";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/TildaSans-Bold.woff2") format("woff2"), url("../fonts/TildaSans-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(110, 124, 135, 0.1);
  height: 10px;
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(110, 124, 135, 0.4);
  border-radius: 2px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bebas";
  font-weight: 700;
}

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: #FF9900;
}

.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 {
  color: #191919;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Tilda";
  font-weight: 400;
  overflow-x: hidden;
}

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

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 24px;
  width: 100%;
  border: 1px solid transparent;
  transition: all 0.2s;
}
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: #FF9900;
  background-color: #fff;
  box-shadow: 0 0 0 1px #FF9900;
}
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;
}

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: 32px;
}

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: 100px;
}

.mb {
  margin-bottom: 60px;
}

.mt {
  margin-top: 60px;
}

.mobile-menu__close, .mobile-menu__logo, .socials img, .footer__logo, .review__link, .answer__radio, .prepare__item, .header__logo, .header__item:not(:has(strong)), .modal__close, .tabs__item {
  transition: all 0.1s ease-in;
  cursor: pointer;
}
@media (any-hover: hover) {
  .mobile-menu__close:hover, .mobile-menu__logo:hover, .socials img:hover, .footer__logo:hover, .review__link:hover, .answer__radio:hover, .prepare__item:hover, .header__logo:hover, .header__item:hover:not(:has(strong)), .modal__close:hover, .tabs__item:hover {
    opacity: 0.8;
  }
}

.header__list > li > a, .btn, .accordion__btn, .tabs__item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.book__btn:has(input:checked).blue img, .book__btn:has(input:checked).red img, .book__btn.blue:hover img, .book__btn.red:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(11%) saturate(7465%) hue-rotate(210deg) brightness(124%) contrast(117%);
}

.mobile-menu__list a, .footer ul a, .phone__tel, .form__policy a {
  transition: color 0.1s;
}
@media (any-hover: hover) {
  .mobile-menu__list a:hover, .footer ul a:hover, .phone__tel:hover, .form__policy a:hover {
    color: #FF9900;
  }
}

.link {
  position: relative;
  padding-bottom: 2px;
  color: #FF9900;
}
.link::before {
  content: "";
  position: absolute;
  left: 0;
  border-bottom: 1px solid #FF9900;
  height: 2px;
  bottom: 0;
  right: 0;
  width: 100%;
  transition: all 0.1s linear;
}
@media (any-hover: hover) {
  .link:hover::before {
    width: 0;
  }
}

@font-face {
  font-display: swap;
  font-family: "Bebas";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/BebasNeue-Regular.woff2") format("woff2"), url("../fonts/BebasNeue-Regular.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Bebas";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/BebasNeue-Light.woff2") format("woff2"), url("../fonts/BebasNeue-Light.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Bebas";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/BebasNeue-Bold.woff2") format("woff2"), url("../fonts/BebasNeue-Bold.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Tilda";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/TildaSans-Regular.woff2") format("woff2"), url("../fonts/TildaSans-Regular.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Tilda";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/TildaSans-Medium.woff2") format("woff2"), url("../fonts/TildaSans-Medium.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Tilda";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/TildaSans-Bold.woff2") format("woff2"), url("../fonts/TildaSans-Bold.ttf") format("truetype");
}
.mobile-menu__close, .mobile-menu__logo, .socials img, .footer__logo, .review__link, .answer__radio, .prepare__item, .header__logo, .header__item:not(:has(strong)), .modal__close, .tabs__item {
  transition: all 0.1s ease-in;
  cursor: pointer;
}
@media (any-hover: hover) {
  .mobile-menu__close:hover, .mobile-menu__logo:hover, .socials img:hover, .footer__logo:hover, .review__link:hover, .answer__radio:hover, .prepare__item:hover, .header__logo:hover, .header__item:hover:not(:has(strong)), .modal__close:hover, .tabs__item:hover {
    opacity: 0.8;
  }
}

.header__list > li > a, .btn, .accordion__btn, .tabs__item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.book__btn:has(input:checked).blue img, .book__btn:has(input:checked).red img, .book__btn.blue:hover img, .book__btn.red:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(11%) saturate(7465%) hue-rotate(210deg) brightness(124%) contrast(117%);
}

.mobile-menu__list a, .footer ul a, .phone__tel, .form__policy a {
  transition: color 0.1s;
}
@media (any-hover: hover) {
  .mobile-menu__list a:hover, .footer ul a:hover, .phone__tel:hover, .form__policy a:hover {
    color: #FF9900;
  }
}

.link {
  position: relative;
  padding-bottom: 2px;
  color: #FF9900;
}
.link::before {
  content: "";
  position: absolute;
  left: 0;
  border-bottom: 1px solid #FF9900;
  height: 2px;
  bottom: 0;
  right: 0;
  width: 100%;
  transition: all 0.1s linear;
}
@media (any-hover: hover) {
  .link:hover::before {
    width: 0;
  }
}

@font-face {
  font-display: swap;
  font-family: "Bebas";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/BebasNeue-Regular.woff2") format("woff2"), url("../fonts/BebasNeue-Regular.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Bebas";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/BebasNeue-Light.woff2") format("woff2"), url("../fonts/BebasNeue-Light.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Bebas";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/BebasNeue-Bold.woff2") format("woff2"), url("../fonts/BebasNeue-Bold.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Tilda";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/TildaSans-Regular.woff2") format("woff2"), url("../fonts/TildaSans-Regular.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Tilda";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/TildaSans-Medium.woff2") format("woff2"), url("../fonts/TildaSans-Medium.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Tilda";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/TildaSans-Bold.woff2") format("woff2"), url("../fonts/TildaSans-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.2.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 10, 2025
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  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;
}

.mobile-menu__close, .mobile-menu__logo, .socials img, .footer__logo, .review__link, .answer__radio, .prepare__item, .header__logo, .header__item:not(:has(strong)), .modal__close, .tabs__item {
  transition: all 0.1s ease-in;
  cursor: pointer;
}
@media (any-hover: hover) {
  .mobile-menu__close:hover, .mobile-menu__logo:hover, .socials img:hover, .footer__logo:hover, .review__link:hover, .answer__radio:hover, .prepare__item:hover, .header__logo:hover, .header__item:hover:not(:has(strong)), .modal__close:hover, .tabs__item:hover {
    opacity: 0.8;
  }
}

.header__list > li > a, .btn, .accordion__btn, .tabs__item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.book__btn:has(input:checked).blue img, .book__btn:has(input:checked).red img, .book__btn.blue:hover img, .book__btn.red:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(11%) saturate(7465%) hue-rotate(210deg) brightness(124%) contrast(117%);
}

.mobile-menu__list a, .footer ul a, .phone__tel, .form__policy a {
  transition: color 0.1s;
}
@media (any-hover: hover) {
  .mobile-menu__list a:hover, .footer ul a:hover, .phone__tel:hover, .form__policy a:hover {
    color: #FF9900;
  }
}

.link {
  position: relative;
  padding-bottom: 2px;
  color: #FF9900;
}
.link::before {
  content: "";
  position: absolute;
  left: 0;
  border-bottom: 1px solid #FF9900;
  height: 2px;
  bottom: 0;
  right: 0;
  width: 100%;
  transition: all 0.1s linear;
}
@media (any-hover: hover) {
  .link:hover::before {
    width: 0;
  }
}

@font-face {
  font-display: swap;
  font-family: "Bebas";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/BebasNeue-Regular.woff2") format("woff2"), url("../fonts/BebasNeue-Regular.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Bebas";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/BebasNeue-Light.woff2") format("woff2"), url("../fonts/BebasNeue-Light.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Bebas";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/BebasNeue-Bold.woff2") format("woff2"), url("../fonts/BebasNeue-Bold.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Tilda";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/TildaSans-Regular.woff2") format("woff2"), url("../fonts/TildaSans-Regular.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Tilda";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/TildaSans-Medium.woff2") format("woff2"), url("../fonts/TildaSans-Medium.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Tilda";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/TildaSans-Bold.woff2") format("woff2"), url("../fonts/TildaSans-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(110, 124, 135, 0.1);
  height: 10px;
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(110, 124, 135, 0.4);
  border-radius: 2px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bebas";
  font-weight: 700;
}

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: #FF9900;
}

.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 {
  color: #191919;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Tilda";
  font-weight: 400;
  overflow-x: hidden;
}

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

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 24px;
  width: 100%;
  border: 1px solid transparent;
  transition: all 0.2s;
}
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: #FF9900;
  background-color: #fff;
  box-shadow: 0 0 0 1px #FF9900;
}
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;
}

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: 32px;
}

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: 100px;
}

.mb {
  margin-bottom: 60px;
}

.mt {
  margin-top: 60px;
}

.breadcrumbs ~ .spacing:first-of-type {
  padding-top: 0px !important;
}

.breadcrumbs {
  padding: 40px 0 30px;
}
.breadcrumbs__inner {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.breadcrumbs__link {
  position: relative;
  font-weight: 400;
  padding-right: 15px;
  transition: all 0.1s;
}
@media (any-hover: hover) {
  .breadcrumbs__link:hover {
    color: #FF9900;
  }
}
.breadcrumbs__link::after {
  content: "/";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.breadcrumbs__current {
  color: grey;
}

.tabs {
  margin: 20px 0 40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.tabs__item {
  padding: 12px 24px;
  border-radius: 30px;
  color: #191919;
  border: 1px solid #FF9900;
  background-color: #fff;
  height: 45px;
  color: #FF9900;
}
.tabs__item.active {
  background: #FF9900;
  color: #fff;
}
.tabs__content {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
}
.tabs__content.active {
  grid-template-rows: 1fr;
}
.tabs__wrapper {
  min-height: 0;
}

.arrows {
  display: flex;
  align-items: center;
  gap: 30px;
}
.arrows--center {
  justify-content: center;
}

.arrow {
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: all 0.1s;
  border-radius: 50px;
}
.arrow img {
  height: 80px;
  width: 80px;
  object-fit: contain;
}
.arrow path {
  transition: all 0.1s;
}
.arrow:hover {
  background-color: #FF9900;
}
.arrow:hover path {
  stroke: #fff;
}

.title {
  font-size: 82px;
}
.title span {
  font-weight: 400;
  color: #FF9900;
}
.title--reverse {
  color: #FF9900;
}
.title--reverse span {
  color: #191919;
}

.wrap {
  position: relative;
}
.wrap .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.wrap .arrow--left {
  left: -8%;
}
.wrap .arrow--right {
  right: -8%;
}
.wrap .swiper-pagination {
  position: unset;
  justify-content: center;
  margin-top: 30px;
  display: none;
}

.minititle {
  font-size: 48px;
}
.minititle span {
  font-weight: 400;
}

.title ~ .text {
  margin-top: 20px;
}

.bg-dark {
  background-color: #0E0E0E;
}
.bg-dark .title {
  color: #fff;
}
.bg-dark .text {
  color: #fff;
}

.text {
  font-size: 24px;
}

.spacing {
  padding: 90px 0;
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.accordion__wrapper {
  display: grid;
  grid-template-rows: 0fr;
  transition: all 0.3s linear;
  overflow: hidden;
}
.accordion__head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px;
  font-size: 32px;
  text-transform: uppercase;
  font-family: "Bebas";
  font-weight: 700;
}
.accordion__item {
  padding: 30px 45px;
  border-radius: 12px;
  background-color: #fff;
}
.accordion__item.active {
  background-color: #FF9900;
  color: #fff;
}
.accordion__item.active .accordion__wrapper {
  grid-template-rows: 1fr;
  padding-top: 16px;
}
.accordion__item.active .accordion__btn {
  background-color: #fff;
  rotate: 180deg;
}
.accordion__btn {
  border-radius: 50%;
  background-color: rgba(255, 153, 0, 0.1);
  height: 50px;
  width: 50px;
  padding: 17px;
  transition: all 0.2s linear;
}
.accordion__btn img {
  height: 100%;
  width: 100%;
  margin-bottom: -3px;
}
.accordion__content {
  min-height: 0;
  line-height: 160%;
  font-size: 20px;
}

.btn {
  width: fit-content;
  transition: all 0.2s ease;
  text-align: center;
  position: relative;
  color: #fff;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 16px 60px;
  font-weight: 700;
  font-size: 22px;
}
.btn--main {
  color: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(45deg, #f90 0%, #ff9e0c 44.5%, #feb341 100%);
}
.btn--main:hover {
  background-color: rgba(255, 153, 0, 0.8);
}
.btn--main::before, .btn--main::after {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
}
.btn--main::before {
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  transition: 0.5s ease-in-out;
}
.btn--main:hover::before {
  left: 100%;
}
.btn--white {
  background-color: #fff;
  color: #FF9900;
}
.btn--white:hover {
  background-color: #FF9900;
  color: #fff;
}
.btn--grey {
  background-color: #c0c0c0;
  color: #fff;
}
.btn--grey:hover {
  background-color: #959595;
}
.btn--outline {
  border: 1px solid #FF9900;
  color: #FF9900;
}
.btn--outline:hover {
  background-color: #FF9900;
  color: #fff;
}
.btn--center {
  display: flex;
  width: fit-content;
  margin: auto;
}
.btn:disabled {
  background-color: #6E7C87;
  cursor: not-allowed;
}
@media (any-hover: hover) {
  .btn:disabled:hover {
    background-color: #c0c0c0;
  }
  .btn:disabled:hover::after, .btn:disabled:hover::before {
    display: none;
  }
}

.form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.form__policy {
  font-size: 18px;
  text-align: left;
}
.form__policy a {
  text-decoration: underline;
}
.form 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;
}
.form input[type=checkbox]::after {
  content: "";
  height: 100%;
  border-radius: inherit;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  border: 1px solid #FF9900;
  transition: all 0.1s ease-in;
}
.form input[type=checkbox]:checked::after {
  background-color: #FF9900;
  background-image: url("../images/checking.svg");
}
.form__confirm {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 12px;
}
.form__item {
  position: relative;
}
.form__item img {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  left: 24px;
  border-right: 1px solid #FF9900;
  padding-right: 7px;
  filter: grayscale(100%) opacity(0.5);
}
.form__item input {
  padding-left: 60px;
}
.form__item:has(input:focus) img, .form__item:has(input:hover) img {
  filter: grayscale(0%);
}
.form .btn {
  width: 100%;
}

.modal {
  position: fixed;
  inset: 0;
  background: rgba(255, 153, 0, 0.2);
  backdrop-filter: blur(5px);
  z-index: 11;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
}
.modal.active {
  visibility: visible;
  opacity: 1;
}
.modal.active .modal__inner {
  visibility: visible;
  opacity: 1;
  scale: 1;
}
.modal__inner {
  width: 540px;
  border-radius: 32px;
  visibility: hidden;
  scale: 0;
  opacity: 0;
  background: #FFF;
  padding: 60px;
  text-align: center;
  position: relative;
}
.modal .btn {
  width: 100%;
}
.modal__close {
  height: 22px;
  width: 22px;
  object-fit: contain;
  position: absolute;
  right: 20px;
  top: 20px;
}
.modal input {
  background: #F6F6F6;
}
.modal__text {
  margin: 16px 0 32px;
  color: #6E7C87;
}
.modal__title {
  font-size: 32px;
}

.header {
  background-color: #141111;
  color: #fff;
}
.header__end {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header__list {
  flex: 1;
  font-size: 20px;
  gap: 16px;
  display: flex;
  justify-content: space-between;
}
.header__list > li {
  border-bottom: 3px solid transparent;
}
.header__list > li.current-menu-item {
  border-color: #FF9900;
}
.header__list > li:hover > a {
  color: #FF9900;
}
.header__list > li > a {
  width: fit-content;
  display: block;
  padding: 25px 0;
}
.header__list ul {
  position: absolute;
  left: 0;
  right: 0;
  top: 71px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 16px;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: all 0.1s linear;
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.07);
  font-weight: 500;
  color: #2A2A2A;
  min-width: 320px;
  width: fit-content;
  border-radius: 12px;
  overflow: hidden;
}
.header__list ul::after {
  content: "";
  position: absolute;
  top: -20px;
  background-color: transparent;
  left: 0;
  width: 100%;
  height: 20px;
}
.header__list ul li > ul {
  left: 100%;
  right: 0;
  min-width: 350px;
  width: fit-content;
  top: 0;
}
.header__list ul > li:has(ul) {
  position: relative;
}
.header__list ul > li:has(ul) > a {
  position: relative;
}
.header__list ul > li:has(ul) > a::after {
  content: "";
  height: 8px;
  width: 8px;
  background-image: url("../images/header-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 45%;
  transform: translateY(-50%) rotate(0);
  filter: unset;
  transition: all 0.1s linear;
}
.header__list ul a {
  padding: 15px;
  transition: all 0.1s ease-in;
  display: block;
}
.header__list ul a:hover {
  background-color: #FF9900;
  color: #fff;
}
.header__list > li {
  position: relative;
}
.header__list > li:has(ul) > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  position: relative;
  padding-right: 15px;
  width: fit-content;
}
.header__list > li:has(ul) > a::after {
  content: "";
  background-image: url("../images/header-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) scale(1, 1);
  height: 9px;
  width: 9px;
  transition: transform 0.2s;
}
.header__list > li:hover:has(ul) > a::after {
  transform: translateY(-4px) scale(1, -1);
}
.header__list > li:hover > ul {
  visibility: visible;
  opacity: 1;
}
.header__list > li:hover > ul > li:hover > a {
  background-color: #FF9900;
  color: #fff;
}
.header__list > li:hover > ul > li:hover > a::after {
  transform: translateY(-50%) translateX(5px) rotate(0);
  filter: brightness(0) saturate(100%) invert(100%) sepia(11%) saturate(7465%) hue-rotate(210deg) brightness(124%) contrast(117%);
}
.header__list > li:hover > ul > li:hover ul {
  visibility: visible;
  opacity: 1;
}
.header__list > li > a {
  transition: all 0.1s ease-in;
}
.header__list > li:nth-child(12) ul, .header__list > li:nth-child(11) ul, .header__list > li:nth-child(10) ul, .header__list > li:nth-child(9) ul, .header__list > li:nth-child(8) ul, .header__list > li:nth-child(7) ul, .header__list > li:nth-child(6) ul {
  left: unset;
}
.header__list > li:nth-child(12) ul > li:has(ul):hover > a::after, .header__list > li:nth-child(11) ul > li:has(ul):hover > a::after, .header__list > li:nth-child(10) ul > li:has(ul):hover > a::after, .header__list > li:nth-child(9) ul > li:has(ul):hover > a::after, .header__list > li:nth-child(8) ul > li:has(ul):hover > a::after, .header__list > li:nth-child(7) ul > li:has(ul):hover > a::after, .header__list > li:nth-child(6) ul > li:has(ul):hover > a::after {
  transform: translateY(-50%) translateX(-5px) rotate(180deg);
}
.header__list > li:nth-child(12) ul > li:has(ul) > a, .header__list > li:nth-child(11) ul > li:has(ul) > a, .header__list > li:nth-child(10) ul > li:has(ul) > a, .header__list > li:nth-child(9) ul > li:has(ul) > a, .header__list > li:nth-child(8) ul > li:has(ul) > a, .header__list > li:nth-child(7) ul > li:has(ul) > a, .header__list > li:nth-child(6) ul > li:has(ul) > a {
  position: relative;
  padding-left: 40px;
}
.header__list > li:nth-child(12) ul > li:has(ul) > a::after, .header__list > li:nth-child(11) ul > li:has(ul) > a::after, .header__list > li:nth-child(10) ul > li:has(ul) > a::after, .header__list > li:nth-child(9) ul > li:has(ul) > a::after, .header__list > li:nth-child(8) ul > li:has(ul) > a::after, .header__list > li:nth-child(7) ul > li:has(ul) > a::after, .header__list > li:nth-child(6) ul > li:has(ul) > a::after {
  content: "";
  background-image: url("../images/header-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 8px;
  width: 8px;
  left: 15px;
  right: unset;
  top: 55%;
  transform: translateY(-50%) rotate(180deg);
  filter: unset;
  transition: all 0.1s linear;
}
.header__list > li:nth-child(12) ul > li:has(ul) ul, .header__list > li:nth-child(11) ul > li:has(ul) ul, .header__list > li:nth-child(10) ul > li:has(ul) ul, .header__list > li:nth-child(9) ul > li:has(ul) ul, .header__list > li:nth-child(8) ul > li:has(ul) ul, .header__list > li:nth-child(7) ul > li:has(ul) ul, .header__list > li:nth-child(6) ul > li:has(ul) ul {
  right: 100%;
  left: unset;
}
.header__item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header__item img {
  height: 50px;
  width: 50px;
  object-fit: contain;
}
.header__item strong {
  transition: all 0.1s;
}
.header__item:hover strong {
  color: #FF9900;
}
.header__logo {
  height: 100px;
}
.header__place {
  font-size: 18px;
  width: 240px;
}
.header__right {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.header__right strong {
  font-size: 24px;
}
.header__right span {
  font-size: 20px;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding-top: 10px;
}
.header__btn {
  width: 50px;
  display: none;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  height: 40px;
}
.header__btn img {
  height: 50%;
  width: 50%;
  object-fit: contain;
}

.custom-cursor {
  position: absolute;
  z-index: 50;
  height: 20px;
  width: 20px;
  object-fit: contain;
  pointer-events: none;
  transform: rotateY(-60deg);
}

.welcome {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  min-height: 90vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.welcome .container {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.welcome__inner {
  flex: 1;
  position: relative;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 200px;
  z-index: 1;
}
.welcome__item {
  position: absolute;
  width: 36%;
  bottom: 5%;
  z-index: -1;
  left: -10%;
  scale: 1.2;
}
.welcome__item:last-child {
  left: unset;
  right: -10%;
  bottom: 8%;
  scale: 1;
}
.welcome__mobile {
  display: none;
}
.welcome__img {
  width: 100%;
  max-height: 600px;
  object-fit: contain;
  object-position: bottom;
}
.welcome__title {
  font-size: 102px;
}
.welcome__title span {
  color: #FF9900;
}
.welcome__btns {
  margin-top: 72px;
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: center;
}
.welcome .text {
  margin-top: 20px;
}

.services {
  position: relative;
  z-index: 1;
  background-color: #f8f8f9;
  padding-bottom: 160px;
}
.services::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 60px;
  background-image: url("../images/grey-top.webp");
  top: -50px;
  width: 100%;
  background-size: 101%;
  background-position: center top;
}
.services__item img {
  height: 220px;
  width: 100%;
  object-fit: contain;
  object-position: bottom;
}
.services__item h3 {
  font-size: 28px;
  text-align: center;
  margin-top: 30px;
}
.services .arrow {
  z-index: 2;
}

.examples {
  position: relative;
  padding-bottom: 160px;
  z-index: 2;
}
.examples::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 60px;
  background-image: url("../images/white-top.webp");
  top: -60px;
  width: 100%;
  background-size: 101%;
  background-position: center top;
}
.examples__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
}
.examples .swiper-slide {
  height: auto;
}
.examples .arrows {
  margin-top: 30px;
}
.examples__wraps .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.examples__wraps .arrow--left {
  left: 2%;
}
.examples__wraps .arrow--right {
  right: 2%;
}
.examples__item {
  height: 100%;
  background: #f8f8f9;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.examples__slider {
  overflow: hidden;
}
.examples__main {
  flex: 1;
  padding: 40px 40px 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.examples__whole {
  flex: 1;
  gap: 20px;
}
.examples__naming {
  font-size: 18px;
  margin-bottom: 8px;
  display: inline-block;
  color: #616673;
}
.examples__title {
  font-size: 42px;
}
.examples__images {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 15px;
}
.examples__images img {
  height: 25px;
  object-fit: contain;
}
.examples__details {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
}
.examples__circle {
  background: #fde9dd;
  border-radius: 100px;
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #FF9900;
  flex-direction: column;
  font-size: 16px;
}
.examples__circle span {
  font-weight: 700;
  font-size: 26px;
  line-height: 100%;
}
.examples__orange {
  background-color: #FF9900;
  color: #fff;
  padding: 14px 20px;
  text-align: center;
  font-size: 42px;
  font-family: "Bebas";
}
.examples__orange span {
  font-weight: 700;
}
.examples__bottom {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-top: 1px solid #e8e9ec;
  padding-top: 20px;
}
.examples__line {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
}
.examples__per {
  font-size: 28px;
  font-family: "Bebas";
}
.examples__bold {
  font-size: 32px;
  font-family: "Bebas";
  font-weight: 700;
}
.examples .list {
  margin-top: 30px;
}

.list {
  font-size: 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.list li {
  position: relative;
  padding-left: 35px;
}
.list li::before {
  content: "";
  position: absolute;
  left: 0;
  height: 24px;
  width: 24px;
  top: -2px;
  background-image: url("../images/ticks.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.prepare {
  position: relative;
  z-index: 2;
  padding-bottom: 160px;
}
.prepare__bg {
  position: absolute;
  top: -60px;
  bottom: 0;
  width: 10%;
  height: 100%;
  object-fit: cover;
}
.prepare__bg--left {
  left: 0;
  border-radius: 45px 0 0 0;
}
.prepare__bg--right {
  right: 0;
  border-radius: 0 45px 0 0;
}
.prepare::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 60px;
  background-image: url("../images/white-top.webp");
  top: -60px;
  width: 100%;
  background-size: 101%;
  background-position: center top;
}
.prepare__main {
  position: relative;
  background-image: url("../images/circle.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left 50% top 30%;
}
.prepare__item {
  background: #f8f8f9;
  border-radius: 16px;
  overflow: hidden;
  display: grid;
  grid-template-columns: auto auto 1fr;
  min-height: 150px;
  width: 520px;
  position: absolute;
}
.prepare__item:hover {
  opacity: 1;
  cursor: none;
}
.prepare__item:hover p {
  color: #191919;
}
.prepare__item img {
  height: 100%;
  width: 150px;
  object-fit: cover;
  cursor: auto;
}
.prepare__item p {
  font-size: 28px;
  font-family: "Bebas";
  font-weight: 700;
  align-self: center;
  transition: all 0.1s;
  padding: 10px 20px;
  line-height: 110%;
  cursor: auto;
}
.prepare__item--1 {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  cursor: auto;
}
.prepare__item--2 {
  right: 3%;
  top: 17%;
}
.prepare__item--3 {
  right: 0;
  top: 37%;
}
.prepare__item--4 {
  right: 7%;
  top: 58%;
}
.prepare__item--5 {
  right: 12%;
  bottom: 6%;
}
.prepare__item--6 {
  left: 5%;
  bottom: 8%;
}
.prepare__item--7 {
  left: 0;
  bottom: 30%;
}
.prepare__img {
  width: 50%;
  margin: auto;
  display: block;
}
.prepare__main {
  padding: 200px;
}
.prepare__dark {
  background-color: #0e0e0e;
  color: #fff;
  border-radius: 16px;
  padding: 15px;
  font-family: "Bebas";
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 700;
  font-size: 32px;
  position: absolute;
  top: 25%;
  left: 0;
  width: 520px;
  transition: all 0.1s;
}
.prepare__dark:hover {
  color: #fff;
}
.prepare__dark img {
  width: 140px;
  height: 140px;
  object-fit: contain;
}
.prepare__dark p {
  line-height: 110%;
}
.prepare__black {
  background-color: #0e0e0e;
  color: #fff;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  cursor: auto;
}
.prepare__black span {
  text-transform: uppercase;
  font-size: 28px;
  rotate: -90deg;
  display: block;
  margin-top: 20px;
  margin-top: 15px;
}
.prepare__black h3 {
  font-size: 45px;
}

.answer {
  position: relative;
  padding-bottom: 160px;
}
.answer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 60px;
  background-image: url("../images/black-top.webp");
  top: -60px;
  width: 100%;
  background-size: 101%;
  background-position: center top;
}
.answer .form {
  gap: 24px;
}
.answer__inner {
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 30px;
}
.answer__content {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  border-radius: 16px;
  padding: 45px 50px;
  display: none;
  flex-direction: column;
}
.answer__content.active {
  display: flex;
}
.answer__selects {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  max-height: 320px;
  overflow-y: auto;
  margin-top: 40px;
  padding-right: 20px;
}
.answer__selects::-webkit-scrollbar {
  background-color: rgba(110, 124, 135, 0.1);
  width: 8px;
}
.answer__selects::-webkit-scrollbar-thumb {
  background-color: #ff9900;
  border-radius: 6px;
}
.answer__selects input[type=checkbox] {
  position: relative;
  cursor: pointer;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  flex-shrink: 0;
  border: 2px solid #fff;
  background-color: #fde9dd;
}
.answer__selects input[type=checkbox]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-image: url("../images/check-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.answer__selects input[type=checkbox]:checked {
  background-color: #FF9900;
}
.answer__selects input[type=checkbox]:checked::after {
  background-color: #FF9900;
  background-image: url("../images/check-icon-white.svg");
}
.answer__select {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  transition: all 0.1s;
  cursor: pointer;
}
.answer__select:hover {
  color: #FF9900;
}
.answer__right p {
  margin-top: 6px;
}
.answer__whole {
  flex: 1;
  width: 100%;
  display: block;
}
.answer__whole input[type=number] {
  background-color: #F3F4F7;
}
.answer__radios {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px 40px;
  height: 340px;
  overflow-y: auto;
  padding-right: 20px;
}
.answer__radios_four {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px 40px;
  height: 340px;
  overflow-y: auto;
  padding-right: 20px;
}
.answer__radios input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  flex-shrink: 0;
  border: 2px solid #fff;
  background-color: #fde9dd;
}
.answer__radios input[type=checkbox]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-image: url("../images/check-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.answer__radios input[type=checkbox]:checked {
  background-color: #FF9900;
}
.answer__radios input[type=checkbox]:checked::after {
  background-color: #FF9900;
  background-image: url("../images/check-icon-white.svg");
}
.answer__radios::-webkit-scrollbar {
  background-color: rgba(110, 124, 135, 0.1);
  width: 8px;
}
.answer__radios::-webkit-scrollbar-thumb {
  background-color: #ff9900;
  border-radius: 6px;
}
.answer__orange {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.05);
  background: #FF9900;
  color: #fff;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  padding: 45px;
  padding-bottom: 420px;
}
.answer__title {
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
}
.answer__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.answer__list li {
  font-weight: 500;
  font-size: 18px;
  position: relative;
  padding-left: 35px;
}
.answer__list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-image: url("../images/white-tick.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.answer__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 420px;
  width: 100%;
  object-fit: cover;
  object-position: bottom left;
}
.answer__top {
  margin-bottom: 24px;
}
.answer__line {
  background: #fafbfc;
  border-radius: 8px;
  height: 30px;
  position: relative;
  overflow: hidden;
}
.answer__line span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.answer__texts {
  margin-bottom: 45px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.answer__center {
  font-size: 24px;
  text-align: center;
  width: 100%;
}
.answer__question {
  background: #f9f9fb;
  border-radius: 4px;
  padding: 10px 20px;
}
.answer__heading {
  font-size: 24px;
}
.answer__step {
  height: 100%;
  background-color: #FF9900;
}
.answer__wrap {
  position: relative;
}
.answer__wrap input {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
}
.answer__wrap img {
  border-radius: 16px;
  width: 100%;
  height: 140px;
  object-fit: cover;
}
.answer__radio span {
  display: block;
  margin-top: 16px;
  text-align: center;
}
.answer__bottom {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.answer__bottom:not(:has(.answer__left)) {
  justify-content: flex-end;
}
.answer .form__item input {
  background-color: #F3F4F7;
}
.answer .btn {
  padding: 0 70px;
}
.answer__btns {
  display: flex;
  align-items: center;
  gap: 20px;
}
.answer__left {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 18px;
}

.cases {
  position: relative;
  z-index: 2;
  padding-bottom: 120px;
}
.cases::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 60px;
  background-image: url("../images/white-top.webp");
  top: -60px;
  width: 100%;
  background-size: 101%;
  background-position: center top;
}
.cases .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.cases .arrow--left {
  left: 2%;
}
.cases .arrow--right {
  right: 2%;
}
.cases__wrap {
  border-radius: 32px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 350px;
}
.cases__wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 153, 0, 0.45);
  transition: all 0.2s;
}
.cases__wrap::before {
  content: "";
  height: 80px;
  width: 80px;
  background-image: url("../images/play.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.cases__wrap:hover::after {
  background-color: transparent;
}
.cases__preview {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cases .swiper-slide {
  opacity: 0.5;
  transition: all 0.2s;
}
.cases .swiper-slide:hover {
  opacity: 1;
}
.cases .arrows {
  margin-top: 30px;
}
.cases .swiper-slide-active {
  opacity: 1;
}
.cases__item {
  text-align: center;
}
.cases__item h3 {
  margin-top: 30px;
  font-size: 28px;
}
.cases__item span {
  margin-top: 16px;
  display: inline-block;
  color: #616673;
}

.review {
  position: relative;
  z-index: 2;
  padding-bottom: 120px;
}
.review::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 60px;
  background-image: url("../images/black-top.webp");
  top: -60px;
  width: 100%;
  background-size: 101%;
  background-position: center top;
}
.review__wrap {
  position: relative;
}
.review__img {
  position: absolute;
  height: 190px;
  object-fit: contain;
  z-index: 2;
}
.review__img:first-of-type {
  left: -50px;
  top: 12%;
}
.review__img:last-of-type {
  right: 0px;
  top: 12%;
}
.review__item {
  border-radius: 32px;
  background-color: #fff;
  padding: 50px 40px 45px;
  box-shadow: 0 -5px 0 #FF9900;
}
.review__item h3 {
  font-size: 28px;
}
.review__item p {
  font-size: 18px;
  color: #616673;
  margin-top: 20px;
}
.review__item.grey {
  filter: brightness(50%);
}
.review__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  overflow-y: hidden;
  position: relative;
  padding-top: 20px;
}
.review__col {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.review__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #d9d9d9;
}
.review__link img {
  height: 25px;
  object-fit: contain;
}
.review__link span {
  background: #f9f9fb;
  border-radius: 12px;
  color: #9fa6b3;
  padding: 15px 20px;
}
.review__top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.review__stars {
  display: flex;
  align-items: center;
  gap: 4px;
}
.review__rating {
  font-weight: 500;
  font-size: 20px;
}

.mobile-visible {
  display: none;
}

.phone {
  display: flex;
  align-items: center;
  gap: 12px;
}
.phone__icon {
  height: 50px;
  width: 50px;
  object-fit: contain;
}
.phone__grey {
  color: #191919;
  font-size: 14px;
  margin-top: 6px;
}
.phone__tel {
  font-size: 20px;
  font-weight: 700;
}

.book {
  position: relative;
  z-index: 2;
  padding-bottom: 160px;
}
.book::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 60px;
  background-image: url("../images/black-top.webp");
  top: -60px;
  width: 100%;
  background-size: 101%;
  background-position: center top;
}
.book__inner {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  position: relative;
  z-index: 2;
}
.book__inner::after {
  content: "";
  width: 300px;
  height: 180px;
  position: absolute;
  right: -4%;
  top: -8%;
  z-index: 1;
  background-image: url("../images/reviews-1.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  rotate: 30deg;
}
.book__form {
  background: #fff;
  border-radius: 48px;
  color: #191919;
  padding: 65px;
}
.book__form .minititle {
  text-align: center;
}
.book__form input {
  background: #f3f4f7;
}
.book .form {
  margin-top: 35px;
}
.book__bold {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-top: 16px;
}
.book__btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.book__bottom {
  margin-top: 35px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.book__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.book__connect {
  border-radius: 32px;
  background: #fff;
  padding: 50px;
  color: #191919;
  width: fit-content;
}
.book__btn {
  padding: 12px 20px;
  border-radius: 55px;
  border: 2px solid transparent;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  transition: all 0.2s;
  cursor: pointer;
}
.book__btn input {
  display: none;
}
.book__btn.red {
  color: #FF9900;
  border-color: #FF9900;
}
.book__btn.red:hover {
  background-color: #FF9900;
  color: #fff;
}
.book__btn.blue {
  color: #46B2F5;
  border-color: #46B2F5;
}
.book__btn.blue:hover {
  background-color: #46B2F5;
  color: #fff;
}
.book__btn:has(input:checked).red {
  background-color: #FF9900;
  color: #fff;
}
.book__btn:has(input:checked).blue {
  background-color: #46B2F5;
  color: #fff;
}
.book__text {
  font-size: 18px;
  margin-top: 16px;
  text-align: center;
}
.book__img {
  width: auto;
  height: 90%;
  object-fit: contain;
  object-position: bottom;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.about {
  position: relative;
  z-index: 2;
  background-color: #f8f8f9;
  padding-bottom: 160px;
}
.about::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 60px;
  background-image: url("../images/grey-top.webp");
  top: -50px;
  width: 100%;
  background-size: 101%;
  background-position: center top;
}
.about__text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.about__text.active {
  -webkit-line-clamp: unset;
}
.about__left {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.about__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  position: relative;
}
.about__inner::after {
  content: "";
  width: 300px;
  height: 200px;
  position: absolute;
  right: -5%;
  top: -5%;
  z-index: 1;
  background-image: url("../images/reviews-1.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  rotate: 30deg;
}
.about__box {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.03);
  background: #fff;
  border-radius: 48px;
  padding: 60px;
}
.about__wrap {
  width: 100%;
  height: 100%;
  border-radius: 32px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  flex: 1;
}
.about__wrap::before {
  content: "";
  height: 80px;
  width: 80px;
  background-image: url("../images/play.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.about__wrap:hover .about__preview {
  filter: brightness(80%);
}
.about__preview {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(60%);
  border-radius: inherit;
  transition: all 0.2s;
}
.about__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 32px;
}
.about p {
  color: #616673;
  font-size: 20px;
  margin-top: 40px;
}

.head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.choose {
  position: relative;
  padding-bottom: 160px;
  z-index: 2;
}
.choose::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 60px;
  background-image: url("../images/black-top.webp");
  top: -60px;
  width: 100%;
  background-size: 101%;
  background-position: center top;
}
.choose .swiper-slide {
  height: auto;
}
.choose .arrow {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
}
.choose .arrow--left {
  left: 2%;
}
.choose .arrow--right {
  right: 2%;
}
.choose__img {
  height: 220px;
  object-fit: contain;
  top: 40%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 2;
}
.choose__img:first-of-type {
  left: 0;
}
.choose__img:last-of-type {
  right: 0;
}
.choose__item {
  border-radius: 32px;
  background-color: #fff;
  padding: 30px 40px 45px;
  text-align: center;
  height: 100%;
}
.choose__item img {
  height: 210px;
  object-fit: contain;
}
.choose__item h3 {
  margin-top: 30px;
  font-size: 32px;
}
.choose__item p {
  font-size: 18px;
  color: #616673;
  margin-top: 20px;
}

.work {
  position: relative;
  z-index: 2;
  padding-bottom: 160px;
}
.work::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 60px;
  background-image: url("../images/white-top.webp");
  top: -60px;
  width: 100%;
  background-size: 101%;
  background-position: center top;
}
.work__img {
  height: 280px;
  object-fit: contain;
  width: 100%;
}
.work__slider {
  position: relative;
  padding: 0 80px;
}
.work .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.work .arrow--left {
  left: 0;
}
.work .arrow--right {
  right: 0;
}

.questions {
  background-color: #f8f8f9;
  position: relative;
  z-index: 2;
  padding-bottom: 160px;
}
.questions::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 60px;
  background-image: url("../images/grey-top.webp");
  top: -60px;
  width: 100%;
  background-size: 101%;
  background-position: center top;
}
.questions__inner {
  border-radius: 32px;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.03);
  background: #0e0e0e;
  padding: 45px 40px;
  margin-top: 50px;
  color: #fff;
  display: grid;
  grid-template-columns: 0.4fr 1fr;
  gap: 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.questions__inner::after {
  content: "";
  background-image: url("../images/white-shadow.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  position: absolute;
  height: 200%;
  width: 200%;
  bottom: -50%;
  filter: blur(45px);
  left: 10%;
  z-index: -1;
}
.questions p {
  margin-top: 25px;
  font-size: 20px;
}
.questions .form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.footer {
  color: #fff;
  padding: 120px 0 50px;
  position: relative;
  z-index: 1;
  position: relative;
  z-index: 2;
}
.footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 60px;
  background-image: url("../images/black-top.webp");
  top: -60px;
  width: 100%;
  background-size: 101%;
  background-position: center top;
}
.footer::after {
  content: "";
  background-image: url("../images/footer-bg.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 90%;
  opacity: 0.1;
  left: 0;
  z-index: -1;
  right: 0;
}
.footer__main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.footer .title {
  font-size: 52px;
  color: #FF9900;
}
.footer .title span {
  color: #fff;
}
.footer h3 {
  margin-bottom: 22px;
  text-transform: uppercase;
  font-size: 28px;
}
.footer ul {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 16px;
  font-size: 18px;
  font-weight: 300;
}
.footer ul strong {
  font-weight: 500;
}
.footer__map {
  height: 300px;
  border-radius: 32px;
  overflow: hidden;
}
.footer .btn {
  width: 100%;
  margin-top: 24px;
}
.footer .socials {
  margin-top: 48px;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 50px;
}
.footer__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 100px;
}
.footer__logo {
  height: 65px;
  object-fit: contain;
}

.link {
  color: #FF9900;
  font-size: 20px;
  margin: auto;
  margin-top: 20px;
  display: block;
  width: fit-content;
}

.subscribe {
  position: relative;
  z-index: 2;
  padding-bottom: 150px;
}
.subscribe::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 60px;
  background-image: url("../images/white-top.webp");
  top: -60px;
  width: 100%;
  background-size: 101%;
  background-position: center top;
}
.subscribe__inner {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
}
.subscribe__img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  scale: 1;
}
.subscribe .socials {
  margin-top: 30px;
}

.socials {
  display: flex;
  align-items: center;
  gap: 14px;
}
.socials img {
  height: 50px;
  width: 50px;
}

.dn {
  display: none;
}

.linked {
  padding: 100px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 32px;
  background-color: #191919;
  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: #191919;
  color: #fff;
  padding: 40px;
  overflow-y: auto;
  transition: all 0.2s linear;
  display: flex;
  flex-direction: column;
}
.mobile-menu__main {
  flex: 1;
}
.mobile-menu__bottom {
  margin-top: 30px;
}
.mobile-menu .header__item {
  display: flex !important;
  gap: 8px;
  margin-top: 16px;
}
.mobile-menu .header__item img {
  height: 30px;
  width: 30px;
}
.mobile-menu .header__place {
  font-size: 12px;
}
.mobile-menu.active {
  visibility: visible;
  opacity: 1;
}
.mobile-menu.active .mobile-menu__inner {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}
.mobile-menu__logo {
  height: 50px;
}
.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;
}
.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%;
}

@media (max-width: 1700px) {
  .welcome__item {
    left: -5%;
  }
  .welcome__item:last-child {
    right: -5%;
  }
  .wrap .arrow--left {
    left: -3%;
  }
  .wrap .arrow--right {
    right: -3%;
  }
  .about__inner::after {
    right: 0;
  }
}
@media (max-width: 1600px) {
  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: 24px;
  }
  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: 80px;
  }
  .container {
    max-width: 1320px;
  }
  .btn {
    font-size: 18px;
  }
  .form__policy {
    font-size: 16px;
  }
  .about__inner::after {
    right: 0;
    top: -5%;
  }
  .choose__img {
    height: 140px;
  }
  .accordion__content {
    font-size: 16px;
  }
  .accordion__head {
    font-size: 24px;
  }
  .accordion__item {
    padding: 30px;
  }
  .about p {
    font-size: 16px;
    margin-top: 20px;
  }
  .about__box {
    padding: 40px;
  }
  .arrow {
    height: 80px;
    width: 80px;
  }
  .prepare__item {
    height: 120px;
    width: 400px;
  }
  .prepare__item p {
    font-size: 22px;
  }
  .prepare__item img {
    width: 120px;
  }
  .prepare__main {
    padding: 80px;
  }
  .prepare__dark p {
    font-size: 26px;
  }
  .prepare__black span {
    font-size: 22px;
  }
  .prepare__black h3 {
    font-size: 26px;
  }
  .header__list {
    font-size: 18px;
  }
  .header__logo {
    height: 80px;
  }
  .header__place {
    font-size: 16px;
  }
  .header__item strong {
    font-size: 20px;
  }
  .header__item span {
    font-size: 16px;
  }
  .cases__wrap {
    height: 300px;
  }
  .cases .arrow--left {
    left: 1%;
  }
  .cases .arrow--right {
    right: 1%;
  }
  .welcome__title {
    font-size: 80px;
  }
  .welcome__btns {
    margin-top: 32px;
  }
  .welcome__item {
    left: -5%;
  }
  .welcome__item:last-child {
    right: -5%;
  }
  .welcome__img {
    max-height: 500px;
  }
  .title {
    font-size: 72px;
  }
  .book__inner::after {
    right: 0;
  }
  .services__slider {
    padding: 0 50px;
  }
  .wrap .arrow--left {
    left: 0;
  }
  .wrap .arrow--right {
    right: 0;
  }
  .text {
    font-size: 18px;
  }
  .book__inner::after {
    top: -12%;
    height: 150px;
  }
  .about__inner::after {
    top: -8%;
  }
}
@media (max-width: 1400px) {
  .spacing {
    padding: 70px 0;
  }
  .title {
    font-size: 52px;
  }
  .container {
    max-width: 1120px;
  }
  .header__logo {
    height: 60px;
  }
  .choose,
  .work,
  .book,
  .about,
  .answer,
  .questions,
  .prepare {
    padding-bottom: 120px !important;
  }
  .review,
  .services {
    padding-bottom: 100px !important;
  }
  .subscribe__img {
    scale: 1;
  }
}
@media (max-width: 1200px) {
  .container {
    padding: 0 60px;
    max-width: 100%;
  }
  .header__list {
    display: none;
  }
  .header__inner {
    padding: 16px 0;
  }
  .header__item img {
    height: 35px;
    width: 35px;
  }
  .header__btn {
    display: flex;
  }
  .header__end {
    display: flex;
    align-items: center;
    gap: 24px;
  }
  .header .socials, .header__item:has(.header__place) {
    display: none;
  }
  .header__logo {
    height: 40px;
  }
  .welcome__title {
    font-size: 60px;
  }
  .welcome__inner {
    padding: 80px 0;
  }
  .welcome__btns {
    flex-direction: column;
    gap: 12px;
  }
  .welcome .btn {
    width: 100%;
  }
  .socials img {
    height: 35px;
    width: 35px;
  }
  .services__slider {
    padding: 0;
  }
  .services .arrows {
    margin-top: 20px;
  }
  .services .arrow {
    position: unset;
    transform: unset;
  }
  .prepare__main {
    background-image: unset;
    padding: 0;
  }
  .prepare__holder {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .prepare__img {
    width: 100%;
    display: none;
  }
  .prepare__item {
    position: unset;
    transform: unset;
    width: 100%;
    height: auto;
    grid-template-columns: 1fr;
    padding: 0;
  }
  .prepare__item img {
    width: 100%;
    object-fit: contain;
  }
  .prepare__item p {
    margin: 0;
    padding: 16px;
    text-align: center;
  }
  .prepare__black {
    width: 100%;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 10px;
  }
  .prepare__black span {
    rotate: unset;
    margin-top: 0;
  }
  .prepare__dark {
    position: unset;
    width: 100%;
    height: auto;
    flex-direction: column;
    text-align: center;
  }
  .answer__inner {
    grid-template-columns: 1fr;
  }
  .answer__bg {
    display: none;
  }
  .answer__orange {
    padding-bottom: 50px;
  }
  .review__inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .book__inner {
    display: flex;
    flex-direction: column-reverse;
  }
  .book__inner::after {
    display: none;
  }
  .book__inner .title {
    display: none;
  }
  .book__connect {
    width: 100%;
    margin-top: 30px;
  }
  .book .title {
    text-align: center;
    margin-bottom: 30px;
  }
  .book .title br {
    display: none;
  }
  .mobile-visible {
    display: block;
  }
  .choose .arrow {
    position: unset;
    transform: unset;
  }
  .choose .arrows {
    justify-content: center;
    margin-top: 30px;
  }
  .about__inner {
    grid-template-columns: 1fr;
  }
  .about__inner::after {
    display: none;
  }
  .about__img {
    height: 400px;
    border-radius: 20px;
  }
  .about__preview {
    height: 400px;
    border-radius: 20px;
  }
  .questions__inner {
    grid-template-columns: 1fr;
  }
  .footer::after {
    display: none;
  }
  .footer__main {
    grid-template-columns: 1fr;
  }
  .footer .mobile-visible {
    margin-bottom: 30px;
  }
  .footer__inner {
    grid-template-columns: repeat(3, 1fr);
  }
  .footer__inner .footer__logolink {
    display: none;
  }
  .review__img {
    display: none;
  }
  .prepare__item img {
    height: 120px;
  }
  .examples__inner {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1024px) {
  .container {
    padding: 0 40px;
  }
  .book::before,
  .subscribe::before,
  .examples::before,
  .work::before,
  .footer::before,
  .questions::before,
  .about::before,
  .choose::before,
  .cases::before,
  .review::before,
  .answer::before,
  .prepare::before,
  .services::before {
    top: -25px;
    height: 60px;
    background-repeat: no-repeat;
  }
  .welcome {
    background-image: url("../images/welcome-mobile.webp");
    background-position: center;
    min-height: 100vh;
  }
  .welcome__item {
    position: unset;
    display: none;
    scale: 1;
  }
  .welcome__mobile {
    display: flex;
    width: 100%;
    margin-top: 30px;
    justify-content: center;
  }
  .welcome__mobile .welcome__img {
    max-height: 400px;
  }
  .work__slider {
    padding: 0;
  }
  .work .arrows {
    margin-bottom: 30px;
  }
  .work__img {
    height: 200px;
  }
  .work .arrow {
    position: unset;
    transform: unset;
  }
  .spacing {
    padding: 60px 0;
  }
  .title {
    font-size: 42px;
  }
  .prepare__bg {
    display: none;
  }
  .prepare::before {
    top: -40px;
  }
  .choose__img {
    display: none;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 30px;
  }
  .title {
    font-size: 36px;
  }
  .choose .container {
    padding-bottom: 70px;
  }
  .choose .arrows {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
  }
  .examples .arrows {
    justify-content: center;
    margin-bottom: 30px;
  }
  .examples__wraps .arrow {
    position: unset;
    transform: unset;
  }
  .text {
    font-size: 16px;
  }
  .minititle {
    font-size: 28px;
  }
  .spacing {
    padding: 50px 0;
  }
  .answer__radios {
    grid-template-columns: repeat(2, 1fr);
  }
  .answer__content {
    padding: 30px;
  }
  .answer__line {
    height: 25px;
  }
  .answer__line span {
    font-size: 14px;
  }
  .answer__bottom {
    flex-direction: column-reverse;
  }
  .answer__left {
    font-size: 14px;
    gap: 10px;
  }
  .answer__btns {
    width: 100%;
    flex-direction: column;
  }
  .answer__btns .btn {
    width: 100%;
  }
  .review__inner {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .head {
    flex-direction: column;
  }
  .choose__item {
    border-radius: 20px;
    padding: 24px;
  }
  .choose__item img {
    height: 120px;
  }
  .choose__item h3 {
    margin-top: 16px;
    font-size: 20px;
  }
  .choose__item p {
    font-size: 14px;
    margin-top: 12px;
  }
  .questions .form {
    grid-template-columns: 1fr;
  }
  .prepare::before {
    top: -20px;
    height: 60px;
    background-repeat: no-repeat;
  }
  .answer__selects {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .answer__select {
    font-size: 20px;
  }
  .answer__texts {
    flex-direction: column;
  }
  .examples__inner {
    gap: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 620px) {
  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: 12px;
  }
  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: 60px;
  }
  .form input[type=text],
  .form input[type=number],
  .form input[type=tel],
  .form input[type=email],
  .form input[type=date],
  .form input[type=password],
  .form input[type=search],
  .form select,
  .form input[type=url] {
    padding: 10px 20px;
  }
  .custom-cursor {
    display: none;
  }
  .choose .container {
    padding-bottom: 20px;
  }
  .choose .arrows {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
  }
  .work .arrows {
    margin-top: 20px;
  }
  .answer .title {
    text-align: center;
  }
  .answer__select {
    font-size: 18px;
  }
  .answer__selects input[type=checkbox], .answer__radios input[type=checkbox] {
    height: 26px;
    width: 26px;
  }
  .answer__selects input[type=checkbox]::after, .answer__radios input[type=checkbox]::after {
    height: 10px;
    width: 10px;
  }
  .subscribe {
    padding-bottom: 60px !important;
  }
  .review__col {
    gap: 20px;
  }
  .review__inner {
    gap: 20px;
  }
  .container {
    padding: 0 20px;
  }
  .header__item {
    font-size: 0;
    gap: 0;
  }
  .header__item img {
    height: 40px;
    width: 40px;
  }
  .header__right {
    display: none;
  }
  .header__logo {
    height: 35px;
  }
  .header__end {
    gap: 8px;
  }
  .mobile-menu__list {
    font-size: 18px;
    gap: 10px;
  }
  .mobile-menu__list img {
    height: 12px;
    width: 12px;
  }
  .btn {
    font-size: 15px;
    padding: 10px 40px;
  }
  .welcome {
    min-height: 90vh;
    background-position: left;
  }
  .welcome__item .welcome__img {
    height: 310px;
  }
  .welcome__title {
    font-size: 40px;
  }
  .welcome__title br {
    display: none;
  }
  .modal__inner {
    height: 100%;
    width: 100%;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 35px 16px;
  }
  .modal__text {
    font-size: 14px;
    margin-top: 10px;
  }
  .socials {
    gap: 12px;
  }
  .socials img {
    height: 40px;
    width: 40px;
  }
  input[type=checkbox] {
    height: 20px;
    width: 20px;
  }
  input[type=radio] {
    height: 25px;
    width: 25px;
  }
  input[type=radio]::after {
    height: 10px;
    width: 10px;
  }
  .form__confirm {
    gap: 10px;
  }
  .form__policy {
    font-size: 12px;
  }
  .form__item input {
    padding-left: 60px;
  }
  .mobile-menu__inner {
    width: 100%;
    padding: 40px 20px;
  }
  .spacing {
    padding: 40px 0;
  }
  .mb {
    margin-bottom: 30px;
  }
  .mt {
    margin-bottom: 30px;
  }
  .linked {
    padding: 50px 20px;
    font-size: 24px;
  }
  .title {
    font-size: 36px;
  }
  .breadcrumbs {
    font-size: 14px;
  }
  .arrows {
    gap: 20px;
  }
  .arrow svg {
    height: 60px;
    width: 60px;
  }
  .services .arrows {
    margin-bottom: 10px;
  }
  .services__item img {
    height: 120px;
  }
  .services__item h3 {
    margin-top: 10px;
    font-size: 16px;
  }
  .prepare__holder {
    gap: 12px;
  }
  .prepare__item, .prepare__dark {
    border-radius: 12px;
  }
  .prepare__item img, .prepare__dark img {
    height: 100px;
  }
  .prepare__item p, .prepare__dark p {
    font-size: 16px;
    line-height: 120%;
  }
  .prepare__black {
    padding: 10px;
  }
  .prepare__black h3 {
    font-size: 24px;
  }
  .prepare__black span {
    font-size: 16px;
  }
  .answer__radios {
    gap: 20px;
  }
  .answer__heading {
    font-size: 16px;
  }
  .answer__wrap img {
    height: 100px;
  }
  .answer__texts {
    flex-direction: column;
  }
  .answer__question {
    padding: 8px 14px;
    font-size: 14px;
  }
  .answer__radio span {
    font-size: 14px;
  }
  .answer__orange {
    padding: 30px;
  }
  .answer__inner {
    gap: 20px;
  }
  .answer__list {
    gap: 12px;
  }
  .answer__list li {
    font-size: 14px;
    padding-left: 25px;
  }
  .answer__list li::before {
    height: 16px;
    width: 16px;
  }
  .answer,
  .review,
  .book,
  .about,
  .work,
  .questions,
  .prepare {
    padding-bottom: 70px !important;
  }
  .services {
    padding-bottom: 40px !important;
  }
  .title ~ .text {
    margin-top: 8px;
    font-size: 14px;
  }
  .title br {
    display: none;
  }
  .subscribe::before,
  .cases::before {
    top: -20px;
  }
  .cases__wrap {
    height: 250px;
    border-radius: 20px;
  }
  .cases__wrap::before {
    height: 40px;
    width: 40px;
  }
  .cases__item h3 {
    font-size: 22px;
    margin-top: 12px;
  }
  .cases__item span {
    margin-top: 12px;
  }
  .cases .arrows {
    margin-top: 20px;
  }
  .review__rating {
    font-size: 14px;
  }
  .review__top {
    justify-content: center;
  }
  .review__item {
    padding: 24px;
    text-align: center;
    border-radius: 20px;
  }
  .review__item p {
    font-size: 14px;
    margin-top: 12px;
  }
  .review__item h3 {
    font-size: 22px;
  }
  .review__link {
    padding-top: 16px;
    margin-top: 16px;
    flex-direction: column;
  }
  .review__link span {
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 10px;
  }
  .review__link img {
    height: 20px;
  }
  .subscribe__inner {
    text-align: center;
    grid-template-columns: 1fr;
  }
  .subscribe .socials {
    margin-top: 16px;
    justify-content: center;
  }
  .phone img {
    height: 40px;
    width: 40px;
  }
  .phone__tel {
    font-size: 16px;
  }
  .phone__grey {
    font-size: 12px;
  }
  .book__connect, .book__form {
    padding: 24px;
    border-radius: 20px;
  }
  .book .minititle {
    text-align: center;
  }
  .book__btn {
    height: 40px;
    font-size: 14px;
  }
  .book__btn img {
    height: 15px;
    width: 15px;
  }
  .book__bottom {
    flex-direction: column;
    gap: 24px;
    margin-top: 20px;
  }
  .book__text {
    font-size: 14px;
    margin-top: 10px;
  }
  .book .form {
    margin-top: 20px;
  }
  .form__item input {
    padding-left: 60px !important;
  }
  .form__item img {
    left: 16px;
  }
  .form__policy {
    font-size: 10px;
  }
  .about__box {
    border-radius: 20px;
    padding: 24px;
  }
  .about__left {
    gap: 20px;
  }
  .about__preview {
    height: 250px;
  }
  .about__inner {
    gap: 20px;
  }
  .about__img {
    height: 250px;
  }
  .about__wrap {
    border-radius: 20px;
  }
  .about__wrap::before {
    height: 50px;
    width: 50px;
  }
  .about p {
    font-size: 14px;
    margin-top: 10px;
  }
  .link {
    font-size: 16px;
  }
  .work__img {
    height: 150px;
  }
  .accordion {
    gap: 16px;
  }
  .accordion__item {
    padding: 16px;
  }
  .accordion__head {
    font-size: 18px;
  }
  .accordion__btn {
    height: 30px;
    width: 30px;
    padding: 10px;
  }
  .accordion__content {
    font-size: 14px;
  }
  .form__item img {
    height: 20px;
    width: 20px;
  }
  .form__item input {
    padding-left: 40px !important;
    font-size: 14px;
  }
  .questions__inner {
    gap: 20px;
    border-radius: 20px;
    padding: 30px;
  }
  .questions__inner p {
    font-size: 16px;
    margin-top: 16px;
  }
  .questions .form {
    gap: 16px;
  }
  .footer {
    padding-top: 40px;
  }
  .footer__map {
    border-radius: 20px;
  }
  .footer__main {
    gap: 20px;
  }
  .footer__item {
    text-align: center;
  }
  .footer__item ul {
    gap: 8px;
    text-align: center;
    align-items: center;
  }
  .footer__item ul li {
    font-size: 16px;
  }
  .footer__item h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .footer .socials {
    margin-top: 30px;
    justify-content: center;
  }
  .footer__inner {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
  .footer__bottom {
    flex-direction: column;
    gap: 20px;
  }
  .footer__logolink {
    grid-column-start: span 1;
    justify-self: center;
  }
  .footer .title {
    font-size: 35px;
    text-align: center;
  }
  .examples__main {
    padding: 30px;
  }
  .examples__naming {
    font-size: 16px;
  }
  .examples__item {
    border-radius: 16px;
  }
  .examples__bold {
    font-size: 24px;
  }
  .examples__per {
    font-size: 18px;
  }
  .examples .list {
    margin-top: 24px;
  }
  .examples__details {
    font-size: 16px;
  }
  .examples__orange {
    font-size: 28px;
  }
  .examples__title {
    font-size: 28px;
  }
  .examples__images img {
    height: 20px;
    gap: 10px;
  }
  .examples__circle {
    height: 50px;
    width: 50px;
    font-size: 12px;
  }
  .examples__circle span {
    font-size: 20px;
  }
  .list {
    font-size: 16px;
  }
  .list li {
    padding-left: 30px;
  }
  .list li::before {
    height: 20px;
    width: 20px;
    top: 0;
  }
}
@media (max-width: 480px) {
  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;
  }
  .container {
    padding: 0 10px;
  }
  .title {
    font-size: 32px;
  }
  .book::before,
  .subscribe::before,
  .work::before,
  .examples::before,
  .footer::before,
  .questions::before,
  .about::before,
  .cases::before,
  .review::before,
  .answer::before,
  .prepare::before,
  .work::before,
  .choose::before,
  .about::before,
  .prepare::before,
  .subscribe::before,
  .cases::before {
    top: -10px;
  }
}

.btn{
  position:relative;
}

.btn.is-loading{
  pointer-events:none;
  opacity:.85;
}

.btn.is-loading .btn__text{
  opacity:0;
}

.btn::after{
  content:"";
  position:absolute;
  inset:0;
  margin:auto;
  width:18px;
  height:18px;
  border:2px solid rgba(255,255,255,.4);
  border-top-color:#fff;
  border-radius:50%;
  opacity:0;
  animation:spin .7s linear infinite;
}

.btn.is-loading::after{
  opacity:1;
}

.btn[disabled] {
  opacity: .7;
  cursor: default;
}

@keyframes spin{
  to{transform:rotate(360deg);}
}
