/*! 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.
 */
 @import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
 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 {
   -webkit-box-sizing: content-box;
           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 {
   -webkit-box-sizing: border-box;
           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"] {
   -webkit-box-sizing: border-box;
           box-sizing: border-box;
   /* 1 */
   padding: 0;
   /* 2 */ }
 
 /**
    * Correct the cursor style of increment and decrement buttons in Chrome.
    */
 [type="number"]::-webkit-inner-spin-button,
 [type="number"]::-webkit-outer-spin-button {
   height: auto; }
 
 /**
    * 1. Correct the odd appearance in Chrome and Safari.
    * 2. Correct the outline style in Safari.
    */
 [type="search"] {
   -webkit-appearance: textfield;
   /* 1 */
   outline-offset: -2px;
   /* 2 */ }
 
 /**
    * Remove the inner padding in Chrome and Safari on macOS.
    */
 [type="search"]::-webkit-search-decoration {
   -webkit-appearance: none; }
 
 /**
    * 1. Correct the inability to style clickable types in iOS and Safari.
    * 2. Change font properties to `inherit` in Safari.
    */
 ::-webkit-file-upload-button {
   -webkit-appearance: button;
   /* 1 */
   font: inherit;
   /* 2 */ }
 
 /* Interactive
      ========================================================================== */
 /*
    * Add the correct display in Edge, IE 10+, and Firefox.
    */
 details {
   display: block; }
 
 /*
    * Add the correct display in all browsers.
    */
 summary {
   display: list-item; }
 
 /* Misc
      ========================================================================== */
 /**
    * Add the correct display in IE 10+.
    */
 template {
   display: none; }
 
 /**
    * Add the correct display in IE 10.
    */
 [hidden] {
   display: none; }
 
 /**
  * Swiper 11.1.3
  * Most modern mobile touch slider and framework with hardware accelerated transitions
  * https://swiperjs.com
  *
  * Copyright 2014-2024 Vladimir Kharlampidi
  *
  * Released under the MIT License
  *
  * Released on: May 13, 2024
  */
 @font-face {
   font-family: swiper-icons;
   src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
   font-weight: 400;
   font-style: normal; }
 
 :root {
   --swiper-theme-color:#007aff; }
 
 :host {
   position: relative;
   display: block;
   margin-left: auto;
   margin-right: auto;
   z-index: 1; }
 
 .swiper {
   margin-left: auto;
   margin-right: auto;
   position: relative;
   overflow: hidden;
   list-style: none;
   padding: 0;
   z-index: 1;
   display: block; }
 
 .swiper-vertical > .swiper-wrapper {
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
       -ms-flex-direction: column;
           flex-direction: column; }
 
 .swiper-wrapper {
   position: relative;
   width: 100%;
   height: 100%;
   z-index: 1;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-transition-property: -webkit-transform;
   transition-property: -webkit-transform;
   transition-property: transform;
   transition-property: transform, -webkit-transform;
   -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
           transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
   -webkit-box-sizing: content-box;
           box-sizing: content-box; }
 
 .swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
   -webkit-transform: translate3d(0px, 0, 0);
           transform: translate3d(0px, 0, 0); }
 
 .swiper-horizontal {
   -ms-touch-action: pan-y;
       touch-action: pan-y; }
 
 .swiper-vertical {
   -ms-touch-action: pan-x;
       touch-action: pan-x; }
 
 .swiper-slide {
   -ms-flex-negative: 0;
       flex-shrink: 0;
   width: 100%;
   height: 100%;
   position: relative;
   -webkit-transition-property: -webkit-transform;
   transition-property: -webkit-transform;
   transition-property: transform;
   transition-property: transform, -webkit-transform;
   display: block; }
 
 .swiper-slide-invisible-blank {
   visibility: hidden; }
 
 .swiper-autoheight, .swiper-autoheight .swiper-slide {
   height: auto; }
 
 .swiper-autoheight .swiper-wrapper {
   -webkit-box-align: start;
       -ms-flex-align: start;
           align-items: flex-start;
   -webkit-transition-property: height,-webkit-transform;
   transition-property: height,-webkit-transform;
   transition-property: transform,height;
   transition-property: transform,height,-webkit-transform; }
 
 .swiper-backface-hidden .swiper-slide {
   -webkit-transform: translateZ(0);
           transform: translateZ(0);
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden; }
 
 .swiper-3d.swiper-css-mode .swiper-wrapper {
   -webkit-perspective: 1200px;
           perspective: 1200px; }
 
 .swiper-3d .swiper-wrapper {
   -webkit-transform-style: preserve-3d;
           transform-style: preserve-3d; }
 
 .swiper-3d {
   -webkit-perspective: 1200px;
           perspective: 1200px; }
 
 .swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
   -webkit-transform-style: preserve-3d;
           transform-style: preserve-3d; }
 
 .swiper-css-mode > .swiper-wrapper {
   overflow: auto;
   scrollbar-width: none;
   -ms-overflow-style: none; }
 
 .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
   display: none; }
 
 .swiper-css-mode > .swiper-wrapper > .swiper-slide {
   scroll-snap-align: start start; }
 
 .swiper-css-mode.swiper-horizontal > .swiper-wrapper {
   -ms-scroll-snap-type: x mandatory;
       scroll-snap-type: x mandatory; }
 
 .swiper-css-mode.swiper-vertical > .swiper-wrapper {
   -ms-scroll-snap-type: y mandatory;
       scroll-snap-type: y mandatory; }
 
 .swiper-css-mode.swiper-free-mode > .swiper-wrapper {
   -ms-scroll-snap-type: none;
       scroll-snap-type: none; }
 
 .swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
   scroll-snap-align: none; }
 
 .swiper-css-mode.swiper-centered > .swiper-wrapper::before {
   content: '';
   -ms-flex-negative: 0;
       flex-shrink: 0;
   -webkit-box-ordinal-group: 10000;
       -ms-flex-order: 9999;
           order: 9999; }
 
 .swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
   scroll-snap-align: center center;
   scroll-snap-stop: always; }
 
 .swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
   -webkit-margin-start: var(--swiper-centered-offset-before);
           margin-inline-start: var(--swiper-centered-offset-before); }
 
 .swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
   height: 100%;
   min-height: 1px;
   width: var(--swiper-centered-offset-after); }
 
 .swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
   -webkit-margin-before: var(--swiper-centered-offset-before);
           margin-block-start: var(--swiper-centered-offset-before); }
 
 .swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
   width: 100%;
   min-width: 1px;
   height: var(--swiper-centered-offset-after); }
 
 .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   pointer-events: none;
   z-index: 10; }
 
 .swiper-3d .swiper-slide-shadow {
   background: rgba(0, 0, 0, 0.15); }
 
 .swiper-3d .swiper-slide-shadow-left {
   background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
   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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
   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: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
   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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
   background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
 
 .swiper-lazy-preloader {
   width: 42px;
   height: 42px;
   position: absolute;
   left: 50%;
   top: 50%;
   margin-left: -21px;
   margin-top: -21px;
   z-index: 10;
   -webkit-transform-origin: 50%;
       -ms-transform-origin: 50%;
           transform-origin: 50%;
   -webkit-box-sizing: border-box;
           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 {
   -webkit-animation: swiper-preloader-spin 1s infinite linear;
           animation: swiper-preloader-spin 1s infinite linear; }
 
 .swiper-lazy-preloader-white {
   --swiper-preloader-color:#fff; }
 
 .swiper-lazy-preloader-black {
   --swiper-preloader-color:#000; }
 
 @-webkit-keyframes swiper-preloader-spin {
   0% {
     -webkit-transform: rotate(0deg);
             transform: rotate(0deg); }
   100% {
     -webkit-transform: rotate(360deg);
             transform: rotate(360deg); } }
 
 @keyframes swiper-preloader-spin {
   0% {
     -webkit-transform: rotate(0deg);
             transform: rotate(0deg); }
   100% {
     -webkit-transform: rotate(360deg);
             transform: rotate(360deg); } }
 
 .swiper-virtual .swiper-slide {
   -webkit-backface-visibility: hidden;
   -webkit-transform: translateZ(0);
           transform: translateZ(0); }
 
 .swiper-virtual.swiper-css-mode .swiper-wrapper::after {
   content: '';
   position: absolute;
   left: 0;
   top: 0;
   pointer-events: none; }
 
 .swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
   height: 1px;
   width: var(--swiper-virtual-size); }
 
 .swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
   width: 1px;
   height: var(--swiper-virtual-size); }
 
 :root {
   --swiper-navigation-size:44px; }
 
 .swiper-button-next, .swiper-button-prev {
   position: absolute;
   top: var(--swiper-navigation-top-offset, 50%);
   width: calc(var(--swiper-navigation-size)/ 44 * 27);
   height: var(--swiper-navigation-size);
   margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
   z-index: 10;
   cursor: pointer;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   -webkit-box-pack: center;
       -ms-flex-pack: 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: .35;
   cursor: auto;
   pointer-events: none; }
 
 .swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
   opacity: 0;
   cursor: auto;
   pointer-events: none; }
 
 .swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
   display: none !important; }
 
 .swiper-button-next svg, .swiper-button-prev svg {
   width: 100%;
   height: 100%;
   -o-object-fit: contain;
      object-fit: contain;
   -webkit-transform-origin: center;
       -ms-transform-origin: center;
           transform-origin: center; }
 
 .swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
   -webkit-transform: rotate(180deg);
       -ms-transform: rotate(180deg);
           transform: rotate(180deg); }
 
 .swiper-button-prev, .swiper-rtl .swiper-button-next {
   left: var(--swiper-navigation-sides-offset, 10px);
   right: auto; }
 
 .swiper-button-next, .swiper-rtl .swiper-button-prev {
   right: var(--swiper-navigation-sides-offset, 10px);
   left: auto; }
 
 .swiper-button-lock {
   display: none; }
 
 .swiper-button-next:after, .swiper-button-prev:after {
   font-family: swiper-icons;
   font-size: var(--swiper-navigation-size);
   text-transform: none !important;
   letter-spacing: 0;
   font-variant: initial;
   line-height: 1; }
 
 .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
   content: 'prev'; }
 
 .swiper-button-next, .swiper-rtl .swiper-button-prev {
   right: var(--swiper-navigation-sides-offset, 10px);
   left: auto; }
 
 .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
   content: 'next'; }
 
 .swiper-pagination {
   position: absolute;
   text-align: center;
   -webkit-transition: .3s opacity;
   transition: .3s opacity;
   -webkit-transform: translate3d(0, 0, 0);
           transform: translate3d(0, 0, 0);
   z-index: 10; }
 
 .swiper-pagination.swiper-pagination-hidden {
   opacity: 0; }
 
 .swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
   display: none !important; }
 
 .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
   bottom: var(--swiper-pagination-bottom, 8px);
   top: var(--swiper-pagination-top, auto);
   left: 0;
   width: 100%; }
 
 .swiper-pagination-bullets-dynamic {
   overflow: hidden;
   font-size: 0; }
 
 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
   -webkit-transform: scale(0.33);
       -ms-transform: scale(0.33);
           transform: scale(0.33);
   position: relative; }
 
 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
   -webkit-transform: scale(1);
       -ms-transform: scale(1);
           transform: scale(1); }
 
 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
   -webkit-transform: scale(1);
       -ms-transform: scale(1);
           transform: scale(1); }
 
 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
   -webkit-transform: scale(0.66);
       -ms-transform: scale(0.66);
           transform: scale(0.66); }
 
 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
   -webkit-transform: scale(0.33);
       -ms-transform: scale(0.33);
           transform: scale(0.33); }
 
 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
   -webkit-transform: scale(0.66);
       -ms-transform: scale(0.66);
           transform: scale(0.66); }
 
 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
   -webkit-transform: scale(0.33);
       -ms-transform: scale(0.33);
           transform: scale(0.33); }
 
 .swiper-pagination-bullet {
   width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
   height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
   display: inline-block;
   border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
   background: var(--swiper-pagination-bullet-inactive-color, #000);
   opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); }
 
 button.swiper-pagination-bullet {
   border: none;
   margin: 0;
   padding: 0;
   -webkit-box-shadow: none;
           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: var(--swiper-pagination-right, 8px);
   left: var(--swiper-pagination-left, auto);
   top: 50%;
   -webkit-transform: translate3d(0px, -50%, 0);
           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%;
   -webkit-transform: translateY(-50%);
       -ms-transform: translateY(-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;
   -webkit-transition: .2s transform,.2s top;
   transition: .2s transform,.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%;
   -webkit-transform: translateX(-50%);
       -ms-transform: translateX(-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 {
   -webkit-transition: .2s transform,.2s left;
   transition: .2s transform,.2s left; }
 
 .swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
   -webkit-transition: .2s transform,.2s right;
   transition: .2s transform,.2s right; }
 
 .swiper-pagination-fraction {
   color: var(--swiper-pagination-fraction-color, inherit); }
 
 .swiper-pagination-progressbar {
   background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
   position: absolute; }
 
 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
   background: var(--swiper-pagination-color, var(--swiper-theme-color));
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   -webkit-transform: scale(0);
       -ms-transform: scale(0);
           transform: scale(0);
   -webkit-transform-origin: left top;
       -ms-transform-origin: left top;
           transform-origin: left top; }
 
 .swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
   -webkit-transform-origin: right top;
       -ms-transform-origin: right top;
           transform-origin: right top; }
 
 .swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
   width: 100%;
   height: var(--swiper-pagination-progressbar-size, 4px);
   left: 0;
   top: 0; }
 
 .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
   width: var(--swiper-pagination-progressbar-size, 4px);
   height: 100%;
   left: 0;
   top: 0; }
 
 .swiper-pagination-lock {
   display: none; }
 
 .swiper-scrollbar {
   border-radius: var(--swiper-scrollbar-border-radius, 10px);
   position: relative;
   -ms-touch-action: none;
       touch-action: none;
   background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1)); }
 
 .swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
   display: none !important; }
 
 .swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
   position: absolute;
   left: var(--swiper-scrollbar-sides-offset, 1%);
   bottom: var(--swiper-scrollbar-bottom, 4px);
   top: var(--swiper-scrollbar-top, auto);
   z-index: 50;
   height: var(--swiper-scrollbar-size, 4px);
   width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%)); }
 
 .swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
   position: absolute;
   left: var(--swiper-scrollbar-left, auto);
   right: var(--swiper-scrollbar-right, 4px);
   top: var(--swiper-scrollbar-sides-offset, 1%);
   z-index: 50;
   width: var(--swiper-scrollbar-size, 4px);
   height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%)); }
 
 .swiper-scrollbar-drag {
   height: 100%;
   width: 100%;
   position: relative;
   background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
   border-radius: var(--swiper-scrollbar-border-radius, 10px);
   left: 0;
   top: 0; }
 
 .swiper-scrollbar-cursor-drag {
   cursor: move; }
 
 .swiper-scrollbar-lock {
   display: none; }
 
 .swiper-zoom-container {
   width: 100%;
   height: 100%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
   -webkit-box-align: center;
       -ms-flex-align: 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;
   -ms-touch-action: none;
       touch-action: none; }
 
 .swiper .swiper-notification {
   position: absolute;
   left: 0;
   top: 0;
   pointer-events: none;
   opacity: 0;
   z-index: -1000; }
 
 .swiper-free-mode > .swiper-wrapper {
   -webkit-transition-timing-function: ease-out;
           transition-timing-function: ease-out;
   margin: 0 auto; }
 
 .swiper-grid > .swiper-wrapper {
   -ms-flex-wrap: wrap;
       flex-wrap: wrap; }
 
 .swiper-grid-column > .swiper-wrapper {
   -ms-flex-wrap: wrap;
       flex-wrap: wrap;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
       -ms-flex-direction: column;
           flex-direction: column; }
 
 .swiper-fade.swiper-free-mode .swiper-slide {
   -webkit-transition-timing-function: ease-out;
           transition-timing-function: ease-out; }
 
 .swiper-fade .swiper-slide {
   pointer-events: none;
   -webkit-transition-property: opacity;
   transition-property: opacity; }
 
 .swiper-fade .swiper-slide .swiper-slide {
   pointer-events: none; }
 
 .swiper-fade .swiper-slide-active {
   pointer-events: auto; }
 
 .swiper-fade .swiper-slide-active .swiper-slide-active {
   pointer-events: auto; }
 
 .swiper-cube {
   overflow: visible; }
 
 .swiper-cube .swiper-slide {
   pointer-events: none;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   z-index: 1;
   visibility: hidden;
   -webkit-transform-origin: 0 0;
       -ms-transform-origin: 0 0;
           transform-origin: 0 0;
   width: 100%;
   height: 100%; }
 
 .swiper-cube .swiper-slide .swiper-slide {
   pointer-events: none; }
 
 .swiper-cube.swiper-rtl .swiper-slide {
   -webkit-transform-origin: 100% 0;
       -ms-transform-origin: 100% 0;
           transform-origin: 100% 0; }
 
 .swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
   pointer-events: auto; }
 
 .swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
   pointer-events: auto;
   visibility: visible; }
 
 .swiper-cube .swiper-cube-shadow {
   position: absolute;
   left: 0;
   bottom: 0px;
   width: 100%;
   height: 100%;
   opacity: .6;
   z-index: 0; }
 
 .swiper-cube .swiper-cube-shadow:before {
   content: '';
   background: #000;
   position: absolute;
   left: 0;
   top: 0;
   bottom: 0;
   right: 0;
   -webkit-filter: blur(50px);
           filter: blur(50px); }
 
 .swiper-cube .swiper-slide-next + .swiper-slide {
   pointer-events: auto;
   visibility: visible; }
 
 .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
   z-index: 0;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden; }
 
 .swiper-flip {
   overflow: visible; }
 
 .swiper-flip .swiper-slide {
   pointer-events: none;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   z-index: 1; }
 
 .swiper-flip .swiper-slide .swiper-slide {
   pointer-events: none; }
 
 .swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
   pointer-events: auto; }
 
 .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
   z-index: 0;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden; }
 
 .swiper-creative .swiper-slide {
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   overflow: hidden;
   -webkit-transition-property: opacity,height,-webkit-transform;
   transition-property: opacity,height,-webkit-transform;
   transition-property: transform,opacity,height;
   transition-property: transform,opacity,height,-webkit-transform; }
 
 .swiper-cards {
   overflow: visible; }
 
 .swiper-cards .swiper-slide {
   -webkit-transform-origin: center bottom;
       -ms-transform-origin: center bottom;
           transform-origin: center bottom;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   overflow: hidden; }
 
 *,
 *::before,
 *::after {
   -webkit-box-sizing: border-box;
           box-sizing: border-box; }
 
 ul,
 ol,
 li,
 p,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
   margin: 0; }
 
 ul {
   list-style: none;
   padding: 0;
   margin: 0; }
 
 a {
   color: inherit;
   /* blue colors for links too */
   text-decoration: inherit;
   /* no underline */ }
 
 html {
   scroll-behavior: smooth; }
 
 body {
   font-family: "Montserrat", sans-serif;
   font-optical-sizing: auto;
   min-height: 100vh;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
       -ms-flex-direction: column;
           flex-direction: column;
   -webkit-box-pack: justify;
       -ms-flex-pack: justify;
           justify-content: space-between;
   background-color: #1B1E26; }
   @media (max-width: 576px) {
     body {
       max-height: 100vh; } }
 
 .body--lock {
   overflow: hidden; }
 
 .main {
   width: 100%;
   height: 100%; }
   .main__line {
     width: 100%;
     height: 114px;
     border-bottom: 1px solid #DBDBDB; }
     @media (max-width: 991px) {
       .main__line {
         display: none; } }
 
 .wrapper {
   max-width: 1320px;
   margin: 0 auto; }
   @media (max-width: 1200px) {
     .wrapper {
       max-width: 1140px; } }
   @media (max-width: 992px) {
     .wrapper {
       max-width: 960px; } }
   @media (max-width: 991px) {
     .wrapper {
       padding: 0 10px; }
       .wrapper--mobile {
         padding: 0; } }
 
 .swiper-button-disabled {
   opacity: 0.3; }
 
 .title {
   position: relative;
   cursor: pointer; }
   .title__wrapper {
     position: relative;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
         -ms-flex-align: center;
             align-items: center;
     padding: 24px 0;
     color: white; }
     .title__wrapper::before {
       content: '';
       position: absolute;
       left: -30px;
       top: 0;
       bottom: 0;
       right: 0;
       width: 100%;
       height: 100%;
       background: #00effe;
       background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(0, 239, 254, 0.81)), color-stop(53%, rgba(0, 119, 157, 0.81)), color-stop(78%, rgba(0, 120, 207, 0.19)), to(rgba(0, 137, 237, 0)));
       background: linear-gradient(90deg, rgba(0, 239, 254, 0.81) 30%, rgba(0, 119, 157, 0.81) 53%, rgba(0, 120, 207, 0.19) 78%, rgba(0, 137, 237, 0) 100%);
       -webkit-transform: skewX(-30deg);
           -ms-transform: skewX(-30deg);
               transform: skewX(-30deg); }
   .title-text {
     font-weight: bolder;
     font-size: 25px;
     z-index: 1; }
   .title-cross {
     position: relative;
     font-weight: bolder;
     font-size: 40px;
     width: 24px;
     line-height: 25px;
     margin-right: 20px;
     z-index: 1; }
     .title-cross::before {
       content: '+'; }
   .title--active .title-cross::before {
     content: '-'; }
   .title--orange .title__wrapper::before {
     background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(255, 61, 0, 0.81)), to(rgba(237, 114, 0, 0)));
     background: linear-gradient(90deg, rgba(255, 61, 0, 0.81) 30%, rgba(237, 114, 0, 0) 100%); }
   .title--green .title__wrapper::before {
     background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(20, 255, 0, 0.81)), to(rgba(237, 114, 0, 0)));
     background: linear-gradient(90deg, rgba(20, 255, 0, 0.81) 30%, rgba(237, 114, 0, 0) 100%); }
   .title--red .title__wrapper::before {
     background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(255, 31, 0, 0.81)), to(rgba(237, 114, 0, 0)));
     background: linear-gradient(90deg, rgba(255, 31, 0, 0.81) 30%, rgba(237, 114, 0, 0) 100%); }
   .title--yellow .title__wrapper::before {
     background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(250, 255, 0, 0.81)), to(rgba(237, 114, 0, 0)));
     background: linear-gradient(90deg, rgba(250, 255, 0, 0.81) 30%, rgba(237, 114, 0, 0) 100%); }
 
 .content {
   display: none; }
   .content--active {
     display: block; }
 
 .header {
   position: sticky;
   top: 0;
   background-color: #151517;
   z-index: 99;
   -webkit-box-shadow: 0 10px 20px 0 #000;
           box-shadow: 0 10px 20px 0 #000; }
   .header::before {
     content: '';
     position: absolute;
     left: 0;
     top: 0;
     bottom: 0;
     width: 50%;
     background: #00effe;
     background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(0, 239, 254, 0.81)), color-stop(53%, rgba(0, 119, 157, 0.81)), color-stop(78%, rgba(0, 120, 207, 0.19)), to(rgba(0, 137, 237, 0)));
     background: linear-gradient(90deg, rgba(0, 239, 254, 0.81) 30%, rgba(0, 119, 157, 0.81) 53%, rgba(0, 120, 207, 0.19) 78%, rgba(0, 137, 237, 0) 100%); }
   .header__content {
     position: relative;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: justify;
         -ms-flex-pack: justify;
             justify-content: space-between;
     -webkit-box-align: center;
         -ms-flex-align: center;
             align-items: center;
     padding: 20px 0;
     color: white;
     text-transform: uppercase; }
   .header__logo-text {
     font-size: 22px;
     font-weight: 800; }
   .header__nav {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     gap: 36px; }
     .header__nav-link {
       font-size: 14px;
       font-weight: bold; }
   .header__ul {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     gap: 36px; }
   .header__toggle-block {
     margin-left: 5px;
     -webkit-transform-origin: center;
         -ms-transform-origin: center;
             transform-origin: center;
     -webkit-transition: all 0.3s ease;
     transition: all 0.3s ease; }
     .header__toggle-block--active {
       -webkit-transform: rotate(180deg);
           -ms-transform: rotate(180deg);
               transform: rotate(180deg); }
     .header__toggle-block--alt img:nth-child(1) {
       display: block !important; }
     .header__toggle-block--alt img:nth-child(2) {
       display: none; }
   .header__toggle-image {
     display: block; }
     .header__toggle-image--fixed {
       display: none; }
     .header__toggle-image--remove {
       display: none; }
   .header__sublist {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
         -ms-flex-direction: column;
             flex-direction: column;
     position: absolute;
     top: 15px;
     width: -webkit-max-content;
     width: -moz-max-content;
     width: max-content;
     min-width: 210px;
     max-width: 400px;
     padding-top: 20px;
     left: -20px;
     color: black;
     -webkit-transition: all 0.3s ease;
     transition: all 0.3s ease;
     opacity: 0;
     visibility: hidden;
     pointer-events: none; }
     .header__sublist--active {
       opacity: 1;
       visibility: visible;
       pointer-events: inherit; }
     .header__sublist-link {
       display: block;
       background: white;
       padding: 20px 20px;
       -webkit-transition: all 0.3s ease;
       transition: all 0.3s ease; }
       .header__sublist-link:hover {
         color: #00effe; }
       .header__sublist-link + .header__sublist-link {
         padding-top: 0; }
     .header__sublist-item {
       -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
               box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2); }
   .header__navigation {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex; }
     .header__navigation-item {
       display: -webkit-box;
       display: -ms-flexbox;
       display: flex;
       position: relative;
       -webkit-box-align: center;
           -ms-flex-align: center;
               align-items: center;
       font-size: 17px; }
       .header__navigation-item + .header__navigation-item {
         margin-left: 20px; }
     .header__navigation-link {
       -webkit-transition: all 0.3s ease;
       transition: all 0.3s ease; }
       .header__navigation-link:hover {
         color: #00effe; }
 
 .footer {
   background-color: #18191D;
   /* padding-bottom: 91px; */
   border-top: 1px solid white;
   color: white; }
   .footer__wrapper {
     display: -ms-grid;
     display: grid;
     -ms-grid-columns: 3fr 2fr 2fr 3fr;
     grid-template-columns: 3fr 2fr 2fr 3fr;
     padding: 80px 0;
     gap: 32px;
     /* border-bottom: 1px solid white; */}
     @media (max-width: 991px) {
       .footer__wrapper {
         -ms-grid-columns: 1fr;
         grid-template-columns: 1fr; } }
   .footer__title {
     font-size: 25px;
     font-weight: 800; }
   .footer__subtitle {
     position: relative;
     display: block;
     font-size: 14px;
     font-weight: 800;
     text-transform: uppercase;
     color: #C7C7C7; }
     .footer__subtitle::after {
       content: '';
       position: absolute;
       bottom: -14px;
       left: 0;
       width: 30px;
       height: 3px;
       background-color: #0089ED; }
   .footer__list {
     margin-top: 40px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
         -ms-flex-direction: column;
             flex-direction: column;
     gap: 16px;
     color: #90949D; }
     .footer__list-item {
       display: -webkit-box;
       display: -ms-flexbox;
       display: flex;
       gap: 10px;
       -webkit-box-align: center;
           -ms-flex-align: center;
               align-items: center; }
       .footer__list-item:hover .footer__list-text {
         color: #C7C7C7; }
     .footer__list-icon {
       width: 17px;
       height: 17px; }
     .footer__list-text {
       color: #90949D;
       text-transform: none;
       -webkit-transition: all 0.2s ease;
       transition: all 0.2s ease; }
 
 .content__wrapper {
   padding-top: 16px; }
 
 .content__title {
   font-size: 36px;
   line-height: 42px;
   text-align: center;
   text-align: left; }
 
 .content__subtitle {
   font-size: 36px;
   line-height: 42px;
   text-align: center;
   padding-top: 52px; }
 
 .content__body {
   padding-top: 32px; }
 
 .content__row {
   display: -ms-grid;
   display: grid;
   gap: 24px; }
   .content__row-left {
     -ms-grid-columns: 4fr 6fr;
     grid-template-columns: 4fr 6fr; }
   .content__row-right {
     -ms-grid-columns: 6fr 4fr;
     grid-template-columns: 6fr 4fr; }
     @media (max-width: 991px) {
       .content__row-right .content__item:last-child {
         -ms-grid-row: 1;
         grid-row: 1; } }
   .content__row-even {
     -ms-grid-columns: 1fr 1fr;
     grid-template-columns: 1fr 1fr; }
   .content__row--pt {
     padding-top: 62px; }
     @media (max-width: 991px) {
       .content__row--pt {
         padding-top: 20px; } }
   .content__row + .content__row {
     padding-top: 28px; }
   @media (max-width: 991px) {
     .content__row {
       -ms-grid-columns: 1fr;
       grid-template-columns: 1fr; } }
 
 .content__image {
   width: 100%;
   height: 100%;
   -o-object-fit: cover;
      object-fit: cover; }
   .content__image--icon {
     max-width: 355px;
     max-height: 355px; }
     @media (max-width: 991px) {
       .content__image--icon {
         max-width: 166px;
         max-height: 166px; } }
   .content__image-block--alt {
     max-width: 60%;
     margin: 30px auto; }
     @media (max-width: 767px) {
       .content__image-block--alt {
         max-width: 100%; } }
 
 .content__text {
   font-size: 18px;
   line-height: 21px; }
   .content__text-link {
     font-weight: 700; }
     .content__text-link--primary {
       color: #00effe; }
   .content__text--bigger {
     font-size: 24px;
     line-height: 28px; }
     @media (max-width: 991px) {
       .content__text--bigger {
         font-size: 16px;
         line-height: 19px; } }
   .content__text-block {
     max-width: 900px;
     margin: 0 auto; }
     .content__text-block p + p {
       margin-top: 10px; }
 
 .content__item {
   position: relative; }
   .content__item--primary-bg {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
         -ms-flex-pack: center;
             justify-content: center;
     -webkit-box-align: center;
         -ms-flex-align: center;
             align-items: center; }
     .content__item--primary-bg::after {
       content: '';
       position: absolute;
       top: 0;
       left: 0;
       right: 0;
       width: 100%;
       background-image: none;
       background-size: cover;
       background-repeat: no-repeat;
       background-position: bottom;
       height: 100%;
       overflow: hidden;
       z-index: -1; }
 
 .content__advantages {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
   -ms-flex-wrap: wrap;
       flex-wrap: wrap;
   padding-top: 68px;
   gap: 24px; }
   @media (max-width: 991px) {
     .content__advantages {
       gap: 0;
       row-gap: 32px;
       -webkit-box-pack: justify;
           -ms-flex-pack: justify;
               justify-content: space-between; } }
   .content__advantages-item {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
         -ms-flex-direction: column;
             flex-direction: column;
     -webkit-box-align: center;
         -ms-flex-align: center;
             align-items: center;
     width: 196px;
     height: auto; }
     @media (max-width: 991px) {
       .content__advantages-item {
         width: 141px; } }
   .content__advantages-circle {
     display: -ms-grid;
     display: grid;
     place-items: center;
     position: relative;
     background-color: #00effe;
     border-radius: 50%;
     width: 146px;
     height: 146px; }
     .content__advantages-circle::before {
       content: '';
       position: absolute;
       top: 50%;
       left: 50%;
       -webkit-transform: translate(-50%, -50%);
           -ms-transform: translate(-50%, -50%);
               transform: translate(-50%, -50%);
       width: 126px;
       height: 126px;
       border-radius: 50%;
       border: 2px solid white; }
       @media (max-width: 991px) {
         .content__advantages-circle::before {
           width: 97px;
           height: 97px; } }
     @media (max-width: 991px) {
       .content__advantages-circle {
         width: 112px;
         height: 112px; } }
   .content__advantages-icon {
     width: 72px;
     height: 72px;
     -o-object-fit: contain;
        object-fit: contain; }
     @media (max-width: 991px) {
       .content__advantages-icon {
         width: 54px;
         height: 54px; } }
   .content__advantages-text {
     display: block;
     padding-top: 20px;
     font-size: 18px;
     line-height: 21px;
     text-align: center; }
 
 .content__list {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
       -ms-flex-direction: column;
           flex-direction: column;
   gap: 20px;
   font-weight: 700;
   font-size: 24px;
   line-height: 28px; }
   @media (max-width: 991px) {
     .content__list {
       font-size: 16px;
       line-height: 19px; } }
   .content__list-item {
     position: relative;
     padding-left: 16px; }
     @media (max-width: 991px) {
       .content__list-item {
         padding-left: 10px; } }
     .content__list-item::before {
       content: '';
       position: absolute;
       top: 11px;
       left: 1px;
       width: 10px;
       height: 10px;
       border-radius: 50%;
       background-color: #00effe; }
       @media (max-width: 991px) {
         .content__list-item::before {
           top: 7px;
           left: 1px;
           width: 6px;
           height: 6px; } }
 
 .content__leads {
   padding-top: 72px; }
   @media (max-width: 991px) {
     .content__leads {
       padding-top: 28px; } }
   .content__leads-title {
     font-size: 48px;
     line-height: 56px;
     text-align: center; }
     @media (max-width: 991px) {
       .content__leads-title {
         font-size: 36px;
         line-height: 42px; } }
   .content__leads-list {
     display: -ms-grid;
     display: grid;
     -ms-grid-columns: (1fr)[3];
     grid-template-columns: repeat(3, 1fr);
     gap: 24px;
     padding-top: 52px; }
     @media (max-width: 991px) {
       .content__leads-list {
         -ms-grid-columns: 1fr 1fr;
         grid-template-columns: 1fr 1fr;
         padding-top: 24px; } }
     @media (max-width: 576px) {
       .content__leads-list {
         -ms-grid-columns: 1fr;
         grid-template-columns: 1fr; } }
   .content__leads-item {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
         -ms-flex-direction: column;
             flex-direction: column;
     -webkit-box-align: center;
         -ms-flex-align: center;
             align-items: center;
     text-align: center;
     border: 1px solid #D8D8D8;
     padding: 22px 30px 34px; }
     @media (max-width: 991px) {
       .content__leads-item {
         padding: 22px 6px 24px; } }
   .content__leads-icon {
     width: 100px;
     height: 100px;
     -o-object-fit: contain;
        object-fit: contain; }
   .content__leads-subtitle {
     padding-top: 28px;
     max-width: 235px;
     color: #00effe;
     font-weight: 700;
     font-size: 24px;
     line-height: 28px; }
   .content__leads-text {
     display: block;
     padding-top: 20px;
     font-size: 18px;
     line-height: 21px; }
     .content__leads-text--bold {
       font-weight: 700; }
 
 .content__textblock {
   padding-top: 52px;
   max-width: 1124px;
   margin: 0 auto;
   text-align: center; }
 
 .content__links-column {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
       -ms-flex-direction: column;
           flex-direction: column;
   row-gap: 10px;
   padding-right: 15px; }
   .content__links-column > a {
     display: block; }
   .content__links-column--no-pr {
     padding-right: 0; }
 
 .content__link {
   color: #ff3600;
   border-bottom: 1px dashed #ff3600; }
   .content__link-block {
     margin: 30px auto; }
   .content__link-button {
     display: block;
     margin: auto auto 0;
     width: 206px;
     padding: 12px 0;
     text-align: center;
     color: white;
     background: #00effe;
     cursor: pointer;
     position: relative; }
     .content__link-button::before {
       content: '';
       position: absolute;
       top: 0;
       bottom: 0;
       left: 0;
       right: 0;
       width: 100%;
       height: 100%;
       -webkit-transition: all 0.3s ease;
       transition: all 0.3s ease;
       background: white;
       opacity: 0;
       z-index: 0; }
     .content__link-button:hover::before {
       opacity: 0.3; }
     .content__link-button:active::before {
       opacity: 0.5; }
 
 .content__table {
   width: 100%;
   border-collapse: collapse;
   color: white;
   border: 2px solid white; }
   .content__table-wrapper {
     margin: 30px 0; }
     .content__table-wrapper--double {
       display: -ms-grid;
       display: grid;
       -ms-grid-columns: 1fr 1fr;
       grid-template-columns: 1fr 1fr;
       gap: 30px; }
   .content__table td,
   .content__table th {
     padding: 12px 6px; }
   .content__table th {
     background-color: #00effe;
     color: black;
     max-width: 40%; }
   .content__table--red th {
     background-color: darkred;
     color: white; }
 
 .content__mobile {
   display: none; }
   @media (max-width: 991px) {
     .content__mobile {
       display: -webkit-box;
       display: -ms-flexbox;
       display: flex;
       -webkit-box-pack: center;
           -ms-flex-pack: center;
               justify-content: center; } }
   .content__mobile::before {
     content: '';
     position: absolute;
     bottom: 17px;
     left: 0;
     right: 0;
     height: 120px;
     opacity: 1;
     -webkit-transition: all 0.3s ease;
     transition: all 0.3s ease;
     z-index: 1;
     background: -webkit-gradient(linear, left bottom, left top, color-stop(44.9%, #FFFFFF), color-stop(132.65%, rgba(255, 255, 255, 0)));
     background: linear-gradient(0deg, #FFFFFF 44.9%, rgba(255, 255, 255, 0) 132.65%); }
 
 .content__show-more {
   z-index: 2; }
 
 @media (max-width: 991px) {
   .content .toggle__content {
     max-height: 200px;
     overflow: hidden; }
     .content .toggle__content--active {
       max-height: inherit !important;
       overflow: inherit !important; }
       .content .toggle__content--active .about__text {
         -webkit-line-clamp: inherit; }
   .content .toggle__header--active .about__show-more {
     -webkit-transform: rotate(180deg);
         -ms-transform: rotate(180deg);
             transform: rotate(180deg); }
   .content .toggle__header--active::before {
     opacity: 0; } }
 
 .tabs {
   margin: 60px 0; }
   .tabs__header {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: justify;
         -ms-flex-pack: justify;
             justify-content: space-between;
     gap: 20px; }
     .tabs__header-item {
       position: relative;
       padding: 16px 24px;
       border: none;
       outline: none;
       background-color: transparent;
       color: white;
       font-size: 22px;
       font-weight: bold;
       cursor: pointer;
       -webkit-transition: all 0.3s ease;
       transition: all 0.3s ease; }
       .tabs__header-item::before {
         content: '';
         position: absolute;
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         border: 5px solid #a1a1a1;
         background-color: #1B1E26;
         -webkit-transform: skew(-30deg);
             -ms-transform: skew(-30deg);
                 transform: skew(-30deg);
         z-index: -1;
         -webkit-transition: all 0.3s ease;
         transition: all 0.3s ease; }
       .tabs__header-item--active::before {
         border-color: #00effe; }
 
   .search-wrapper {
     position: relative;
     max-width: 250px;
     width: 100%; }
     .search-wrapper::before {
       content: '';
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
       border: 5px solid #a1a1a1;
       background-color: #1B1E26;
       -webkit-transform: skew(-30deg);
           -ms-transform: skew(-30deg);
               transform: skew(-30deg);
       z-index: -1;
       -webkit-transition: all 0.3s ease;
       transition: all 0.3s ease;
       pointer-events: none; }
     .search-wrapper:focus-within::before {
       border-color: #00effe;
       box-shadow: 0 0 10px rgba(0, 239, 254, 0.3); }
 
   .search-box {
     position: relative;
     padding: 20px 24px 16px 24px;
     color: white;
     font-size: 16px;
     font-weight: 500;
     -webkit-transition: all 0.3s ease;
     transition: all 0.3s ease;
     outline: none;
     font-family: 'Montserrat', sans-serif;
     width: 100%;
     background-color: transparent;
     border: none;
     z-index: 2;
     display: block; }
     .search-box:focus {
       color: white; }
     .search-box:focus ~ .search-wrapper::before {
       border-color: #00effe;
       box-shadow: 0 0 10px rgba(0, 239, 254, 0.3); }
     .search-box::placeholder {
       color: #a1a1a1; }
     .search-box::placeholder {
       color: #a1a1a1; }
 
   .tabs__item {
     display: none; }
     .tabs__item--active {
       display: block; }
 
 .slider {
   margin: 0px 0 60px;
   --swiper-pagination-color: #005FED;
   --swiper-pagination-left: auto;
   --swiper-pagination-right: 8px;
   --swiper-pagination-bottom: 22px;
   --swiper-pagination-top: auto;
   --swiper-pagination-fraction-color: inherit;
   --swiper-pagination-progressbar-bg-color: rgba(0, 0, 0, 0.25);
   --swiper-pagination-progressbar-size: 4px;
   --swiper-pagination-bullet-size: 14px;
   --swiper-pagination-bullet-width: 14px;
   --swiper-pagination-bullet-height: 14px;
   --swiper-pagination-bullet-inactive-color: #000;
   --swiper-pagination-bullet-inactive-opacity: 0.2;
   --swiper-pagination-bullet-opacity: 1;
   --swiper-pagination-bullet-horizontal-gap: 12px;
   --swiper-pagination-bullet-vertical-gap: 6px; }
   .slider .wrapper {
    max-width: 100%;
   }
   .slider__slide {
     position: relative;
     display: flex;
     min-height: 430px;
     width: 100%;
     border-radius: 16px; }
     .slider__slide--bg {
       background: #005fed;
       background: -webkit-gradient(linear, left top, left bottom, color-stop(13%, rgba(0, 95, 237, 0.00884104)), color-stop(24%, rgba(1, 96, 238, 0.09)), color-stop(40%, rgba(0, 109, 239, 0.23)), color-stop(55%, rgba(0, 119, 240, 0.41)), color-stop(70%, rgba(0, 181, 247, 0.55)), to(#00effe));
       background: linear-gradient(180deg, rgba(0, 95, 237, 0.00884104) 13%, rgba(1, 96, 238, 0.09) 24%, rgba(0, 109, 239, 0.23) 40%, rgba(0, 119, 240, 0.41) 55%, rgba(0, 181, 247, 0.55) 70%, #00effe 100%); }
   .slider__image {
     width: auto;
     height: auto;
     -o-object-fit: cover;
        object-fit: cover; }
     .slider__image--right-top {
       /* position: absolute; */
       top: 0;
       right: 0; }
 
 .legend {
   margin: 60px 0; }
   .legend__wrapper {
     display: -ms-grid;
     display: grid;
     -ms-grid-columns: (1fr)[2];
     grid-template-columns: repeat(2, 1fr);
     gap: 47px;
     margin-top: 80px; }
   .legend__item {
     position: relative;
     padding: 26px 34px;
     color: white; }
     .legend__item-background {
       background: white;
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
       clip-path: polygon(5% 0%, 100% 0%, 99.7% 90%, 95.4% 100%, 0% 99.8%, 0% 10.3%);
       z-index: 0; }
     .legend__item::before {
       content: '';
       position: absolute;
       background-color: #262932;
       width: calc(100% - 5px);
       height: calc(100% - 5px);
       top: 50%;
       left: 50%;
       -webkit-transform: translate(-50%, -50%);
           -ms-transform: translate(-50%, -50%);
               transform: translate(-50%, -50%);
       clip-path: polygon(5% 0%, 100% 0%, 99.7% 90%, 95.4% 100%, 0% 99.8%, 0% 10.3%);
       z-index: 1; 
       transition: background-color 0.3s ease; }
     .legend__item-text {
       position: relative;
       display: block;
       font-weight: bold;
       font-size: 18px;
       color: white;
       z-index: 2;
       transition: color 0.3s ease; }

html.light-theme .legend__item-background {
  background: #1B1E26 !important;
}

html.light-theme .legend__item::before {
  background-color: white !important;
}

html.light-theme .legend__item-text {
  color: black !important;
}

html.light-theme .legend__item {
  color: black !important;
}

/* Тёмная тема (по умолчанию) */
.legend__item-background {
  transition: background-color 0.3s ease;
}

.legend__item::before {
  transition: background-color 0.3s ease;
}

.legend__item-text {
  transition: color 0.3s ease;
}
 
 .data {
   margin: 60px 0; }
   .data__content {
     display: -ms-grid;
     display: grid;
     -ms-grid-columns: (1fr)[5];
     grid-template-columns: repeat(5, 1fr);
     gap: 20px;
     margin-top: 80px; }
     @media (max-width: 991px) {
       .data__content {
         -ms-grid-columns: (1fr)[3];
         grid-template-columns: repeat(3, 1fr); } }
     @media (max-width: 768px) {
       .data__content {
         -ms-grid-columns: (1fr)[2];
         grid-template-columns: repeat(2, 1fr); } }
     @media (max-width: 425px) {
       .data__content {
         -ms-grid-columns: (1fr)[1];
         grid-template-columns: repeat(1, 1fr); } }

         .data__item1 {
     position: relative;
     padding: 14px;
     -webkit-transition: all 0.3s ease;
     transition: all 0.3s ease;
     cursor: pointer; }
     .data__item-text1 {
       position: relative;
       font-size: 12px;
       color: white;
       font-weight: bolder;
       line-height: 17px;
       z-index: 3; }

   .data__item {
     position: relative;
     padding: 20px;
     -webkit-transition: all 0.3s ease;
     transition: all 0.3s ease;
     cursor: pointer; }
     .data__item-text {
       position: relative;
       font-size: 14px;
       color: white;
       font-weight: bolder;
       line-height: 22px;
       z-index: 3; }
     .data__item::before {
       content: '';
       background: white;
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
       clip-path: polygon(5% 0%, 100% 0%, 99.7% 90%, 95.4% 100%, 0% 99.8%, 0% 10.3%);
       z-index: 0;
       -webkit-transition: all 0.3s ease;
       transition: all 0.3s ease; }
     .data__item::after {
       content: '';
       position: absolute;
       background-color: #262932;
       width: calc(100% - 5px);
       height: calc(100% - 5px);
       top: 50%;
       left: 50%;
       -webkit-transform: translate(-50%, -50%);
           -ms-transform: translate(-50%, -50%);
               transform: translate(-50%, -50%);
       clip-path: polygon(5% 0%, 100% 0%, 99.7% 90%, 95.4% 100%, 0% 99.8%, 0% 10.3%);
       z-index: 1; }
     .data__item--active {
       -webkit-filter: drop-shadow(0 1px 15px #0089ED);
               filter: drop-shadow(0 1px 15px #0089ED); }
       .data__item--active::before {
         background-color: #0089ED; }

/* Светлая тема для data__item */
html.light-theme .data__item-text {
  color: black !important;
}

html.light-theme .data__item::before {
  background: #1B1E26 !important;
}

html.light-theme .data__item::after {
  background-color: white !important;
}

/* Темная тема для data__item (по умолчанию) */
.data__item::before {
  background: white !important;
}

.data__item::after {
  background-color: #262932 !important;
}
       -webkit-filter: drop-shadow(0 1px 15px #0089ED);
               filter: drop-shadow(0 1px 15px #0089ED); }
       .data__item--active::before {
         background-color: #0089ED; }
 .header__logo-icon {
  margin-left: 25px;  
 }

/* ===== Переменные для тем ===== */
:root {
  --bg-primary: #1B1E26;
  --text-primary: #FFFFFF;
  --border-color: #1B1E26;
  --category-text: #FFFFFF;
}

html.light-theme {
  --bg-primary: #FFFFFF;
  --text-primary: #1B1E26;
  --border-color: #1B1E26;
  --category-text: #000000;
}

/* Применение переменных */
body {
  background-color: var(--bg-primary) !important;
  color: var(--text-primary) !important;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.data__item-text,
.data__item-text1 {
  color: var(--text-primary) !important;
}

.data__item {
  border-color: var(--border-color) !important;
}



.title-text,
.title__wrapper {
  color: var(--category-text) !important;
}

/* ===== Стиль для кнопки переключения темы ===== */
.theme-toggle-btn {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #0089ED !important;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  box-shadow: 0 4px 12px rgba(0, 137, 237, 0.4);
  transition: all 0.3s ease;
}

.theme-toggle-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 16px rgba(0, 137, 237, 0.6);
}

.theme-toggle-btn:active {
  transform: scale(0.95);
}

.theme-icon {
  display: inline-block;
  transition: transform 0.3s ease;
}

@media (max-width: 768px) {
  .theme-toggle-btn {
    width: 45px;
    height: 45px;
    font-size: 20px;
    top: 15px;
    right: 15px;
  }
}
 
 
/*                                           */
.data__item-editor {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #1B1E26;
  border: 2px solid #0089ED;
  border-radius: 8px;
  padding: 15px;
  min-width: 400px;
  z-index: 1000;
  box-shadow: 0 10px 40px rgba(0, 137, 237, 0.3);
}

html.light-theme .data__item-editor {
  background: white;
  border-color: #0089ED;
}

.data__item-editor-content-wrapper {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.data__item-editor-left-side {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.data__item-editor textarea {
  width: 100%;
  min-height: 80px;
  padding: 10px;
  border: 1px solid #0089ED;
  border-radius: 4px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  background: #262932;
  color: white;
  resize: vertical;
  box-sizing: border-box;
  margin-bottom: 10px;
}

html.light-theme .data__item-editor textarea {
  background: #f5f5f5;
  color: black;
  border-color: #0089ED;
}

.data__item-editor textarea:focus {
  outline: none;
  box-shadow: 0 0 10px rgba(0, 137, 237, 0.5);
}

.data__item-editor-buttons {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}

.data__item-editor-btn {
  padding: 8px 14px;
  border: none;
  border-radius: 4px;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: 'Montserrat', sans-serif;
}

.data__item-editor-btn--save {
  background: #0089ED;
  color: white;
}

.data__item-editor-btn--save:hover {
  background: #0070c9;
  box-shadow: 0 4px 12px rgba(0, 137, 237, 0.4);
}

.data__item-editor-btn--cancel {
  background: #6c757d;
  color: white;
}

.data__item-editor-btn--cancel:hover {
  background: #5a6268;
}

.data__item-editor-btn--copy {
  background: #0089ED;
  color: white;
}

.data__item-editor-btn--copy:hover {
  background: #0070c9;
  box-shadow: 0 4px 12px rgba(0, 137, 237, 0.4);
}

.data__item-editor-am-buttons-side {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.data__item-editor-btn--am {
  background: linear-gradient(135deg, #28a745, #20c997);
  color: white;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: bold;
  min-width: 50px;
  text-align: center;
}

.data__item-editor-btn--am:hover {
  background: linear-gradient(135deg, #218838, #1e7e34);
  box-shadow: 0 4px 12px rgba(40, 167, 69, 0.4);
}

.data__item-editor-btn--am.active {
  background: linear-gradient(135deg, #0089ED, #0070c9);
  box-shadow: 0 0 12px rgba(0, 137, 237, 0.6);
}

.data__item-editor-btn--am:active {
  transform: scale(0.98);
}

.data__item--editing {
  position: relative;
}

.data__item-copy-btn {
  display: none;
  margin-top: 10px;
  padding: 8px 14px;
  background: linear-gradient(135deg, #0089ED, #0070c9);
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  transition: all 0.2s ease;
  width: 100%;
  box-sizing: border-box;
}

.data__item-copy-btn:hover {
  box-shadow: 0 4px 12px rgba(0, 137, 237, 0.4);
  transform: translateY(-2px);
}

.data__item-copy-btn:active {
  transform: translateY(0);
}

.data__item-copy-btn.show {
  display: block;
}

.data__item-copy-btn.copied {
  background: linear-gradient(135deg, #28a745, #20c997);
}

.data__item-editor.show {
  display: block;
}

.data__item-editor-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}

.data__item-editor-overlay.show {
  display: block;
}
