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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*!
 * jQuery UI Checkboxradio 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/checkboxradio/#theming
 */
.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

@font-face {
  font-family: Involve;
  font-display: swap;
  src: url("../fonts/Involve-Bold.woff2") format("woff2"), url("../fonts/Involve-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Involve;
  font-display: swap;
  src: url("../fonts/Involve-MediumOblique.woff2") format("woff2"), url("../fonts/Involve-MediumOblique.woff") format("woff");
  font-weight: 500;
  font-style: oblique;
}
@font-face {
  font-family: Involve;
  font-display: swap;
  src: url("../fonts/Involve-BoldOblique.woff2") format("woff2"), url("../fonts/Involve-BoldOblique.woff") format("woff");
  font-weight: 700;
  font-style: oblique;
}
@font-face {
  font-family: Involve;
  font-display: swap;
  src: url("../fonts/Involve-Oblique.woff2") format("woff2"), url("../fonts/Involve-Oblique.woff") format("woff");
  font-weight: 400;
  font-style: oblique;
}
@font-face {
  font-family: Involve;
  font-display: swap;
  src: url("../fonts/Involve-Medium.woff2") format("woff2"), url("../fonts/Involve-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Involve;
  font-display: swap;
  src: url("../fonts/Involve-Regular.woff2") format("woff2"), url("../fonts/Involve-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Involve;
  font-display: swap;
  src: url("../fonts/Involve-SemiBoldOblique.woff2") format("woff2"), url("../fonts/Involve-SemiBoldOblique.woff") format("woff");
  font-weight: 600;
  font-style: oblique;
}
@font-face {
  font-family: Involve;
  font-display: swap;
  src: url("../fonts/Involve-SemiBold.woff2") format("woff2"), url("../fonts/Involve-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
* {
  box-sizing: border-box;
}

html {
  height: 100%;
  width: 100%;
  scroll-behavior: smooth;
  font-size: 1vw;
}

body {
  width: calc(100vw - (100vw - 100%));
  height: 100%;
  padding: 0;
  margin: 0;
  hyphens: manual;
  background-color: #fff;
  color: var(--text);
  font-size: 1.125rem;
  line-height: 1.2;
  font-family: Involve;
  font-weight: 500;
}
body.fixed {
  overflow-y: hidden;
}

main {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}

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

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

ol {
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
  user-select: none;
}

a {
  text-decoration: none;
  transition: 0.3s ease;
}

input {
  appearance: none;
  outline: none;
  transition: 0.3s ease;
}

button {
  padding: 0;
  cursor: pointer;
  transition: 0.3s ease;
  outline: none;
}

textarea {
  outline: none;
  resize: none;
  transition: 0.3s ease;
}

svg {
  height: auto;
}
svg path {
  transition: 0.3s ease;
}

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

.main {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.footer {
  flex: 0 0 auto;
}

.box {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box img, .box picture, .box svg, .box video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.icon {
  display: flex;
}
.icon svg, .icon img {
  width: 100%;
}

.swiper-button-prev, .swiper-button-next {
  z-index: 2;
}
.swiper-button-prev::after, .swiper-button-next::after {
  display: none;
}

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

.swiper-pagination {
  display: flex;
  bottom: 0 !important;
  justify-content: center;
}
.swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  border: 0.0625rem solid #999999;
  background: transparent;
  margin: 0 0.375rem !important;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #999999;
}

.slider-arrows {
  display: flex;
  gap: 0.75rem;
}

.slider-arrow {
  margin: 0;
  position: initial;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  background-color: #EEEEEE;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-arrow svg {
  width: 0.625rem;
}

.container {
  max-width: 85rem;
  margin: auto;
  width: 100%;
}

.section {
  margin: 3.125rem 0;
}

.section-mb {
  margin-bottom: 3.125rem;
}

.section-mt {
  margin-top: 3.125rem;
}

.title-page {
  font-size: 3rem;
  line-height: 1;
  font-family: Involve;
  font-weight: 700;
}

.section-title {
  font-size: 3rem;
  line-height: 1;
  font-family: Involve;
  font-weight: 700;
}

.name {
  font-size: 1.875rem;
  line-height: 1;
  font-family: Involve;
  font-weight: 700;
}

.item-title {
  font-size: 0.875rem;
  line-height: 1;
  font-family: Involve;
  font-weight: 700;
}

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

.text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.text strong {
  font-family: Involve;
  font-weight: 700;
}
.text ul {
  padding-left: 0.5rem;
}
.text ul li {
  position: relative;
  padding-left: 0.75rem;
}
.text ul li::before {
  content: "";
  min-width: 0.3125rem;
  max-width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  background-color: var(--text);
  position: absolute;
  left: 0;
  top: 0.375rem;
}
.text span {
  color: var(--accent);
}
.text h2 {
  font-size: 3rem;
}
.text h3 {
  font-size: 1.125rem;
  font-family: Involve;
  font-weight: 700;
}
.text a {
  color: var(--accent);
  text-decoration: underline;
}

.text-big {
  font-size: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.text-big ul li {
  gap: 0.5rem;
  display: flex;
  align-items: center;
}
.text-big ul li::before {
  content: "";
  min-width: 0.3125rem;
  max-width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  background-color: var(--text);
  display: block;
}
.text-big span {
  color: var(--accent);
}
.text-big h2 {
  font-size: 1.875rem;
}
.text-big h3 {
  font-size: 1.25rem;
}
.text-big a {
  color: var(--accent);
  text-decoration: underline;
}

.dark-btn {
  background-color: var(--text);
  color: #fff;
  padding: 0 2rem;
  height: 2.5rem;
  border-radius: 1.25rem;
  font-size: 0.875rem;
  line-height: 1;
  border: 0.0625rem solid var(--text);
  font-family: Involve;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark-btn:hover {
  background-color: var(--accent);
  border-color: var(--accent);
}

.accent-btn {
  background-color: var(--accent);
  color: #fff;
  padding: 0 2rem;
  height: 2.5rem;
  border-radius: 1.25rem;
  font-size: 0.875rem;
  line-height: 1;
  border: 0.0625rem solid var(--accent);
  font-family: Involve;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accent-btn:hover {
  background-color: var(--text);
  border-color: var(--text);
}

.light-btn {
  background-color: #fff;
  color: var(--accent);
  padding: 0 2rem;
  height: 2.5rem;
  border-radius: 1.25rem;
  font-size: 0.875rem;
  line-height: 1;
  border: 0.0625rem solid #fff;
  font-family: Involve;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.light-btn:hover {
  background-color: var(--accent);
  border-color: var(--accent);
  color: #fff;
}

.input, .textarea {
  width: 100%;
  display: block;
  border: 0.0625rem solid rgba(153, 153, 153, 0.2);
  background-color: #EEEEEE;
  border-radius: 1.25rem;
  height: 2.5rem;
  padding: 0 1.25rem;
  font-size: 0.875rem;
  font-family: Involve;
  font-weight: 500;
}
.input::placeholder, .textarea::placeholder {
  opacity: 1;
  color: #999999;
}
.input::-webkit-input-placeholder, .textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #999999;
}
.input::-moz-placeholder, .textarea::-moz-placeholder {
  opacity: 1;
  color: #999999;
}
.input:-ms-input-placeholder, .textarea:-ms-input-placeholder {
  opacity: 1;
  color: #999999;
}
.input.wpcf7-not-valid, .textarea.wpcf7-not-valid {
  border-color: #dc3232;
}
.input.wpcf7-not-valid::placeholder, .textarea.wpcf7-not-valid::placeholder {
  opacity: 1;
  color: #dc3232;
}
.input.wpcf7-not-valid::-webkit-input-placeholder, .textarea.wpcf7-not-valid::-webkit-input-placeholder {
  opacity: 1;
  color: #dc3232;
}
.input.wpcf7-not-valid::-moz-placeholder, .textarea.wpcf7-not-valid::-moz-placeholder {
  opacity: 1;
  color: #dc3232;
}
.input.wpcf7-not-valid:-ms-input-placeholder, .textarea.wpcf7-not-valid:-ms-input-placeholder {
  opacity: 1;
  color: #dc3232;
}

.accordion__item_show .accordion__header svg, .accordion__item_slidedown .accordion__header svg {
  transform: rotate(45deg);
}
.accordion__header {
  transition: 0.3s ease-out;
  cursor: pointer;
}
.accordion__header svg {
  transition: transform 0.3s ease-out;
}

.accordion__item:not(.accordion__item_show) .accordion__body {
  display: none;
}

.cookies {
  position: fixed;
  bottom: 2rem;
  right: 6.875rem;
  z-index: 100;
}
.cookies__wrapper {
  display: flex;
  align-items: center;
  gap: 1.375rem;
  font-size: 0.875rem;
  line-height: 1;
  font-style: oblique;
  color: #999999;
  background-color: rgba(238, 238, 238, 0.8);
  border-radius: 1.25rem;
  backdrop-filter: blur(1.25rem);
  padding: 0.75rem 1.5rem;
}

.privacy {
  font-size: 0.875rem;
  font-family: Involve;
  font-weight: 500;
}
.privacy a {
  color: var(--text);
  display: contents;
}
.privacy .ui-checkboxradio-label {
  cursor: pointer;
  display: flex;
  align-items: center;
  line-height: 1;
}
.privacy .ui-checkboxradio-icon {
  display: inline-block;
  margin: 0;
  min-width: 1.25rem;
  max-width: 1.25rem;
  width: 100%;
  height: 1.25rem;
  box-shadow: none;
  border: 0.0625rem solid rgba(153, 153, 153, 0.2);
  border-radius: 50%;
  background-color: #EEEEEE;
}
.privacy .ui-checkboxradio-icon.ui-state-checked {
  background-image: url(../img/form-block/check.svg);
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center;
}
.privacy .ui-checkboxradio-icon-space {
  display: inline-block;
  width: 0.375rem;
}

.fixed-top {
  position: fixed;
  bottom: 2rem;
  right: -3.75rem;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  background-color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  cursor: pointer;
  transition: 0.5s ease;
  opacity: 0;
}
.fixed-top__icon {
  width: 1.5rem;
  display: flex;
}
.fixed-top__icon svg {
  width: 100%;
  transform: rotate(-45deg);
}
.fixed-top.active {
  opacity: 1;
  right: 2rem;
}

.wpcf7-response-output {
  display: none;
}

@media screen and (min-width: 1920px) {
  html {
    font-size: 19.2px;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 2.0833333333vw;
  }
  .container {
    max-width: 100%;
    padding: 0 2.5rem;
  }
  .section {
    margin: 1.875rem 0;
  }
  .section-mb {
    margin-bottom: 1.875rem;
  }
  .section-mt {
    margin-top: 1.875rem;
  }
  .cookies {
    right: 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  html {
    font-size: 4.4444444444vw;
  }
  body {
    font-size: 0.75rem;
  }
  .privacy {
    font-size: 0.625rem;
  }
  .privacy .ui-checkboxradio-icon {
    max-width: 1rem;
    min-width: 1rem;
    height: 1rem;
  }
  .privacy .ui-checkboxradio-icon-space {
    width: 0.375rem;
  }
  .container {
    padding: 0 0.75rem;
  }
  .section {
    margin: 1.25rem 0;
  }
  .section-mb {
    margin-bottom: 1.25rem;
  }
  .section-mt {
    margin-top: 1.25rem;
  }
  .title-page {
    font-size: 2rem;
  }
  .section-title {
    font-size: 2rem;
  }
  .name {
    font-size: 1.5rem;
  }
  .item-title {
    font-size: 0.75rem;
  }
  .text {
    gap: 0.75rem;
  }
  .text ul {
    padding-left: 0.375rem;
  }
  .text ul li {
    padding-left: 0.5rem;
  }
  .text ul li::before {
    min-width: 0.1875rem;
    max-width: 0.1875rem;
    height: 0.1875rem;
    top: 0.3125rem;
  }
  .accent-btn {
    height: 2rem;
    font-size: 0.75rem;
  }
  .dark-btn {
    height: 2rem;
    font-size: 0.75rem;
  }
  .light-btn {
    height: 2rem;
    font-size: 0.75rem;
  }
  .input {
    height: 2rem;
    font-size: 0.75rem;
    padding: 0 0.75rem;
  }
  .slider-arrows {
    gap: 0.5rem;
  }
  .slider-arrow {
    width: 1.5rem;
    height: 1.5rem;
  }
  .slider-arrow svg {
    width: 0.4375rem;
  }
  .swiper-pagination {
    bottom: 0.3125rem !important;
  }
  .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 0.125rem !important;
  }
  .cookies {
    right: 0.75rem;
    bottom: 0.75rem;
    width: calc(100% - 1.5rem);
  }
  .cookies__wrapper {
    gap: 0.75rem;
    justify-content: space-between;
    font-size: 0.75rem;
    border-radius: 0.75rem;
    padding: 0.75rem;
    width: 100%;
  }
  .fixed-top {
    position: fixed;
    bottom: 1rem;
    right: -3.75rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background-color: var(--accent);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    cursor: pointer;
    transition: 0.5s ease;
    opacity: 0;
  }
  .fixed-top__icon {
    width: 1rem;
    display: flex;
  }
  .fixed-top__icon svg {
    width: 100%;
    transform: rotate(-45deg);
  }
  .fixed-top.active {
    opacity: 1;
    right: 1rem;
  }
}
:root {
  --text: #11100E;
  --accent: #F89C1C;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  z-index: 100;
  background-color: #fff;
  padding-bottom: 0.875rem;
}
.header::before {
  content: "";
  max-width: 120rem;
  width: 100%;
  height: 5.3125rem;
  background-image: url(../img/header/frame.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.header__block {
  padding-top: 2.75rem;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.header__logo {
  max-width: 15.1875rem;
  width: 100%;
}
.header__logo-icon {
  width: 100%;
}
.header__logo-icon img {
  height: 100%;
}
.header-menu {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 33.75rem;
  margin-top: 0.5rem;
  width: 100%;
}
.header-menu ul {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
}
.header-menu ul li a {
  display: block;
  color: var(--text);
  line-height: 1;
  font-size: 0.875rem;
  font-family: Involve;
  font-weight: 500;
}
.header-menu ul li a:hover {
  color: #999999;
}
.header__btn {
  min-width: 13.125rem;
}
.header-burger {
  display: none;
}

@media screen and (max-width: 1024px) {
  .header {
    margin-top: 0.75rem;
    background-color: transparent;
    padding-bottom: 0;
  }
  .header-menu {
    display: none;
  }
  .header::before {
    display: none;
  }
  .header.fixed .header-menu {
    display: block;
    background-color: #EEEEEE;
    width: 100%;
    max-width: 100%;
    top: 4rem;
    z-index: 100;
    border-radius: 1rem;
    border: 0.0625rem solid #E5E5E5;
    padding: 1.25rem;
  }
  .header.fixed .header-menu ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.25rem;
  }
  .header__block {
    background-color: rgba(238, 238, 238, 0.8);
    border-radius: 1.25rem;
    position: relative;
  }
  .header__btn {
    width: 100%;
    height: 2rem;
    font-size: 0.75rem;
    position: absolute;
    left: 0;
    top: 2.25rem;
  }
  .header__block {
    flex-wrap: wrap;
    padding: 0.5625rem 1.25rem;
    align-items: center;
  }
  .header__logo {
    max-width: 6.6875rem;
  }
  .header-burger {
    display: block;
    width: 1.5rem;
    height: 0.5rem;
    position: relative;
  }
  .header-burger__line {
    background-color: #11100E;
    width: 100%;
    position: absolute;
    top: 0;
    height: 0.125rem;
    left: 0;
    transition: 0.3s ease;
  }
  .header-burger::before {
    content: "";
    background-color: #11100E;
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 0.125rem;
    left: 0;
    transition: 0.3s ease;
  }
  .header-burger.fixed {
    width: 0.875rem;
  }
  .header-burger.fixed .header-burger__line {
    background-color: #999999;
    top: 50%;
    transform: rotate(-45deg) translate(0, -50%);
  }
  .header-burger.fixed::before {
    background-color: #999999;
    top: 41%;
    transform: rotate(45deg) translate(0, 50%);
  }
}
.footer {
  padding-bottom: 5rem;
}
.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__logo {
  max-width: 15.1875rem;
  width: 100%;
}
.footer__logo-icon {
  width: 100%;
}
.footer__logo-icon img {
  height: 100%;
}
.footer-menu ul {
  display: flex;
  gap: 2.5rem;
}
.footer-menu ul li a {
  font-size: 0.875rem;
  line-height: 1;
  color: var(--text);
}
.footer-menu ul li a:hover {
  color: #999999;
}
.footer__frame {
  margin-top: 2.5rem;
  background-color: rgba(238, 238, 238, 0.8);
  border-radius: 1.25rem;
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
}
.footer__left {
  display: flex;
  gap: 3.75rem;
}
.footer__name {
  color: #999999;
  margin-bottom: 1rem;
}
.footer__links {
  display: flex;
  flex-direction: column;
}
.footer__link {
  font-family: Involve;
  font-weight: 700;
  color: var(--text);
}
.footer__socials {
  display: flex;
  gap: 0.5rem;
}
.footer__social {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__social-icon {
  width: 100%;
}
.footer__social-icon img {
  height: 100%;
}
.footer__right {
  text-align: right;
}
.footer__bottom {
  margin-top: 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #999999;
  font-style: oblique;
  font-size: 0.875rem;
}
.footer__privacy {
  color: #999999;
  border-bottom: 0.0625rem solid;
}
.footer__privacy:hover {
  color: var(--accent);
}

@media screen and (max-width: 1024px) {
  .footer__top {
    flex-wrap: wrap;
  }
  .footer-menu {
    margin-top: 2.25rem;
    order: 3;
    width: 100%;
  }
  .footer-menu ul {
    justify-content: space-between;
  }
  .footer__bottom {
    margin-top: 2.5rem;
  }
  .footer__left {
    gap: 3.25rem;
  }
  .footer__frame {
    gap: 3.25rem;
    padding: 2rem 1.25rem;
  }
}
@media screen and (max-width: 576px) {
  .footer {
    padding: 0.5rem 0 2.5rem 0;
  }
  .footer__top {
    gap: 0.75rem;
  }
  .footer__logo {
    max-width: 100%;
  }
  .footer__btn {
    width: 100%;
  }
  .footer-menu {
    display: none;
  }
  .footer__left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
  .footer__frame {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0.75rem;
    font-size: 0.75rem;
    gap: 2rem;
    border-radius: 0.75rem;
  }
  .footer__right {
    text-align: left;
  }
  .footer__bottom {
    margin-top: 0.75rem;
    font-size: 0.625rem;
  }
}
.portfolio__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.portfolio__swiper {
  margin-top: 2.5rem;
}
.portfolio__slide {
  background-color: #F1F1F1;
  border-radius: 1.25rem;
}
.portfolio__link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.portfolio__image {
  width: 100%;
  height: 29.875rem;
  border-radius: 1.25rem;
}
.portfolio__content {
  padding: 1.25rem 2rem 2rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.25rem;
  min-height: 12.625rem;
}
.portfolio__top {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  font-size: 0.875rem;
  font-style: oblique;
  max-width: 33.8125rem;
  width: 100%;
}
.portfolio__name {
  line-height: 1;
  color: #999999;
}
.portfolio__more {
  font-size: 0.875rem;
  color: var(--accent);
  line-height: 1;
  font-style: oblique;
  border-bottom: 0.0625rem solid;
  z-index: 2;
}
.portfolio__more:hover {
  color: var(--text);
  border-color: var(--text);
}

@media screen and (max-width: 576px) {
  .portfolio__swiper {
    margin-top: 1.25rem;
  }
  .portfolio__image {
    border-radius: 0.75rem;
    height: 15rem;
  }
  .portfolio__content {
    padding: 2rem 1.25rem;
    min-height: auto;
  }
  .portfolio__name {
    font-size: 0.625rem;
  }
  .portfolio__text {
    font-size: 0.75rem;
  }
  .portfolio__more {
    font-size: 0.75rem;
  }
}
.form-block__block {
  display: flex;
  align-items: stretch;
  gap: 1.25rem;
}
.form-block__content {
  padding: 2rem;
  background-color: #F1F1F1;
  border-radius: 1.25rem;
  max-width: 34.625rem;
  width: 100%;
}
.form-block__text {
  margin-top: 2.5rem;
  color: #999999;
  max-width: 23.75rem;
  width: 100%;
}
.form-block__title span {
  color: var(--accent);
}
.form-block-forma {
  margin-top: 2.5rem;
}
.form-block-forma__inputs {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.form-block-forma__privacy {
  margin-top: 0.75rem;
}
.form-block-forma__btn {
  margin-top: 0.75rem;
  width: 100%;
}
.form-block__image {
  width: 100%;
  border-radius: 1.25rem;
}

@media screen and (max-width: 1024px) {
  .form-block__block {
    flex-direction: column-reverse;
  }
  .form-block__image {
    height: 32.9375rem;
  }
  .form-block__content {
    max-width: 100%;
  }
  .form-block__text {
    max-width: 28.125rem;
  }
  .form-block__text br {
    display: none;
  }
  .form-block-forma {
    margin-top: 3.125rem;
  }
}
@media screen and (max-width: 576px) {
  .form-block__block {
    gap: 0.75rem;
  }
  .form-block__image {
    height: 21.5rem;
    border-radius: 0.75rem;
  }
  .form-block__title {
    font-size: 1.5rem;
  }
  .form-block__content {
    padding: 1.25rem;
    border-radius: 0.75rem;
  }
  .form-block__text {
    margin-top: 1.625rem;
  }
  .form-block-forma {
    margin-top: 1.625rem;
  }
  .form-block-forma__inputs {
    gap: 0.5rem;
  }
  .form-block-forma__btn {
    margin-top: 0.5rem;
  }
  .form-block-forma__privacy {
    margin-top: 0.5rem;
  }
}
.reviews__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.reviews__swiper {
  margin-top: 2.5rem;
}
.reviews__swiper::before {
  content: "";
  position: absolute;
  bottom: 1.4375rem;
  width: 100%;
  height: 20rem;
  border-radius: 1.25rem;
  background-color: #F1F1F1;
  z-index: -1;
}
.reviews__slide {
  background-color: #11100E;
  border-radius: 1.25rem;
  font-size: 0.875rem;
  color: #fff;
  padding: 2rem;
  min-height: 28.75rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.reviews__slide:nth-child(4n+2) {
  margin-top: 7.5rem;
}
.reviews__slide:nth-child(4n+3) {
  margin-top: 3.75rem;
}
.reviews__slide:nth-child(4n+4) {
  margin-top: 7.5rem;
}
.reviews__slide:hover .reviews__image {
  border-color: var(--accent);
}
.reviews__image {
  width: 5.625rem;
  height: 5.625rem;
  border: 0.0625rem solid #EEEEEE;
  border-radius: 50%;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reviews__avatar {
  width: 4.875rem;
  height: 4.875rem;
  border-radius: 50%;
}
.reviews__text {
  margin-top: 2.5rem;
}

@media screen and (max-width: 1024px) {
  .reviews__swiper::before {
    bottom: 2.5rem;
  }
  .reviews__slide:nth-child(4n+2) {
    margin-top: 6.25rem;
  }
  .reviews__slide:nth-child(4n+3) {
    margin-top: 3.125rem;
  }
  .reviews__slide:nth-child(4n+4) {
    margin-top: 6.25rem;
  }
}
@media screen and (max-width: 576px) {
  .reviews .container {
    padding: 0;
  }
  .reviews__header {
    padding: 0 0.75rem;
  }
  .reviews__swiper {
    margin-top: 1.25rem;
    padding: 0 0.75rem;
    padding-bottom: 3.75rem;
  }
  .reviews__swiper::before {
    width: 15.5625rem;
    height: 16.25rem;
    left: auto;
    right: 0.75rem;
    bottom: 0;
  }
  .reviews__slide {
    max-width: 15.5625rem;
    width: 100%;
    padding: 1.25rem;
    border-radius: 0.75rem;
    min-height: 21.5rem;
  }
  .reviews__slide:nth-child(4n+2) {
    margin-top: 1.25rem;
  }
  .reviews__slide:nth-child(4n+3) {
    margin-top: 0.625rem;
  }
  .reviews__slide:nth-child(4n+4) {
    margin-top: 1.25rem;
  }
  .reviews__image {
    width: 2.5rem;
    height: 2.5rem;
  }
  .reviews__avatar {
    width: 2.125rem;
    height: 2.125rem;
  }
  .reviews__text {
    font-size: 0.75rem;
  }
}
.pum-close {
  display: none;
}

.pum-container {
  width: 100% !important;
  max-width: 27.5rem !important;
}

.pum-overlay {
  background: rgba(238, 238, 238, 0.8) !important;
  backdrop-filter: blur(0.625rem);
}

html.pum-open.pum-open-overlay.pum-open-scrollable body > :not([aria-modal=true]) {
  padding-right: 0 !important;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
}

.wpcf7-not-valid-tip {
  font-size: 0.875rem;
}

.modal {
  max-width: 27.5rem;
  width: 100%;
  background-color: #fff;
  border-radius: 1.25rem;
  position: relative;
  color: var(--text);
}
.modal__close {
  position: absolute;
  top: -1.875rem;
  right: -1.875rem;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal__close svg {
  width: 0.875rem;
}
.modal__wrapper {
  padding: 2rem;
}
.modal__text {
  margin-top: 2.1875rem;
  color: #999999;
}
.modal__text p:last-child {
  display: none;
}
.modal-form {
  margin-top: 2.1875rem;
}

@media screen and (max-width: 576px) {
  .modal {
    border-radius: 0.75rem;
    max-width: 21rem;
    margin: auto;
  }
  .modal__close {
    top: auto;
    right: 0;
    left: 0;
    bottom: -3.125rem;
    margin: auto;
  }
  .modal__wrapper {
    padding: 1.25rem;
  }
  .modal__text {
    margin-top: 0.875rem;
    font-size: 0.75rem;
  }
  .modal-form {
    margin-top: 0.875rem;
  }
}
.thank-you-page {
  padding-top: 7.8125rem;
  height: 100%;
}
.thank-you-page .container {
  height: 100%;
}
.thank-you-page-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 43.75rem;
  height: 100%;
  background-color: rgb(238, 238, 238);
  border-radius: 1.25rem;
  padding: 2.5rem;
}
.thank-you-page-block__title {
  text-align: center;
  margin-bottom: 2.5rem;
  max-width: 43.75rem;
  color: rgb(17, 16, 14);
}
.thank-you-page-block__text {
  text-align: center;
  max-width: 37.5rem;
  font-size: 1.375rem;
  line-height: 130%;
  color: rgb(17, 16, 14);
  margin-bottom: 2.5rem;
  font-family: Involve;
  font-weight: 500;
}
.thank-you-page-block__text-two {
  max-width: 100%;
  font-size: 1rem;
  line-height: 120%;
  color: rgb(153, 153, 153);
  text-align: center;
  margin-bottom: 2.5rem;
}
.thank-you-page-block__text-two a {
  color: rgb(17, 16, 14);
  white-space: nowrap;
  line-height: 120%;
  font-family: Involve;
  font-weight: 700;
}
.thank-you-page-block .error-block__btn {
  margin-top: 0;
}

@media screen and (max-width: 576px) {
  .thank-you-page {
    padding-top: 6.25rem;
  }
  .thank-you-page-block {
    min-height: 34.375rem;
    height: 100%;
    padding: 1.875rem;
  }
  .thank-you-page-block__title {
    margin-bottom: 1.5625rem;
    max-width: 100%;
  }
  .thank-you-page-block__text {
    max-width: 100%;
    font-size: 1rem;
    line-height: 120%;
    margin-bottom: 1.5rem;
    font-family: Involve;
    font-weight: 500;
  }
  .thank-you-page-block__text-two {
    font-size: 0.875rem;
    line-height: 140%;
    color: rgb(153, 153, 153);
    margin-bottom: 2.1875rem;
  }
  .thank-you-page-block__text-two a {
    white-space: nowrap;
    line-height: 140%;
    font-family: Involve;
    font-weight: 700;
  }
}
.main {
  margin-top: 7.3125rem;
}
.main__title .text-1 {
  display: block;
  text-indent: 6.0625rem;
}
.main__title .text-2 {
  display: block;
  text-indent: 5.9375rem;
}
.main__block {
  position: relative;
}
.main__swiper {
  border-radius: 1.25rem;
}
.main__slide {
  padding: 7.75rem 0;
  min-height: 40.125rem;
  height: auto;
}
.main__slide--two {
  color: #fff;
}
.main__slide--three {
  color: #fff;
}
.main__block {
  position: relative;
}
.main__mask {
  position: absolute;
}
.main__mask--tablet {
  display: none;
}
.main__mask--mob {
  display: none;
}
.main__image {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  border-radius: 1.25rem;
}
.main__image--mob {
  display: none;
}
.main__image img, .main__image picture {
  mask: url(#customMask);
  -webkit-mask: url(#customMask);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
}
.main__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 0 3.75rem;
  max-width: 38.5rem;
  width: 100%;
}
.main__title {
  max-width: 25rem;
  width: 100%;
}
.main__text {
  max-width: 26rem;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .main {
    margin-top: 6.25rem;
  }
  .main__swiper {
    border-radius: 0.75rem;
  }
  .main__slide {
    padding: 2.5rem 0;
    min-height: 62.5rem;
  }
  .main__mask--tablet {
    display: block;
  }
  .main__mask--desktop {
    display: none;
  }
  .main__image {
    border-radius: 0.75rem;
  }
  .main__image--desktop {
    display: none;
  }
  .main__image--mob {
    display: block;
  }
  .main__image img, .main__image picture {
    mask: url(#customMaskTall);
    -webkit-mask: url(#customMaskTall);
  }
  .main__content {
    height: auto;
    gap: 2rem;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 100%;
  }
  .main__pagination {
    bottom: 0.75rem !important;
  }
}
@media screen and (max-width: 576px) {
  .main__slide {
    padding: 2rem 0;
    min-height: 38.75rem;
  }
  .main__content {
    padding: 0 2rem;
    align-items: flex-start;
    text-align: left;
    gap: 1.625rem;
  }
  .main__title .text-1 {
    text-indent: 4rem;
  }
  .main__title .text-2 {
    text-indent: 3.875rem;
  }
  .main__pagination {
    bottom: 0.3125rem !important;
  }
  .main__mask--tablet {
    display: none;
  }
  .main__mask--mob {
    display: block;
  }
  .main__image img, .main__image picture {
    mask: url(#customMaskMobile);
    -webkit-mask: url(#customMaskMobile);
  }
}
.about__block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
.about__desc {
  background-color: #EEEEEE;
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem;
  padding: 2rem;
}
.about__desc::before {
  content: "";
  position: absolute;
  bottom: -18.3125rem;
  right: -8.375rem;
  background-image: url(../img/index/about/image.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 42.0625rem;
  height: 42.0625rem;
  transform: rotate(-17deg);
}
.about__info {
  margin-top: 3.75rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 31.5625rem;
  width: 100%;
}
.about__sub {
  font-family: Involve;
  font-weight: 700;
}
.about__items {
  gap: 1.25rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.about__item {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  min-height: 14.25rem;
  border-radius: 1.25rem;
  font-size: 0.875rem;
}
.about__item:last-child {
  grid-column: 1/-1;
}

@media screen and (max-width: 1024px) {
  .about__block {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .about__desc {
    min-height: 45.25rem;
  }
}
@media screen and (max-width: 576px) {
  .about__block {
    gap: 0.75rem;
  }
  .about__desc {
    border-radius: 0.75rem;
    min-height: 22.5rem;
    padding: 1.25rem;
  }
  .about__desc::before {
    width: 21.0625rem;
    height: 20.875rem;
    right: -4.0625rem;
    bottom: -9.6875rem;
  }
  .about__info {
    margin-top: 2rem;
  }
  .about__items {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.75rem;
  }
  .about__item {
    border-radius: 0.75rem;
    padding: 1.25rem;
    min-height: 7.875rem;
    gap: 1.25rem;
    font-size: 0.75rem;
  }
}
.services__content {
  margin-top: 2.5rem;
  background-color: #F1F1F1;
  border-radius: 1.25rem;
  padding: 2rem;
}
.services__arrows {
  display: none;
}
.services__swiper .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
.services__slide {
  background-color: #fff;
  padding: 2rem;
  border-radius: 1.25rem;
  min-height: 30.75rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}
.services__slide:first-child {
  order: -2;
}
.services__image {
  width: 100%;
  border-radius: 1.25rem;
  height: 100%;
  order: -1;
}
.services__group {
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
}
.services__num {
  font-size: 1.875rem;
  line-height: 1;
  -webkit-text-stroke: 0.0625rem #999999;
  color: #fff;
  font-family: Involve;
  font-weight: 700;
}
.services__text {
  margin-bottom: 2rem;
  font-size: 0.875rem;
}
.services__info {
  margin-top: 1.25rem;
  font-size: 0.875rem;
}
.services__garant {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.875rem;
  font-style: oblique;
  font-family: Involve;
  font-weight: 500;
}
.services__garant-name {
  color: #999999;
}
.services__btn {
  margin-top: 1.25rem;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .services__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
  }
  .services__arrows {
    display: flex;
  }
  .services__content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 1.5rem;
  }
  .services__image {
    order: 1;
    height: 30.75rem;
  }
  .services__swiper {
    width: 100%;
  }
  .services__swiper .swiper-wrapper {
    gap: 0;
    display: flex;
  }
  .services__swiper .services__image {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .services__content {
    margin-top: 1.25rem;
    padding: 0.75rem;
    border-radius: 0.75rem;
    gap: 0.75rem;
  }
  .services__slide {
    border-radius: 0.75rem;
    padding: 0.75rem;
    min-height: 21.5rem;
  }
  .services__num {
    display: none;
  }
  .services__name br {
    display: none;
  }
  .services__group {
    margin-bottom: 1.25rem;
  }
  .services__text {
    font-size: 0.625rem;
    margin-bottom: 1.25rem;
  }
  .services__info {
    font-size: 0.625rem;
    margin-top: 0.75rem;
  }
  .services__garant {
    font-size: 0.625rem;
  }
  .services__image {
    height: 21.5rem;
    border-radius: 0.75rem;
  }
}
.certificates__block {
  position: relative;
  padding-bottom: 9.6875rem;
}
.certificates__swiper {
  margin-top: 1.0625rem;
  max-width: 56.25rem;
  width: 100%;
  margin-right: 0;
}
.certificates__slide {
  background-color: #11100E;
  border-radius: 1.25rem;
  padding: 2rem;
  color: #fff;
  gap: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 28.0625rem;
}
.certificates__image {
  border-radius: 1.25rem;
  overflow: hidden;
  max-width: 20.6875rem;
  display: flex;
  max-height: 20.6875rem;
}
.certificates__image img {
  width: 100%;
  height: 100%;
}
.certificates__folder {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 49rem;
  height: 28.0625rem;
  z-index: 2;
}
.certificates__folder--desktop {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.certificates__folder--mob {
  display: none;
}
.certificates__folder-wrapper {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.certificates__folder-title {
  z-index: 3;
  color: #D9D9D9;
  position: relative;
  text-shadow: -0.0125rem -0.0125rem 0.05rem rgba(0, 0, 0, 0.25), 0.0125rem 0.0125rem 0.0375rem rgb(255, 255, 255);
}
.certificates__folder-icon {
  max-width: 10.375rem;
  width: 100%;
  z-index: 3;
  position: relative;
}
.certificates__arrows {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 1024px) {
  .certificates__block {
    padding-bottom: 15.1875rem;
  }
  .certificates__folder {
    width: 31.9375rem;
  }
  .certificates__folder--desktop {
    display: none;
  }
  .certificates__folder--mob {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
  }
  .certificates__folder-wrapper {
    padding: 1.25rem 2rem 2rem 2rem;
  }
  .certificates__swiper {
    margin-top: 0;
    max-width: 31.75rem;
    height: 30rem;
  }
  .certificates__slide {
    min-height: 30rem;
  }
  .certificates__image {
    max-width: 23.875rem;
    max-height: 23.875rem;
  }
  .certificates__arrows {
    flex-direction: column;
  }
  .certificates-button-prev {
    transform: rotate(90deg);
  }
  .certificates-button-next {
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 576px) {
  .certificates__block {
    padding-bottom: 11rem;
  }
  .certificates__arrows {
    display: none;
  }
  .certificates__folder {
    width: 100%;
    height: 18.5rem;
  }
  .certificates__folder-title {
    font-size: 1.375rem;
  }
  .certificates__folder-wrapper {
    padding: 0.75rem;
  }
  .certificates__swiper {
    height: 43.875rem;
  }
  .certificates__slide {
    min-height: auto;
    padding: 1.25rem;
    border-radius: 0.75rem;
    gap: 2.5rem;
  }
  .certificates__image {
    max-width: 18.5rem;
    max-height: 18.5rem;
    border-radius: 0.75rem;
  }
}
.faq__block {
  display: flex;
  align-items: flex-start;
}
.faq__content {
  min-width: 59.125rem;
  max-width: 59.125rem;
  width: 100%;
}
.faq__accordion {
  margin-top: 1.5625rem;
}
.faq__accordion .accordion__item {
  border: 0.0625rem solid #EEEEEE;
  border-radius: 1.25rem;
}
.faq__accordion .accordion__item_show .faq__arrow, .faq__accordion .accordion__item_slidedown .faq__arrow {
  background-color: transparent;
  border: 0.0625rem solid #EEEEEE;
}
.faq__accordion .accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding: 1.25rem 2rem;
}
.faq__name {
  font-size: 1.625rem;
  line-height: 1;
  font-family: Involve;
  font-weight: 700;
}
.faq__arrow {
  background-color: #EEEEEE;
  border-radius: 50%;
  min-width: 1.875rem;
  height: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq__arrow-icon {
  width: 1rem;
}
.faq__text {
  font-size: 0.875rem;
  padding: 1.25rem 2rem;
}
.faq__image {
  min-width: 26.875rem;
  max-width: 26.875rem;
  margin-left: -1rem;
  width: 100%;
  z-index: -1;
}
.faq__image img {
  width: 100%;
  height: 100%;
}
.faq__image--mob {
  display: none;
}

@media screen and (max-width: 1024px) {
  .faq__block {
    flex-direction: column-reverse;
    gap: 2rem;
  }
  .faq__content {
    min-width: 100%;
  }
  .faq__image {
    margin: 0;
    min-width: 100%;
  }
  .faq__image--desktop {
    display: none;
  }
  .faq__image--mob {
    display: block;
  }
  .faq__accordion {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .faq__title {
    font-size: 1.5rem;
  }
  .faq__block {
    gap: 1.25rem;
  }
  .faq__accordion {
    margin-top: 1.25rem;
  }
  .faq__accordion .accordion__item {
    border-radius: 0.75rem;
  }
  .faq__accordion .accordion__header {
    gap: 1.25rem;
    padding: 0.375rem 0.75rem;
  }
  .faq__text {
    padding: 0.75rem;
    font-size: 0.625rem;
  }
  .faq__text h3 {
    font-size: 0.625rem;
  }
  .faq__name {
    font-size: 0.75rem;
  }
  .faq__arrow {
    min-width: 1.5rem;
    height: 1.5rem;
  }
  .faq__arrow-icon {
    width: 0.625rem;
  }
}
.project-block {
  margin-top: 7.8125rem;
}
.project-block__content {
  margin-top: 2.5rem;
  display: flex;
  gap: 1.25rem;
}
.project-block__mask {
  position: absolute;
}
.project-block__mask--mob {
  display: none;
}
.project-block__gallery {
  max-width: 49.0625rem;
  width: 100%;
  border-radius: 1.25rem;
}
.project-block__gallery-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
.project-block__gallery-slide {
  border-radius: 1.25rem;
  overflow: hidden;
}
.project-block__gallery-image {
  width: 100%;
  height: 100%;
  display: flex;
}
.project-block__gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-block__gallery-image img, .project-block__gallery-image picture {
  mask: url(#mask0_194_357);
  -webkit-mask: url(#mask0_194_357);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
}
.project-block__gallery-pagination {
  position: initial;
  width: max-content !important;
}
.project-block__gallery-pagination .swiper-pagination-bullet {
  margin: 0 0.125rem !important;
}
.project-block__gallery-button-prev, .project-block__gallery-button-next {
  width: 1.25rem;
  height: 1.25rem;
}
.project-block__gallery-button-prev svg, .project-block__gallery-button-next svg {
  width: 0.375rem;
}
.project-block-info {
  background-color: #F1F1F1;
  border-radius: 1.25rem;
  max-width: 34.6875rem;
  width: 100%;
  font-size: 0.875rem;
  padding: 2rem;
}
.project-block-info__header {
  display: flex;
  justify-content: space-between;
  border-bottom: 0.0625rem solid rgba(153, 153, 153, 0.2);
  padding-bottom: 1.25rem;
}
.project-block-info__label {
  color: #999999;
  font-style: oblique;
}
.project-block-info__name {
  margin-top: 0.375rem;
  font-style: oblique;
  font-family: Involve;
  font-weight: 700;
}
.project-block-info__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.project-block-info__center {
  padding: 1.25rem 0;
  border-bottom: 0.0625rem solid rgba(153, 153, 153, 0.2);
}
.project-block-info__swiper {
  margin-top: 1.25rem;
}
.project-block-info__slide {
  background-color: #fff;
  border-radius: 1.25rem;
  padding: 2rem;
}
.project-block-info__slide-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.project-block-info__num {
  display: flex;
  font-family: Involve;
  font-weight: 700;
  color: #999999;
}
.project-block-info__total {
  display: flex;
}
.project-block-info__total::before {
  content: "/";
  display: block;
}
.project-block-info__text {
  margin-top: 1.25rem;
  font-style: oblique;
}
.project-block-info__text ul {
  gap: 1rem;
  display: flex;
  flex-direction: column;
}
.project-block-info__date {
  padding: 1.25rem 0 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.project-block-info__date .project-block-info__name {
  margin: 0;
}
.project-block-info__arrows {
  gap: 0.375rem;
}
.project-block-info-button-next, .project-block-info-button-prev {
  width: 1.25rem;
  height: 1.25rem;
  border: 0.0625rem solid #999999;
  background: transparent;
}
.project-block-info-button-next svg, .project-block-info-button-prev svg {
  width: 0.375rem;
}
.project-block-desc {
  margin-top: 1.25rem;
  display: flex;
  gap: 1.25rem;
}
.project-block-desc__item {
  border: 0.0625rem solid #999999;
  border-radius: 1.25rem;
  padding: 2rem;
  font-size: 0.875rem;
}
.project-block-desc__item--dark {
  max-width: 49.0625rem;
  width: 100%;
  background-color: #11100E;
  border-color: #11100E;
  color: #fff;
}
.project-block-desc__item--dark .project-block-desc__title {
  color: rgba(238, 238, 238, 0.8);
}
.project-block-desc__item--dark .project-block-desc__text ul li::before {
  border-color: #fff;
}
.project-block-desc__title {
  font-style: oblique;
  color: #999999;
}
.project-block-desc__text {
  margin-top: 1.25rem;
  font-style: oblique;
}
.project-block-desc__text ul {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.project-block-desc__text ul li {
  padding-left: 1.25rem;
}
.project-block-desc__text ul li::before {
  min-width: 0.625rem;
  height: 0.625rem;
  border: 0.0625rem solid #11100E;
  background-color: transparent;
  top: 0.125rem;
}
.project-block-form {
  margin-top: 1.25rem;
}
.project-block-form .form-block__block {
  flex-direction: row-reverse;
}
.project-block-form .form-block-forma {
  margin-top: 1.25rem;
}
.project-block-form .form-block-forma__file .upload-file__input {
  opacity: 0;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  width: 0.025rem;
  height: 0.025rem;
}
.project-block-form .form-block-forma__file .upload-file__label {
  display: flex;
  align-items: center;
  width: 100%;
  border: 0.0625rem solid rgba(153, 153, 153, 0.2);
  height: 2.5rem;
  border-radius: 1.25rem;
  cursor: pointer;
  background-color: #E8E8E8;
  padding: 0 1.25rem;
  font-size: 0.875rem;
  color: #999999;
}

@media screen and (max-width: 1024px) {
  .project-block {
    margin-top: 7rem;
  }
  .project-block__title {
    font-size: 2rem;
  }
  .project-block__content {
    margin-top: 2rem;
    flex-direction: column;
  }
  .project-block__gallery {
    height: 36.0625rem;
  }
  .project-block-info {
    max-width: 100%;
  }
  .project-block-desc {
    flex-direction: column;
  }
  .project-block-form .form-block__block {
    flex-direction: column-reverse;
  }
  .project-block-form .form-block__image {
    height: 23.125rem;
  }
}
@media screen and (max-width: 576px) {
  .project-block {
    margin-top: 6.25rem;
  }
  .project-block__title {
    font-size: 1.5rem;
  }
  .project-block__content {
    margin-top: 1.25rem;
    gap: 0.75rem;
  }
  .project-block__mask--desktop {
    display: none;
  }
  .project-block__mask--mob {
    display: block;
  }
  .project-block__gallery {
    height: 17.625rem;
  }
  .project-block__gallery-bottom {
    gap: 0.5rem;
  }
  .project-block__gallery-image img, .project-block__gallery-image picture {
    mask: url(#mask0_194_1047);
    -webkit-mask: url(#mask0_194_1047);
  }
  .project-block__gallery-button-next, .project-block__gallery-button-prev {
    width: 1.25rem;
    height: 1.25rem;
  }
  .project-block__gallery-button-next svg, .project-block__gallery-button-prev svg {
    width: 0.375rem;
  }
  .project-block-info {
    padding: 1.25rem;
  }
  .project-block-info__slide {
    padding: 1.25rem;
  }
  .project-block-info__sub {
    font-size: 0.875rem;
  }
  .project-block-desc {
    gap: 0.75rem;
    margin-top: 0.75rem;
  }
  .project-block-desc__item {
    padding: 1.25rem;
  }
  .project-block-form {
    margin-top: 2.5rem;
  }
  .project-block-form .form-block__image {
    height: 21.5rem;
  }
  .project-block-form .form-block-forma__file .upload-file__label {
    height: 2rem;
    padding: 0 0.75rem;
    font-size: 0.75rem;
  }
}
.error-block {
  margin-top: 7.8125rem;
}
.error-block__block {
  background-color: #EEEEEE;
  border-radius: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5rem;
}
.error-block__image {
  max-width: 34.6875rem;
  width: 100%;
  display: flex;
}
.error-block__image img {
  width: 100%;
  height: 100%;
}
.error-block__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 27.0625rem;
  width: 100%;
}
.error-block__text {
  margin-top: 2.5rem;
}
.error-block__btn {
  margin-top: 2.5rem;
}

@media screen and (max-width: 1024px) {
  .error-block {
    margin-top: 7.5rem;
  }
  .error-block__block {
    padding: 1.25rem 0 5.875rem 0;
    flex-direction: column;
    gap: 2.1875rem;
  }
  .error-block__image {
    max-width: 29.75rem;
  }
}
@media screen and (max-width: 576px) {
  .error-block {
    margin-top: 5.75rem;
  }
  .error-block__block {
    border-radius: 0.75rem;
    padding: 2.5rem 1.5rem;
    gap: 2.5rem;
  }
  .error-block__image {
    max-width: 17.375rem;
  }
  .error-block__title {
    font-size: 1.5rem;
  }
  .error-block__text {
    margin-top: 1.25rem;
  }
  .error-block__btn {
    margin-top: 1.25rem;
  }
}
.privacy-policy {
  margin-top: 7.8125rem;
}
.privacy-policy__content {
  margin-top: 3.75rem;
}
.privacy-policy-block {
  margin-bottom: 3.75rem;
}
.privacy-policy-block:last-child {
  margin: 0;
}
.privacy-policy-block__title {
  font-family: Involve;
  font-weight: 500;
}
.privacy-policy-block__text {
  font-size: 0.875rem;
  margin-top: 2.5rem;
  gap: 1.5rem;
}
.privacy-policy-block__text a {
  color: var(--text);
}

@media screen and (max-width: 1024px) {
  .privacy-policy {
    margin-top: 7.5rem;
  }
  .privacy-policy__content {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  .privacy-policy {
    margin-top: 6.25rem;
  }
  .privacy-policy__content {
    margin-top: 1.25rem;
  }
  .privacy-policy__text {
    font-size: 0.75rem;
    margin-top: 1.25rem;
  }
  .privacy-policy__title {
    font-size: 1.5rem;
  }
  .privacy-policy-block__title {
    font-size: 1.125rem;
  }
}