@charset "UTF-8";

:root {
  --white: #fff;
  --light: #f6f6f7;
  --light--darken: #e2ecf4;
  --feather: #d6fffc;
  --accent--light: #a9e4e5;
  --accent: #26c0b5;
  --accent--darken: #14aca1;
  --error: #c63c3c;
  --success: #52aa52;
  --grey: #585e67;
  --text-color: #4b5563;
  --black: #1d2d44;
  --content: 1570px;
  --border-radius: 8px;
  --base-font-size: 16px;
  --transition: 0.25s ease-out;
  --font-family-main: "font-main", sans-serif;
  --text-shadow: 0 0 calc(15px + 15 * (100vw / 1920)) rgba(0, 163, 255, 0.6);
}

@font-face {
  font-family: "font-main";
  src: url(/fonts/Inter-Regular.woff2?2fcf1d34a562089cb91820086258404b) format("woff2");
  font-weight: 400;
  font-style: "normal";
  font-display: swap;
}

@font-face {
  font-family: "font-main";
  src: url(/fonts/Inter-Medium.woff2?17e39947bfda413ec4c237317e317170) format("woff2");
  font-weight: 500;
  font-style: "normal";
  font-display: swap;
}

@font-face {
  font-family: "font-main";
  src: url(/fonts/Inter-SemiBold.woff2?f1f436d8ff17329cec97e7d3476c1020) format("woff2");
  font-weight: 600;
  font-style: "normal";
  font-display: swap;
}

@font-face {
  font-family: "font-main";
  src: url(/fonts/Inter-Bold.woff2?79d1c9d2a21734d271c35a7cfab5f526) format("woff2");
  font-weight: 700;
  font-style: "normal";
  font-display: swap;
}

@font-face {
  font-family: "font-main";
  src: url(/fonts/Inter-ExtraBold.woff2?6234cfccee5387acb4e80964d7e69efc) format("woff2");
  font-weight: 800;
  font-style: "normal";
  font-display: swap;
}

.lazy,
.swiper-lazy {
  opacity: 0;
  transition: var(--transition);
}

.loaded,
.swiper-lazy-loaded {
  opacity: 1;
}

/*! 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 */
  -webkit-text-decoration: underline dotted;
  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;
}

* {
  box-sizing: border-box;
}

body {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 320px;
  min-height: 100vh;
  font-family: var(--font-family-main);
  font-size: var(--base-font-size);
  line-height: 1.5;
  color: var(--black);
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}

main {
  flex: 1;
  display: flex;
  flex-direction: column;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

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

input,
button,
textarea,
select {
  font: inherit;
}

audio,
canvas,
iframe,
img,
svg,
video,
textarea {
  vertical-align: middle;
}

textarea {
  resize: none;
}

section {
  position: relative;
}

input,
select,
button {
  outline: none;
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
  transition: var(--transition);
}

b,
strong {
  font-weight: bold;
}

.container {
  width: 100%;
  max-width: var(--content);
  margin: 0 auto;
  padding: 0 15px;
}

.btn-reset {
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: var(--white);
}

.input-reset::-webkit-search-decoration,
.input-reset::-webkit-search-cancel-button,
.input-reset::-webkit-search-results-button,
.input-reset::-webkit-search-results-decoration {
  display: none;
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.centered {
  text-align: center;
}

.visually-hidden,
.v-hidden {
  position: fixed;
  transform: scale(0);
}

.list-reset {
  margin: 0;
  padding: 0;
}

.btn-reset {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
}

.no-scroll {
  overflow: hidden;
}

.no-select {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

sup {
  margin-left: -3px;
}

.hscroll {
  overflow-x: auto;
}

[x-cloak] {
  display: none !important;
}

.focus-visible {
  outline: 2px solid var(--accent) !important;
}

[class*=copyrights-pane] {
  /* display: none !important; */
  opacity: 0;
  transition: opacity 0.2s ease-in;
}

.map:hover [class*=copyrights-pane] {
  opacity: 1;
}

/* Создать свою карту */

[class*=gototech] {
  display: none !important;
}

[class*=ground-pane] {
  filter: grayscale(0.25) sepia(10%);
}

[data-lastpass-icon-root],
[data-lastpass-icon] {
  display: none !important;
}

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */

@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;
}

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

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

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

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

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

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

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

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

.swiper-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);
  backface-visibility: hidden;
}

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

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.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,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.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-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-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

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

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

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

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

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

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

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

.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: 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: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,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

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

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

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

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

.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: 10px;
  left: 0;
  width: 100%;
}

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

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  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: 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;
  -moz-appearance: none;
  appearance: none;
}

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

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

.swiper-pagination-bullet-active {
  opacity: 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: 10px;
  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-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

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

.swiper-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: 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: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

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

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: 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: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

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

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

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

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

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

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

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

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  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 .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,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  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-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

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

.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-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  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-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

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

.swiper-cards {
  overflow: visible;
}

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

:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75;
}

.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
}

.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  animation: f-spinner-rotate 2s linear infinite;
}

.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none;
}

.f-spinner svg *:first-child {
  stroke: var(--f-spinner-color-1);
}

.f-spinner svg *:last-child {
  stroke: var(--f-spinner-color-2);
  animation: f-spinner-dash 2s ease-in-out infinite;
}

@keyframes f-spinner-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

.f-throwOutUp {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
}

.f-throwOutDown {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;
}

@keyframes f-throwOutUp {
  to {
    transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    opacity: 0;
  }
}

@keyframes f-throwOutDown {
  to {
    transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    opacity: 0;
  }
}

.f-zoomInUp {
  animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
}

.f-zoomOutDown {
  animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;
}

@keyframes f-zoomInUp {
  from {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }

  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes f-zoomOutDown {
  to {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}

.f-fadeIn {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
  z-index: 2;
}

.f-fadeOut {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
  z-index: 1;
}

@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}

.f-fadeFastIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2;
}

.f-fadeFastOut {
  animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
  z-index: 2;
}

@keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }

  100% {
    opacity: 1;
  }
}

@keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}

.f-fadeSlowIn {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2;
}

.f-fadeSlowOut {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index: 1;
}

@keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}

.f-crossfadeIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2;
}

.f-crossfadeOut {
  animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
  z-index: 1;
}

@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}

.f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
}

.f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
}

.f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
}

.f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
}

@keyframes f-slideInPrev {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes f-slideInNext {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes f-slideOutNext {
  100% {
    transform: translateX(-100%);
  }
}

@keyframes f-slideOutPrev {
  100% {
    transform: translateX(100%);
  }
}

.f-classicIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  z-index: 2;
}

.f-classicIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  z-index: 2;
}

.f-classicOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  z-index: 1;
}

.f-classicOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  z-index: 1;
}

