@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;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
} /**
 * Swiper 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 {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  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 {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  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;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-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%;
  -o-object-fit: contain;
  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;
}

:root {
  --color-text: #192d18;
  --color-accent: #ef4500;
  --color-primary: #006d33;
  --color-hunter: #152714;
  --color-accently: #eb4701;
}
*,
*::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 {
  font-size: 16px;
  scroll-behavior: smooth;
}
body {
  font-family: 'Gilroy';
  font-weight: 400;
  line-height: 1;
  color: var(--color-text);
  background-color: #e2e9f0;
}
.btn {
  width: -moz-fit-content;
  width: fit-content;
}
._lock {
  overflow: hidden !important;
}
.btn-reset {
  cursor: pointer;
  padding: 0;
  background: transparent;
  border: none;
}
.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 65px;
}
@media (max-width: 1400px) {
  [class*='__container'] {
    padding: 0 45px;
  }
}
@media (max-width: 968px) {
  [class*='__container'] {
    padding: 0 20px;
  }
}
@media (max-width: 600px) {
  [class*='__container'] {
    padding: 0 10px;
  }
}
.container-sm {
  padding: 0px 10px 10px 10px;
}
@media (max-width: 600px) {
  .container-sm {
    padding: 0px 5px 5px 5px;
  }
}
.swiper-button-next::after,
.swiper-button-prev::after {
  content: '';
}
.col-1 {
  width: 8.33%;
}
.col-2 {
  width: 16.67%;
}
.col-3 {
  width: 24.99%;
}
.col-4 {
  width: 33.33%;
}
.col-5 {
  width: 46.47%;
}
.col-49 {
  width: 49%;
}
.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%;
}
.section {
  /* padding-bottom: 150px; */
  padding-bottom: 100px;
}
.about,
.services,
.products,
.advantages,
.reviews,
.questions,
.contacts {
  padding-top: 50px;
}

@media (max-width: 1230px) {
  .section {
    padding-bottom: 90px;
  }
}
@media (max-width: 968px) {
  .section {
    padding-bottom: 60px;
  }
}
@media (max-width: 600px) {
  .section {
    padding-bottom: 30px;
  }
  .about,
  .services,
  .products,
  .advantages,
  .reviews,
  .questions,
  .contacts {
    padding-top: 30px;
  }
  .contacts {
    padding-bottom: 60px;
  }
}

