/*! 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 {
  -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;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

p {
  margin-top: 0;
}

button,
input,
textarea {
  padding: 0;
  border-radius: 0;
}

svg {
  display: block;
}

* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

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

a {
  -webkit-touch-callout: none;
}

@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest-Bold.woff2") format("woff2"), url("../fonts/Onest-Bold..woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest-Regular.woff2") format("woff2"), url("../fonts/Onest-Regular..woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/**
 * Swiper 11.1.0
 * 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: March 28, 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") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

: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;
  /* Fix of Webkit flickering */
  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;
}

/* Auto Height */

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

/* 3D Effects */

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

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.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);
}

/* Slide styles start */

/* 3D Shadows */

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  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:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .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);
  }
}

/* Slide styles end */

@font-face {
  font-family: "lg";
  src: url("../fonts/lg.woff2?io9a6k") format("woff2"), url("../fonts/lg.ttf?io9a6k") format("truetype"), url("../fonts/lg.woff?io9a6k") format("woff"), url("../fonts/lg.svg?io9a6k#lg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lg" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-container {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.lg-next,
.lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1084;
  outline: none;
  border: none;
}

.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0 !important;
  cursor: default;
}

.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff;
}

.lg-single-item .lg-next,
.lg-single-item .lg-prev {
  display: none;
}

.lg-next {
  right: 20px;
}

.lg-next:before {
  content: "\e095";
}

.lg-prev {
  left: 20px;
}

.lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lg-media-overlap .lg-toolbar {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}

.lg-toolbar .lg-icon:hover {
  color: #fff;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-maximize {
  font-size: 22px;
}