@keyframes f-classicInNext {
  0% {
    transform: translateX(-75px);
    opacity: 0;
  }

  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes f-classicInPrev {
  0% {
    transform: translateX(75px);
    opacity: 0;
  }

  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes f-classicOutNext {
  100% {
    transform: translateX(-75px);
    opacity: 0;
  }
}

@keyframes f-classicOutPrev {
  100% {
    transform: translateX(75px);
    opacity: 0;
  }
}

:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65;
}

.f-button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  transition: var(--f-button-transition);
}

.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg);
}

.f-button:focus:not(:focus-visible) {
  outline: none;
}

.f-button:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
}

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity 0.15s ease;
  transform: var(--f-button-transform);
  filter: var(--f-button-svg-filter);
  pointer-events: none;
}

.f-button[disabled] {
  cursor: default;
}

.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}

.f-carousel__nav .f-button.is-prev,
.f-carousel__nav .f-button.is-next,
.fancybox__nav .f-button.is-prev,
.fancybox__nav .f-button.is-next {
  position: absolute;
  z-index: 1;
}

.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-next {
  top: 50%;
  transform: translateY(-50%);
}

.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos);
}

.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-next {
  top: auto;
  left: 50%;
  transform: translateX(-50%);
}

.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev svg,
.is-vertical .f-carousel__nav .f-button.is-next svg,
.is-vertical .fancybox__nav .f-button.is-prev svg,
.is-vertical .fancybox__nav .f-button.is-next svg {
  transform: rotate(90deg);
}

.f-carousel__nav .f-button:disabled,
.fancybox__nav .f-button:disabled {
  pointer-events: none;
}

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}

html.with-fancybox body {
  touch-action: none;
}

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.98);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: visible;
  z-index: var(--fancybox-zIndex, 1050);
  outline: none;
  transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain;
}

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

.fancybox__container::backdrop {
  background-color: rgba(0, 0, 0, 0);
}

.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity, 1);
  will-change: opacity;
}

.fancybox__carousel {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}

.fancybox__viewport {
  width: 100%;
  height: 100%;
}

.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: grab;
}

.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.fancybox__track {
  display: flex;
  margin: 0 auto;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 4px;
  overflow: auto;
  overscroll-behavior: contain;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px;
}

.fancybox__slide.has-iframe,
.fancybox__slide.has-video,
.fancybox__slide.has-html5video {
  overflow: hidden;
}

.fancybox__slide.has-image {
  overflow: hidden;
}

.fancybox__slide.has-image.is-animating,
.fancybox__slide.has-image.is-selected {
  overflow: visible;
}

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

.fancybox__backdrop:empty,
.fancybox__viewport:empty,
.fancybox__track:empty,
.fancybox__slide:empty {
  display: block;
}

.fancybox__content {
  align-self: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  border-radius: 0;
  z-index: 20;
}

.is-loading .fancybox__content {
  opacity: 0;
}

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

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

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

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

.fancybox__content [data-selectable],
.fancybox__content [contenteditable] {
  cursor: auto;
}

.fancybox__slide.has-image > .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: none;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__slide.has-image > .fancybox__content > picture > img {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.is-animating .fancybox__content,
.is-dragging .fancybox__content {
  will-change: transform, width, height;
}

.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  filter: blur(0px);
}

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

.is-loading .fancybox__caption,
.is-closing .fancybox__caption {
  opacity: 0;
  visibility: hidden;
}

.is-compact .fancybox__caption {
  padding-bottom: 0;
}

.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 40;
}

.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  position: absolute;
  top: -38px;
  right: 0;
  opacity: 0.75;
}

.is-loading .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.is-zooming-out .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 1;
}

.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative;
}

.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 24px;
  opacity: var(--fancybox-opacity, 1);
  transition: all 0.25s ease;
}

.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24, 24, 27, 0.5);
}

.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px;
}

.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 5px;
  right: 5px;
}

.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__nav .f-button:before {
  position: absolute;
  content: "";
  top: -30px;
  right: -20px;
  left: -20px;
  bottom: -30px;
  z-index: 1;
}

.is-idle .fancybox__nav {
  animation: 0.15s ease-out both f-fadeOut;
}

.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__slide > .f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  z-index: 30;
  cursor: pointer;
}

.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 40;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}

.fancybox-focus-guard {
  outline: none;
  opacity: 0;
  position: fixed;
  pointer-events: none;
}

.fancybox__container:not([aria-hidden]) {
  opacity: 0;
}

.fancybox__container.is-animated[aria-hidden=false] > *:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel > *:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide > *:not(.fancybox__content) {
  animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
  animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=true] > *:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel > *:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide > *:not(.fancybox__content) {
  animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
  animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
}

.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content {
  width: calc(100% - 120px);
  height: 90%;
}

.fancybox__container.is-compact .has-iframe .fancybox__content,
.fancybox__container.is-compact .has-map .fancybox__content,
.fancybox__container.is-compact .has-pdf .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

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

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

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

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

.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0;
}

.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
}

.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
}

.f-thumbs {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  perspective: 1000px;
  transform: translateZ(0);
}

.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  z-index: -1;
}

.f-thumbs .f-spinner svg {
  display: none;
}

.f-thumbs.is-vertical {
  height: 100%;
}

.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.f-thumbs__track {
  display: flex;
}

.f-thumbs__slide {
  position: relative;
  flex: 0 0 auto;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  overflow: visible;
  cursor: pointer;
}

.f-thumbs__slide.is-loading img {
  opacity: 0;
}

.is-classic .f-thumbs__viewport {
  height: 100%;
}

.is-modern .f-thumbs__track {
  width: -moz-max-content;
  width: max-content;
}

.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((var(--f-thumb-clip-width, 0)) * -0.5);
  width: calc(var(--width, 0) * 1px + var(--f-thumb-clip-width, 0));
  cursor: pointer;
}

.is-modern .f-thumbs__slide {
  width: var(--f-thumb-clip-width);
  transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  transition: none;
  pointer-events: none;
}

.is-modern.is-resting .f-thumbs__slide {
  transition: transform 0.33s ease;
}

.is-modern.is-resting .f-thumbs__slide__button {
  transition: clip-path 0.33s ease;
}

.is-using-tab .is-modern .f-thumbs__slide:focus-within {
  filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
}

.f-thumbs__slide__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: var(--f-thumb-width);
  height: 100%;
  margin: 0 -100% 0 -100%;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  transition: opacity 0.2s ease;
}

.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity);
}

.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none;
}

.f-thumbs__slide__button:focus-visible {
  outline: none;
  opacity: var(--f-thumb-selected-opacity);
}

.is-modern .f-thumbs__slide__button {
  --clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );
  clip-path: var(--clip-path);
}

.is-classic .is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity);
}

.is-classic .is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  animation: f-fadeIn 0.2s ease-out;
  z-index: 10;
}

.f-thumbs__slide__img {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: var(--f-thumb-offset);
  box-sizing: border-box;
  pointer-events: none;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: var(--f-thumb-border-radius);
}