.section__title {
  color: #175b79;
  font-family: 'Gilroy';
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 54px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
@media (max-width: 1230px) {
  .section__title {
    font-size: 40px;
  }
}
@media (max-width: 800px) {
  .section__title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .section__title {
    font-size: 22px;
  }
}
.section__subtitle {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #152338;
  margin-bottom: 16px;
  display: block;
}
@media (max-width: 600px) {
  .section__subtitle {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.section__descr {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #152338;
  max-width: 490px;
}
@media (max-width: 600px) {
  .section__descr {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .section__descr {
    font-size: 14px;
  }
}
.section__wrapper {
  margin-bottom: 30px;
}
.btn {
  display: block;
  padding: 14px 30px;
  border-radius: 15px;
  color: #fff;
  font-family: 'GP';
  font-weight: 500;
  line-height: 120%;
  flex-shrink: 0;
  transition: all 0.3s ease 0s;
}
@media (max-width: 600px) {
  .btn {
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  .btn {
    font-size: 12px;
  }
}
.btn-accent {
  background-color: var(--color-accent);
}
.btn-primary {
  background-color: #058842;
}
.btn-fill {
  background-color: #175b79 ;
  color: #fff ;
  border: 1px solid #175b79 ;
}
.menu__link.btn-fill {
  background-color: #175b79 !important;
  color: #fff !important;
  border: 1px solid #175b79 !important;
  padding: 14px 30px !important;
  border-radius: 15px !important;
}
.btn-stroke {
  background-color: transparent;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
}
.btn-stroke:hover {
  background-color: var(--color-primary);
  color: white;
}
.accent {
  color: var(--color-accent);
}
.current {
  color: var(--color-accent);
}
.row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.block-info {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-bottom: 30px;
  padding-top: 20px;
}
@media (max-width: 600px) {
  .block-info {
    gap: 20px;
  }
}
.block-info span {
  color: #fff;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
}
.modal__heading {
  font-weight: 500;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #175b79;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .modal__heading {
    font-size: 32px;
  }
}
/* .acrd-open .block-info {
  margin-bottom: 30px;
} */
@media (max-width: 600px) {
  .acrd-open .block-info {
    margin-bottom: 0px;
  }
}
@font-face {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/Gilroy-Regular.woff');
  font-display: swap;
}
@font-face {
  font-family: 'Golos';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/golos-text_regular.woff');
  font-display: swap;
}
@font-face {
  font-family: 'GP';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/GothamPro-bc3e2af8.woff');
  font-display: swap;
}
@font-face {
  font-family: 'GP';
  font-style: normal;
  font-weight: 500;
  src: url('/assets/GothamPro-Medium-b53e79b7.woff');
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 700;
  src: url('/assets/Gilroy-Bold.woff');
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 500;
  src: url('/assets/Gilroy-Medium.woff');
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 600;
  src: url('/assets/Gilroy-SemiBold.woff');
  font-display: swap;
}
@font-face {
  font-family: 'GP';
  font-style: normal;
  font-weight: 300;
  src: url('/assets/GothamPro-Light-dc7ed7e6.woff');
  font-display: swap;
}
:root {
  --color-text: #192d18;
  --color-accent: #ef4500;
  --color-primary: #006d33;
  --color-hunter: #152714;
  --color-accently: #eb4701;
}
.header__container {
  display: flex;
  align-items: center;
  gap: 80px;
  min-height: 84px;
  position: relative;
  z-index: 100;
}
@media (max-width: 1350px) {
  .header__container {
    gap: 30px;
  }
}
@media (max-width: 1230px) {
  .header__container {
    justify-content: space-between;
  }
}
.header__logo {
  position: relative;
  z-index: 6;
}
.header__logo svg {
  width: 150px;
}
.header__btns {
  display: flex;
  align-items: center;
  gap: 45px;
  margin: 0 0 0 auto;
}
@media (max-width: 1350px) {
  .header__btns {
    gap: 20px;
  }
}
@media (max-width: 1230px) {
  .header__btns {
    display: none;
  }
}
.header__phone {
  display: block;
  color: var(--color-text);
  font-size: 14px;
  transition: color 0.3s ease 0s;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
  padding: 5px;
}
.header__phone:hover {
  color: #175B79;
}
@media (max-width: 1230px) {
  .menu__body {
    position: fixed;
    left: -100%;
    top: 0px;
    width: 320px;
    background-color: #edfaf8;
    height: 100%;
    overflow: auto;
    display: flex;
    flex-direction: column;
    z-index: 5;
    padding: 114px 45px 30px 45px;
    gap: 50px;
    transition: all 0.3s ease 0s;
  }
}

@media (max-width: 1230px) and (max-width: 600px) {
  .menu__body {
    width: 330px;
    padding: 114px 10px 30px 10px;
  }
}

@media (max-width: 1230px) {
  .menu__body._active {
    left: 0%;
  }
  .menu__body._active::before {
    height: 84px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    content: '';
    z-index: 5;
    background-color: #edfaf8;
  }
}
@media (max-width: 968px) {
  .menu__body {
    padding: 114px 20px 30px 20px;
  }
}
.menu__icon {
  position: relative;
  width: 44px;
  height: 44px;
  background-color: #1e4663;
  cursor: pointer;
  border-radius: 6px;
  display: none;
  z-index: 6;
}
.menu__icon._active span {
  transform: scale(0);
}
.menu__icon._active::after {
  top: 21px;
  left: 12px;
  transform: rotate(45deg);
}
.menu__icon._active::before {
  top: 21px;
  left: 12px;
  transform: rotate(-45deg);
}
.menu__icon span,
.menu__icon::after,
.menu__icon::before {
  position: absolute;
  background-color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 2px;
  width: 20px;
  transition: all 0.3s ease 0s;
}
.menu__icon span {
  transform: scale(1) translate(-50%, -50%);
}
.menu__icon::after,
.menu__icon::before {
  content: '';
}
.menu__icon::after {
  top: 28px;
}
.menu__icon::before {
  top: 16px;
}
@media (max-width: 1230px) {
  .menu__icon {
    display: flex;
  }
}
.menu__btn {
  display: none;
}
@media (max-width: 1230px) {
  .menu__btn {
    display: block;
  }
}
@media (max-width: 600px) {
  .menu__btn {
    width: 100%;
    text-align: center;
  }
}
.menu__link {
  color: var(--color-text);
  padding: 5px;
  font-weight: 500;
  line-height: 120%;
  transition: color 0.3s ease 0s;
}
.menu__link:hover {
  color: #1e4663;
}
.menu__list {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1230px) {
  .menu__list {
    flex-direction: column;
    gap: 25px;
    align-items: flex-start;
  }
}
.menu-information {
  display: none;
}
.menu-information__link {
  color: #192d18;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  font-family: 'GP';
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  opacity: 0.6;
  min-width: 140px;
}
.menu-information-phone {
  display: flex;
  align-items: center;
  gap: 10px;
}
.menu-information-phone span {
  font-size: 12px;
  color: #192d18;
  opacity: 0.7;
}
@media (max-width: 1230px) {
  .menu-information {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
}
.current {
  color: var(--color-accent);
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.3s ease 0s;
  z-index: 2;
}
.overlay._active {
  display: block;
}
.hero__swiper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .hero__swiper {
    border-radius: 20px 20px 0px 20px;
  }
}
.hero__exclude-1 {
  pointer-events: none;
  position: absolute;
  top: -2px;
  left: 0;
  z-index: 5;
}
@media (max-width: 1230px) {
  .hero__exclude-1 {
    width: 130px;
  }
}
@media (max-width: 600px) {
  .hero__exclude-1 {
    width: 50px;
  }
}
.hero__pagination {
  position: absolute;
  left: 50% !important;
  bottom: 30px !important;
  transform: translate(-50%);
  height: auto;
  width: 100px !important;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
@media (max-width: 600px) {
  .hero__pagination {
    bottom: 10px !important;
    width: 70px !important;
  }
}
/* .swiper-slide.advantages__item.advantages__item-photo.swiper-slide-active .gsap-photo{
  transform: translateY(0px);
} */
.rating__item.fill-rating svg {
  fill: #ef4500;
}
.rating__item.fill-rating svg path {
  stroke: #ef4500;
  fill: #ef4500;
}
.hero__pagination .swiper-pagination-bullet {
  background-color: white;
  width: 10px;
  height: 10px;
  opacity: 60%;
}
.hero__pagination .swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  background-color: white;
  opacity: 1;
}
@media (max-width: 600px) {
  .hero__pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  .hero__pagination .swiper-pagination-bullet-active {
    height: 10px;
    width: 10px;
  }
}
.hero__box {
  position: absolute;
  bottom: 100px;
  left: 55px;
  z-index: 10;
}
@media (max-width: 1230px) {
  .hero__box {
    left: 50px;
    bottom: 50px;
  }
}
@media (max-width: 968px) {
  .hero__box {
    left: 30px;
    bottom: 60px;
  }
}
@media (max-width: 600px) {
  .hero__box {
    left: 30px;
    bottom: 40px;
  }
}
.hero__exclude-2 {
  pointer-events: none;
  position: absolute;
  right: -2px;
  bottom: -2px;
  z-index: 5;
}
@media (max-width: 1230px) {
  .hero__exclude-2 {
    width: 130px;
  }
}
@media (max-width: 600px) {
  .hero__exclude-2 {
    width: 40px;
  }
}
.hero__navigation {
  bottom: 0px;
  right: 0px;
  left: initial;
  top: initial;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: transparent;
  border-radius: 10px;
  border: 1px solid #006d33;
}
@media (max-width: 600px) {
  .hero__navigation {
    display: none;
  }
}
.hero__navigation.swiper-button-prev {
  right: 45px;
}
.swiper-hero__title {
  max-width: 996px;
  color: #fff;
  font-family: 'Gilroy';
  font-size: 80px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 2.4px;
  margin-bottom: 40px;
}

.hero .swiper-slide {
  position: relative;
  height: calc(100vh - 94px);
}
@media (max-width: 1230px) {
  .hero .swiper-slide {
    height: calc(80vh - 94px);
  }
}
@media (max-width: 968px) {
  .hero .swiper-slide {
    height: calc(70vh - 94px);
  }
}
@media (max-width: 600px) {
  .hero .swiper-slide {
    height: 250px;
  }
}
.hero .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  filter: brightness(0.8);
}
.swiper-hero__title {
  font-weight: 500;
  font-size: 72px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  /* opacity: 0;
  transform: translateY(-30px); */
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.swiper-slide-active .swiper-hero__title {
  opacity: 1;
  transform: translateY(0);
}
.swiper-hero__title .accent {
  opacity: 0;
  display: block;
  transform: translateY(-20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition-delay: 0.4s;
}
.swiper-slide-active .swiper-hero__title .accent {
  opacity: 1;
  transform: translateY(0);
}
.hero__box .btn {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition-delay: 0.6s;
}
.swiper-slide-active .hero__box .btn {
  opacity: 1;
  transform: translateY(0);
}
.about__container {
  position: relative;
}
@media (max-width: 900px) {
  .about .section__descr {
    max-width: 590px;
  }
  .about .about__descr {
    width: 100%;
  }
}
.about-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 1230px) {
  .about-bg {
    width: 300px;
  }
}
.about__title {
  display: block;
  color: var(--color-primary);
  font-family: 'Gilroy';
  font-size: 80px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.8px;
  margin-bottom: 90px;
}
@media (max-width: 1300px) {
  .about__title {
    margin-bottom: 40px;
  }
}
@media (max-width: 1230px) {
  .about__title {
    font-size: 40px;
  }
}
@media (max-width: 800px) {
  .about__title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.about__title span {
  display: block;
  padding-left: 8%;
}
@media (max-width: 1230px) {
  .about__title span {
    padding-left: 5%;
  }
}
.about__descr {
  font-family: 'Golos';
  padding-left: 8%;
  max-width: 540px;
}
@media (max-width: 1230px) {
  .about__descr {
    padding-left: 5%;
  }
}
.about__list {
  display: flex;
  gap: 32px;
  flex-direction: column;
}
.about-patners__image {
  position: relative;
  height: 0;
  padding-top: 13%;
  width: 340px;
  height: 86px;
}
.about-patners__heading {
  font-weight: 400;
  font-size: 18px;
  font-family: 'Golos';
  line-height: 140%;
  color: #175b79;
  margin-bottom: 24px;
  display: inline-block;
}
.about-patners__image img {
  position: absolute;
  top: 0;
  max-width: 340px;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}
@media (max-width: 1230px) {
  .about__list {
    padding-left: 5%;
    gap: 20px;
  }
}
.about-patners__text {
  max-width: 545px;
  font-weight: 400;
  font-family: 'Golos';
  font-size: 18px;
  line-height: 140%;
  color: #878787;
}
.about__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  justify-content: center;
}
.about__inner {
  display: flex;
  gap: 10px;
  align-items: center;
}
.about__value {
  white-space: nowrap;
  color: var(--color-accently);
  font-family: 'Gilroy';
  font-size: 50px;
  font-weight: 700;
  line-height: 120%;
}
.about__caption {
  max-width: 150px;
  font-size: 18px;
  line-height: 140%;
}
@media (max-width: 1230px) {
  .section__box {
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 600px) {
  .section__box {
    gap: 20px;
  }
}
.trash,
.trash-container {
  padding: 5px;
  transition: padding 0.3s ease 0s;
}
.about__item-trash:hover {
  .trash {
    padding: 0px;
  }
}
.about__item-trashcontainer:hover {
  .trash-container {
    padding: 0px;
  }
}
@media (max-width: 900px) {
  .trash {
    width: 140px;
  }
  .trash-container {
    width: 200px;
  }
  .about__value {
    font-size: 30px;
  }
  .about__item {
    gap: 10px;
  }
  .about__list {
    gap: 70px;
  }
}
@media (max-width: 600px) {
  .about__list {
    flex-direction: column;
    gap: 20px;
  }
}
.services .row {
  gap: 50px;
}
@media (max-width: 1230px) {
  .services .row {
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 600px) {
  .services .block-info {
    padding-bottom: 20px;
  }
}
.services__content {
  overflow: hidden;
  height: 0;
  transition: all 0.3s ease 0s;
  padding: 0px 35px 0px 35px;
}
@media (max-width: 600px) {
  .services__content {
    padding: 0px 20px;
  }
}
.services__heading {
  font-weight: 600;
  font-size: 19px;
  line-height: 120%;
  color: #152338;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  cursor: pointer;
  padding: 30px 35px;
}
@media (max-width: 600px) {
  .services__heading {
    font-size: 14px;
    padding: 15px 20px;
    padding-top: 20px;
  }
}
.services__item {
  background-color: white;
  border-radius: 20px;
}
.services__item.acrd-open {
  background-color: #1e4663;
  padding-bottom: 30px;
}
.services__item ul {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
}
.services__item li {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #fff;
}
.services__item li:not(:first-child) {
  padding-top: 8px;
}
.services__item li:not(:last-child) {
  padding-bottom: 8px;
}
.services__item.acrd-open .services__heading {
  color: white;
}
.services__item.acrd-open .services__arrow svg path {
  stroke: white;
}
.services__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 1230px) {
  .services__list {
    width: 100%;
  }
}
.services__text {
  color: #fff;
  line-height: 130%; /* 20.8px */
  padding-bottom: 20px;
}
@media (max-width: 600px) {
  .services__text {
    font-size: 12px;
  }
}
.services__arrow svg {
  transform: rotate(0deg);
  transition: all 0.3s ease 0s;
}
.services__arrow svg path {
  stroke: #192d18;
  transition: all 0.3s ease 0s;
}
.services__images {
  margin-right: calc(50% - 50vw + 10px);
  flex-grow: 1;
  /* height: 434px; */
  height: 30%;
  max-height: 850px;
}
@media (max-width: 1230px) {
  .services__images {
    order: -1;
    width: 100%;
  }
}
.services__image {
  position: relative;
  border-radius: 20px 20px 20px 20px;
  overflow: hidden;
  height: 0;
  padding-top: 65%;
  display: none;
}
@media (max-width: 1230px) {
  .services__image {
    padding-top: 40%;
  }
}
@media (max-width: 1060px) {
  .services__image {
    padding-top: 50%;
  }
}
@media (max-width: 650px) {
  .services__image {
    padding-top: 60%;
  }
}
.services__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.products__image {
  position: relative;
  height: 340px;
  padding-top: 52%;
  border-radius: 30px 30px 30px 30px;
  overflow: hidden;
}
.products__img {
  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-radius: 20px;
  filter: brightness(0.7);
  transform-origin: center center;
  transition: transform 0.3s ease-out;
}
.products__exclude {
  position: absolute;
  top: -1px;
  left: 0px;
  height: 343px;
  pointer-events: none;
  z-index: 2;
}
.products__item-right .products__exclude {
  position: absolute;
  top: -2px;
  right: 0;
  height: 343px;
  pointer-events: none;
  z-index: 2;
  left: initial;
}
.services__exclude {
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 650px) {
  .services__exclude {
    width: 100px;
  }
}
@media (max-width: 500px) {
  .services__exclude {
    width: 70px;
  }
}
.acrd-open .services__arrow svg {
  transform: rotate(-180deg);
}
.products__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 600px) {
  .products__list {
    gap: 10px;
  }
}
.products__item {
  display: flex;
  align-items: center;
}
@media (max-width: 1230px) {
  .products__item .col-1 {
    display: none;
  }
  .products__item .col-6 {
    width: 553px;
  }
  .products__item .col-4 {
    width: 380px;
  }
}
@media (max-width: 1060px) {
  .products__item .products__image {
    height: 250px;
    width: 450px;
    padding-top: 44%;
    margin: 0 0 0 auto;
  }
  .products__item .products__exclude {
    height: 252px;
  }
  .products__item .products__img {
    width: 450px;
  }
  .products__item .products__item .col-6 {
    width: 250px;
  }
  .products__item.products__item-right .products__image {
    margin: auto 0 0 0;
  }
}
@media (max-width: 900px) {
  .products__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .products__item .col-6 {
    order: -1;
    width: 100%;
  }
  .products__item .products__img {
    width: 100%;
  }
  .products__item .products__image {
    width: 100%;
    padding-top: 0%;
    height: 350px;
  }
  .products__item .products__exclude {
    height: 352px;
  }
}
@media (max-width: 600px) {
  .products__item .products__image {
    height: 250px;
  }
  .products__item .products__exclude {
    height: 252px;
  }
  .products__item .col-4 {
    width: 100%;
  }
  .products__item .products__text {
    font-size: 14px;
  }
}
@media (max-width: 450px) {
  .products__item .products__image {
    height: 220px;
  }
  .products__item .products__exclude {
    height: 222px;
  }
}
.products__item-right .products__image {
  border-radius: 20px;
}
.products__item-left .products__image {
  border-radius: 20px;
}
.products__descr {
  padding-left: 8%;
  max-width: 620px;
  margin-bottom: 30px;
}
@media (max-width: 1230px) {
  .products__descr {
    padding-left: 5%;
  }
}
@media (max-width: 600px) {
  .products__descr {
    margin-bottom: 60px;
  }
}
.products__heading {
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  color: #152338;
  margin-bottom: 25px;
}
@media (max-width: 600px) {
  .products__heading {
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .products__heading {
    font-size: 18px;
  }
}
.products__text {
  line-height: 140%; /* 22.4px */
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .products__text {
    margin-bottom: 20px;
  }
}
.products .block-info span {
  color: var(--color-text);
}

.caption__list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 10px;
}
.caption__heading {
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  display: block;
}
.products__item:hover .products__img {
  transform: scale(1.1);
  /* Увеличение картинки при наведении */
}
.advantages__descr {
  padding-left: 8%;
  max-width: 650px;
  margin-bottom: 80px;
}
@media (max-width: 600px) {
  .advantages__descr {
    margin-bottom: 30px;
  }
}
.advantages__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 80px;
}
.advantages__heading {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #fff;
  margin-bottom: 8px;
}
.advantages__content {
  max-width: 320px;
}
.advantages__content span {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 1280px) {
  .advantages__list {
    gap: 20px;
  }
}
@media (max-width: 996px) {
  .advantages__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 650px) {
  .advantages__list {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 30px;
    gap: 15px;
  }
}
@media (max-width: 600px) {
  .advantages__link img {
    width: 100px;
  }
}
.advantages__links {
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 600px) {
  .advantages__links {
    gap: 10px;
  }
}
.advantages__number {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}
.advantages__title {
  max-width: 270px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
}
@media (max-width: 600px) {
  .advantages__title {
    font-size: 18px;
    max-width: 200px;
  }
}
.advantages__info {
  color: rgba(255, 255, 255, 0.8);
  line-height: 140%; /* 22.4px */
  max-width: 270px;
}
@media (max-width: 600px) {
  .advantages__info {
    font-size: 14px;
    max-width: 210px;
  }
}
.advantages__item {
  padding: 30px 20px;
  background-color: #1e4663;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 500px) {
  .advantages__item {
  }
}

.advantages__item-photo {
  background-color: #006d33;
}
.advantages__exclude {
  position: absolute;
  right: -1px;
  top: -1px;
}
.advantages__wrapper {
  display: flex;
  gap: 20px;
}
@media (max-width: 1440px) {
  .advantages__wrapper {
    gap: 0;
  }
}
.advantages__vector {
  position: absolute;
  bottom: -100px;
  right: -166px;
}
.advantages-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.gsap-wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (max-width: 1300px) {
  .gsap-wrap img {
    width: 250px;
  }
}
.app__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: auto 0 0 0;
}
@media (max-width: 600px) {
  .app__list {
    gap: 15px;
  }
}
.app__link {
  color: #fff;
  font-family: 'GP';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  opacity: 0.7;
  transition: all 0.3s ease 0s;
}
.app__link:hover {
  opacity: 1;
}
.app__link::after {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: white;
  bottom: 0px;
  left: 0;
  content: '';
}
.gsap-photo {
  transform: translateY(80px);
}
@media (max-width: 600px) {
  .gsap-photo {
    transform: translateY(20px);
  }
}
@media (min-width: 2000px) {
  .services__img {
    max-height: 800px;
  }
}
.reviews__swiper {
  background-color: white;
  border-radius: 40px;
  min-height: 520px;
  padding: 40px 0px 100px 0px;
}
@media (max-width: 600px) {
  .reviews__swiper {
    min-height: 400px;
    padding-top: 30px;
  }
}
.reviews__slide {
  padding: 0px 30px 0px 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}
@media (max-width: 600px) {
  .reviews__slide {
    min-height: 350px;
  }
}
.reviews__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 968px) {
  .reviews__inner {
    flex-direction: column;
  }
}
.reviews__box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.reviews__fio {
  font-size: 24px;
  font-weight: 500;
  line-height: 130%; /* 31.2px */
}
@media (max-width: 600px) {
  .reviews__fio {
    font-size: 20px;
  }
}
.reviews__text {
  max-width: 330px;
  line-height: 140%; /* 22.4px */
}
@media (max-width: 670px) {
  .reviews__text {
    max-width: none;
  }
}
@media (max-width: 600px) {
  .reviews__text {
    font-size: 14px;
  }
}
.reviews__data {
  color: #75847c;
  font-size: 14px;
  line-height: 130%; /* 18.2px */
}
.reviews__navigation {
  bottom: 30px;
  left: 30px;
  right: initial;
  top: initial;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: transparent;
  border-radius: 10px;
  border: 1px solid #006d33;
}
.reviews__navigation.swiper-button-next {
  left: 80px;
}
.reviews__2gis {
  display: flex;
  align-items: center;
  gap: 15px;
  position: absolute;
  bottom: 30px;
  right: 30px;
}
@media (max-width: 600px) {
  .reviews__2gis {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .reviews__2gis img {
    width: 100px;
  }
}
.reviews__2gis span {
  line-height: 140%; /* 22.4px */
}
.rating {
  padding-top: 9px;
}
.rating__list {
  display: flex;
  gap: 2px;
  align-items: center;
}
.reviews .swiper-slide.swiper-slide-active::before,
.reviews .swiper-slide.swiper-slide-next::before {
  position: absolute;
  content: '';
  background-color: #cddad3;
  width: 1px;
  height: 376px;
  top: 0;
  right: 0;
}
@media (max-width: 1280px) {
  .reviews .swiper-slide.swiper-slide-next::before {
    display: none;
  }
}
@media (max-width: 670px) {
  .reviews .swiper-slide.swiper-slide-active::before {
    display: none;
  }
}
.questions__list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 990px) {
  .questions__list {
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  .questions__list {
    gap: 10px;
  }
}
@media (max-width: 990px) {
  .questions__left {
    width: 100%;
  }
}
@media (max-width: 990px) {
  .questions__right {
    width: 100%;
  }
}
.questions__item {
  background-color: white;
  border-radius: 20px;
}
.questions__wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 600px) {
  .questions__wrap {
    gap: 10px;
  }
}
.questions__text {
  line-height: 130%;
}
@media (max-width: 600px) {
  .questions__text {
    font-size: 12px;
  }
}
.questions__heading {
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 25px 30px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 25.2px */
  transition: color 0.3s ease 0s;
}
@media (max-width: 600px) {
  .questions__heading {
    font-size: 14px;
    padding: 15px 20px;
  }
}
.questions__content {
  padding: 0px 30px 0px 30px;
  overflow: hidden;
  height: 0;
  transition: all 0.3s ease 0s;
}
@media (max-width: 600px) {
  .questions__content {
    padding: 0px 20px;
  }
}
.acrd-open .questions__heading {
  color: var(--color-accent);
}
.acrd-open .questions__content {
  margin-bottom: 30px;
}
.acrd-open .questions__text {
  padding-bottom: 30px;
}
@media (max-width: 600px) {
  .acrd-open .questions__text {
    padding-bottom: 0;
  }
}
.contacts__descr {
  padding-left: 8%;
  max-width: 590px;
  margin-bottom: 70px;
}
@media (max-width: 1230px) {
  .contacts__descr {
    padding-left: 5%;
  }
}
@media (max-width: 990px) {
  .contacts__descr {
    margin-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .contacts__descr {
    padding-left: 0;
  }
}
@media (max-width: 1230px) {
  .contacts__info {
    gap: 70px;
    justify-content: initial;
  }
  .contacts__info .col-1 {
    display: none;
  }
  .contacts__info .col-2 {
    display: none;
  }
  .contacts__info .col-4 {
    width: auto;
  }
  .contacts__info .col-5 {
    width: auto;
  }
}
@media (max-width: 990px) {
  .contacts__info {
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 600px) {
  .contacts__info {
    gap: 50px;
  }
  .contacts__phone {
    min-width: 160px !important;
  }
}
.contacts__details {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (max-width: 600px) {
  .contacts__details {
    gap: 15px;
  }
}
.contacts__phone {
  color: #152338;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  min-width: 200px;
  font-family: 'GP';
}
.contacts-phone__wrap {
  display: flex;
  align-items: center;
  gap: 14px;
}
.contacts-phone__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.contacts-phone__wrap span {
  font-size: 18px;
  font-weight: 400;
  color: #75847c;
}
@media (max-width: 600px) {
  .contacts__phone {
    font-size: 16px;
  }
  .contacts-phone__list {
    gap: 10px;
  }
  .contacts-phone__wrap span {
    font-size: 14px;
  }
  .contacts-info__list {
    flex-direction: column !important;
  }
}
.contacts__email {
  color: #175b79;
  font-weight: 500;
  line-height: 120%;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  font-family: 'GP';
}
.contacts__adress {
  display: flex;
  align-items: baseline;
  gap: 6px;
  color: #152338;
  line-height: 120%; /* 19.2px */
}
.contacts__adress span {
  position: relative;
  font-family: 'GP';
}

.contacts__adress span::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #152338;
  transition: all 0.3s ease;
}
.contacts__adress span::after:hover {
  opacity: 0.5;
}
.contacts__map {
  width: -moz-fit-content;
  width: fit-content;
  color: #006d33;
  font-weight: 500;
  line-height: 120%;
  display: flex;
  align-items: center;
  gap: 15px;
}
.contacts__btns {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 500px) {
  .contacts__btns {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
}
.contacts__btns p {
  max-width: 330px;
  color: #75847c;
  font-family: 'GP';
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
}
@media (max-width: 600px) {
  .contacts__btns p {
    font-size: 12px;
  }
}
@media (max-width: 500px) {
  .contacts__btns p {
    max-width: none;
  }
}
.contacts__btns a {
  color: #175b79;
}
@media (max-width: 600px) {
  .contacts__btns a {
    font-size: 12px;
  }
}
@media (max-width: 500px) {
  .contacts__btns button {
    width: 100%;
    text-align: center;
  }
}
.contacts__input {
  position: relative;
}
.contacts__input input {
  width: 100%;
  background-color: transparent;
  outline: none;
  padding: 15px 20px;
  border-radius: 14px;
  border: 1px solid #75847c;
  opacity: 0.8;
  color: #192d18;
  font-family: 'GP';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
}
@media (max-width: 990px) {
  .contacts__input input {
    width: 70%;
  }
}
@media (max-width: 780px) {
  .contacts__input input {
    width: 100%;
  }
}
.contacts__input input:not(:-moz-placeholder-shown) ~ .contacts-form__label {
  font-size: 12px;
  color: #75847c;
  top: -17px;
  left: 0;
  font-family: 'GP';
}
.contacts__input input:focus ~ .contacts-form__label,
.contacts__input input:not(:placeholder-shown) ~ .contacts-form__label {
  font-size: 12px;
  color: #75847c;
  top: -17px;
  left: 0;
  font-family: 'GP';
}
.contacts-form__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
}
@media (max-width: 600px) {
  .contacts-form__wrapper {
    gap: 30px;
  }
}
.contacts-form__label {
  pointer-events: none;
  position: absolute;
  top: 18px;
  left: 20px;
  opacity: 0.8;
  transition: all 0.2s ease 0s;
  color: #192d18;
  font-family: 'GP';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16.8px */
}
.js-error {
  display: none;
  position: absolute;
  top: -20px;
  right: 2px;
  color: #cd0606;
  font-family: 'GP';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 14.4px */
}
.js-error._active {
  display: block;
}
.footer__container {
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 968px) {
  .footer__container {
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .footer__container {
    padding-bottom: 50px;
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .footer__link img {
    width: 100px;
  }
}
.footer__info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 968px) {
  .footer__info {
    flex-direction: column;
    gap: 20px;
  }
}
.footer__list {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 370px) {
  .footer__list {
    flex-direction: column;
  }
}

.footer__box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 600px) {
  .footer__box {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.footer__policy {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 600px) {
  .footer__policy {
    gap: 10px;
  }
}
.footer__box-confidency {
  display: flex;
  gap: 15px;
}
.footer__confidency {
  font-size: 14px;
  line-height: normal;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 5px;
  color: #192d18;
  padding-bottom: 5px;
}
.footer__confidency::before {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #192d18;
  bottom: 5px;
  left: 0;
  content: '';
}
.footer__descr {
  max-width: 430px;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}
.footer__bot {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 600px) {
  .footer__bot {
    gap: 10px;
  }
}
.footer__bot span {
  text-align: right;
  color: #192d18;
  font-size: 14px;
  line-height: normal;
}
@media (max-width: 600px) {
  .footer__bot span {
    text-align: start;
  }
}
.footer__country {
  color: #152338;
  font-size: 14px;
  line-height: normal;
}
.footer__country span {
  color: #175b79;
}
.suces__body {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}
.suces__body._active {
  opacity: 1;
  visibility: visible;
}
.suces__close {
  padding: 10px;
  position: absolute;
  right: 40px;
  top: 40px;
  cursor: pointer;
}
.suces__content {
  position: relative;
  background-color: #edfaf8;
  border-radius: 40px;
  padding: 80px 50px 100px 80px;
  width: 764px;
  display: none;
  flex-direction: column;
}
@media (max-width: 600px) {
  .suces__content {
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 80px 20px 80px 20px;
    justify-content: center;
    align-items: flex-start;
    border-radius: 0px;
  }
}
.suces__content._active {
  display: flex;
}
.suces__text {
  color: #192d18;
  font-size: 18px;
  line-height: 140%;
}
@media (max-width: 600px) {
  .suces__text {
    font-size: 16px;
  }
}
.suces__text:not(:last-child) {
  margin-bottom: 6px;
}
.suces__heading {
  color: var(--color-primary);
  font-family: 'Gilroy';
  font-size: 64px;
  line-height: 120%;
  letter-spacing: 1.92px;
  margin-bottom: 8px;
}
.order-service__form {
  margin-top: 30px;
}
.order-service__select {
  width: 100%;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  outline: none;
  padding: 15px 40px 15px 20px;
  border-radius: 14px;
  border: 1px solid #75847c;
  opacity: 0.8;
  color: #192d18;
  font-family: 'GP';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
}
@media (max-width: 600px) {
  .order-service__select {
    font-size: 14px;
  }
}
.order__descr {
  position: absolute;
  top: -17px;
  left: 0;
  font-family: 'GP';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #75847c;
  opacity: 0.8;
}
.select__wrapper {
  position: relative;
}
.select__wrapper::before {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(-50%, -50%);
  content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAJCAYAAAACTR1pAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAELSURBVHgBlZExSwMxFMeTS6HxyNFDLtB0kIyCKC6CY8cbHDp2uMEP5gfwIzg4OoiT1Q4ONxQqNhWHQEOvaS+Jl6GllLa0b8jL+5Mf/MID/JrH4IiiN7Tpe1DYImVXLD0IuqDNmq51eZtjRE9obrBpE0qI+lWDXZA3c9Bl0MGn4dtQICllmbAkN8CkDdaYTcREbIO01fcW2FfxKd59hvwhhZxV8NfczbvhWZhPf6ZqBVVautCZC1x/3Bu/LHO0vHg4YtE3NDCjjPb97PMwCu+q9id64nndAq0PSigZs1iVtux4A5zg2+oFH32MHjf10Wbg/0gYwQu36AQwSOqn9Qc5kCU4tFqXrfN9O/4HyVttNQ+S0toAAAAASUVORK5CYII=');
}
.order__body {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  z-index: 110;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}
.order__body._active {
  opacity: 1;
  visibility: visible;
}
.order__content {
  position: relative;
  background-color: #edfaf8;
  border-radius: 40px;
  padding: 80px 50px 100px 80px;
  width: 764px;
  display: none;
  flex-direction: column;
}
@media (max-width: 600px) {
  .order__content {
    width: 100%;
    height: 100%;
    justify-content: center;
    padding: 80px 20px 100px 20px;
    border-radius: 0;
  }
}
.order__content._active {
  display: flex;
}
.order__close {
  padding: 10px;
  position: absolute;
  right: 40px;
  top: 40px;
  cursor: pointer;
}
@media (max-width: 600px) {
  .order__close {
    right: 20px;
    top: 20px;
  }
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
/* .main {
  opacity: 0;
} */
.preloader-logo svg {
  transform: translateY(-20);
}
.preloader-logo path {
  opacity: 0;
  stroke-dashoffset: 650;
  stroke-dasharray: 650;
}
.preloader-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 40px;
}
.preloader-slogan svg {
  opacity: 0;
  transform: translateY(20px);
}
.order-equipment__form {
  margin-top: 30px;
}
.order-equipment__select {
  width: 100%;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  outline: none;
  padding: 15px 40px 15px 20px;
  border-radius: 14px;
  border: 1px solid #75847c;
  opacity: 0.8;
  color: #192d18;
  font-family: 'GP';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
}
@media (max-width: 600px) {
  .order-equipment__select {
    font-size: 14px;
  }
}
.order__descr {
  position: absolute;
  top: -17px;
  left: 0;
  font-family: 'GP';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #75847c;
  opacity: 0.8;
}
.select__wrapper {
  position: relative;
}
.select__wrapper::before {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(-50%, -50%);
  content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAJCAYAAAACTR1pAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAELSURBVHgBlZExSwMxFMeTS6HxyNFDLtB0kIyCKC6CY8cbHDp2uMEP5gfwIzg4OoiT1Q4ONxQqNhWHQEOvaS+Jl6GllLa0b8jL+5Mf/MID/JrH4IiiN7Tpe1DYImVXLD0IuqDNmq51eZtjRE9obrBpE0qI+lWDXZA3c9Bl0MGn4dtQICllmbAkN8CkDdaYTcREbIO01fcW2FfxKd59hvwhhZxV8NfczbvhWZhPf6ZqBVVautCZC1x/3Bu/LHO0vHg4YtE3NDCjjPb97PMwCu+q9id64nndAq0PSigZs1iVtux4A5zg2+oFH32MHjf10Wbg/0gYwQu36AQwSOqn9Qc5kCU4tFqXrfN9O/4HyVttNQ+S0toAAAAASUVORK5CYII=');
}
.equipmnet__body {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  z-index: 110;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}
.equipmnet__body._active {
  opacity: 1;
  visibility: visible;
}
.equipmnet__content {
  position: relative;
  background-color: #edfaf8;
  border-radius: 40px;
  padding: 80px 50px 80px 80px;
  width: 764px;
  display: none;
  flex-direction: column;
}
@media (max-width: 600px) {
  .equipmnet__content {
    width: 100%;
    height: 100%;
    justify-content: center;
    padding: 80px 20px 100px 20px;
    border-radius: 0;
  }
}
.equipmnet__content._active {
  display: flex;
}
.equipmnet__close {
  padding: 10px;
  position: absolute;
  right: 40px;
  top: 40px;
  cursor: pointer;
}
@media (max-width: 600px) {
  .equipmnet__close {
    right: 20px;
    top: 20px;
  }
}
.btn-accent.menu__link {
  border-radius: 15px;
  background-color: #eb4701;
  color: white;
  padding: 14px 30px;
}
.sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 5px;
  float: right;
}
@media (max-width: 1230px) {
  .sticky {
    position: initial;
  }
}
/* @media (min-width:1440px) {
  .sticky {
    position: initial;
  }
} */
.contacts-info__list {
  display: flex;
  gap: 24px;
  flex-direction: column-reverse;
}
.contacts-info__list svg path {
  fill: #175b79;
}
@media (max-width: 1230px) {
  .swiper-hero__title {
    font-size: 40px;
    max-width: 700px;
  }
}
@media (max-width: 968px) {
  .swiper-hero__title {
    margin-bottom: 20px;
  }
}
@media (max-width: 800px) {
  .swiper-hero__title {
    font-size: 34px;
    max-width: 500px;
  }
}
@media (max-width: 600px) {
  .swiper-hero__title {
    font-size: 22px;
    margin-bottom: 15px;
    max-width: 330px;
  }
}
@media (max-width: 1200px) {
  .about-patners {
    width: 66.66%;
  }
  .about__descr {
    width: 66.66%;
  }
}
@media (max-width: 650px) {
  .about-patners__text {
    font-size: 14px;
  }
  .about__list {
    gap: 30px;
  }
}
