@charset "UTF-8";
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}
.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
} /**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.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-cube-shadow {
  transform-style: preserve-3d;
}
.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: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
/* 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-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/local/templates/mia/assets/video/owl.video.play.png")
    no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

:root {
  --color-white: #fff;
  --color-black: #000;
  --colog-bg: #f1f1f1;
  --color-text: #030303;
  --color-accent: #fdc504;
  --color-descr: #5a5a5a;
  --color-light--descr: #cccccc;
  --color-advantages-text: #828282;
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}
li {
  list-style: none;
}
a,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}
img {
  vertical-align: top;
}
html,
body {
  height: 100%;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Onest", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 16px;
  background-color: var(--colog-bg);
  color: var(--color-text);
}
body._lock {
  overflow: hidden;
  padding-right: var(--scrollbar-width, 0);
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}
.main {
  flex: 1 1 auto;
}
[class*="__container"] {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 clamp(12px, 0.5rem + 0.83vw, 20px);
}
.grid {
  display: grid;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
}
.col-1 {
  width: 8.33%;
}
.left-1 {
  padding-left: 8.33%;
}
.col-2 {
  width: 16.67%;
}
.col-3 {
  width: 24.99%;
}
.col-4 {
  width: 33.33%;
}
.col-5 {
  width: 46.47%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33%;
}
.col-8 {
  width: 66.66%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33%;
}
.col-11 {
  width: 91.67%;
}
.col-12 {
  width: 100%;
}
.row {
  display: flex;
  justify-content: space-between;
}
.accent {
  color: var(--color-accent);
}
.logo img {
  height: clamp(19px, 0.636rem + 1.84vw, 29px);
}
.dark {
  color: var(--color-white);
}
.dark .breadcrumbs a,
.dark .breadcrumbs span {
  color: var(--color-white);
}
.breadcrumbs {
  position: relative;
  z-index: 1;
}
.breadcrumbs__container {
  padding-left: clamp(32px, 0.394rem + 5.24vw, 60px);
  padding-right: clamp(32px, 0.394rem + 5.24vw, 60px);
}
.breadcrumbs__wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.breadcrumbs__wrapper a,
.breadcrumbs__wrapper span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--color-text);
  font-size: 14px;
}
.breadcrumbs__wrapper a {
  transition: all 0.2s ease;
}
.breadcrumbs__wrapper a:hover {
  color: var(--color-accent);
}
.breadcrumbs__wrapper a:not(:first-child)::before,
.breadcrumbs__wrapper span::before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  background-color: var(--color-accent);
}
.modal-overlay {
  position: fixed;
  z-index: 1000;
  inset: 0;
  background-color: hsla(0, 0%, 0%, 0.3);
  opacity: 0;
  visibility: hidden;
}
.off-intro {
  padding-top: clamp(120px, 6.533rem + 3.16vw, 150px);
}
.btn {
  border-radius: 4px;
  transition: all 0.2s ease;
  overflow: hidden;
}
.btn-reset {
  cursor: pointer;
  padding: 0;
  background: transparent;
  border: none;
}
.btn-primary {
  background-color: var(--color-accent);
  padding: 16px 32px;
  color: var(--color-text);
  font-size: 20px;
}
.btn-primary:hover {
  background-color: var(--color-text);
  color: var(--color-white);
}
.btn-header {
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  color: var(--color-white);
  background-color: var(--color-text);
  padding: 13px 19px;
}
.btn-header:hover svg path {
  fill: var(--color-accent);
}
@media (max-width: 480px) {
  .btn-header {
    width: 100%;
    justify-content: center;
  }
}
.btn-header svg {
  height: 14px;
}
.btn-header svg path {
  transition: fill 0.2s ease;
}
@media (max-width: 480px) {
  .btn-header svg {
    width: 11px;
  }
}
.section {
  padding-top: clamp(40px, 1.4rem + 4.69vw, 90px);
  padding-bottom: clamp(40px, 1.4rem + 4.69vw, 90px);
}
.section.detail {
  padding-top: 0px;
}
.section.about {
  padding-top: 0px;
}
.section-detail {
  padding-top: clamp(80px, 1.875rem + 10.42vw, 180px);
}
.section.dark {
  background-color: var(--color-text);
}
.section .section-info {
  margin-bottom: clamp(40px, 1.125rem + 4.58vw, 84px);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 1024px) {
  .section .section-info {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .section .section-info {
    align-items: center;
  }
}
.section .section-info__heading {
  max-width: 780px;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .section .section-info__heading {
    margin-bottom: clamp(40px, 1.125rem + 4.58vw, 84px);
  }
}
.section .section-info__title {
  font-size: 18px;
  margin-bottom: clamp(20px, 0.75rem + 1.67vw, 36px);
}
.section .section-info__title > span {
  position: relative;
}
.section .section-info__title > span::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-accent);
}
.section .section-info__descr {
  font-weight: 500;
  font-size: 48px;
  font-size: clamp(24px, 0.938rem + 2.29vw, 48px);
  line-height: 110%;
}
.section .section-info__link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  color: var(--color-text);
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.2s ease;
  position: relative;
  padding-right: 10px;
}
@media (max-width: 480px) {
  .section .section-info__link {
    padding-left: 10px;
  }
}
.section .section-info__link:hover {
  color: var(--color-accent);
  padding-right: 0px;
  gap: 20px;
}
.section .section-info__link:hover svg path {
  fill: var(--color-accent);
}
@media (max-width: 1024px) {
  .section .section-info--text .col-6 {
    width: 16.67%;
  }
}
@media (max-width: 796px) {
  .section .section-info--text .col-6 {
    width: 0;
  }
}
.section .section-info__text {
  max-width: 660px;
  padding-top: clamp(32px, 0.394rem + 5.24vw, 60px);
  font-size: 18px;
  line-height: 140%;
}
.section .section-info__text p:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .section .section-info__text.col-6 {
    width: 75%;
    font-size: 16px;
  }
}
@media (max-width: 796px) {
  .section .section-info__text.col-6 {
    width: 100%;
  }
}
.js-error {
  display: none;
  position: absolute;
  top: 15%;
  left: 30px;
  color: #da1033;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 796px) {
  .js-error {
    left: 20px;
  }
}
.js-error._active {
  display: block;
}
.gallery__nav {
  display: flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  bottom: 165px;
  z-index: 1;
}
@media (max-width: 950px) {
  .gallery__nav {
    display: none;
  }
}
.gallery__pagination {
  display: none;
  position: absolute;
  bottom: 32px !important;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (max-width: 950px) {
  .gallery__pagination {
    display: flex;
  }
}
.gallery-next,
.gallery-prev {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #5a5a5a;
}
.swiper-pagination-bullet {
  width: 6px !important;
  height: 6px !important;
  background: #5a5a5a;
  transform: scale(1);
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: var(--color-accent);
}
.bg-map {
  position: relative;
}
.bg-map__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1440px) {
  .bg-map__img {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 796px) {
  .bg-map__img {
    top: 60%;
  }
}
@media (max-width: 600px) {
  .bg-map__img {
    top: 65%;
  }
}
@media (max-width: 1200px) {
  .bg-map__img img {
    width: 2000px;
  }
}
@media (max-width: 796px) {
  .bg-map__img img {
    width: 1700px;
  }
}
@media (max-width: 600px) {
  .bg-map__img img {
    width: 1210px;
  }
}
@font-face {
  font-family: "Sf";
  font-style: normal;
  font-weight: 700;
  src: url("/local/templates/mia/assets/ttf/SFPRODISPLAYBOLD.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Sf";
  font-style: normal;
  font-weight: 400;
  src: url("/local/templates/mia/assets/ttf/SFPRODISPLAYREGULAR.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  font-style: normal;
  font-weight: 500;
  src: url("/local/templates/mia/assets/ttf/OnestMedium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  font-style: normal;
  font-weight: 400;
  src: url("/local/templates/mia/assets/ttf/OnestRegular.ttf");
  font-display: swap;
}
:root {
  --color-white: #fff;
  --color-black: #000;
  --colog-bg: #f1f1f1;
  --color-text: #030303;
  --color-accent: #fdc504;
  --color-descr: #5a5a5a;
  --color-light--descr: #cccccc;
  --color-advantages-text: #828282;
}
.header {
  position: fixed;
  width: 100%;
  z-index: 1000;
  padding: clamp(12px, -1.036rem + 7.62vw, 20px);
}
.header__container {
  position: relative;
  display: flex;
  align-items: center;
  gap: clamp(30px, -5.971rem + 12.26vw, 81px);
  max-width: none;
  background-color: var(--color-white);
  border-radius: 8px;
  min-height: clamp(52px, 2.533rem + 2.39vw, 65px);
  padding: 0 clamp(12px, -0.288rem + 2.4vw, 30px);
  justify-content: space-between;
}
.header__contacts {
  margin-left: auto;
  display: flex;
  gap: clamp(20px, -1.827rem + 4.81vw, 40px);
  align-items: center;
}
@media (max-width: 1024px) {
  .header__contacts {
    display: none;
  }
}
.header__phone {
  position: relative;
  font-size: clamp(18px, 0.817rem + 0.48vw, 20px);
  color: var(--color-text);
  margin-left: 28px;
}
.header__phone::before {
  position: absolute;
  content: "";
  background-image: url("/local/templates/mia/assets/img/whatsapp.png");
  background-size: cover;
  width: 22px;
  height: 22px;
  top: -2px;
  left: -25px;
}
.menu {
  width: 100%;
}
@media (max-width: 1024px) {
  .menu {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.menu__body {
  width: 100%;
  height: calc(100% - clamp(76px, 3.703rem + 4.47vw, 105px));
  left: -300%;
  background-color: var(--color-white);
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .menu__body {
    position: fixed;
  }
}
.menu__list {
  display: flex;
  gap: clamp(20px, -4.135rem + 8.41vw, 55px);
}
@media (max-width: 1024px) {
  .menu__list {
    gap: 0;
    width: 100%;
  }
}
.menu__link {
  position: relative;
  color: var(--color-text);
  transition: all 0.2s ease;
}
.menu__link.current {
  color: var(--color-accent);
}
.menu__link.current::after {
  width: 100%;
}
@media (max-width: 1024px) {
  .menu__link {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.menu__link::after {
  transition: all 0.2s ease;
  position: absolute;
  width: 0%;
  left: 0;
  bottom: 0;
  background-color: var(--color-accent);
  content: "";
  height: 1px;
}
@media (hover: hover) {
  .menu__link:hover {
    color: var(--color-accent);
  }
  .menu__link:hover::after {
    width: 100%;
  }
}
.menu__icon {
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  display: none;
  flex-direction: column;
  gap: 4px;
}
.menu__icon span {
  position: relative;
  display: block;
  width: 20px;
  height: 2px;
  background-color: #212121;
  transition: transform 0.2s ease, top 0.2s ease, bottom 0.2s ease;
}
.menu__icon.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 3px;
}
.menu__icon.active span:nth-child(2) {
  transform: rotate(-45deg);
  bottom: 3px;
}
@media (max-width: 1024px) {
  .menu__icon {
    display: flex;
  }
}
.burger-open {
  background-color: white;
  height: 100%;
}
.burger-open .header__container::after {
  position: absolute;
  bottom: 0px;
  left: 0%;
  background-color: #f1f1f1;
  width: 100%;
  height: 1px;
  content: "";
}
.burger-open .menu__body {
  top: clamp(76px, 3.703rem + 4.47vw, 105px);
  left: 0;
  padding: clamp(12px, 0.574rem + 0.75vw, 20px);
  padding-top: 40px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  overflow: auto;
  height: -webkit-fill-available;
}
.burger-open .menu__list {
  padding: 0 clamp(12px, -0.288rem + 2.4vw, 30px);
  flex-direction: column;
}
.burger-open .header__contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0;
  gap: 16px;
  padding: 0 clamp(12px, -0.288rem + 2.4vw, 30px);
}
@media (max-width: 480px) {
  .burger-open .header__contacts {
    width: 100%;
  }
}
.hero {
  height: 100vh;
  position: relative;
}
.hero__container {
  display: flex;
  height: 100%;
  padding: 100px clamp(12px, -0.125rem + 2.92vw, 40px) 44px
    clamp(12px, -0.125rem + 2.92vw, 40px);
}
.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7);
}
.hero__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: clamp(24px, 0.375rem + 3.75vw, 60px);
}
.hero__subtitle {
  padding-left: clamp(6px, -0.063rem + 1.46vw, 20px);
  font-size: clamp(16px, 0.875rem + 0.42vw, 20px);
  line-height: 1.2;
  color: var(--color-white);
}
.hero__title svg {
  width: clamp(350px, 9.5rem + 41.25vw, 746px);
  height: clamp(100px, 2.688rem + 11.88vw, 214px);
}
.rent {
  padding-top: clamp(80px, 1.875rem + 10.42vw, 180px);
}
.rent-tech {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: 80px;
}
@media (max-width: 1024px) {
  .rent-tech {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px;
  }
}
@media (max-width: 796px) {
  .rent-tech {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rent-tech__link {
  border-radius: 4px;
}
.rent-tech__link:hover .rent-tech__img img {
  transform: scale(1.2) translateZ(0);
}
.rent-tech__img {
  position: relative;
  height: 0;
  padding-top: 136%;
  border-radius: 4px;
  margin-bottom: 24px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .rent-tech__img {
    margin-bottom: 20px;
  }
}
@media (max-width: 796px) {
  .rent-tech__img {
    padding-top: 80%;
  }
}
.rent-tech__img img {
  transition: all 0.2s ease;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  border-radius: 4px;
  transform: scale(1) translateZ(0);
}
.rent-tech__info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
}
.rent-tech__heading {
  color: var(--color-text);
}
.rent-tech__item {
  border-radius: 4px;
}
.rent-tech__price {
  color: var(--color-descr);
  font-weight: 500;
  white-space: nowrap;
}
.services .section-info__heading {
  max-width: 890px;
}
.services__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 796px) {
  .services__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.services__item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.33, 1, 0.68, 1);
}
.services__item.active .services__wrapper {
  background-color: var(--color-text);
}
.services__item.active .services__ref {
  opacity: 1;
  visibility: visible;
}
.services__item.active .services__heading {
  color: var(--color-white);
}
.services__item.active .services__descr {
  color: var(--color-light--descr);
}
.services__item::after {
  content: "";
  position: absolute;
  background-color: var(--color-text);
  top: -220%;
  left: 80%;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: width 0.5s cubic-bezier(0.33, 1, 0.68, 1),
    height 0.5s cubic-bezier(0.33, 1, 0.68, 1),
    top 0.5s cubic-bezier(0.33, 1, 0.68, 1),
    left 0.5s cubic-bezier(0.33, 1, 0.68, 1),
    transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.services__item:hover::after {
  width: 1000px;
  height: 1000px;
  top: initial;
  left: initial;
  right: 50%;
  bottom: 50%;
  transform: translate(50%, 50%);
  transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.services__item:hover .services__ref {
  opacity: 1;
  visibility: visible;
}
.services__item:hover .services__heading {
  color: var(--color-white);
}
.services__item:hover .services__descr {
  color: var(--color-light--descr);
}
.services__ref {
  position: absolute;
  top: 48px;
  top: clamp(22px, 0.375rem + 2.92vw, 50px);
  right: 48px;
  right: clamp(22px, 0.375rem + 2.92vw, 50px);
  opacity: 0;
  width: clamp(18px, 0.938rem + 0.63vw, 24px);
  z-index: 1;
  transition: all 0.2s ease;
}
.services__wrapper {
  position: relative;
  background-color: var(--color-white);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  padding: 48px;
  padding: clamp(20px, 0.375rem + 2.92vw, 48px);
  min-height: 396px;
  min-height: clamp(230px, -1.384rem + 52.53vw, 396px);
}
.services__heading {
  font-size: 40px;
  font-size: clamp(22px, 0.813rem + 1.88vw, 40px);
  font-weight: 500;
  color: var(--color-text);
  padding-right: 20px;
  max-width: 420px;
  z-index: 1;
}
.services__descr {
  z-index: 1;
  font-size: clamp(16px, 0.81rem + 0.63vw, 18px);
  color: var(--color-descr);
  line-height: 140%;
}
.advantages {
  padding-bottom: clamp(0px, -8.827rem + 27.86vw, 260px);
}
.advantages .section-info__heading {
  max-width: 930px;
}
.list-advantages {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  row-gap: 60px;
  padding-left: clamp(1px, -1.356rem + 4.63vw, 45px);
  padding-right: clamp(1px, -1.356rem + 4.63vw, 45px);
}
@media (max-width: 1024px) {
  .list-advantages {
    row-gap: clamp(20px, 0.103rem + 3.75vw, 40px);
  }
}
@media (max-width: 796px) {
  .list-advantages {
    grid-template-columns: repeat(1, 1fr);
  }
}
.item-advantages {
  position: relative;
  display: flex;
  gap: clamp(20px, -1.875rem + 10.42vw, 120px);
  padding-top: 24px;
}
@media (max-width: 1024px) {
  .item-advantages {
    padding-top: 20px;
  }
}
.item-advantages::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-advantages-text);
  content: "";
}
.item-advantages__number {
  color: var(--color-descr);
  line-height: 140%;
}
.item-advantages__info {
  display: flex;
  flex-direction: column;
}
.item-advantages__heading {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 10px;
}
@media (max-width: 796px) {
  .item-advantages__heading {
    font-size: 18px;
  }
}
.item-advantages__text {
  font-size: 14px;
  color: var(--color-advantages-text);
  max-width: 350px;
  line-height: 140%;
  margin-bottom: 4px;
}
.production {
  padding-bottom: clamp(180px, -1.967rem + 43.16vw, 590px);
}
@media (max-width: 1440px) {
  .clients__container {
    margin: 0 clamp(-12px, 0.5rem + 0.83vw, -20px);
  }
}
.clients__carousel .swiper-wrapper {
  transition-timing-function: linear !important;
}
.clients__img {
  position: relative;
}
@media (max-width: 796px) {
  .clients__img {
    max-height: 100px;
  }
}
.clients__img img {
  max-width: 200px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 1024px) {
  .clients__img img {
    max-width: 170px;
  }
}
@media (max-width: 796px) {
  .clients__img img {
    max-width: 130px;
    max-height: 100px;
  }
}
.clients__img::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  right: 0;
  top: 0;
  background-color: var(--color-descr);
}
.objects {
  padding-bottom: clamp(40px, 0.938rem + 5.21vw, 90px);
}
.objects__container {
  position: relative;
}
.objects .section-info__heading {
  max-width: 970px;
}
.objects__swiper {
  padding-bottom: clamp(40px, 0.938rem + 5.21vw, 90px);
}
.objects__gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 28px;
}
@media (max-width: 950px) {
  .objects__gallery {
    grid-template-columns: repeat(1, 1fr);
  }
}
.objects__image {
  position: relative;
  padding-top: 65%;
  height: 0;
  width: 100%;
}
.objects__image img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.objects__specification {
  grid-column: 2 / span 1;
}
@media (max-width: 950px) {
  .objects__specification {
    grid-column: auto;
  }
}
.objects__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.objects__heading {
  font-size: 24px;
  font-weight: 500;
  color: var(--color-accent);
}
.objects__time {
  font-weight: 500;
  font-size: 18px;
  color: var(--color-advantages-text);
}
.objects__descr {
  max-width: 660px;
  font-size: 18px;
  color: var(--color-white);
  line-height: 140%;
}
@media (max-width: 1200px) {
  .contacts__container {
    padding-left: clamp(12px, -0.75rem + 5vw, 60px);
    padding-right: clamp(12px, -0.75rem + 5vw, 60px);
  }
  .contacts__container .col-1 {
    display: none;
  }
  .contacts__container .col-10 {
    width: 100%;
  }
}
.contacts__title {
  font-size: clamp(26px, 0.938rem + 2.29vw, 56px);
  margin-bottom: clamp(30px, 0.813rem + 3.54vw, 64px);
  font-weight: 500;
  line-height: 120%;
}
.contacts__descr {
  font-size: 20px;
  color: var(--color-descr);
  line-height: 140%;
  max-width: 625px;
  margin-bottom: clamp(32px, 1rem + 3.33vw, 64px);
}
@media (max-width: 1024px) {
  .contacts__descr {
    width: 75%;
    max-width: none;
  }
}
@media (max-width: 796px) {
  .contacts__descr {
    width: 100%;
    font-size: 16px;
  }
}
.contacts__link {
  font-size: clamp(24px, 1.25rem + 0.83vw, 32px);
  color: var(--color-text);
}
@media (max-width: 1024px) {
  .contacts__inner {
    flex-direction: column;
    gap: clamp(40px, 1.397rem + 3.68vw, 60px);
  }
}
@media (max-width: 1024px) {
  .contacts__inner-form {
    width: 75%;
  }
}
@media (max-width: 796px) {
  .contacts__inner-form {
    width: 100%;
  }
}
.contacts__wrapper {
  max-width: 625px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: clamp(30px, 0.938rem + 3.13vw, 60px);
}
@media (max-width: 1024px) {
  .contacts__wrapper {
    max-width: none;
  }
}
.contacts__input {
  position: relative;
}
.contacts__input input {
  width: 100%;
  padding: clamp(26px, 1.294rem + 1.1vw, 32px);
  padding-bottom: 26px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  background-color: transparent;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  font-family: "Onest";
}
@media (max-width: 1024px) {
  .contacts__input input {
    padding-bottom: 20px;
  }
}
@media (max-width: 796px) {
  .contacts__input input {
    padding-left: 20px;
  }
}
.contacts__input textarea {
  width: 100%;
  padding: clamp(26px, 1.294rem + 1.1vw, 32px);
  padding-bottom: 26px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  background-color: transparent;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  font-family: "Onest";
  padding-bottom: 60px;
  padding-top: 60px;
}
@media (max-width: 1024px) {
  .contacts__input textarea {
    padding-bottom: 20px;
  }
}
@media (max-width: 796px) {
  .contacts__input textarea {
    padding-left: 20px;
    padding-bottom: 40px;
    padding-top: 50px;
  }
}
.contacts__label {
  position: absolute;
  top: 54%;
  left: 30px;
  transform: translate(0, -50%);
  pointer-events: none;
  color: var(--color-text);
  font-family: "Onest";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  opacity: 0.5;
  transition: top 0.2s ease 0s;
}
@media (max-width: 1024px) {
  .contacts__label {
    font-size: 14px;
  }
}
@media (max-width: 796px) {
  .contacts__label {
    left: 20px;
  }
}
.contacts__btns {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 600px) {
  .contacts__btns {
    flex-direction: column-reverse;
    gap: 30px;
    align-items: flex-start;
  }
}
.contacts__btns p {
  max-width: 350px;
  line-height: 140%;
  color: var(--color-descr);
}
.contacts__btns p a {
  position: relative;
  color: var(--color-descr);
  transition: all 0.2s ease;
}
.contacts__btns p a::after {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0px;
  background-color: var(--color-descr);
  content: "";
}
.contacts__btns p a:hover {
  color: var(--color-accent);
}
.contacts__btns p a:hover::after {
  background-color: var(--color-accent);
}
.contacts__info {
  display: flex;
  flex-direction: column;
  gap: 30px;
  gap: clamp(20px, 0.938rem + 1.04vw, 30px);
}
@media (max-width: 1024px) {
  .contacts__info {
    width: 75%;
  }
}
@media (max-width: 796px) {
  .contacts__info {
    width: 100%;
  }
}
.contacts__input input:focus ~ .contacts__label,
.contacts__input input:not(:placeholder-shown) ~ .contacts__label {
  font-size: 14px;
  top: 25%;
  opacity: 0.5;
}
.contacts__input._active input:focus ~ .contacts__label,
.contacts__input._active input:not(:placeholder-shown) ~ .contacts__label {
  display: none;
}
.wrapper__text label {
  top: 25%;
}
.contacts__input textarea:focus ~ .contacts__label,
.contacts__input textarea:not(:placeholder-shown) ~ .contacts__label {
  font-size: 14px;
  top: 20%;
  opacity: 0.5;
}
.nav-rental {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .nav-rental {
    justify-content: center;
  }
}
.nav-rental__item {
  cursor: pointer;
  padding: 12px 24px;
  border-radius: 40px;
  background-color: transparent;
  font-size: 18px;
  color: var(--color-text);
}
.nav-rental__item.active {
  background-color: var(--color-accent);
}
.detail {
  height: 100vh;
  position: relative;
}
@media (max-width: 480px) {
  .detail {
    height: 70vh;
  }
}
.detail .breadcrumbs a,
.detail .breadcrumbs span {
  color: var(--color-white);
}
@media (max-width: 1024px) {
  .detail__container {
    height: calc(100% - clamp(120px, 6.533rem + 3.16vw, 150px));
  }
}
.detail__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.detail__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7);
}
.detail__content {
  position: relative;
}
.detail__caption {
  font-size: clamp(36px, 0.644rem + 5.24vw, 64px);
  font-weight: 500;
  line-height: 120%;
  margin-bottom: clamp(30px, 1.301rem + 1.87vw, 40px);
  color: var(--color-white);
}
.detail__wrapper {
  padding-top: 300px;
}
@media (max-width: 1024px) {
  .detail__wrapper {
    height: 100%;
    align-items: flex-end;
    padding-top: 0px;
  }
  .detail__wrapper .col-6 {
    display: none;
  }
  .detail__wrapper .col-1 {
    display: none;
  }
  .detail__wrapper .col-5 {
    width: 100%;
  }
}
.detail__description {
  color: var(--color-white);
  line-height: 140%;
  max-width: 450px;
}
.detail-card {
  padding-top: clamp(80px, 1.875rem + 10.42vw, 180px);
}
@media (max-width: 1024px) {
  .detail-card__wrapper {
    flex-direction: column-reverse;
    gap: 40px;
  }
  .detail-card__wrapper .col-2 {
    display: none;
  }
}
.detail-card__image {
  position: relative;
  height: 0;
  padding-top: 36%;
}
@media (max-width: 1024px) {
  .detail-card__image {
    width: 100%;
    padding-top: 80%;
  }
}
.detail-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detail-card__content {
  max-width: 640px;
}
@media (max-width: 1024px) {
  .detail-card__content {
    width: 100%;
  }
}
.detail-card__title {
  font-size: clamp(20px, 0.984rem + 1.68vw, 40px);
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 80px;
}
.detail-card__list {
  margin-bottom: 70px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.detail-card__item {
  font-family: "Sf";
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #cccccc;
}
.detail-card__value {
  color: #5a5a5a;
}
.detail-card__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.detail-card__btn span {
  font-size: 24px;
  font-weight: 500;
}
.about .section-info {
  padding-top: clamp(80px, 1.875rem + 10.42vw, 180px);
}
.about .section-info__heading {
  max-width: 970px;
}
.about__img {
  position: relative;
  height: 0;
  padding-top: 45%;
}
@media (max-width: 796px) {
  .about__img {
    padding-top: 66%;
  }
}
.about__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.trust {
  padding-bottom: 80px;
}
.trust .section-info__descr {
  font-size: 80px;
  font-size: clamp(32px, 0.453rem + 5.05vw, 80px);
}
.trust__swiper {
  margin-right: -1000%;
  padding-right: 1000%;
  padding-left: 45px;
  overflow: visible;
}
.trust__swiper .swiper-slide {
  cursor: pointer;
  height: 360px;
  height: clamp(160px, 3.553rem + 21.05vw, 360px);
  height: clamp(200px, 7.342rem + 16.84vw, 360px);
}
.trust__swiper .swiper-slide:hover .trust__text {
  -webkit-line-clamp: unset;
  max-height: 500px; /* Максимальная высота для раскрытия */
}
@media (max-width: 1024px) {
  .trust__swiper .swiper-slide.swiper-slide-active .trust__text {
    -webkit-line-clamp: unset;
    max-height: 500px; /* Максимальная высота для раскрытия */
  }
}
@media (max-width: 1024px) {
  .trust__swiper {
    padding-left: clamp(1px, -2.461rem + 8.24vw, 45px);
  }
}
.trust__fio {
  color: var(--color-accent);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.trust__company {
  color: #828282;
  font-size: 14px;
  margin-bottom: 20px;
  display: block;
}
.trust__text {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 140%;
  transition: max-height 0.3s ease;
  max-height: 4.2em; /* Ограничение по высоте (3 строки) */
}
@media (max-width: 796px) {
  .trust__text {
    -webkit-line-clamp: 5;
    font-size: 14px;
  }
}
.map__contacts {
  height: clamp(320px, 14.197rem + 18.95vw, 500px);
}
.map img {
  width: 38px;
}
.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 20px 20px 0;
  overflow: auto;
  overflow-y: scroll;
  vertical-align: middle;
  text-align: center;
}
@media (max-width: 830px) {
  .modal {
    padding: 8px 8px 0;
  }
}
.modal::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
@media (max-width: 830px) {
  .modal::before {
    display: none;
  }
}
.modal__body {
  vertical-align: middle;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease 0s;
  text-align: left;
  display: inline-block;
}
.modal__close {
  padding: 10px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .modal__close {
    right: 14px;
    top: 20px;
  }
  .modal__close svg {
    width: 20px;
    height: 20px;
  }
}
.modal__content {
  position: relative;
  background-color: white;
  padding: clamp(20px, -0.684rem + 6.32vw, 80px);
  justify-content: center;
  width: 785px;
  min-height: 750px;
  border-radius: 10px;
  display: none;
  flex-direction: column;
  overflow: auto;
}
@media (max-width: 796px) {
  .modal__content {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 796px) and (max-height: 700px) {
  .modal__content {
    min-height: 100%;
    align-items: flex-start;
    flex-direction: initial;
  }
}
.modal__heading {
  font-size: clamp(28px, 0.938rem + 2.29vw, 56px);
  font-weight: 500;
  margin-bottom: clamp(32px, 1rem + 3.33vw, 64px);
}
@media (max-width: 1024px) {
  .modal .contacts__inner-form {
    width: 100%;
  }
}
.modal._active .modal__body {
  opacity: 1;
  visibility: visible;
  margin-bottom: 20px;
}
@media (max-width: 830px) {
  .modal._active .modal__body {
    margin-bottom: 8px;
  }
}
.modal._active .modal__content {
  display: flex;
}
@media (max-width: 796px) {
  .modal._active .modal__content {
    border-radius: 8px;
  }
}
.success-modal {
  text-align: center;
}
.success-modal__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.success-modal__heading {
  font-size: clamp(28px, 0.938rem + 2.29vw, 52px);
  font-weight: 500;
  line-height: 120%;
  margin-bottom: clamp(20px, 1rem + 3.33vw, 64px);
}
.success-modal__descr {
  font-size: 20px;
  color: #464646;
  font-size: clamp(16px, 0.871rem + 0.42vw, 20px);
  line-height: 120%;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.preloader__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.preloader__strip {
  width: 25%;
  height: 100%;
  background: black;
  transform: scaleY(0);
  transform-origin: bottom;
}
.preloader__percentage {
  position: absolute;
  bottom: clamp(12px, -0.153rem + 2.95vw, 40px);
  left: clamp(12px, -0.153rem + 2.95vw, 40px);
  color: var(--color-text);
  font-size: clamp(80px, 0.929rem + 7.58vw, 124px);
  z-index: 10001;
  line-height: 1;
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  .preloader__percentage {
    font-size: 35px;
  }
}
.preloader__percentage-digit {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 80px;
  width: clamp(50px, 1.211rem + 4.21vw, 80px);
  text-align: center;
}
@media (max-width: 480px) {
  .preloader__percentage-digit {
    width: 23px;
  }
}
.preloader__percentage-digit span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(100%);
  opacity: 0;
}
.preloader__percentage-symbol {
  display: inline-block;
}
.footer {
  padding-bottom: 40px;
}
.footer__container {
  padding-left: clamp(12px, -0.75rem + 5vw, 60px);
  padding-right: clamp(12px, -0.75rem + 5vw, 60px);
}
.footer__wrapper {
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
  padding-bottom: clamp(25px, -1.406rem + 9.9vw, 120px);
}
@media (max-width: 796px) {
  .footer__wrapper {
    flex-direction: column;
    gap: clamp(40px, -3.196rem + 18.99vw, 100px);
  }
}
.footer__country {
  transition: all 0.2s ease;
  cursor: pointer;
}
.footer__country:hover {
  color: var(--color-accent);
}
.footer__bot {
  padding-top: clamp(25px, -1.406rem + 9.9vw, 120px);
  display: flex;
  justify-content: space-between;
  gap: 30px;
  font-family: "Sf";
}
@media (max-width: 796px) {
  .footer__bot {
    flex-direction: column;
    gap: 20px;
  }
}
.footer__bot--text {
  color: var(--color-text);
}
.footer__bot--text a {
  color: var(--color-text);
  font-weight: 600;
  transition: color 0.2s ease;
}
.footer__bot--text a:hover {
  color: var(--color-accent);
}
.footer__info {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.footer__content {
  display: flex;
  column-gap: clamp(40px, -5.225rem + 15.53vw, 140px);
}
@media (max-width: 796px) {
  .footer__content {
    flex-direction: column;
    row-gap: clamp(40px, -5.225rem + 15.53vw, 140px);
  }
}
.social-footer {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.nav-footer__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.nav-footer__heading {
  font-size: 20px;
  font-family: "Sf";
  margin-bottom: clamp(20px, 0.396rem + 2.85vw, 29px);
  text-transform: uppercase;
}
.nav-footer__link {
  font-family: "Sf";
  color: var(--color-text);
  transition: all 0.2s ease;
}
.nav-footer__link:hover {
  color: var(--color-accent);
}