.f-thumbs.is-horizontal .f-thumbs__track {
  padding: 8px 0 12px 0;
}

.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0;
}

.f-thumbs.is-vertical .f-thumbs__track {
  flex-wrap: wrap;
  padding: 0 8px;
}

.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0;
}

.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-classic .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-modern .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap);
}

.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0;
}

.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px;
}

.fancybox__thumbs.is-masked {
  max-height: 0px !important;
}

.is-closing .fancybox__thumbs {
  transition: none !important;
}

.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
  pointer-events: none;
  z-index: 20;
}

.fancybox__toolbar :focus-visible {
  z-index: 1;
}

.fancybox__toolbar.is-absolute,
.is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.is-idle .fancybox__toolbar {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__toolbar__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}

.fancybox__toolbar__column.is-left,
.fancybox__toolbar__column.is-right {
  flex-grow: 1;
  flex-basis: 0;
}

.fancybox__toolbar__column.is-right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

.fancybox__infobar {
  padding: 0 5px;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.fancybox__infobar span {
  padding: 0 5px;
}

.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg);
}

[data-fancybox-toggle-slideshow] {
  position: relative;
}

[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: 0.3;
}

[data-fancybox-toggle-slideshow] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex;
}

.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}

.footer {
  color: var(--white);
  background-color: var(--black);
  border-top: 5px solid var(--accent);
}

.footer__content {
  padding: clamp(2.5rem, 2.314rem + 0.83vw, 3.125rem) 0;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(1.563rem, 1.098rem + 2.07vw, 3.125rem);
}

.footer__branding {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  max-width: 440px;
  grid-column: span 4;
}

.footer__slogan {
  font-size: 16px;
  line-height: 1.25;
}

.footer__navs {
  display: flex;
  gap: 80px;
  grid-column: span 5;
}

.footer__nav {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 0.851rem + 0.66vw, 1.5rem);
}

.footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: clamp(0.875rem, 0.838rem + 0.17vw, 1rem);
}

.footer__nav-list a {
  font-size: clamp(0.938rem, 0.882rem + 0.25vw, 1.125rem);
  line-height: 1.11;
}

.footer__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--accent);
}

.footer__info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  grid-column: span 3;
}

.footer__addr {
  font-weight: 400;
  font-size: clamp(0.938rem, 0.882rem + 0.25vw, 1.125rem);
  line-height: 1.11;
  font-style: normal;
  text-wrap: balance;
}

.footer__phone {
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  max-width: -moz-max-content;
  max-width: max-content;
}

.footer__email {
  max-width: -moz-max-content;
  max-width: max-content;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.33;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: var(--accent);
}

.footer__bottom {
  padding: clamp(1.25rem, 1.064rem + 0.83vw, 1.875rem) 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-top: 1px solid var(--accent);
}

.footer__copy,
.footer__link {
  font-size: 14px;
  line-height: 1.14;
  color: var(--light--darken);
}

.footer__links {
  display: flex;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 5px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.header {
  padding: 10px 0;
  position: relative;
  background-color: var(--accent--light);
  overflow: hidden;
}

.header__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.header__container {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.header__logo {
  position: relative;
  flex: 0 0 clamp(4.688rem, 3.293rem + 6.2vw, 9.375rem);
}

.header__logo::before {
  content: "";
  width: 200px;
  height: 150px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  filter: blur(50px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.header__nav-list {
  display: flex;
  -moz-column-gap: clamp(0.938rem, 0.659rem + 1.24vw, 1.875rem);
  column-gap: clamp(0.938rem, 0.659rem + 1.24vw, 1.875rem);
  row-gap: 5px;
  flex-wrap: wrap;
}

.header__nav-link {
  font-weight: 700;
  font-size: clamp(0.938rem, 0.807rem + 0.58vw, 1.375rem);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
}

.header__data {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.header__burger {
  display: none;
  justify-content: center;
  align-items: center;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  color: var(--black);
}

.header__burger svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.hero {
  position: relative;
  padding: clamp(2.5rem, 1.198rem + 5.79vw, 6.875rem) 0;
  background-color: var(--grey);
  color: var(--white);
}

.hero__view,
.hero__img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
}

.hero__view::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: var(--black);
  opacity: 0.6;
  z-index: 1;
}

.hero__img {
  filter: grayscale(1);
}

.hero__container {
  position: relative;
  z-index: 10;
}

.hero__content {
  max-width: 768px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hero__title {
  margin: 0;
  font-weight: 700;
  font-size: clamp(1.563rem, 1.098rem + 2.07vw, 3.125rem);
  line-height: 1.2;
  text-wrap: balance;
}

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

.hero__text {
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-size: clamp(1rem, 0.926rem + 0.33vw, 1.25rem);
  line-height: 1.4;
  color: var(--light--darken);
  text-wrap: balance;
}

.hero__actions {
  display: flex;
  gap: clamp(0.625rem, 0.513rem + 0.5vw, 1rem);
  flex-wrap: wrap;
}

.s-about {
  position: relative;
  overflow: hidden;
}

.s-about__decor {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.s-about__container {
  position: relative;
  z-index: 1;
}

.s-about__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 80px;
}

.s-about__content {
  grid-column: span 7;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.s-about__data {
  grid-column: span 5;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.s-about__text {
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-size: clamp(1rem, 0.963rem + 0.17vw, 1.125rem);
  line-height: 1.63;
}

.s-about__img {
  width: 100%;
  height: auto;
  border-radius: var(--border-radius);
}

.s-callback {
  padding: 30px 0;
  position: relative;
  background-color: #d6dee2;
}

.s-callback__bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.s-callback__container {
  position: relative;
  z-index: 1;
}

.s-callback__wrapper {
  padding: clamp(1.563rem, 0.912rem + 2.89vw, 3.75rem) clamp(0.938rem, -0.643rem + 7.02vw, 6.25rem);
  background-color: rgba(249, 250, 251, 0.85);
  border-radius: var(--border-radius);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 30px;
}

.s-callback__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.s-callback__title {
  font-weight: 700;
  font-size: clamp(1.375rem, 1.226rem + 0.66vw, 1.875rem);
  line-height: 1.07;
}

.s-callback__text {
  font-weight: 500;
  font-size: clamp(1rem, 0.963rem + 0.17vw, 1.125rem);
}

.s-callback__text a,
.s-callback__text span {
  color: var(--accent);
  font-weight: 700;
}

.s-callback__data {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(0.625rem, 0.439rem + 0.83vw, 1.25rem);
}

.s-callback__phone {
  font-weight: 700;
  font-size: clamp(1.375rem, 1.226rem + 0.66vw, 1.875rem);
  line-height: 0.8;
  max-width: -moz-max-content;
  max-width: max-content;
}

.s-callback__email {
  font-weight: 600;
  font-size: clamp(1.125rem, 1.013rem + 0.5vw, 1.5rem);
  line-height: 1;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: var(--accent);
}

.s-callback__actions {
  display: flex;
  justify-content: flex-end;
}

.s-cat__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(320px, 100%), 1fr));
  gap: clamp(1.25rem, 0.32rem + 4.13vw, 4.375rem);
}

.s-cat__actions {
  display: flex;
  justify-content: center;
}

.s-cat__link {
  display: inline-flex;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: var(--accent);
  border-bottom: 2px solid currentColor;
}

.s-cont__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1.25rem, 1.064rem + 0.83vw, 1.875rem);
}

.s-cont__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.s-cont__data {
  padding: clamp(1.25rem, 1.064rem + 0.83vw, 1.875rem) clamp(0.938rem, 0.473rem + 2.07vw, 2.5rem);
  border-radius: var(--border-radius);
  background-color: var(--white);
}

.s-cont__map {
  min-height: clamp(18.75rem, 13.171rem + 24.79vw, 37.5rem);
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.1), 0 16px 16px 0 rgba(0, 0, 0, 0.09), 0 35px 21px 0 rgba(0, 0, 0, 0.05), 0 62px 25px 0 rgba(0, 0, 0, 0.01), 0 97px 27px 0 rgba(0, 0, 0, 0);
}