.lg-toolbar .lg-maximize:after {
  content: "\e90a";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

.lg-sub-html a {
  color: inherit;
}

.lg-sub-html a:hover {
  text-decoration: underline;
}

.lg-media-overlap .lg-sub-html {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-error-msg {
  font-size: 14px;
  color: #999;
}

.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}

.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -webkit-transition: opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear, -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear, -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear, -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
  opacity: 0;
  -ms-transform: scale3d(0.5, 0.5, 0.5);
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
  opacity: 1;
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.lg-icon:focus-visible {
  color: #fff;
  border-radius: 3px;
  outline: 1px dashed rgba(255, 255, 255, 0.6);
}

.lg-toolbar .lg-icon:focus-visible {
  border-radius: 8px;
  outline-offset: -5px;
}

.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  width: 100%;
  max-height: 350px;
  overflow: hidden;
  float: left;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-middle {
  text-align: center;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-left {
  text-align: left;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-right {
  text-align: right;
}

.lg-outer.lg-single-item .lg-thumb-outer {
  display: none;
}

.lg-outer .lg-thumb {
  padding: 5px 0;
  height: 100%;
  margin-bottom: -5px;
  display: inline-block;
  vertical-align: middle;
}

.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border-radius: 2px;
  margin-bottom: 5px;
  will-change: border-color;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: rgb(169, 7, 7);
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff";
}

.lg-outer.lg-animate-thumb .lg-thumb {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.lg-outer .lg-video-cont {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.lg-outer .lg-video-cont .lg-object {
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-has-iframe .lg-video-cont {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-outer .lg-video-object {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 3;
}

.lg-outer .lg-video-poster {
  z-index: 1;
}

.lg-outer .lg-has-video .lg-video-object {
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.lg-outer .lg-has-video.lg-video-loaded .lg-video-poster,
.lg-outer .lg-has-video.lg-video-loaded .lg-video-play-button {
  opacity: 0 !important;
}

.lg-outer .lg-has-video.lg-video-loaded .lg-video-object {
  opacity: 1;
}

@-webkit-keyframes lg-play-stroke {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@keyframes lg-play-stroke {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@-webkit-keyframes lg-play-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes lg-play-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.lg-video-play-button {
  width: 18%;
  max-width: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  will-change: opacity, transform;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
  -webkit-transition: opacity 0.1s, -webkit-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28);
  transition: opacity 0.1s, -webkit-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28);
  transition: transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
  transition: transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s, -webkit-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28);
}

.lg-video-play-button:hover .lg-video-play-icon-bg,
.lg-video-play-button:hover .lg-video-play-icon {
  opacity: 1;
}

.lg-video-play-icon-bg {
  fill: none;
  stroke-width: 3%;
  stroke: #fcfcfc;
  opacity: 0.6;
  will-change: opacity;
  -webkit-transition: opacity 0.12s ease-in;
  transition: opacity 0.12s ease-in;
}

.lg-video-play-icon-circle {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  fill: none;
  stroke-width: 3%;
  stroke: rgba(30, 30, 30, 0.9);
  stroke-opacity: 1;
  stroke-linecap: round;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
}

.lg-video-play-icon {
  position: absolute;
  width: 25%;
  max-width: 120px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  opacity: 0.6;
  will-change: opacity;
  -webkit-transition: opacity 0.12s ease-in;
  transition: opacity 0.12s ease-in;
}

.lg-video-play-icon .lg-video-play-icon-inner {
  fill: #fcfcfc;
}

.lg-video-loading .lg-video-play-icon-circle {
  -webkit-animation: lg-play-rotate 2s linear 0.25s infinite, lg-play-stroke 1.5s ease-in-out 0.25s infinite;
          animation: lg-play-rotate 2s linear 0.25s infinite, lg-play-stroke 1.5s ease-in-out 0.25s infinite;
}

.lg-video-loaded .lg-video-play-button {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0.7);
      -ms-transform: translate(-50%, -50%) scale(0.7);
          transform: translate(-50%, -50%) scale(0.7);
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: rgb(169, 7, 7);
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-single-item .lg-autoplay-button {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0ms !important;
  transition-duration: 0ms !important;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
  transition: -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
}

.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  -webkit-transition: opacity 0.15s, -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s !important;
  transition: opacity 0.15s, -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s !important;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s, -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.no-transition,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.no-transition {
  -webkit-transition: none !important;
  transition: none !important;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition {
  -webkit-transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0px) !important;
          transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0px) !important;
  max-width: none !important;
  max-height: none !important;
  top: 50% !important;
  left: 50% !important;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-x,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-x {
  -webkit-transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0px) !important;
          transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0px) !important;
  top: 0 !important;
  left: 50% !important;
  max-width: none !important;
  max-height: none !important;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-y,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-y {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, -50%, 0px) !important;
          transform: scale3d(1, 1, 1) translate3d(0, -50%, 0px) !important;
  top: 50% !important;
  left: 0% !important;
  max-width: none !important;
  max-height: none !important;
}

.lg-icon.lg-zoom-in:after {
  content: "\e311";
}

.lg-actual-size .lg-icon.lg-zoom-in {
  opacity: 0.5;
  pointer-events: none;
}

.lg-icon.lg-actual-size {
  font-size: 20px;
}

.lg-icon.lg-actual-size:after {
  content: "\e033";
}

.lg-icon.lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

.lg-icon.lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed .lg-icon.lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer[data-lg-slide-type=video] .lg-zoom-in,
.lg-outer[data-lg-slide-type=video] .lg-actual-size,
.lg-outer[data-lg-slide-type=video] .lg-zoom-out,
.lg-outer[data-lg-slide-type=iframe] .lg-zoom-in,
.lg-outer[data-lg-slide-type=iframe] .lg-actual-size,
.lg-outer[data-lg-slide-type=iframe] .lg-zoom-out,
.lg-outer.lg-first-slide-loading .lg-zoom-in,
.lg-outer.lg-first-slide-loading .lg-actual-size,
.lg-outer.lg-first-slide-loading .lg-zoom-out {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer .lg-pager-outer {
  text-align: center;
  z-index: 1080;
  height: 10px;
  margin-bottom: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer.lg-single-item .lg-pager-outer {
  display: none;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  -webkit-box-shadow: 0 0 0 2px white inset;
          box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #fff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  will-change: transform, opacity;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
          box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
  transition: -webkit-box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover,
.lg-outer .lg-pager:focus {
  -webkit-box-shadow: 0 0 0 8px white inset;
          box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer .lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  will-change: visibility, opacity;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active .lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active .lg-share {
  color: #fff;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  will-change: visibility, opacity, transform;
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer .lg-share {
  position: relative;
}

.lg-outer .lg-share:after {
  content: "\e80d";
}

.lg-outer .lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer .lg-share-facebook .lg-icon:after {
  content: "\e904";
}

.lg-outer .lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer .lg-share-twitter .lg-icon:after {
  content: "\e907";
}

.lg-outer .lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer .lg-share-pinterest .lg-icon:after {
  content: "\e906";
}

.lg-comment-box {
  width: 420px;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #fff;
  will-change: transform;
  -ms-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-comment-box .lg-comment-title {
  margin: 0;
  color: #fff;
  font-size: 18px;
}

.lg-comment-box .lg-comment-header {
  background-color: #000;
  padding: 12px 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.lg-comment-box .lg-comment-body {
  height: 100% !important;
  padding-top: 43px !important;
  width: 100% !important;
}

.lg-comment-box .fb-comments {
  height: 100%;
  width: 100%;
  background: url("../images/loading.gif") no-repeat scroll center center #fff;
  overflow-y: auto;
  display: inline-block;
}

.lg-comment-box .fb-comments[fb-xfbml-state=rendered] {
  background-image: none;
}

.lg-comment-box .fb-comments > span {
  max-width: 100%;
}

.lg-comment-box .lg-comment-close {
  position: absolute;
  right: 5px;
  top: 12px;
  cursor: pointer;
  font-size: 20px;
  color: #999;
  will-change: color;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.lg-comment-box .lg-comment-close:hover {
  color: #fff;
}

.lg-comment-box .lg-comment-close:after {
  content: "\e070";
}

.lg-comment-box iframe {
  max-width: 100% !important;
  width: 100% !important;
}

.lg-comment-box #disqus_thread {
  padding: 0 20px;
}

.lg-outer .lg-comment-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  will-change: visibility, opacity;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer .lg-comment-toggle:after {
  content: "\e908";
}

.lg-outer.lg-comment-active .lg-comment-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-comment-active .lg-comment-toggle {
  color: #fff;
}

.lg-outer.lg-comment-active .lg-comment-box {
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-img-rotate {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer[data-lg-slide-type=video] .lg-rotate-left,
.lg-outer[data-lg-slide-type=video] .lg-rotate-right,
.lg-outer[data-lg-slide-type=video] .lg-flip-ver,
.lg-outer[data-lg-slide-type=video] .lg-flip-hor,
.lg-outer[data-lg-slide-type=iframe] .lg-rotate-left,
.lg-outer[data-lg-slide-type=iframe] .lg-rotate-right,
.lg-outer[data-lg-slide-type=iframe] .lg-flip-ver,
.lg-outer[data-lg-slide-type=iframe] .lg-flip-hor {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer .lg-img-rotate:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.lg-rotate-left:after {
  content: "\e900";
}

.lg-rotate-right:after {
  content: "\e901";
}

.lg-icon.lg-flip-hor,
.lg-icon.lg-flip-ver {
  font-size: 26px;
}

.lg-flip-ver:after {
  content: "\e903";
}

.lg-flip-hor:after {
  content: "\e902";
}

.lg-medium-zoom-item {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.lg-medium-zoom .lg-outer {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.lg-medium-zoom .lg-outer.lg-grab img.lg-object {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.lg-medium-zoom .lg-outer.lg-grabbing img.lg-object {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.lg-relative-caption .lg-outer .lg-sub-html {
  white-space: normal;
  bottom: auto;
  padding: 0;
  background-image: none;
}

.lg-relative-caption .lg-outer .lg-relative-caption-item {
  opacity: 0;
  padding: 16px 0;
  -webkit-transition: 0.5s opacity ease;
  transition: 0.5s opacity ease;
}

.lg-relative-caption .lg-outer .lg-show-caption .lg-relative-caption-item {
  opacity: 1;
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-container {
  display: none;
  outline: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-on {
  scroll-behavior: unset;
}

.lg-overlay-open {
  overflow: hidden;
}

.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
  opacity: 1;
}

.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}

.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0.001;
  outline: none;
  will-change: auto;
  overflow: hidden;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-zoom-from-image {
  opacity: 1;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
  white-space: nowrap;
}

.lg-outer .lg-item {
  display: none !important;
}

.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url("../images/loading.gif") no-repeat scroll center center transparent;
}

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}

.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
  display: none;
}

.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out 0.15s;
  transition: opacity 0.2s ease-out 0.15s;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  will-change: auto;
  -webkit-transition: opacity 333ms ease-in 0s;
  transition: opacity 333ms ease-in 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s, -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-container {
  display: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-container.lg-dragging-vertical .lg-backdrop {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute;
}

.lg-inline .lg-backdrop {
  z-index: 1;
}

.lg-inline .lg-outer {
  z-index: 2;
}

.lg-inline .lg-maximize:after {
  content: "\e909";
}

.lg-components {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.35s ease-out 0s;
  transition: -webkit-transform 0.35s ease-out 0s;
  transition: transform 0.35s ease-out 0s;
  transition: transform 0.35s ease-out 0s, -webkit-transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

@font-face {
  font-family: "lg";
  src: url("../fonts/lg.woff2?io9a6k") format("woff2"), url("../fonts/lg.ttf?io9a6k") format("truetype"), url("../fonts/lg.woff?io9a6k") format("woff"), url("../fonts/lg.svg?io9a6k#lg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lg" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 0.851vw;
}

body {
  overflow-x: hidden;
  font-family: "Onest", "Roboto", Arial, sans-serif;
  background: #2e2e2e;
}

body.lock {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

.site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
}

.site-top {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.site-bottom {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.container {
  max-width: 90rem;
  padding-inline: 2.5rem;
  min-width: 20rem;
  margin: 0 auto;
}

.section-title {
  color: #fff;
  font-size: 2.8125rem;
  line-height: 1.04;
  font-weight: 700;
  padding-inline: 2.5rem;
}

.inner-title {
  font-size: 1.625rem;
  line-height: 1.04;
  font-weight: 700;
  color: #494949;
  margin-bottom: 1.5625rem;
}

.modal-title {
  color: #494949;
  font-size: 2.8125rem;
  font-weight: 700;
  margin-bottom: 5rem;
}

.arrow-icon {
  position: relative;
  width: 1.5625rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
  will-change: transform;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.arrow-icon svg {
  width: 100%;
  height: 100%;
  fill: #494949;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.arrow-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.5rem;
  aspect-ratio: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 50%;
}

.lg-container .lg-components {
  opacity: 0 !important;
  pointer-events: none;
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  height: 3.125rem;
  background: none;
  border: none;
  padding-inline: 1.5625rem;
  position: relative;
  color: #545454;
}

.button:has(.button__icon) {
  padding-right: 0.875rem;
}

.button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 2.1875rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  will-change: transform;
}

.button__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.4375rem;
  height: 1rem;
  margin-left: 1.25rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.button__icon svg {
  width: 100%;
  height: 100%;
  position: relative;
  fill: currentColor;
}

.button__text {
  position: relative;
  z-index: 100;
  font-size: 0.9375rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: -0.1em;
  letter-spacing: 0.05em;
}

.button--large {
  height: 5rem;
  padding-inline: 2.1875rem;
}

.button--large .button__text {
  font-size: 1.5rem;
}

.button--large::before {
  border-radius: 6.25rem;
}

.button--accent {
  color: #fff;
}

.button--accent::before {
  background: #4176ff;
}

.button--primary {
  color: #fff;
}

.button--primary::before {
  background: #99ca3c;
}

.button--light {
  color: #000;
}

.button--light::before {
  background: #fff;
}

.card {
  position: relative;
  border-radius: 2.5rem;
  padding: 2.5rem;
  padding-right: 4.375rem;
  background: #99ca3c;
}

.card::before {
  content: "";
  display: block;
  width: 0;
  padding-top: var(--offset-top);
}

.card h2 {
  font-size: 2.8125rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2.5rem;
  padding-bottom: 2rem;
}

.characteristics__title {
  margin-bottom: 0.9375rem;
}

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

.characteristics__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 1.125rem;
  line-height: 1.43;
  color: #000;
}

.characteristics__item::before {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.1);
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-bottom: 0.5rem;
  margin-left: 0.875rem;
  margin-right: 0.625rem;
}

.characteristics__name {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.characteristics__value {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  color: rgba(0, 0, 0, 0.2);
  min-width: 4.6875rem;
}

.chips__title {
  margin-bottom: 0.9375rem;
}

.chips__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  row-gap: 1rem;
}

.chips__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-size: 1.125rem;
  height: 2.5rem;
  padding-inline: 1.5625rem;
  background: #efefef;
  border-radius: 6.25rem;
}

.close-button {
  position: relative;
  border-radius: 50%;
  aspect-ratio: 1;
  width: 5rem;
  border: none;
  cursor: pointer;
}

.close-button::before,
.close-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-top: 0.1875rem solid #fff;
  width: 54%;
  z-index: 100;
}

.close-button::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.close-button::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.close-button__back {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-property: background, -webkit-transform;
  transition-property: background, -webkit-transform;
  transition-property: transform, background;
  transition-property: transform, background, -webkit-transform;
  background: #d9d9d9;
}

.fieldset--text input {
  display: block;
  width: 100%;
  border: none;
  background: none;
  font-size: 1.25rem;
  font-weight: 700;
  color: #959595;
  height: 2.875rem;
  border-bottom: 0.125rem solid #d9d9d9;
}

.fieldset--text input:focus {
  outline: none;
}

.fieldset--text input::-webkit-input-placeholder {
  opacity: 0.5;
}

.fieldset--text input::-moz-placeholder {
  opacity: 0.5;
}

.fieldset--text input:-ms-input-placeholder {
  opacity: 0.5;
}

.fieldset--text input::-ms-input-placeholder {
  opacity: 0.5;
}

.fieldset--text input::placeholder {
  opacity: 0.5;
}

.fieldset--text:has(.fieldset__error:not(:empty)) input {
  border-color: #e74c3c;
}

.fieldset .fieldset__error {
  display: block;
  color: #e74c3c;
  font-size: 1rem;
  padding-top: 0.5rem;
}

.fieldset .fieldset__error:empty {
  display: none;
}

.loader {
  width: 4.375rem;
  aspect-ratio: 1;
  background: #4176ff;
  display: inline-block;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-animation: animloader 1s ease-in infinite;
          animation: animloader 1s ease-in infinite;
}

@-webkit-keyframes animloader {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }

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

@keyframes animloader {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }

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

.advantages__grid {
  --cols: 3;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[var(--cols)];
  grid-template-columns: repeat(var(--cols), 1fr);
  gap: 1.25rem;
}

.advantages__grid-item {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 2.5rem;
  padding-top: 3.125rem;
  padding-left: 2.5rem;
  padding-right: 4.375rem;
  max-height: 27.5rem;
}

.advantages__grid-item--delivery {
  background: #4176ff;
}

.advantages__grid-item--delivery .advantages__title,
.advantages__grid-item--delivery .geo__title {
  color: #fff;
}

.advantages__grid-item--delivery .advantages__icon {
  width: 19rem;
  will-change: transform;
}

.advantages__grid-item--delivery .advantages__icon .car {
  margin-bottom: -2.1875rem;
  margin-left: -0.75rem;
}

.advantages__grid-item--delivery:hover .car {
  -webkit-animation-name: move;
          animation-name: move;
}

.advantages__grid-item--installation {
  background: #99ca3c;
}

.advantages__grid-item--installation .advantages__title,
.advantages__grid-item--installation .geo__title {
  color: #fff;
}

.advantages__grid-item--installation .advantages__icon {
  position: relative;
  width: 15rem;
}

.advantages__grid-item--installation .advantages__icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 300%;
  border-top: 0.1875rem solid #fff;
}

.advantages__grid-item--installation:hover .install,
.advantages__grid-item--installation._anim .install {
  -webkit-animation-name: installMove;
          animation-name: installMove;
}

.advantages__grid-item--cleaning {
  background: #fff;
}

.advantages__grid-item--cleaning .advantages__icon {
  width: 12rem;
  margin-left: 2.25rem;
}

.advantages__grid-item--cleaning img {
  margin-left: 1.875rem;
}

.advantages__title,
.geo__title {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  color: #4176ff;
  padding-bottom: 0.125rem;
}

.advantages__icon {
  margin-top: auto;
}

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

.button-float {
  position: fixed;
  left: 50%;
  bottom: 1.25rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 600;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

.button-float._hide {
  opacity: 0;
  pointer-events: none;
}

.button-more {
  text-align: center;
  padding-top: 3.125rem;
}

.button-more .button {
  padding-inline: 3.4375rem;
  color: #fff;
}

.button-more .button::before {
  background: transparent;
  border: 0.125rem solid #fff;
}

.clients__title {
  margin-bottom: 2rem;
}

.clients__grid {
  --cols: 3;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[var(--cols)];
  grid-template-columns: repeat(var(--cols), 1fr);
  gap: 2.5rem;
}

.clients__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border-radius: 1.875rem;
  height: 12.5rem;
}

.clients__item picture {
  width: 100%;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.clients__item picture img {
  display: block;
  max-width: 80%;
  max-height: 80%;
}

.features__title {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 0;
  -ms-hyphens: auto;
      hyphens: auto;
}

.features__list {
  --cols: 3;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[var(--cols)];
  grid-template-columns: repeat(var(--cols), 1fr);
  gap: 1.25rem;
}

.features__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 2.5rem;
  min-height: 20rem;
  padding: 1.875rem;
  padding-top: 6.5625rem;
  text-align: center;
}

.features__item--first .features__icon {
  width: 4.8125rem;
  aspect-ratio: 1;
}

.features__item--second .features__icon {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 3.4375rem;
  gap: 0.25rem;
  overflow: hidden;
}

.features__item--second .features__icon svg {
  width: 4.0625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: -0.0625rem;
  margin-right: -0.0625rem;
}

.features__item--second .features__icon .wave {
  width: 4.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.features__item--second .features__icon .wave svg {
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.features__item--second .features__icon .wave:nth-child(odd) {
  --start: -98%;
  --target: 100%;
  -webkit-transform: translateX(var(--start));
      -ms-transform: translateX(var(--start));
          transform: translateX(var(--start));
}

.features__item--second .features__icon .wave:nth-child(even) {
  --start: 0%;
  --target: -100%;
}

.features__item--third .features__icon {
  width: 3.375rem;
}

.features__item--third .features__icon path {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.features__item--third .features__icon path:nth-of-type(1) {
  --dashoffset: 42;
}

.features__item--third .features__icon path:nth-of-type(2) {
  --dashoffset: 52.77;
}

.features__item--third .features__icon path:nth-of-type(3) {
  --dashoffset: 97.76;
}

.features__item--third .features__icon path:nth-of-type(4) {
  --dashoffset: 28.15;
}

.features__item--third .features__icon path:nth-of-type(5) {
  --dashoffset: 5.34;
}

.features__item--fourth .features__icon {
  position: relative;
  width: 5rem;
}

.features__item--fourth .features__icon .water-group {
  position: absolute;
  width: 0.625rem;
  bottom: 1.25rem;
  right: 0.4375rem;
}

.features__item--fourth .features__icon .water-group path {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.features__item--fourth .features__icon .water-group path:nth-child(1) {
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
}

.features__item--fourth .features__icon .water-group path:nth-child(3) {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}

.features__item--fifth {
  position: relative;
}

.features__item--fifth #bubbles {
  position: absolute;
  inset: 0;
}

.features__item--fifth .features__icon {
  width: 3.125rem;
  aspect-ratio: 1;
  position: relative;
}

.features__item--fifth .features__icon circle {
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
}

.features__item--fifth .features__icon circle:nth-child(1) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.features__item--fifth .features__icon circle:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.features__item--fifth .features__icon circle:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.features__item--fifth .features__icon circle:nth-child(4) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.features__item--fifth .features__icon circle:nth-child(5) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.features__item--fifth .features__icon circle:nth-child(6) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.features__item--six .features__icon {
  width: 5rem;
}

.features__item--six .features__icon path {
  --scale: 1.2;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.features__item--six .features__icon path:nth-child(1) {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.features__item--six .features__icon path:nth-child(2) {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.features__item--six .features__icon path:nth-child(3) {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.features__item--six .features__icon path:nth-child(4) {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

.features__item--six .features__icon path:nth-child(5) {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.features__item--six .features__icon path:nth-child(6) {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.features__item--six .features__icon path:nth-child(7) {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.features__item--six .features__icon path:nth-child(8) {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.features__item--six .features__icon path:nth-child(9) {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.features__item--six .features__icon path:nth-child(10) {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

.features__item--six .features__icon path:nth-child(11) {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.features__item--six .features__icon path:nth-child(12) {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

.features__item--six .features__icon path:nth-child(13) {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.features__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2.6875rem;
  height: 4.875rem;
}

.features__icon svg {
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.features__icon-air {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes air1 {
  0% {
    stroke-dashoffset: 0;
  }

  30% {
    stroke-dashoffset: -15.91;
  }

  60% {
    stroke-dashoffset: -15.91;
  }

  60.000001% {
    stroke-dashoffset: 15.91;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes air1 {
  0% {
    stroke-dashoffset: 0;
  }

  30% {
    stroke-dashoffset: -15.91;
  }

  60% {
    stroke-dashoffset: -15.91;
  }

  60.000001% {
    stroke-dashoffset: 15.91;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes air2 {
  0% {
    stroke-dashoffset: 0;
  }

  30% {
    stroke-dashoffset: -20.96;
  }

  60% {
    stroke-dashoffset: -20.96;
  }

  60.000001% {
    stroke-dashoffset: 20.96;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes air2 {
  0% {
    stroke-dashoffset: 0;
  }

  30% {
    stroke-dashoffset: -20.96;
  }

  60% {
    stroke-dashoffset: -20.96;
  }

  60.000001% {
    stroke-dashoffset: 20.96;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes air3 {
  0% {
    stroke-dashoffset: 0;
  }

  30% {
    stroke-dashoffset: -19;
  }

  60% {
    stroke-dashoffset: -19;
  }

  60.000001% {
    stroke-dashoffset: 19;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes air3 {
  0% {
    stroke-dashoffset: 0;
  }

  30% {
    stroke-dashoffset: -19;
  }

  60% {
    stroke-dashoffset: -19;
  }

  60.000001% {
    stroke-dashoffset: 19;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes material {
  0% {
    stroke-dashoffset: 0;
  }

  50%, 60% {
    stroke-dashoffset: var(--dashoffset);
  }

  80%, 100% {
    stroke-dashoffset: 0;
  }
}

@keyframes material {
  0% {
    stroke-dashoffset: 0;
  }

  50%, 60% {
    stroke-dashoffset: var(--dashoffset);
  }

  80%, 100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes water {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }

  50.000001% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes water {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }

  50.000001% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes audio {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }

  20% {
    -webkit-transform: scale(1, calc(var(--scale) * 0.5));
            transform: scale(1, calc(var(--scale) * 0.5));
  }

  40% {
    -webkit-transform: scale(1, calc(var(--scale) * 0.7));
            transform: scale(1, calc(var(--scale) * 0.7));
  }

  70% {
    -webkit-transform: scale(1, calc(var(--scale) * 0.3));
            transform: scale(1, calc(var(--scale) * 0.3));
  }

  90% {
    -webkit-transform: scale(1, var(--scale));
            transform: scale(1, var(--scale));
  }

  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes audio {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }

  20% {
    -webkit-transform: scale(1, calc(var(--scale) * 0.5));
            transform: scale(1, calc(var(--scale) * 0.5));
  }

  40% {
    -webkit-transform: scale(1, calc(var(--scale) * 0.7));
            transform: scale(1, calc(var(--scale) * 0.7));
  }

  70% {
    -webkit-transform: scale(1, calc(var(--scale) * 0.3));
            transform: scale(1, calc(var(--scale) * 0.3));
  }

  90% {
    -webkit-transform: scale(1, var(--scale));
            transform: scale(1, var(--scale));
  }

  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@-webkit-keyframes wave {
  0% {
    -webkit-transform: translateX(var(--start));
            transform: translateX(var(--start));
  }

  100% {
    -webkit-transform: translateX(var(--target));
            transform: translateX(var(--target));
  }
}

@keyframes wave {
  0% {
    -webkit-transform: translateX(var(--start));
            transform: translateX(var(--start));
  }

  100% {
    -webkit-transform: translateX(var(--target));
            transform: translateX(var(--target));
  }
}

.footer {
  padding-top: 5rem;
  padding-bottom: 5.5rem;
}

.footer__inner {
  --cols: 3;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[var(--cols)];
  grid-template-columns: repeat(var(--cols), 1fr);
  row-gap: 3rem;
}

.footer__logo {
  display: block;
  width: 15.1875rem;
}

.footer__logo img {
  display: block;
  width: 100%;
}

.footer a {
  color: #fff;
  text-decoration: none;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.footer__phone {
  font-size: 2.8125rem;
  line-height: 1.04;
  font-weight: 700;
  -ms-grid-row-align: center;
  -ms-grid-column-align: center;
  place-self: center;
}

.footer__email {
  font-size: 1.5rem;
  -ms-grid-column-align: end;
      justify-self: end;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.footer__developer {
  width: 8rem;
  display: block;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-column-align: end;
      justify-self: end;
}

.footer__developer img {
  display: block;
  width: 100%;
}

.form {
  position: relative;
}

.form__item {
  margin-bottom: 2.125rem;
}

.form__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 0.375rem;
  gap: 1.875rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.form__bottom p {
  font-size: 1rem;
  color: #959595;
  max-width: 28.125rem;
}

.form__bottom p a {
  text-decoration: none;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: inherit;
}

.form__loader {
  position: absolute;
  top: 18%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
}

.form._loading {
  opacity: 0.5;
  pointer-events: none;
}

.form._loading .form__loader {
  display: block;
}

.gallery__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem;
}

.gallery__item {
  --offset-top: 50%;
  position: relative;
  border-radius: 2.5rem;
  overflow: hidden;
  height: 30rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.gallery__item::before {
  display: none;
}

.gallery__item.card h2 {
  position: static;
  padding: 0;
  color: #fff;
  -ms-hyphens: auto;
      hyphens: auto;
}

.gallery__item a {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.gallery__item picture {
  display: block;
  width: 100%;
  height: 100%;
}

.gallery__item picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery__item:nth-child(5n+1) {
  -ms-flex-preferred-size: 35.5%;
      flex-basis: 35.5%;
}

.gallery__item:nth-child(5n+2) {
  -ms-flex-preferred-size: calc(64.5% - 1.25rem);
      flex-basis: calc(64.5% - 1.25rem);
}

.gallery__item:nth-child(5n+3) {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.gallery__item:nth-child(5n+4) {
  -ms-flex-preferred-size: 63.3%;
      flex-basis: 63.3%;
}

.gallery__item:nth-child(5n+5) {
  -ms-flex-preferred-size: calc(36.7% - 1.25rem);
      flex-basis: calc(36.7% - 1.25rem);
}

.geo__title {
  padding-bottom: 0;
  margin-bottom: 0;
  color: #fff;
  max-width: 20rem;
  position: relative;
  z-index: 100;
}

.geo__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #4176ff;
  border-radius: 2.5rem;
  overflow: hidden;
  padding: 2.5rem;
  min-height: 12.5rem;
}

.geo__img {
  pointer-events: none;
  position: absolute;
  top: 1.4375rem;
  right: 2.9375rem;
  -webkit-transform: rotate(-15deg);
      -ms-transform: rotate(-15deg);
          transform: rotate(-15deg);
  width: 57.25rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  will-change: transform;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 700;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.header__logo {
  display: block;
  width: 12.375rem;
}

.header__logo img {
  display: block;
  width: 100%;
}

.header__phone {
  font-size: 1.625rem;
  line-height: 1.04;
  font-weight: 700;
  text-decoration: none;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #fff;
}

.hero {
  --offset-top: 77.5%;
  position: relative;
  margin-bottom: 5rem;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 100;
  border-bottom-left-radius: 2.5rem;
  border-bottom-right-radius: 2.5rem;
}

.hero__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 47.5rem;
}

.hero__item {
  position: relative;
  overflow: hidden;
  border-radius: 2.5rem;
}

.hero__item::before {
  content: "";
  display: block;
  width: 0;
  padding-top: var(--offset-top);
}

.hero__item img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero__title {
  position: relative;
  z-index: 200;
  font-size: 3.75rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5rem;
  max-width: 39rem;
}

.hero__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-bottom-left-radius: 2.5rem;
  border-bottom-right-radius: 2.5rem;
  pointer-events: none;
}

.main-link__inner {
  position: relative;
  background: #99ca3c;
  border-radius: 2.5rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 30rem;
}

.main-link__inner a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.main-link__text {
  display: inline-block;
  color: #fff;
  font-size: 2.8125rem;
  font-weight: 700;
  max-width: 28.125rem;
  padding-inline: 2.8125rem;
  padding-bottom: 1.875rem;
}

.main-link picture {
  display: block;
  margin-inline: 1.25rem;
}

.main-link picture img {
  display: block;
  width: 33.75rem;
}

.main-link .arrow-icon {
  position: absolute;
  top: 2.6875rem;
  left: 2.6875rem;
}

.message p {
  font-size: 1.25rem;
  font-weight: 700;
  color: #494949;
  margin-bottom: 1.5625rem;
}

.message *:last-child {
  margin-bottom: 0;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease;
  z-index: 1000;
}

.modal--active {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  pointer-events: initial;
}

.modal__body {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.modal__content {
  background: #f5f5f5;
  width: 45rem;
  padding: 3.75rem;
  padding-top: 4.375rem;
  border: 0.0625rem solid #d9d9d9;
}

.modal .message {
  max-width: 28.125rem;
}

.modal .message--success,
.modal .message--error {
  display: none;
}

.modal .close-button {
  position: absolute;
  top: 2.5rem;
  right: 3.75rem;
}

.modal--success .form {
  display: none;
}

.modal--success .modal__title {
  display: none;
}

.modal--success .message--success {
  display: block;
}

.modal--error .form {
  display: none;
}

.modal--error .modal__title {
  display: none;
}

.modal--error .message--error {
  display: block;
}

.modal--index .modal__content {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5rem;
}

.modal--index .modal__content .button {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 25rem;
  width: 100%;
  margin-inline: auto;
  text-align: center;
}

.modal--index .modal__content .close-button {
  position: relative;
  inset: initial;
  margin-inline: auto;
}

.products__title {
  margin-bottom: 1.5rem;
}

.products__name {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  font-size: 2.8125rem;
  margin-bottom: 1.625rem;
  color: #494949;
}

.products__item {
  position: relative;
  overflow: hidden;
  border-radius: 2.5rem;
  background: #fff;
  padding: 2.5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 3.875rem;
     -moz-column-gap: 3.875rem;
          column-gap: 3.875rem;
  margin-bottom: 2.5rem;
}

.products__item:last-child {
  margin-bottom: 0;
}

.products__info {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

.products__info-item {
  margin-bottom: 2.1875rem;
}

.products__info-item.characteristics {
  width: 100%;
  max-width: 31.875rem;
}

.products__info-item.chips {
  max-width: 36.5625rem;
}

.products__info .button {
  margin-top: auto;
}

.products__preview {
  --cols: 2;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[var(--cols)];
  grid-template-columns: repeat(var(--cols), 1fr);
  width: 25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-grid-row-align: start;
      align-self: start;
}

.products__preview-link {
  position: relative;
  overflow: hidden;
  border: 0.1875rem solid #fff;
  border-radius: 1.875rem;
}

.products__preview-link::before {
  content: "";
  display: block;
  width: 0;
  padding-top: 82%;
}

.products__preview-link picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.products__preview-link picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.products__preview-link:first-child {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

.products__preview-link:first-child::before {
  padding-top: 71%;
}

.products__preview-link:hover::after {
  opacity: 1;
}

.products__preview-link:hover .products__preview-icon {
  opacity: 1;
}

.products__preview-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 100;
  aspect-ratio: 1;
  width: 3.75rem;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  opacity: 0;
  pointer-events: none;
}

.videos__item {
  height: 37.5rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.videos__item video {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2.5rem;
}

.videos__item._isPlayed .videos__button {
  display: none;
}

.videos .swiper {
  overflow: initial;
  margin-inline: -1.25rem;
}

.videos .swiper-slide {
  padding-inline: 1.25rem;
  width: 27.5rem;
}

.videos__button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: none;
  border: none;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.videos__button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  aspect-ratio: 1;
  border-radius: 50%;
  width: 3.625rem;
  background: #99ca3c;
}

.videos__button img {
  position: relative;
  z-index: 100;
  display: block;
  width: 0.9375rem;
  height: 1.5rem;
  margin-right: -0.3125rem;
}

.videos__carousel {
  margin-bottom: 5rem;
}

.videos__order {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.zoom {
  position: relative;
  cursor: pointer;
}

.zoom::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  opacity: 0;
}

.zoom .zoom__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 100;
  aspect-ratio: 1;
  width: 3.75rem;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  opacity: 0;
  pointer-events: none;
}

.index-page .features {
  margin-bottom: 5rem;
}

.index-page .advantages {
  margin-bottom: 5rem;
}

.index-page .geo {
  margin-bottom: 7.5rem;
}

.index-page .videos {
  margin-bottom: 5rem;
}

.index-page .products {
  margin-bottom: 7.5rem;
}

.index-page .clients {
  margin-bottom: 7.5rem;
}

.index-page .gallery {
  margin-bottom: 7.5rem;
}

.install {
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
}

@-webkit-keyframes installMove {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  25% {
    -webkit-transform: translateX(250%) rotate(15deg);
            transform: translateX(250%) rotate(15deg);
  }

  25.000001% {
    -webkit-transform: translateX(-150%);
            transform: translateX(-150%);
  }

  50% {
    -webkit-transform: translateX(0) rotate(15deg);
            transform: translateX(0) rotate(15deg);
  }

  60% {
    -webkit-transform: translateX(0) rotate(-5deg);
            transform: translateX(0) rotate(-5deg);
  }

  80% {
    -webkit-transform: translateX(0) rotate(3deg);
            transform: translateX(0) rotate(3deg);
  }

  100% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
}

@keyframes installMove {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  25% {
    -webkit-transform: translateX(250%) rotate(15deg);
            transform: translateX(250%) rotate(15deg);
  }

  25.000001% {
    -webkit-transform: translateX(-150%);
            transform: translateX(-150%);
  }

  50% {
    -webkit-transform: translateX(0) rotate(15deg);
            transform: translateX(0) rotate(15deg);
  }

  60% {
    -webkit-transform: translateX(0) rotate(-5deg);
            transform: translateX(0) rotate(-5deg);
  }

  80% {
    -webkit-transform: translateX(0) rotate(3deg);
            transform: translateX(0) rotate(3deg);
  }

  100% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
}

@media (min-width: 768px) {
  .lg-outer .lg-thumb {
    padding: 10px 0;
  }

  .lg-outer .lg-thumb-item {
    border-radius: 4px;
    border: 2px solid #fff;
    -webkit-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}

@media screen and (min-width: 993px) {
  .button:hover::before {
    -webkit-transform: scale(1.035);
        -ms-transform: scale(1.035);
            transform: scale(1.035);
  }

  .button:hover .button__icon {
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
  }

  .close-button:hover .close-button__back {
    -webkit-transform: translate(-50%, -50%) scale(1.25);
        -ms-transform: translate(-50%, -50%) scale(1.25);
            transform: translate(-50%, -50%) scale(1.25);
    background: #99ca3c;
  }

  .features__item--first:hover .features__icon-air--1,
  .features__item--first:hover .features__icon-air--2 {
    -webkit-animation-name: air1;
            animation-name: air1;
  }

  .features__item--first:hover .features__icon-air--3,
  .features__item--first:hover .features__icon-air--4 {
    -webkit-animation-name: air2;
            animation-name: air2;
  }

  .features__item--first:hover .features__icon-air--5 {
    -webkit-animation-name: air3;
            animation-name: air3;
  }

  .features__item--second:hover svg {
    -webkit-animation-name: wave;
            animation-name: wave;
  }

  .features__item--third:hover path {
    -webkit-animation-name: material;
            animation-name: material;
  }

  .features__item--fourth:hover .water-group path {
    -webkit-animation-name: water;
            animation-name: water;
  }

  .features__item--fifth:hover circle {
    opacity: 0;
  }

  .features__item--six:hover path {
    -webkit-animation-name: audio;
            animation-name: audio;
  }

  .footer a:hover {
    text-decoration: underline;
  }

  .form__bottom p a:hover {
    text-decoration: underline;
  }

  .geo__inner:hover .geo__img {
    -webkit-transform: scale(1.2) rotate(-15deg);
        -ms-transform: scale(1.2) rotate(-15deg);
            transform: scale(1.2) rotate(-15deg);
  }

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

  .main-link__inner a:hover ~ .arrow-icon {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .videos__item {
    will-change: transform;
  }

  .videos__item:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }

  .videos__item:hover .videos__button {
    opacity: 1;
    pointer-events: initial;
  }

  .videos__button {
    pointer-events: none;
    opacity: 0;
  }

  .zoom:hover::after,
  .zoom:hover .zoom__icon {
    opacity: 1;
  }
}

@media screen and (max-width: 1440px) {
  .container {
    max-width: 112.5rem;
  }

  .advantages__grid-item--installation .advantages__icon {
    margin-bottom: -0.9375rem;
  }
}

@media (max-width: 992px) {
  html {
    font-size: 16px;
  }
}

@media screen and (max-width: 992px) {
  .container {
    padding-inline: 2rem;
  }

  .section-title {
    font-size: 2rem;
    padding-inline: 0.9375rem;
  }

  .card h2 {
    font-size: 2rem;
  }

  .characteristics__value {
    min-width: 3.125rem;
  }

  .chips__list {
    -webkit-column-gap: 0.875rem;
       -moz-column-gap: 0.875rem;
            column-gap: 0.875rem;
  }

  .advantages__grid {
    --cols: 2;
  }

  .advantages__grid-item {
    padding-top: 2.8125rem;
    padding-inline: 1.875rem;
    padding-right: 2.8125rem;
  }

  .advantages__grid-item--delivery .advantages__icon .car {
    margin-bottom: -1.5625rem;
  }

  .advantages__grid-item--delivery .advantages__icon {
    max-width: 15rem;
  }

  .advantages__grid-item--installation .advantages__icon {
    max-width: 12.1875rem;
  }

  .advantages__grid-item--cleaning .advantages__icon {
    max-width: 10.3125rem;
    margin-left: 0;
  }

  .advantages__grid-item--cleaning img {
    margin-left: 0;
  }

  .advantages__title,
  .geo__title {
    font-size: 1.625rem;
    padding-bottom: 2rem;
    max-width: 17.1875rem;
  }

  .button-more {
    padding-top: 1.875rem;
  }

  .clients__title {
    margin-bottom: 1.625rem;
  }

  .clients__item {
    border-radius: 1.25rem;
    height: 7rem;
  }

  .features__title {
    font-size: 1rem;
  }

  .features__list {
    gap: 1.0625rem;
  }

  .features__item {
    border-radius: 1.875rem;
    min-height: 14rem;
    padding-top: 3.4375rem;
  }

  .features__icon {
    margin-bottom: 2.25rem;
    width: 4.0625rem;
  }

  .footer {
    padding-top: 4.0625rem;
    padding-bottom: 3rem;
  }

  .footer__inner {
    --cols: 2;
    row-gap: 2rem;
  }

  .footer__logo {
    width: 11rem;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
  }

  .footer__phone {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-column-align: start;
        justify-self: start;
  }

  .footer__email {
    -ms-grid-column-align: start;
        justify-self: start;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }

  .footer__developer {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    -ms-grid-row-align: end;
        align-self: end;
  }

  .gallery__grid {
    gap: 1rem;
  }

  .gallery__item {
    height: 25rem;
  }

  .gallery__item.card {
    padding: 2rem;
  }

  .gallery__item:nth-child(5n+1) {
    -ms-flex-preferred-size: 37.5%;
        flex-basis: 37.5%;
  }

  .gallery__item:nth-child(5n+2) {
    -ms-flex-preferred-size: calc(62.5% - 1.25rem);
        flex-basis: calc(62.5% - 1.25rem);
  }

  .gallery__item:nth-child(5n+4) {
    -ms-flex-preferred-size: 37.5%;
        flex-basis: 37.5%;
  }

  .gallery__item:nth-child(5n+5) {
    -ms-flex-preferred-size: calc(62.5% - 1.25rem);
        flex-basis: calc(62.5% - 1.25rem);
  }

  .geo__title {
    max-width: 16.875rem;
  }

  .geo__inner {
    min-height: 12rem;
    padding: 1.875rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-radius: 1.875rem;
  }

  .geo__img {
    width: 32.25rem;
    top: 4.375rem;
    right: 0;
  }

  .header__inner {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .header__logo {
    width: 8.5rem;
  }

  .hero {
    --offset-top: 97%;
    margin-bottom: 4rem;
  }

  .hero__inner {
    min-height: 29.375rem;
  }

  .hero__title {
    font-size: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .main-link__inner {
    min-height: initial;
  }

  .main-link__text {
    font-size: 2rem;
    padding-inline: 1.875rem;
    padding-bottom: 1.25rem;
  }

  .main-link picture img {
    width: 26.125rem;
  }

  .main-link .arrow-icon {
    top: 2.25rem;
    left: 2.5rem;
  }

  .message p {
    font-size: 1.875rem;
  }

  .modal__content {
    width: 100%;
    padding: 1.875rem;
    padding-top: 4.375rem;
  }

  .modal .message {
    max-width: 100%;
  }

  .modal .close-button {
    right: 1.875rem;
  }

  .products__title {
    margin-bottom: 2.5rem;
  }

  .products__item {
    margin-bottom: 2.125rem;
    -webkit-column-gap: 2.1875rem;
       -moz-column-gap: 2.1875rem;
            column-gap: 2.1875rem;
    padding-right: 0.9375rem;
  }

  .products__info-item {
    margin-bottom: 1.875rem;
  }

  .products__info-item.chips {
    margin-bottom: 3.125rem;
  }

  .products__preview {
    width: 18.5rem;
  }

  .products__preview-link::before {
    padding-top: 89%;
  }

  .products__preview-link:first-child::before {
    padding-top: 78%;
  }

  .videos__item {
    height: 35rem;
  }

  .videos .swiper {
    margin-inline: -0.5rem;
  }

  .videos .swiper-slide {
    padding-inline: 0.5rem;
    width: 23rem;
  }

  .videos__carousel {
    margin-bottom: 2rem;
  }

  .videos__order .button__text {
    font-size: 1.25rem;
  }

  .index-page .features {
    margin-bottom: 4.25rem;
  }

  .index-page .advantages {
    margin-bottom: 4rem;
  }

  .index-page .geo {
    margin-bottom: 4.0625rem;
  }

  .index-page .videos {
    margin-bottom: 2rem;
  }

  .index-page .products {
    margin-bottom: 5rem;
  }

  .index-page .clients {
    margin-bottom: 3.75rem;
  }

  .index-page .gallery {
    margin-bottom: 6rem;
  }
}

@media screen and (max-width: 830px) {
  .products__preview {
    width: 14.5rem;
  }
}

@media screen and (max-width: 743px) {
  .clients__grid {
    --cols: 2;
    -webkit-column-gap: 1.4375rem;
       -moz-column-gap: 1.4375rem;
            column-gap: 1.4375rem;
    row-gap: 1rem;
    gap: 0.9375rem;
  }

  .features__list {
    --cols: 2;
  }

  .gallery__item {
    height: 17.8125rem;
  }

  .gallery__item.card {
    margin-bottom: 0.875rem;
    -ms-flex-preferred-size: initial !important;
        flex-basis: initial !important;
    margin-inline: -2rem !important;
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .gallery__item:nth-child(5n+2) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  .gallery__item:nth-child(5n+3) {
    -ms-flex-preferred-size: calc(50% - 0.5rem);
        flex-basis: calc(50% - 0.5rem);
    height: initial;
    aspect-ratio: 1;
  }

  .gallery__item:nth-child(5n+4) {
    -ms-flex-preferred-size: calc(50% - 0.5rem);
        flex-basis: calc(50% - 0.5rem);
    height: initial;
    aspect-ratio: 1;
  }

  .gallery__item:nth-child(5n+5) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  .gallery__item:nth-child(5n+6) {
    width: 100%;
    -ms-flex-preferred-size: initial !important;
        flex-basis: initial !important;
  }

  .hero__item {
    max-height: 25rem;
  }

  .hero__item:not(.card) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .hero__item.card {
    margin-bottom: -1.875rem;
    z-index: 100;
  }

  .main-link__text {
    margin-right: auto;
    padding-right: 6.25rem;
    padding-top: 1.4375rem;
  }

  .main-link picture {
    margin-inline: 0;
  }

  .products__item {
    display: block;
    padding-left: 0.9375rem;
  }

  .products__preview {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .advantages__grid {
    --cols: 1;
  }

  .form__bottom p {
    font-size: 0.75rem;
  }

  .gallery__item.card h2 {
    max-width: 17.8125rem;
  }

  .main-link__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0;
    min-height: 25.3125rem;
    border-radius: 1.875rem;
  }

  .main-link picture {
    margin-right: auto;
  }

  .main-link picture img {
    max-width: 100%;
    margin-left: -0.625rem;
  }

  .main-link .arrow-icon {
    left: initial;
    right: 2.5rem;
  }

  .modal__content {
    padding-top: 8.125rem;
  }

  .modal .close-button {
    right: initial;
    left: 1.25rem;
    width: 3.75rem;
  }
}

@media screen and (max-width: 576px) {
  .container {
    padding-inline: 0.9375rem;
  }

  .section-title {
    font-size: 1.625rem;
  }

  .inner-title {
    font-size: 1.375rem;
    margin-bottom: 2.25rem;
  }

  .modal-title {
    font-size: 2.25rem;
    margin-bottom: 4.0625rem;
  }

  .button--large {
    height: 3.75rem;
  }

  .button--large .button__text {
    font-size: 0.9375rem;
  }

  .card {
    border-radius: 1.875rem;
    padding: 2rem;
    padding-bottom: 3rem;
  }

  .characteristics__title {
    margin-bottom: 1.875rem;
  }

  .characteristics__item {
    font-size: 0.8125rem;
  }

  .characteristics__value {
    min-width: 2.375rem;
  }

  .chips__title {
    margin-bottom: 0.625rem;
  }

  .chips__list {
    gap: 0.5rem;
  }

  .chips__item {
    font-size: 0.75rem;
    height: 1.875rem;
    padding-inline: 1.25rem;
  }

  .fieldset--text input {
    font-size: 1.25rem;
  }

  .fieldset .fieldset__error {
    font-size: 0.875rem;
  }

  .advantages__title,
  .geo__title {
    padding-bottom: 1.5625rem;
  }

  .button-float {
    width: calc(100% - 1.875rem);
  }

  .button-float .button {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .clients__item {
    height: 5.625rem;
  }

  .features__title {
    font-size: 0.8125rem;
  }

  .features__list {
    gap: 0.9375rem;
  }

  .features__item {
    min-height: 13.125rem;
    padding-top: 3.125rem;
  }

  .features__icon {
    margin-bottom: 1.875rem;
  }

  .footer {
    padding-top: 4.375rem;
    padding-bottom: 1.5625rem;
  }

  .footer__inner {
    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;
  }

  .footer__logo {
    width: 10.3125rem;
  }

  .footer__phone {
    font-size: 2.25rem;
    -ms-grid-column-align: center;
        justify-self: center;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
  }

  .footer__email {
    font-size: 1.125rem;
    -ms-grid-column-align: center;
        justify-self: center;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .footer__developer {
    -ms-grid-column-align: center;
        justify-self: center;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row-align: center;
        align-self: center;
  }

  .gallery__item.card {
    margin-inline: -1rem !important;
  }

  .geo__inner {
    min-height: 10.3125rem;
    padding-top: 1.25rem;
  }

  .geo__img {
    right: -2.25rem;
  }

  .header__inner {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .header__phone {
    font-size: 1.125rem;
  }

  .hero::before {
    border-bottom-left-radius: 1.875rem;
    border-bottom-right-radius: 1.875rem;
  }

  .hero {
    --offset-top: 83%;
    margin-bottom: 1.875rem;
  }

  .hero__inner {
    min-height: 37.5rem;
  }

  .hero__item {
    border-radius: 1.875rem;
  }

  .hero__title {
    font-size: 2.25rem;
    margin-bottom: 7.1875rem;
  }

  .hero__video {
    border-bottom-left-radius: 1.875rem;
    border-bottom-right-radius: 1.875rem;
  }

  .main-link__text {
    font-size: 1.625rem;
  }

  .message p {
    font-size: 1.25rem;
  }

  .modal--index .modal__content {
    gap: 1.6875rem;
  }

  .modal--index .modal__content .close-button {
    margin-bottom: 1.4375rem;
  }

  .products__title {
    margin-bottom: 1.5rem;
  }

  .products__name {
    font-size: 1.875rem;
    margin-bottom: 1.25rem;
    padding-inline: 1.25rem;
  }

  .products__item {
    margin-bottom: 1.875rem;
    border-radius: 1.875rem;
    padding-top: 2.1875rem;
    padding-bottom: 0.9375rem;
  }

  .products__info-item {
    margin-bottom: 1.875rem;
  }

  .products__info-item.chips {
    margin-bottom: 2.5rem;
  }

  .products__preview {
    --cols: 3;
    margin-bottom: 1.875rem;
  }

  .products__preview-link {
    border-radius: 1.25rem;
  }

  .products__preview-link:first-child {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }

  .products__preview-link:first-child::before {
    padding-top: 52%;
  }

  .videos__item {
    height: 29.5rem;
  }

  .videos .swiper-slide {
    width: 19.6875rem;
  }

  .videos__carousel {
    margin-bottom: 2.375rem;
  }

  .videos__order {
    height: 3.75rem;
  }

  .videos__order .button__text {
    font-size: 1rem;
  }

  .index-page .features {
    margin-bottom: 2.875rem;
  }

  .index-page .advantages {
    margin-bottom: 1.875rem;
  }

  .index-page .geo {
    margin-bottom: 4.0625rem;
  }

  .index-page .videos {
    margin-bottom: 2.8125rem;
  }

  .index-page .products {
    margin-bottom: 3.125rem;
  }

  .index-page .clients {
    margin-bottom: 3.125rem;
  }

  .index-page .gallery {
    margin-bottom: 5.125rem;
  }
}

@media screen and (max-width: 426px) {
  .card h2 {
    max-width: 17.8125rem;
    padding: 1.875rem;
  }

  .hero__title {
    max-width: 17.8125rem;
  }
}

@media screen and (min-width: 640px) and (max-width: 992px) {
  .advantages__grid-item--cleaning {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }

  .advantages__grid-item--cleaning .advantages__icon {
    margin-left: auto;
  }
}