.s-cont__form {
  padding: clamp(1.25rem, 1.064rem + 0.83vw, 1.875rem) clamp(0.938rem, 0.473rem + 2.07vw, 2.5rem);
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: var(--accent);
  border-radius: var(--border-radius);
}

.s-cont__form-title {
  margin-bottom: clamp(0rem, -0.372rem + 1.65vw, 1.25rem);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  color: var(--white);
}

.s-cont__form-fields {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.s-partner {
  padding-bottom: clamp(2.5rem, 2.314rem + 0.83vw, 3.125rem) !important;
}

.s-partner__subtitle {
  margin: 0;
  font-size: clamp(0.938rem, 0.919rem + 0.08vw, 1rem);
  line-height: 1.5;
  text-wrap: balance;
  display: inline-block;
  max-width: 820px;
}

.s-partner__body {
  position: relative;
  padding: 0 130px;
}

.s-partner__nav {
  position: absolute;
  left: 40px;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.s-partner__slider {
  padding: 0 20px;
}

.s-partner__slide {
  margin: 30px 0;
  height: auto;
}

.s-prod__head {
  margin-bottom: clamp(1.563rem, 1.135rem + 1.9vw, 3rem);
}

.s-prod__grid {
  display: flex;
  gap: clamp(1.25rem, 1.064rem + 0.83vw, 1.875rem);
  flex-wrap: wrap;
}

.s-prod__view {
  display: flex;
  flex: 0 0 360px;
  width: 360px;
  height: 340px;
  background-color: var(--light--darken);
  box-shadow: 0 2px 4px 0 rgba(6, 30, 28, 0.07), 0 8px 8px 0 rgba(6, 30, 28, 0.06), 0 17px 10px 0 rgba(6, 30, 28, 0.04), 0 30px 12px 0 rgba(6, 30, 28, 0.01), 0 47px 13px 0 rgba(6, 30, 28, 0);
  border-radius: var(--border-radius);
  overflow: hidden;
  cursor: zoom-in;
}

.s-prod__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.s-prod__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.s-prod__back {
  margin-top: clamp(1.25rem, 0.878rem + 1.65vw, 2.5rem);
}

.f-fadeIn {
  animation: var(--f-transition-duration, 0.2s) ease both f-fadeIn;
  z-index: 2;
}

.f-fadeOut {
  animation: var(--f-transition-duration, 0.2s) ease both f-fadeOut;
  z-index: 1;
}

@keyframes f-fadeIn {
  0% {
    opacity: 0;
    transform: scale(1.025);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes f-fadeOut {
  100% {
    opacity: 0;
    transform: scale(1.025);
  }
}

@keyframes faded {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.faded {
  animation-name: faded;
  animation-duration: 0.35s;
}

.aside-nav {
  padding: clamp(0.313rem, 0.22rem + 0.41vw, 0.625rem) 0;
  background-color: var(--accent--darken);
  color: var(--white);
  border-radius: var(--border-radius);
  overflow: hidden;
}

.aside-nav__item:last-child .aside-nav__link {
  border: none;
}

.aside-nav__link {
  padding: clamp(0.75rem, 0.638rem + 0.5vw, 1.125rem) 12px;
  display: flex;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.838rem + 0.17vw, 1rem);
  line-height: 1.25;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  background-color: var(--accent);
  border-bottom: 1px solid var(--accent--darken);
  transition: var(--transition);
}

.aside-nav__link.is-active {
  background-color: var(--black);
}

.b-availability {
  display: inline-flex;
  gap: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.33;
  color: var(--text-color);
}

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

.b-cookie {
  position: fixed;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 540px;
  z-index: 999;
  padding: clamp(0.625rem, 0.392rem + 1.16vw, 1.25rem);
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #f8f8f8;
  box-shadow: 0 1px 1px rgba(3, 7, 18, 0.02), 0 5px 4px rgba(3, 7, 18, 0.03), 0 12px 9px rgba(3, 7, 18, 0.05), 0 20px 15px rgba(3, 7, 18, 0.06), 0 32px 24px rgba(3, 7, 18, 0.08);
  font-size: 13px;
  border-radius: var(--border-radius);
  transition: 0.25s ease-in-out;
}

.b-cookie.unactive {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  bottom: -10px;
}

.b-cookie__title {
  color: #404040;
  text-wrap: balance;
}

.b-cookie__title a {
  text-decoration: underline;
}

.b-cookie__btn {
  padding: 10px 30px;
  background-color: var(--accent);
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
  transition: background-color 0.25s ease-in-out;
}

.breadcrumbs {
  padding: clamp(0.625rem, 0.439rem + 0.83vw, 1.25rem) 0;
  border-bottom: 3px solid #bfebe7;
}

.breadcrumbs__list {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
  row-gap: 5px;
  flex-wrap: wrap;
}

.breadcrumbs__item {
  line-height: 1.25;
  display: flex;
  align-items: center;
}

.breadcrumbs__item:not(:last-child) {
  position: relative;
}

.breadcrumbs__item:not(:last-child)::after {
  content: "/";
  margin-left: 10px;
  font-size: 12px;
}

.breadcrumbs__item:not(:last-child) .breadcrumbs__link {
  pointer-events: all;
  color: #6b7280;
}

.breadcrumbs__link {
  font-size: 14px;
  line-height: 1.25;
  letter-spacing: 0.02em;
  color: var(--accent);
  pointer-events: none;
  text-wrap: balance;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 32px;
  border-radius: var(--border-radius);
  box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.1), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  background-color: var(--accent);
  color: var(--white);
  border: 2px solid transparent;
  font-weight: 700;
  font-size: clamp(1rem, 0.963rem + 0.17vw, 1.125rem);
  line-height: 1.56;
  transition: var(--transition);
}

.button.focus-visible {
  border-color: currentColor;
}

.button:active {
  transform: translateY(3px);
}

.button.is-black {
  padding: 16px 30px;
  height: 62px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--black);
  border-color: var(--black);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
}

.button.is-outlined {
  background-color: transparent;
  border-color: currentColor;
}

.button.is-outlined.focus-visible {
  color: var(--accent);
}

.button.is-wide {
  padding: clamp(1rem, 0.833rem + 0.74vw, 1.563rem) clamp(1.875rem, 1.131rem + 3.31vw, 4.375rem);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.button.is-prod {
  padding: 17px 30px;
  height: 62px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
}

.button:disabled {
  filter: grayscale(1);
  pointer-events: none;
  opacity: 0.5;
}

.c-back {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.33;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: var(--accent);
}

.c-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: 0 0 1px rgba(3, 7, 18, 0.02), 0 2px 4px rgba(3, 7, 18, 0.03), 0 4px 9px rgba(3, 7, 18, 0.05), 0 6px 15px rgba(3, 7, 18, 0.06), 0 10px 24px rgba(3, 7, 18, 0.08);
  transition: var(--transition);
}

.c-card.focus-visible .c-card__view::before {
  opacity: 0.4;
}

.c-card.focus-visible .c-card__link {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.c-card__view {
  position: relative;
  display: flex;
  height: 230px;
  background-color: var(--light--darken);
}

.c-card__view::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--accent);
  opacity: 0;
  transition: var(--transition);
}

.c-card__link {
  padding: 8px 22px;
  display: inline-flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.95);
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  color: var(--accent);
  box-shadow: 0 4px 5px -4px rgba(0, 0, 0, 0.1), 0 9px 14px -3px rgba(0, 0, 0, 0.1);
  background-color: var(--white);
  white-space: nowrap;
  border-radius: 30px;
  opacity: 0;
  transition: var(--transition);
}

.c-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
}

.c-card__bottom {
  height: 100%;
  padding: 20px 28px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: var(--black);
}

.c-card__title {
  font-weight: 700;
  font-size: clamp(0.875rem, 0.801rem + 0.33vw, 1.125rem);
  line-height: 1.4;
  text-align: center;
  color: var(--white);
  text-wrap: balance;
}

.c-card__decor {
  --decor-size: 5px;
  position: absolute;
  left: 0;
  top: 0;
  transition: var(--transition);
}

.c-card__decor::before,
.c-card__decor::after {
  position: absolute;
  content: "";
  background-color: var(--accent);
}

.c-card__decor::before {
  width: 180px;
  height: var(--decor-size);
}

.c-card__decor::after {
  width: var(--decor-size);
  height: 54px;
}

.c-card__decor--bottom {
  left: unset;
  top: unset;
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
}

.c-detail {
  padding: clamp(1.25rem, 1.176rem + 0.33vw, 1.5rem) clamp(1.25rem, 1.064rem + 0.83vw, 1.875rem);
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: var(--accent);
  border-radius: var(--border-radius);
}

.c-detail__head {
  display: flex;
  align-items: center;
  gap: 10px;
}

.c-detail__icon {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.c-detail__title {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  color: var(--feather);
}

.c-detail__text {
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  color: var(--white);
}

.c-email {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--black);
}

.c-email svg {
  flex: 0 0 clamp(1.125rem, 1.013rem + 0.5vw, 1.5rem);
  width: clamp(1.125rem, 1.013rem + 0.5vw, 1.5rem);
  height: clamp(1.125rem, 1.013rem + 0.5vw, 1.5rem);
  fill: var(--accent);
}

.c-email__label {
  font-size: clamp(1rem, 0.851rem + 0.66vw, 1.5rem);
  line-height: 1.47;
  color: currentColor;
}

.c-list {
  padding-left: clamp(0.938rem, 0.584rem + 1.57vw, 2.125rem);
  padding-right: clamp(0.938rem, 0.584rem + 1.57vw, 2.125rem);
  position: relative;
  max-width: 700px;
}

.c-list::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  height: 65%;
  background-color: transparent;
  border: clamp(0.25rem, 0.213rem + 0.17vw, 0.375rem) solid var(--black);
}

.c-list__data {
  position: relative;
  border-radius: 8px;
  padding: clamp(1.25rem, 1.064rem + 0.83vw, 1.875rem);
  background: linear-gradient(180deg, #fff 36.47%, #f9fafb 100%);
  display: grid;
  gap: 10px;
  z-index: 1;
}

.c-list__item {
  position: relative;
  padding-left: 24px;
  font-weight: 600;
  font-size: clamp(1rem, 0.963rem + 0.17vw, 1.125rem);
  line-height: 1.25;
  text-wrap: balance;
}

.c-list__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--accent);
}

.c-msg {
  display: flex;
  gap: 16px;
}

.c-msg__link {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-color: var(--white);
  color: var(--accent);
  transition: var(--transition);
}

.c-msg__link svg {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
}

.c-msg__link:active {
  transform: translateY(3px);
}

.c-overlay {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 300px;
  background-color: var(--accent--light);
  opacity: 0;
  transform: translateX(-100%) !important;
  visibility: hidden;
  pointer-events: none;
  transition: var(--transition);
  overflow-y: auto;
  z-index: 300;
}

.c-overlay.is-active {
  opacity: 1;
  transform: translateX(0) !important;
  visibility: visible;
  pointer-events: all;
}

.c-overlay.is-active .c-overlay--backdrop {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.c-overlay--backdrop {
  position: fixed;
  inset: 0;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(0) !important;
  transition: var(--transition);
  z-index: 100;
}

.c-overlay__body {
  padding: 15px 15px 20px;
  display: flex;
  flex-direction: column;
}

.c-overlay__item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-bottom: 1px solid var(--feather);
}

.c-overlay__item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

.c-overlay__close {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  align-self: flex-end;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--black);
}

.c-overlay__close svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.c-overlay__nav-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.c-overlay__nav-item.is-active svg {
  transform: rotate(90deg);
}

.c-overlay__nav-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.c-overlay__nav-link {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}

.c-overlay__nav-btn {
  padding: 5px;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--light);
  border: 1px solid var(--light--darken);
  color: var(--black);
}

.c-overlay__nav-btn svg {
  width: 10px;
  height: 10px;
  fill: currentColor;
  transform: rotate(-90deg);
  transition: transform var(--transition);
}

.c-overlay__nav-sub {
  padding: 15px;
  margin-top: 15px;
  background-color: var(--feather);
  display: none;
}

.c-overlay__nav-sub li {
  margin-top: 10px;
  line-height: 1.25;
}

.c-overlay__nav-sub li:first-child {
  margin-top: 0;
}

.c-overlay__nav-sub a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.25;
  color: var(--text-secondary);
  text-wrap: balance;
}

.c-overlay__addr {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.11;
  font-style: normal;
  text-wrap: balance;
}

.c-phone {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--black);
}

.c-phone svg {
  flex: 0 0 clamp(1.125rem, 1.013rem + 0.5vw, 1.5rem);
  width: clamp(1.125rem, 1.013rem + 0.5vw, 1.5rem);
  height: clamp(1.125rem, 1.013rem + 0.5vw, 1.5rem);
  fill: var(--accent);
}

.c-phone__label {
  font-weight: 800;
  font-size: clamp(1.25rem, 1.101rem + 0.66vw, 1.75rem);
  line-height: 1.21;
  color: currentColor;
  white-space: nowrap;
}

.card-part {
  position: relative;
  padding: 10px clamp(0.625rem, 0.439rem + 0.83vw, 1.25rem) clamp(0.625rem, 0.067rem + 2.48vw, 2.5rem);
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 2px 4px 0 rgba(6, 30, 28, 0.07), 0 8px 8px 0 rgba(6, 30, 28, 0.06), 0 17px 10px 0 rgba(6, 30, 28, 0.04), 0 30px 12px 0 rgba(6, 30, 28, 0.01), 0 47px 13px 0 rgba(6, 30, 28, 0);
  background: linear-gradient(180deg, #fff 36.47%, #f9fafb 100%);
  border-radius: var(--border-radius);
  height: 100%;
}

.card-part::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 5px;
  width: 120px;
  background-color: var(--accent);
}

.card-part__view {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 110px;
}

.card-part__img {
  width: 100%;
  height: auto;
  max-height: 110px;
  -o-object-fit: contain;
  object-fit: contain;
}

.card-part__title {
  font-weight: 700;
  font-size: clamp(0.75rem, 0.713rem + 0.17vw, 0.875rem);
  line-height: 1.14;
  text-align: center;
  color: #9ca3af;
}

.card-part__url {
  font-size: clamp(0.75rem, 0.713rem + 0.17vw, 0.875rem);
  line-height: 1.14;
  text-align: center;
  color: var(--accent);
}

.card-prod {
  --view-size: 190px;
  padding: 10px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  box-shadow: 0 2px 4px 0 rgba(6, 30, 28, 0.07), 0 8px 8px 0 rgba(6, 30, 28, 0.06), 0 17px 10px 0 rgba(6, 30, 28, 0.04), 0 30px 12px 0 rgba(6, 30, 28, 0.01), 0 47px 13px 0 rgba(6, 30, 28, 0);
  background-color: var(--white);
  border-radius: var(--border-radius);
}

.card-prod__view {
  flex: 0 0 var(--view-size);
  width: var(--view-size);
  height: var(--view-size);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--border-radius);
  overflow: hidden;
  border: 1px solid #d1d5db;
  background-color: #f9fafb;
}

.card-prod__img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: var(--view-size);
}

.card-prod__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.card-prod__title {
  font-weight: 500;
  font-size: clamp(1rem, 0.926rem + 0.33vw, 1.25rem);
  line-height: 1.2;
}

.card-prod__actions {
  margin-top: auto;
}

.card-prod__link {
  padding: 9px 37px;
  display: inline-flex;
  justify-content: center;
  border: 1px solid currentColor;
  border-radius: var(--border-radius);
  transition: var(--transition);
}

.checkbox2 {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: inline-flex;
  align-items: center;
  text-align: left;
}

.checkbox2.is-white .checkbox2__label {
  color: var(--white);
}

.checkbox2__input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkbox2__input:checked ~ .checkbox2__mark {
  background-color: var(--black);
  border-color: var(--black);
}

.checkbox2__input:checked ~ .checkbox2__mark::after {
  display: block;
}

.checkbox2__mark {
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 4px;
  transition: all 0.2s;
  border: 1px solid #aaa;
}

.checkbox2__mark::after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.checkbox2__label {
  font-size: 14px;
  line-height: 1.5;
  color: var(--white);
}

.checkbox2__label a {
  text-decoration: underline;
}

.content {
  padding: clamp(1.875rem, 1.317rem + 2.48vw, 3.75rem) 0;
  flex: 1;
  background-color: var(--light);
}

.content__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.content__text {
  padding: clamp(1.25rem, 0.878rem + 1.65vw, 2.5rem) clamp(0.938rem, 0.473rem + 2.07vw, 2.5rem);
  background-color: var(--white);
}

.error__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.error__title {
  margin: 17px 0 clamp(1.25rem, 0.878rem + 1.65vw, 2.5rem);
  font-weight: 700;
  font-size: clamp(1.25rem, 1.064rem + 0.83vw, 1.875rem);
  line-height: 1.2;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.error__img {
  height: auto;
}

.error__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.input {
  border: none;
  outline: 2px solid transparent;
  padding: 17px 20px;
  border-radius: var(--border-radius);
  background-color: var(--white);
  font-weight: 300;
  font-size: 14px;
  line-height: 1.2;
  color: var(--black);
  transition: var(--transition);
}

.input.invalid {
  outline-color: var(--error);
  color: var(--error);
}

.layout {
  padding: clamp(2.5rem, 2.128rem + 1.65vw, 3.75rem) 0;
  background-color: var(--light);
  flex: 1;
}

.layout__container {
  display: flex;
  gap: clamp(2.5rem, 2.128rem + 1.65vw, 3.75rem);
}

.layout__aside {
  flex: 0 0 310px;
  width: 310px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.layout__main {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: clamp(2.5rem, 2.128rem + 1.65vw, 3.75rem);
}

.logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.logo__img {
  height: auto;
  max-height: 138px;
}

.main-title {
  margin: 0;
  font-weight: 700;
  font-size: clamp(1.25rem, 1.064rem + 0.83vw, 1.875rem);
  line-height: 1.2;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--black);
  text-align: center;
  text-wrap: balance;
}

.main-title.is-left {
  text-align: left;
}

.main-title.is-lower {
  text-transform: none;
}

.popup {
  position: relative;
  padding: 0;
  width: 100%;
  max-width: 600px;
  color: var(--white);
  background-color: var(--accent);
  border-radius: var(--border-radius);
}

.popup__decor {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.popup__container {
  position: relative;
  padding: 40px clamp(0.938rem, -0.154rem + 4.85vw, 5rem);
  z-index: 10;
  display: flex;
  flex-direction: column;
}

.popup__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.popup__title {
  font-weight: 600;
  font-size: clamp(1.25rem, 1.064rem + 0.83vw, 1.875rem);
  text-transform: uppercase;
  text-align: center;
  color: var(--white);
  text-wrap: balance;
}

.popup__text {
  font-weight: 600;
  font-size: clamp(1.125rem, 1.051rem + 0.33vw, 1.375rem);
  text-align: center;
  color: var(--white);
}

.popup__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.popup__fields {
  margin-top: clamp(1rem, 0.814rem + 0.83vw, 1.625rem);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.popup__policy {
  margin: 16px 0;
}

.popup__actions {
  display: flex;
  justify-content: center;
}

.popup__actions .btn {
  width: 100%;
  max-width: 100%;
}

.popup__foot {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 10px;
}

.popup__btn-close {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  color: var(--white);
  border-bottom: 2px dotted currentColor;
  max-width: -moz-max-content;
  max-width: max-content;
  transition: color var(--transition);
}

.popup--custom .fancybox__backdrop {
  background: rgba(22, 22, 22, 0.76);
}

.popup--custom .is-close svg {
  width: 32px;
  height: 32px;
  stroke: none;
  filter: none;
  color: #c0c0c2;
  transition: color var(--transition);
}

.popup--custom .is-close:hover svg {
  color: var(--accent);
}

.popup--complete .popup {
  min-height: 400px;
  max-width: 600px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.popup--complete .popup__container {
  padding: 40px clamp(0.938rem, 0.101rem + 3.72vw, 3.75rem);
}

.popup--complete .popup__close {
  margin-top: clamp(1.25rem, 1.064rem + 0.83vw, 1.875rem);
}

.popup--complete .popup__close .button {
  width: 100%;
  max-width: 230px;
}

.popup .is-close {
  top: 8px !important;
  right: 8px !important;
}

.popup--ajax .fancybox__content {
  padding: 0;
}

.popup--ajax .carousel__button.is-close {
  right: calc(10px + 1.0416666667vw);
}

.popup--ajax .is-close {
  top: 12px !important;
  right: 12px !important;
}

.s-cards {
  display: flex;
  flex-direction: column;
  gap: clamp(1.563rem, 1.135rem + 1.9vw, 3rem);
}

.s-cards__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.scrolltop {
  position: fixed;
  bottom: 5px;
  left: 5px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
  cursor: pointer;
  z-index: 500;
  opacity: 0;
  transform: translateY(50%);
  visibility: hidden;
  pointer-events: none;
  border-top: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  border-radius: var(--border-radius);
  transition: var(--transition);
}

.scrolltop:hover svg {
  fill: var(--text-color);
}

.scrolltop svg {
  width: 24px;
  height: 24px;
  fill: var(--accent);
  transition: var(--transition);
}

.scrolltop:active {
  transform: translateY(2px);
}

.scrolltop.is-active {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
  pointer-events: all;
}

.section {
  padding: clamp(2.5rem, 1.756rem + 3.31vw, 5rem) 0;
  background-color: var(--white);
}

.section.is-light {
  background-color: var(--light);
}

.section.is-grey {
  background-color: var(--light--darken);
}

.section__container {
  display: flex;
  flex-direction: column;
  gap: clamp(1.563rem, 1.098rem + 2.07vw, 3.125rem);
}

.section__head {
  display: flex;
  flex-direction: column;
  gap: clamp(0.938rem, 0.845rem + 0.41vw, 1.25rem);
  align-items: center;
  text-align: center;
}

.slider-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  border: 1px solid var(--light--darken);
  background-color: var(--light);
  border-radius: var(--border-radius);
  color: var(--accent);
  transition: var(--transition);
}

.slider-btn svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
}

.slider-btn.swiper-button-disabled {
  pointer-events: none;
  filter: grayscale(1);
  opacity: 0.5;
}

.text-block {
  color: var(--text-color);
}

.text-block.is-white-block {
  padding: clamp(0.938rem, 0.752rem + 0.83vw, 1.563rem);
  background-color: var(--white);
  border-radius: var(--border-radius);
}

.text-block h1,
.text-block h2,
.text-block h3,
.text-block h4,
.text-block h5 {
  font-weight: 700;
  text-wrap: balance;
}

.text-block h1 {
  margin-bottom: 20px;
  font-size: clamp(1.25rem, 1.064rem + 0.83vw, 1.875rem);
  line-height: 1.2;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.text-block h1:first-child {
  margin-top: 0;
}

.text-block h2 {
  font-size: clamp(1.25rem, 1.176rem + 0.33vw, 1.5rem);
  line-height: 1.5;
  letter-spacing: -0.03em;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

.text-block h2:first-child {
  margin-top: 0;
}

.text-block h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: -0.04em;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

.text-block h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 2;
  letter-spacing: -0.04em;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

.text-block h5 {
  font-size: clamp(1.25rem, 1.182rem + 0.34vw, 1.438rem);
  margin-top: 1em;
  margin-bottom: 0.5em;
}

.text-block ol,
.text-block ul,
.text-block p {
  margin-bottom: 0.75em;
  font-size: clamp(0.938rem, 0.882rem + 0.25vw, 1.125rem);
  line-height: 1.33;
}

.text-block ol:last-child,
.text-block ul:last-child,
.text-block p:last-child {
  margin-bottom: 0;
}

.text-block ul:not([class]),
.text-block ol:not([class]) {
  display: grid;
  gap: 8px;
}

.text-block ul:not([class]) {
  margin-left: 16px;
  list-style: disc;
}

.text-block ul:not([class]) li::marker {
  color: var(--accent);
}

.text-block ol:not([class]) {
  margin-left: 20px;
  list-style: decimal;
}

.text-block ol:not([class]) li::marker {
  color: var(--accent);
  font-weight: 600;
  font-family: system-ui;
}

.text-block time {
  color: var(--regulartextcolor);
}

.text-block img:not([class]) {
  border-radius: 4px;
}

.text-block table {
  margin: 30px 0;
  width: 100%;
  border-collapse: collapse;
}

.text-block table caption {
  margin-bottom: 18px;
  text-align: left;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
}

.text-block table thead {
  background-color: var(--light);
}

.text-block table th {
  padding: 16px;
  text-align: left;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
}

.text-block table tr {
  border-bottom: 1px solid var(--light--darken);
  transition: background-color var(--transition);
}

.text-block table td {
  padding: 16px;
  line-height: 1.5;
}

.text-block blockquote {
  margin: 30px 0;
  padding: 28px 30px;
  background-color: var(--smooth);
  font-weight: 400;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  line-height: 1.3;
  color: var(--textcoloralt);
}

.text-block a:not([class]) {
  color: var(--accent);
  text-decoration: underline;
}

.text-block__date {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 15px;
  background: linear-gradient(270deg, #d23028 0%, #f8c301 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-block__back {
  margin-top: clamp(1.25rem, 1.082rem + 0.75vw, 1.875rem);
  font-weight: 500;
  color: var(--accent);
}

@media (max-width: 1440px) {
  .text-block h1 {
    margin-bottom: calc(15px + 0.2604166667vw);
  }

  .text-block table th {
    padding: calc(10px + 0.3125vw);
    font-size: calc(16px + 0.2083333333vw);
  }

  .text-block table td {
    padding: calc(10px + 0.3125vw);
    font-size: calc(14px + 0.1041666667vw);
  }

  .text-block blockquote {
    padding: calc(15px + 0.78125vw);
  }
}

@media (max-width: 1170px) {
  .s-callback__wrapper {
    padding: 25px;
  }

  .layout__container {
    flex-direction: column-reverse;
    gap: 30px;
  }

  .layout__aside {
    flex: unset;
    width: 100%;
  }
}

@media (max-width: 1080px) {
  .footer__content {
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 25px;
  }

  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer__links {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
  }

  .s-about__grid {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
  }

  .s-callback__wrapper {
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .s-cont__grid {
    display: flex;
    flex-direction: column;
  }

  .scrolltop {
    display: none;
  }
}

@media (max-width: 979px) {
  .s-partner__body {
    padding: 0;
  }

  .s-partner__nav {
    display: none;
  }

  .s-partner__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }

  .s-partner__slider {
    padding: 0;
  }

  .s-partner__slide {
    margin: 0;
  }

  .s-prod__view {
    flex: 0 0 clamp(15rem, 12.769rem + 9.92vw, 22.5rem);
    width: clamp(15rem, 12.769rem + 9.92vw, 22.5rem);
    height: clamp(15rem, 12.769rem + 9.92vw, 22.5rem);
  }

  .card-part {
    box-shadow: none;
    border: 1px solid var(--light--darken);
  }
}

@media (max-width: 820px) {
  .header__logo::before {
    display: none;
  }

  .header__logo {
    flex: 0 0 60px;
  }

  .header__nav {
    display: none;
  }

  .header__data {
    display: none;
  }

  .header__burger {
    display: flex;
  }

  .s-cards__grid {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }

  .text-block img:not([class]) {
    margin: 0 0 20px !important;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (max-width: 768px) {
  .s-prod__grid {
    flex-direction: column;
  }

  .s-prod__view {
    flex: unset;
    width: 100%;
    height: auto;
  }

  .s-prod__img {
    height: auto;
  }

  .error__actions {
    flex-direction: column;
    align-items: center;
  }

  .error__actions > * {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .popup__foot {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }

  .popup__foot > * {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .b-cookie {
    flex-direction: column;
    text-align: center;
    bottom: 0;
    border-radius: 0;
  }

  .c-list {
    padding: 0;
  }

  .c-list::before {
    display: none;
  }

  .card-prod__view {
    flex: unset;
    width: 100%;
  }

  .card-prod__link {
    width: 100%;
  }

  .checkbox2 {
    padding-left: 40px;
  }

  .checkbox2__mark {
    width: 30px;
    height: 30px;
  }

  .checkbox2__mark::after {
    left: 11px;
    top: 8px;
  }

  .popup--ajax .fancybox__content {
    width: 100%;
  }
}

@media (max-width: 425px) {
  .hero__actions .button {
    width: 100%;
  }

  .popup--custom .fancybox__slide {
    padding: 20px 5px;
  }
}

@media (max-width: 320px) {
  .s-partner__wrapper {
    display: flex;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: no-preference) {
  @view-transition {
    navigation: auto;
  }
}

@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg);
  }
}

@media (any-hover: hover) {
  .footer__nav-list a:hover {
    color: var(--accent);
  }

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

  .footer__email:hover {
    text-decoration: none;
  }

  .footer__copy:link:hover,
  .footer__link:link:hover {
    color: var(--accent);
  }

  .header__nav-link:hover {
    border-color: currentColor;
  }

  .s-callback__text a:link:hover,
  .s-callback__text span:link:hover {
    text-decoration: underline;
  }

  .s-callback__phone:hover {
    color: var(--accent);
  }

  .s-callback__email:hover {
    text-decoration: none;
  }

  .s-cat__link:hover {
    border-color: transparent;
  }

  .aside-nav__link:hover {
    background-color: var(--accent--darken);
  }

  .aside-nav__link.is-active:hover {
    background-color: var(--black);
  }

  .b-cookie__title a:hover {
    text-decoration: none;
  }

  .b-cookie__btn:hover {
    background-color: #1a1a1a;
  }

  .breadcrumbs__item:not(:last-child) .breadcrumbs__link:hover {
    text-decoration: underline;
  }

  .button:hover {
    border-color: currentColor;
  }

  .button.is-black:hover {
    background-color: var(--accent);
    border-color: var(--white);
  }

  .button.is-outlined:hover {
    color: var(--accent);
  }

  .c-back:hover {
    text-decoration: none;
  }

  .c-card:hover {
    box-shadow: 0 0 1px rgba(3, 7, 18, 0.02), 0 5px 4px rgba(3, 7, 18, 0.03), 0 12px 9px rgba(3, 7, 18, 0.05), 0 20px 15px rgba(3, 7, 18, 0.06), 0 32px 24px rgba(3, 7, 18, 0.08);
  }

  .c-card:hover .c-card__view::before {
    opacity: 0.4;
  }

  .c-card:hover .c-card__link {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }

  .c-email:hover {
    color: var(--accent);
  }

  .c-list__link:hover {
    color: var(--accent);
  }

  .c-msg__link:hover {
    background-color: var(--accent);
    color: var(--white);
  }

  .c-phone:hover {
    color: var(--accent);
  }

  .card-part__url:hover {
    text-decoration: underline;
  }

  .card-prod__title:link:hover {
    color: var(--accent);
  }

  .card-prod__link:hover {
    background-color: var(--black);
    border-color: var(--black);
    color: var(--white);
  }

  .checkbox2__label a:hover {
    text-decoration: none;
  }

  .popup__btn-close:hover {
    color: var(--accent-alt);
  }

  .slider-btn:hover {
    border-color: var(--accent--light);
  }

  .text-block table tr:hover {
    background-color: var(--light);
  }

  .text-block a:not([class]):hover {
    text-decoration: none;
  }

  .text-block__back:hover {
    color: var(--accent-hover);
  }
}
.adminedit {
    position: fixed;
    top: 150px;
    right: 0;
    padding: 3px 10px 5px;
    background: rgba(255,0,0,0.7);
    z-index: 100;
    font-size: 14px;
    line-height: 1.3;
    overflow: hidden;
    padding-left: 25px;
    transition: transform 0.3s;
}

.adminedit.is-shifted {
    transform: translateX(calc(100% - 20px));
}

.adminedit__ico {
    background: #8b0000;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: -19px;
    transform: rotate(-45deg);
    cursor: pointer;
}

.adminedit__ico:hover {
    transform: rotate(-45deg) scale(1.1);
}

.adminedit__name {
    color: #fff !important;
    text-decoration: none;
}

.adminedit__name:hover {
    text-decoration: underline;
}


.tbl-order__col--name {
    flex: 1 0 calc(200px + 12.5vw)
}

.err {
    color: red;
}




