@font-face {
  font-family: "PT-Root";
  src: url("/local/templates/uvss/assets/fonts/new4/PT-Root-UI_Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "PT-Root";
  src: url("/local/templates/uvss/assets/fonts/new4/PT-Root-UI_Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "PT-Root";
  src: url("/local/templates/uvss/assets/fonts/new4/PT-Root-UI_Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "PT-Root";
  src: url("/local/templates/uvss/assets/fonts/new4/PT-Root-UI_Light.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

* {
  padding: 0;
  margin: 0;
  border: none;
  box-sizing: border-box;
}



body {
  font-family: PT-Root;
  background: #000000;
}

h2 {
  color: white;
  position: relative;
  font-weight: 500;
}

.content {
  padding: 0 170px;
}

/*меню*/

.burger {
  position: fixed;
  width: 74px;
  height: 57px;
  z-index: 90;
  right: 170px;
  top: 61px;
  cursor: pointer;
  background: rgba(147, 169, 194, 0.34);
  backdrop-filter: blur(21px);
  -webkit-backdrop-filter: blur(12px) saturate(180%);
}

.burger-menu {
  position: fixed;
  z-index: 999;
  top: 0;
  right: -100%;
  width: 660px;
  height: 100vh;
  padding: 130px 40px;
  background: rgba(176, 214, 243, 0.15);
  backdrop-filter: blur(35px);
  transition: .5s ease;
}

.menu {
    display: grid;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: auto auto;
    gap: 30px;
    align-items: center;
}

.menu li {
  list-style: none;
}

.menu li a {
    color: white;
    text-decoration: none;
    font-size: 26px;
    height: 150px;
    display: flex;
    width: 100%;
    align-items: center;
    padding: 20px 50px;
    background: rgba(176, 214, 243, 0.19);
    backdrop-filter: blur(35px);
    transition: .2s ease;
}

.menu-close {
  cursor: pointer;
  margin-bottom: 80px;
}

.menu-active {
  right: 0;
}

.feedback {
  position: fixed;
  right: 38px;
  bottom: 46px;
  z-index: 1000;
  width: 206px;
  height: 41px;
  cursor: pointer;
  background-color: #d8e800;
  color: black;
  font-size: 16px;
  padding: 11px 11px;
}

/*главный экран с видео*/

.head-product {
  min-height: 100vh;
  position: relative;
  background: #000000;
}

.head-background {
  position: relative;
  min-height: inherit;
  overflow: hidden;
}

/* Слайдер видео */
.video-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.video-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.head-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Слой затемнения (только внутри второго video-slide) */
.head-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.header-logo {
  width: 234px;
  padding-top: 70px;
}

.head-title {
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 400;
    max-width: 70%;
}

.head-title-uvss {
  font-size: 70px;
  font-weight: 500;
  padding-bottom: 20px;
}

.page-container-first {
  min-height: 100vh;
  position: relative;
  z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.socials {
  position: absolute;
  z-index: 50;
  top: 80px;
  left: 0;
  display: flex;
  gap: 40px;
}

.socials img {
  cursor: pointer;
  width: 20px;
  height: auto;
  z-index: 5000;
}

/*Работа оператора*/

.operator {
  min-height: 1080px;
  position: relative;
}

.operator-background {
  position: relative;
  min-height: inherit;
  overflow: hidden;
}

.operator-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  cursor: pointer;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: opacity 0.3s ease;
}

.play-button img {
  width: 80px;
  height: 80px;
  display: block;
}

.play-button:hover {
  opacity: 0.8;
}

.play-button.hidden {
  opacity: 0;
  pointer-events: none;
}

.operator-title-background {
  position: absolute;
  bottom: 72px;
  width: 100%;
  background: linear-gradient(to right, #0c1a27, #2b5e8d00);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 2;
}

.operator-title {
  padding: 35px 0;
  max-width: 50%;
  font-size: 32px;
  font-weight: 400;
  white-space: nowrap;
  transition: opacity 0.5s ease-in-out;
}

.operator-title.fade-out {
  opacity: 0;
}

/*securos uvss*/

.image-uvss-1 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 2160px;
  position: relative;
  display: flex;
  justify-content: center;
}

.uvss-1-title {
  font-size: 48px;
  font-weight: 400;
  text-align: center;
  padding-top: 91px;
}

.uvss-1-title-color {
  color: #d8e800;
}

.uvss-1-title-2 {
  font-size: 48px;
  position: absolute;
  bottom: 288px;
  max-width: 800px;
  text-align: center;
  font-weight: 500;
}

/* Анимация появления при прокрутке */
.fade-in-scroll,
.fade-in-scroll-2,
.fade-in-scroll-3 {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}

.fade-in-scroll.visible,
.fade-in-scroll-2.visible,
.fade-in-scroll-3.visible {
  opacity: 1;
  transform: translateY(0);
}

/*видео с платформой UVSS*/

.uvss-container {
  position: relative;
  height: 130vh;
  /*height: calc(100vh + 300vh);*/
}

.image-uvss-2 {
  height: 100vh;
  background: linear-gradient(-180deg, #222c37 0%, #000000 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: sticky;
  top: 0;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.uvss-zoom-wrapper {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.image-uvss-2 img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  transform: scale(2.3);
  transform-origin: center center;
  will-change: transform;
  margin: 0;
  padding: 0;
}

/*Камера машинного зрения 200 FPS*/

.uvss-tools {
  background: linear-gradient(0deg, #293441 0%, #131314 100%);
  position: relative;
  z-index: 2;
  margin-top: 0;
  padding-top: 0;
}

.machine-vision-camera-header {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.machine-vision-camera-text {
  color: #000000;
  background-color: #d8e800;
  text-align: left;
  font-weight: 100;
  font-size: 20px;
  align-self: flex-start;
  padding: 40px;
  width: 100%;
}

.machine-vision-camera-title {
  text-align: left;
  font-size: 40px;
  position: relative;
}

.machine-vision-camera-title-color {
  color: #d8e800;
}

.machine-vision-camera-scale {
  padding-top: 20px;
  padding-bottom: 267px;
  max-width: 90%;
}

/* === ZOOM КОНТЕЙНЕР === */
.zoom-main-container {
  position: relative;
  width: 100%;
  height: 355px;
  margin: 0 auto 40px;
  background: rgba(0, 0, 0, 50%);
  overflow: hidden;
  cursor: default;
  user-select: none;
}

/* Граница с градиентом от ярких углов к темным */
.zoom-main-container::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 10;

  --border-thickness: 2px;
  --bright-color: #d8e800; /* яркий желтый */
  --dark-color: rgba(216, 232, 0, 0); /* темный желтый */

  background: 
    /* Верхняя граница - от яркого слева к темному в середине и темному справа */ linear-gradient(
        to right,
        var(--bright-color) 0%,
        var(--dark-color) 70%,
        var(--dark-color) 100%
      )
      0% 0% / 100% var(--border-thickness) no-repeat,
    /* Правая граница - от темного сверху к яркому снизу */
      linear-gradient(to bottom, var(--dark-color) 0%, var(--bright-color) 100%) 100% 0% /
      var(--border-thickness) 100% no-repeat,
    /* Нижняя граница - от темного слева к темному в середине и яркому справа */
      linear-gradient(
        to right,
        var(--dark-color) 0%,
        var(--dark-color) 70%,
        var(--bright-color) 100%
      )
      0% 100% / 100% var(--border-thickness) no-repeat,
    /* Левая граница - от яркого сверху к темному снизу */
      linear-gradient(to bottom, var(--bright-color) 0%, var(--dark-color) 100%) 0% 0% /
      var(--border-thickness) 100% no-repeat;
}

.zoom-viewport {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.zoom-image-container {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.1s ease-out;
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.zoom-main-image {
  max-width: 90%;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
  display: block;
}

/* === МИНИАТЮРА === */

.mini-preview {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 230px;
  height: 103px;
  background: rgba(0, 0, 0, 0.95);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 0;
  overflow: hidden;
  z-index: 10;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.mini-preview-image {
  width: 200px;
  height: 80px;
  object-fit: contain;
}

.preview-viewport {
  position: absolute;
  border: 2px solid #d8e800;
  background: rgba(216, 232, 0, 0.15);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.8), inset 0 0 20px rgba(216, 232, 0, 0.2),
    0 0 20px rgba(216, 232, 0, 0.5);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
  will-change: left, top, width, height;
  transform: translateZ(0);
}

.preview-viewport.active {
  opacity: 1;
}

/* === КОНТРОЛЫ ЗУМА === */

.zoom-controls-feature1 {
  position: relative;
  background: transparent;
  padding: 20px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  max-width: 1020px;
  margin: 0;
}

.zoom-btn-feature1 {
  width: auto;
  height: auto;
  background: transparent;
  color: #d8e800;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
  transition: transform 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.zoom-btn-feature1-2 {
  color: #879fbb;
}

.zoom-btn-feature1:hover:not(:disabled) {
  transform: scale(1.2);
}

.zoom-btn-feature1:active:not(:disabled) {
  transform: scale(1);
}

.zoom-btn-feature1:disabled {
  background: transparent;
  border: none;
  color: rgba(216, 232, 0, 0.3);
  cursor: not-allowed;
}

.zoom-btn-feature1-2:disabled {
  color: rgba(255, 255, 255, 0.34);
}

/* === СЛАЙДЕР === */

.zoom-slider-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  max-width: calc(100% - 120px);
  position: relative;
  height: 12px;
}

/* Левый трек */
.slider-track-left {
  position: absolute;
  left: 0;
  height: 12px;
  border-radius: 0;
  background: #d8e800;
  pointer-events: none;
  z-index: 1;
  width: var(--left-width, 0%);
  -webkit-mask-image: var(--left-mask, linear-gradient(to right, black, black));
  mask-image: var(--left-mask, linear-gradient(to right, black, black));
}

/* Правый трек */
.slider-track-right {
  position: absolute;
  right: 0;
  height: 12px;
  border-radius: 0;
  background: #4a555e;
  pointer-events: none;
  z-index: 1;
  width: var(--right-width, 100%);
  -webkit-mask-image: var(--right-mask, linear-gradient(to right, black, black));
  mask-image: var(--right-mask, linear-gradient(to right, black, black));
}

.zoom-slider-feature1 {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 12px;
  background: transparent;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.zoom-slider-feature1::-webkit-slider-runnable-track {
  width: 100%;
  height: 12px;
  background: transparent;
  position: relative;
  border-radius: 6px;
}

.zoom-slider-feature1::-moz-range-track {
  width: 100%;
  height: 12px;
  background: transparent;
  border-radius: 6px;
}

.zoom-slider-feature1::-moz-range-progress {
  height: 12px;
  background: transparent;
}

.zoom-slider-feature1::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 4px;
  height: 30px;
  background: #d8e800;
  cursor: grab;
  box-shadow: 0 0 15px rgba(216, 232, 0, 1), 0 0 30px rgba(216, 232, 0, 0.8),
    0 0 45px rgba(216, 232, 0, 0.6);
  transition: transform 0.2s;
  margin-top: -9px;
  position: relative;
  z-index: 100;
}

.zoom-slider-feature1::-moz-range-thumb {
  width: 4px;
  height: 30px;
  background: #d8e800;
  border: none;
  cursor: grab;
  box-shadow: 0 0 10px rgba(216, 232, 0, 0.8), 0 0 20px rgba(216, 232, 0, 0.5),
    0 0 30px rgba(216, 232, 0, 0.3);
  transition: transform 0.2s;
  position: relative;
  z-index: 100;
}

.zoom-slider-feature1:active::-webkit-slider-thumb {
  cursor: grabbing;
  transform: scale(1.1);
}

.zoom-slider-feature1:active::-moz-range-thumb {
  cursor: grabbing;
  transform: scale(1.1);
}

.zoom-slider-feature1::-webkit-slider-thumb:hover {
  transform: scale(1.15);
}

.zoom-slider-feature1::-moz-range-thumb:hover {
  transform: scale(1.15);
}
.preview-viewport {
  box-sizing: border-box;
}

/*Непревзойденное качество днем и ночью*/

.unsurpassed-quality {
  min-height: 797px;
  transition: background-color 1s ease-in-out; /* Плавная смена фона */
}

.unsurpassed-quality>.wrapper-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
	gap: 64px;
}

.unsurpassed-quality-1-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
}

.unsurpassed-quality-1-column-button {
  display: flex;
  align-items: center;
  padding: 6px;
  background: rgba(29, 34, 40, 37%);
  width: 92px;
  height: 40px;
  border-radius: 29px;
  transition: background-color 0.5s ease;
  margin-top: 50px;
  cursor: pointer;
  position: relative;
  box-shadow: 0px 2px 15.1px 0px rgba(0, 0, 0, 0.4),
    /* Drop shadow (внешняя) - исправлено */ inset 0px 0px 21.5px 1px rgba(61, 72, 85, 0.44);
}

.unsurpassed-quality-1-column-button::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 29px;
  padding: 1px;
  background: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(22, 26, 31, 0) 48%,
    rgba(255, 255, 255, 1) 98%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.unsurpassed-quality-1-column-button.active {
  background: #1d2228;
  box-shadow: 0px 2px 15.1px 0px rgba(0, 0, 0, 0.4),
    /* Drop shadow (внешняя) - исправлено */ inset 0px 0px 21.5px 1px rgba(255, 255, 255, 0.37);
}

.unsurpassed-quality-1-column-button-switch {
  width: 32px;
  height: 32px;
  background-image: url("/local/templates/uvss/assets/images/tools/light.png");
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(216, 232, 0, 0.9), 0 0 30px rgba(216, 232, 0, 0.8),
    0 0 40px rgba(216, 232, 0, 0.7);
  cursor: pointer;
  transition: all 0.5s ease; /* Анимация для всех свойств */
  position: absolute; /* Добавлено */
  left: 6px; /* Начальная позиция */
}

.unsurpassed-quality-1-column-button.active .unsurpassed-quality-1-column-button-switch {
  background-color: #ffffff;
  background-image: url("/local/templates/uvss/assets/images/tools/moon.png");
  left: 49px; /* Конечная позиция (92px - 6px - 37px = 49px) */
}

.unsurpassed-quality-2-column {
  min-height: 797px;
  max-width: calc(100% - 814px);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.unsurpassed-quality-1-column-img-wrapper {
  position: relative;
  width: 750px;
  max-width: 100%;
  height: 300px;
}

.unsurpassed-quality-1-column-img-1,
.unsurpassed-quality-1-column-img-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  max-width: 750px;
  max-height: 300px;

  opacity: 0;
  transition: opacity 1s ease-in-out;
  will-change: opacity;
}

/* День */
.unsurpassed-quality:not(.dark) .unsurpassed-quality-1-column-img-1 {
  opacity: 1;
  z-index: 2;
}

.unsurpassed-quality:not(.dark) .unsurpassed-quality-1-column-img-2 {
  opacity: 0;
  z-index: 1;
}

/* Ночь */
.unsurpassed-quality.dark .unsurpassed-quality-1-column-img-1 {
  opacity: 0;
  z-index: 1;
}

.unsurpassed-quality.dark .unsurpassed-quality-1-column-img-2 {
  opacity: 1;
  z-index: 2;
}

.unsurpassed-quality-title {
  font-size: 40px;
  font-weight: 400;
  padding-bottom: 64px;
}

.unsurpassed-quality-desc {
  font-size: 20px;
}

/*Нейросетевой алгоритм поиска*/

:root {
  --scan-duration: 3s; /* Переменная для регулирования скорости */
  --detection-x: 61.5%; /* Координата X круга (в процентах от ширины) */
  --detection-y: 28%; /* Координата Y круга (в процентах от высоты) */
  --circle-fade-duration: 0.8s; /* Длительность появления круга */
}

.search-algorithm {
  background: linear-gradient(-180deg, #293441 0%, #000000 100%);
}
.search-flex-block.wrapper-block {
  display: flex;
  align-items: center;
  gap: 120px;
}
.search-flex-top.search-flex-block.wrapper-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Для верхней секции (search-algorithm) */
.background-search-algorithm {
  position: relative;
  overflow: hidden;
  background: #000000;
}

.background-search-algorithm::after {
  content: "";
  position: absolute;
  width: 1500px;
  height: 1500px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(216, 232, 0, 0.5) 0%,
    rgba(216, 232, 0, 0.3) 20%,
    rgba(216, 232, 0, 0.15) 40%,
    rgba(216, 232, 0, 0) 60%,
    rgba(216, 232, 0, 0) 75%,
    rgba(216, 232, 0, 0) 100%,
    transparent 100%
  );
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  transform: translate(-50%, -50%);
  z-index: 1;
  left: var(--mouse-x, 50%);
  top: var(--mouse-y, 50%);
}

.background-search-algorithm.glow-active::after {
  opacity: 1;
}
.background-search-algorithm-2 {
  background: linear-gradient(0deg, rgba(16, 165, 224, 22%) 0%, rgba(0, 0, 37, 0%) 100%), #000000;
    width: 100%;
    z-index: 5;
    position: relative;
    margin-bottom: 170px;
    text-align: left;
}

.image-container {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 48px 0;
  vertical-align: middle;
  width: calc(100% - 440px);
}

.background-search-algorithm-2 img {
  position: relative;
  z-index: 2;
    display: block;
    width: 100%;
    height: auto;
}

.scan-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  background: linear-gradient(270deg, rgba(216, 232, 0, 49%) 0%, rgba(0, 0, 37, 0%) 63%);
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-100%);
}

.scan-line.scanning {
  animation: scan var(--scan-duration) ease-in-out;
}

@keyframes scan {
  0% {
    transform: translateX(-100%);
    opacity: 1;
  }
  100% {
    transform: translateX(calc(100% / 0.3));
    opacity: 1;
  }
}

/* Круг обнаружения (теперь с красной рамкой) */
.detection-circle {
  position: absolute;
  transform: translate(-50%, -50%);
  border-radius: 0;
  background: transparent;
  border: 2px solid red;
  z-index: 11;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--circle-fade-duration) ease-in-out;
  transform-origin: center;
}

.detection-circle.detected {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%,
  100% {
    box-shadow: 0 0 20px rgba(255, 0, 0, 0.5);
    border-color: red;
  }
  50% {
    box-shadow: 0 0 40px rgba(255, 0, 0, 0.8);
    border-color: rgba(255, 0, 0, 0.8);
  }
}

.search-algorithm-header {
	display: flex;
    flex-direction: column;
    align-self: flex-start;
    gap: 32px;
    padding: 160px 0;
    width: 100%;
}

.search-algorithm-text {
  text-align: left;
  color: #d8e800;
  font-size: 20px;
  font-weight: 400;
  z-index: 5;
  width: 100%;
  flex-shrink: 0; /* Запретить сжатие */
}

.search-algorithm-title {
  text-align: left;
  font-size: 40px;
  font-weight: 400;
  z-index: 5;
  width: 100%;
  flex-shrink: 0; /* Запретить сжатие */
}

.button-search-algorithm-wrapper {
  position: relative;
  display: inline-block;
}

/* Бирюзовый градиент под кнопкой */
.button-search-algorithm-wrapper::before {
  content: "";
  position: absolute;
  top: 175%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 193px;
  width: 526px;
  background: radial-gradient(
    ellipse 41% 40% at 50% 25%,
    rgba(89, 243, 217, 1) 0%,
    transparent 100%
  );
  z-index: 1;
  pointer-events: none;
  filter: blur(25px);
}

.button-search-algorithm {
  position: relative;
  z-index: 2;
  cursor: pointer;
  width: 319px;
  height: 52px;
  font-size: 20px;
  color: white;
  background: rgba(29, 34, 40, 41%);
  border-radius: 3px;
  box-shadow: inset 0px 3px 12px rgba(198, 229, 254, 0.9),
    inset 3px -10px 12px rgba(198, 229, 254, 0.1), 0 7px 40px rgba(0, 0, 0);
  font-family: PT-Root;
  font-weight: 100;
  transition: box-shadow 0.2s ease;
}

/* При клике */
.button-search-algorithm:active {
  box-shadow: inset 0px 3px 12px rgba(0, 0, 0, 1), inset 3px -10px 12px rgba(198, 229, 254, 0.33);
}

.button-search-algorithm::before {
  content: "";
  position: absolute;
  inset: 0px;
  border-radius: 3px;
  background: linear-gradient(var(--angle), #1d222800 70%, rgba(255, 255, 255, 1) 100%);
  z-index: -1;
  animation: rotate-border 5s linear infinite;
  padding: 2px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.button-search-algorithm span {
  position: relative;
  z-index: 1;
}

@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

@keyframes rotate-border {
  from {
    --angle: 0deg;
  }
  to {
    --angle: 360deg;
  }
}

/*Исследование зон*/

.exploring-areas {
  background-color: rgba(18, 21, 24, 1);
  background: linear-gradient(0deg, rgba(18, 21, 24, 1) 0%, rgba(35, 42, 50, 1) 100%);


  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.exploring-areas-content {
    display: flex;
    align-items: center;
    min-height: 100vh;
}

/* Радиальный градиент, следующий за курсором */
.exploring-areas::before {
  content: "";
  position: absolute;
  width: 1500px;
  height: 1500px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(216, 232, 0, 0.5) 0%,
    rgba(216, 232, 0, 0.3) 20%,
    rgba(216, 232, 0, 0.15) 40%,
    rgba(216, 232, 0, 0) 60%,
    rgba(216, 232, 0, 0) 75%,
    rgba(216, 232, 0, 0) 100%,
    transparent 100%
  );
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  transform: translate(-50%, -50%);
  z-index: 1;
  left: var(--mouse-x, 50%);
  top: var(--mouse-y, 50%);
}

.exploring-areas:hover::before {
  opacity: 1;
}

.exploring-areas-content>.wrapper-block {
    display: flex;
    gap: 48px;
}

.exploring-areas-header {
    width: calc(100% - 828px);
}

.exploring-areas-text {
    text-align: left;
    color: black;
    background-color: #d8e800;
    padding: 44px;
    font-size: 20px;
    font-weight: 100;
    z-index: 5;
    position: relative;
    margin-bottom: 80px;
}

.exploring-areas-title {
    text-align: left;
    font-size: 40px;
    font-weight: 400;
    z-index: 5;
    position: relative;
}

/* Контейнер для лупы */
.magnifier-container {
	position: relative;
    cursor: none;
    z-index: 5;
    width: 780px;
}

.magnifier-container::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 10;

  --border-thickness: 2px;
  --bright-color: #d8e800; /* яркий желтый */
  --dark-color: rgba(216, 232, 0, 0); /* темный желтый */

  background: 
    /* Верхняя граница - от яркого слева к темному в середине и темному справа */ linear-gradient(
        to right,
        var(--bright-color) 0%,
        var(--dark-color) 70%,
        var(--dark-color) 100%
      )
      0% 0% / 100% var(--border-thickness) no-repeat,
    /* Правая граница - от темного сверху к яркому снизу */
      linear-gradient(to bottom, var(--dark-color) 0%, var(--bright-color) 100%) 100% 0% /
      var(--border-thickness) 100% no-repeat,
    /* Нижняя граница - от темного слева к темному в середине и яркому справа */
      linear-gradient(
        to right,
        var(--dark-color) 0%,
        var(--dark-color) 70%,
        var(--bright-color) 100%
      )
      0% 100% / 100% var(--border-thickness) no-repeat,
    /* Левая граница - от яркого сверху к темному снизу */
      linear-gradient(to bottom, var(--bright-color) 0%, var(--dark-color) 100%) 0% 0% /
      var(--border-thickness) 100% no-repeat;
}

.exploring-areas-image {
    display: block;
    width: 100%;
    height: auto;
    padding: 54px 30px;
}

/* Круглая лупа */
.magnifier-lens {
  position: absolute;
  width: 275px;
  height: 275px;
  border: 25px solid rgba(135, 159, 187, 0.65);
  border-radius: 50%;
  cursor: none;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s;
  z-index: 10;
  overflow: hidden;
  box-sizing: border-box;
  box-shadow: 0 12px 60px rgba(0, 0, 0, 0.5), 0 8px 40px rgba(0, 0, 0, 0.4),
    0 4px 20px rgba(0, 0, 0, 0.3);
}

.magnifier-lens-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-repeat: no-repeat;
}

.magnifier-lens-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background-color: #121518;
  z-index: -1;
}

.magnifier-container:hover .magnifier-lens {
  opacity: 1;
}

/*Магнитное поле*/

:root {
  --magnetic-scan-duration: 3s;
}

.magnetic-field {
  background-color: #121518;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
}

/* Для нижней секции (magnetic-field) */
.magnetic-field::after {
  content: "";
  position: absolute;
  width: 1500px;
  height: 1500px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(216, 232, 0, 0.5) 0%,
    rgba(216, 232, 0, 0.3) 20%,
    rgba(216, 232, 0, 0.15) 40%,
    rgba(216, 232, 0, 0) 60%,
    rgba(216, 232, 0, 0) 75%,
    rgba(216, 232, 0, 0) 100%,
    transparent 100%
  );
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  transform: translate(-50%, -50%);
  z-index: 1;
  left: var(--mouse-x, 50%);
  top: var(--mouse-y, 50%);
}

.magnetic-field.glow-active::after {
  opacity: 1;
}

.magnetic-field-background-1 {
  background: linear-gradient(0deg, rgba(16, 165, 224, 22%) 0%, rgba(0, 0, 37, 0%) 100%);
  width: 100%;
  position: relative;
  z-index: 1;
}

.magnetic-field-header {
    min-height: 50vh;
    display: flex;
    flex-direction: column;
    gap: 32px;
    justify-content: center;
}

.magnetic-field-text {
    color: #d8e800;
    font-size: 20px;
    font-weight: 400;
}

.magnetic-field-title {
  font-size: 40px;
    font-weight: 400;
}

.magnetic-field-background-image {
    background: #000000;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 170px;
}

.magnetic-field-background-image>.wrapper-block {
    display: flex;
    align-items: center;
    gap: 80px;
}

.magnetic-field-images-container {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 70px 0;
    width: calc(100% - 400px);
}

.magnetic-field-image {
  display: block;
  vertical-align: top;
  width: 100%;
}

.magnetic-field-image-1 {
  position: relative;
  z-index: 1;
}

.magnetic-field-image-2 {
  position: absolute;
  top: 65px;
  left: 0;
  z-index: 2;
  clip-path: inset(0 100% 0 0);
}

.magnetic-field-button-wrapper {
  position: relative;
  display: inline-block;
}

/* Бирюзовый градиент под кнопкой */
.magnetic-field-button-wrapper::before {
  content: "";
  position: absolute;
  top: 183%;
  left: 54%;
  transform: translate(-50%, -50%);
  height: 193px;
  width: 526px;
  background: radial-gradient(
    ellipse 41% 40% at 50% 25%,
    rgba(89, 243, 217, 1) 0%,
    transparent 100%
  );
  z-index: 1;
  pointer-events: none;
  filter: blur(25px);
}

.magnetic-field-button {
  position: relative;
  z-index: 2;
  cursor: pointer;
  width: 319px;
  height: 52px;
  font-size: 20px;
  color: white;
  background: rgba(29, 34, 40, 41%);
  border-radius: 3px;
  box-shadow: inset 0px 3px 12px rgba(198, 229, 254, 0.9),
    inset 3px -10px 12px rgba(198, 229, 254, 0.1), 0 7px 40px rgba(0, 0, 0);
  font-family: PT-Root;
  font-weight: 100;
  transition: box-shadow 0.2s ease;
}

/* При клике */
.magnetic-field-button:active {
  box-shadow: inset 0px 3px 12px rgba(0, 0, 0, 1), inset 3px -10px 12px rgba(198, 229, 254, 0.33);
}

.magnetic-field-button::before {
  content: "";
  position: absolute;
  inset: 0px;
  border-radius: 3px;
  background: linear-gradient(var(--angle), #1d222800 70%, rgba(255, 255, 255, 1) 100%);
  z-index: -1;
  animation: rotate-border 5s linear infinite;
  padding: 2px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.magnetic-field-button span {
  position: relative;
  z-index: 1;
}

@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

@keyframes rotate-border {
  from {
    --angle: 0deg;
  }
  to {
    --angle: 360deg;
  }
}

.magnetic-scan-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  background: linear-gradient(270deg, rgba(216, 232, 0, 49%) 0%, rgba(0, 0, 37, 0%) 63%);
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-100%);
}

.magnetic-field-image-2.revealing {
  animation: revealImage calc(var(--magnetic-scan-duration) * 0.855) linear forwards;
}

.magnetic-scan-line.scanning {
  animation: magneticScan var(--magnetic-scan-duration) linear forwards;
}

@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

@keyframes rotate-border {
  from {
    --angle: 0deg;
  }
  to {
    --angle: 360deg;
  }
}

@keyframes revealImage {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}

@keyframes magneticScan {
  0% {
    transform: translateX(-100%);
    opacity: 1;
  }
  95% {
    transform: translateX(270%);
    opacity: 1;
  }
  100% {
    transform: translateX(270%);
    opacity: 0;
  }
}

/*Эталонное изображение*/

.reference-image {
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  padding: 180px 0;
  /* Переменные для регулирования анимации */
  --animation-duration: 3000;
  --circle-appear-delay: 200;
  --opacity-restore-start: 50%;
}

.reference-image>.wrapper-block {
    display: flex;
    align-items: center;
    gap: 50px;
}

.reference-image-title {
    color: black;
    font-size: 40px;
    font-weight: 400;
    background: #d8e800;
    padding: 80px;
    width: calc(100% - 720px);
    display: flex;
    align-items: center;
    height: 600px;
}

.reference-image-images-wrapper {
  position: relative;
}

.reference-image-images {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 70px;
  position: relative;
}

.reference-image-images-block {
  text-align: center;
  color: white;
  font-size: 24px;
  position: relative;
}

.reference-image-images-block:first-child {
  transform: translateY(0);
}

.reference-image-images-block:last-child {
  transform: translateY(0);
}

/* Анимация с keyframes для плавного изменения прозрачности */
.reference-image-images.comparing .reference-image-images-block:first-child {
  animation: moveAndFadeRight calc(var(--animation-duration) * 1ms) cubic-bezier(0.4, 0, 0.2, 1)
    forwards;
}

.reference-image-images.comparing .reference-image-images-block:last-child {
  animation: moveAndFadeLeft calc(var(--animation-duration) * 1ms) cubic-bezier(0.4, 0, 0.2, 1)
    forwards;
}

@keyframes moveAndFadeRight {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    transform: translateY(calc(50% - 9px));
    opacity: 1;
  }
}

@keyframes moveAndFadeLeft {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    transform: translateY(calc(-50% + 9px));
    opacity: 1;
  }
}

/* Скрываем ОБЕ границы во время анимации */
.reference-image-images.comparing .reference-image-images-1,
.reference-image-images.comparing .reference-image-images-2 {
  border-color: transparent;
}

/* ДОБАВЛЕНО: Белая граница навсегда скрыта после анимации */
.reference-image-images.animation-complete .reference-image-images-1 {
  border-color: transparent;
}

/* Желтая граница появляется после анимации */
.reference-image-images.animation-complete .reference-image-images-2 {
  border-color: #d8e800;
  transition: border-color 0.7s ease;
}

.reference-image-images-2 {
  display: block;
  height: auto;
  max-width: 100%;
  padding: 34px 58px;
  box-sizing: border-box;
  border: 1px solid #d8e800;
}

.reference-image-label-block {
  text-align: left;
  color: white;
  font-size: 24px;
  line-height: 1.4;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.reference-image-label-block:first-child {
  color: white;
  padding-bottom: 20px;
}

.reference-image-label-block-2 {
  color: #d8e800;
  padding-top: 20px;
  z-index: 2;
}

/* Скрываем подписи при сравнении */
.reference-image-images.comparing .reference-image-label-block {
  opacity: 0;
}

/* ДОБАВЛЕНО: Оставляем подписи скрытыми после анимации */
.reference-image-images.animation-complete .reference-image-label-block {
  opacity: 0;
}

.reference-image-images-1 {
  display: block;
  height: auto;
  max-width: 100%;
  padding: 34px 58px;
  box-sizing: border-box;
  border: 1px dotted white;
}

.reference-image-images-2 {
  display: block;
  height: auto;
  max-width: 100%;
  padding: 34px 58px;
  box-sizing: border-box;
  border: 1px dotted #d8e800;
}

/* Круг различия (теперь с изображением) */
.difference-circle {
  position: absolute;
  opacity: 0;
  transform: scale(0);
  transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
  pointer-events: none;
  z-index: 10;
  transform-origin: center;
}

.difference-circle img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.difference-circle.show {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.reference-image-images-block:last-child {
  z-index: 2;
}

.reference-image-images-block:first-child {
  z-index: 1;
}

/* Кнопка повтора */
.replay-button {
  position: absolute;
  bottom: 304px;
  right: 22px;
  background: none;
  border: none;
  cursor: pointer;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.3s ease;
  pointer-events: none;
  z-index: 20;
  padding: 0;
}

.replay-button.show {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.replay-button:hover {
  transform: scale(1.1);
}

.replay-button:active {
  transform: scale(0.95);
}

.replay-button img {
  display: block;
  width: 48px;
  height: 48px;
}

/* ДОБАВЛЕНО: Фиксируем финальную позицию после анимации */
.reference-image-images.animation-complete .reference-image-images-block:first-child {
  transform: translateY(calc(50% - 9px));
}

.reference-image-images.animation-complete .reference-image-images-block:last-child {
  transform: translateY(calc(-50% + 9px));
}

/*Омывающий модуль*/

.washing-module {
    background: #1d2228;
    display: flex;
    align-items: center;
    height: 100vh;
}

.washing-module>.wrapper-block {
    display: flex;
    align-items: center;
    gap: 80px;
}

.washing-module-header {
    display: flex;
    flex-direction: column;
    gap: 64px;
    width: 320px;
}

.washing-module-title {
    font-size: 40px;
    font-weight: 400;
}

.washing-module-desc {
    background: #d8e800;
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    box-sizing: border-box;
    padding: 48px;
}

.washing-module-video-container {
  position: relative;
  width: calc(100% - 400px);
}

.washing-module-video {
  width: 100%;
  display: block;
  cursor: pointer;
}

.washing-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: opacity 0.3s ease;
}

.washing-play-button img {
  width: 80px;
  height: 80px;
  display: block;
}

.washing-play-button:hover {
  opacity: 0.8;
}

.washing-play-button.hidden {
  opacity: 0;
  pointer-events: none;
}

/*Интеграционные возможности*/

.integration-opportunities {
  position: relative;
  background: radial-gradient(ellipse 2487px 935px at 0% 0%, #0c1a27 0%, rgba(29, 34, 40, 0) 100%),
    linear-gradient(0deg, #29333d 0%, #98a0b3 100%),
    linear-gradient(180deg, #29333d 0%, #0b0e11 100%);
  background-color: #0b0e11;
  background-size: 2487px 935px, 100% 50%, 100% 50%;
  background-position: top left, top, bottom;
  background-repeat: no-repeat;
  height: 1560px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: visible;
}

/* Изображение платформы */
.integration-opportunities::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: calc(100% + 400px);
  background-repeat: no-repeat;
  background-position: top 100px right;
  background-size: 80% auto;
  pointer-events: none;
  z-index: 1;
  will-change: transform;
}

/* Желтый градиент в первой секции - над платформой */
.integration-opportunities::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 800px); /* Длинный, чтобы заходил на нижнюю секцию */
  background: radial-gradient(
    ellipse 40% 40% at 100% 40%,
    rgba(216, 232, 0, 0.21) 0%,
    rgba(216, 232, 0, 0.16) 20%,
    rgba(216, 232, 0, 0.12) 35%,
    rgba(216, 232, 0, 0.08) 50%,
    rgba(216, 232, 0, 0.04) 70%,
    rgba(216, 232, 0, 0.02) 85%,
    rgba(61, 72, 133, 0) 100%
  );
  pointer-events: none;
  z-index: 2; /* Над платформой (z-index: 1) */
  will-change: transform;
}

.integration-opportunities>.wrapper-block {
    height: 100%;
    padding: 120px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Убираем градиент из второй секции */
.production-cycle::before {
  display: none; /* ИЛИ просто удалите этот блок */
}

.integration-opportunities-title {
    font-size: 40px;
    font-weight: 400;
    position: relative;
    z-index: 3;
}

.opportunities {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  position: relative;
  z-index: 3;
}

.opportunity {
    background: rgba(100, 111, 124, 0.37);
    backdrop-filter: blur(33px);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    padding: 24px 32px;
    gap: 24px;
}

.opportunity:nth-child(-n+3) {
    width: calc(33.33333% - 28px);
}

.opportunity:nth-child(n+4) {
    width: calc(25% - 31px);
}

.opportunity-image {
  width: 150px;
  height: 150px;
}

.opportunity-lottie svg {
  width: 100%;
  height: 100%;
  display: block;
}

.opportunity-text {
  font-size: 20px;
  text-align: center;
}

/*Полный цикл производства*/

.production-video-mobile {
    display: none;
}

.production-video {
    width: 100%;
    height: auto;
}

.production-module {
    line-height: 0;
}

.production-cycle {
  position: relative;
  background: #1d2328;
  background-size: 100% 100%, 100% 50%, 100% 50%;
  background-position: center, top, bottom;
  background-repeat: no-repeat;
  font-size: 0;
  overflow: hidden;
  z-index: 0;
  max-width: 100vw;
  padding: 120px 0;
}

.production-cycle-header {
  display: flex;
  gap: 32px;
  align-items: center;
  position: relative;
  z-index: 2;
  margin-bottom: 64px;
}

.production-cycle-text {
    text-align: left;
    color: black;
    background: #d8e800;
    padding: 24px 32px;
    font-size: 24px;
    font-weight: 100;
    z-index: 5;
    margin: 0;
}

.production-cycle-title {
    font-weight: 400;
    font-size: 40px;
    z-index: 5;
    margin: 0;
    width: 220px;
}

.production-cycle-videos {
  display: flex;
  position: relative;
  height: 580px;
  font-size: 0;
  margin: 0 auto;
  z-index: 10; /* Выше градиента */
}

.production-cycle-video-wrapper {
    max-height: 430px;
    font-size: 0;
    transition: z-index .2s ease;
    position: absolute;
    bottom: 0;
    box-shadow: 0px 0px 74.4px 0px rgba(0, 0, 0, 1);
    transition: .3s ease;
}

.production-cycle-video-wrapper[data-index="0"] {
  left: 0;
  z-index: 30;
}

.production-cycle-video-wrapper[data-index="1"] {
  left: calc(50% - 430px);
  z-index: 20;
}

.production-cycle-video-wrapper[data-index="2"] {
  right: 0;
  z-index: 10;
}

.production-cycle-video-item {
  position: relative;
  width: 860px;
  max-height: 430px;
  transition: transform 0.3s ease;
  cursor: pointer;
  font-size: 0;
  overflow: hidden;
  filter: drop-shadow(0px 0px 74.4px rgba(0, 0, 0, 0.5));
}

/* Блокирующая зона внизу поднятого видео */
.production-cycle-video-blocker {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  pointer-events: none;
  z-index: -1;
}

.production-cycle-video-wrapper.hover .production-cycle-video-blocker,
.production-cycle-video-wrapper.active .production-cycle-video-blocker {
  pointer-events: auto;
  bottom: -150px;
  z-index: 51;
}

/* Класс для активного видео - поднимает и выводит на первый план */
.production-cycle-video-wrapper.hover, 
.production-cycle-video-wrapper.active {
  z-index: 50 !important;
  bottom: 150px;
}

.production-cycle-video {
  width: 100%;
  height: 100%;
  max-width: 980px;
  max-height: 480px;
  object-fit: cover;
  display: block;
  margin: 0;
  padding: 0;
}

.production-play-button {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 10;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  transition: opacity 0.3s ease;
  outline: none;
}

.production-play-button:focus {
  outline: none;
}

.production-play-button img {
  width: 68px;
  height: 68px;
  display: block;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
}

.production-play-button:hover {
  opacity: 0.8;
}

.production-play-button.hidden {
  opacity: 0;
  pointer-events: none;
}

.production-cycle-platform {
  font-size: 0;
  margin: 0;
  padding: 0;
  padding-top: 100px;
}

.production-cycle-platform-image {
  max-width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.slide-imgs {
    margin-top: 80px;
}

.slideimg {
    overflow: hidden;
}

.slideimg-wraper {
    display: flex;
    gap: 50px;
    transition: transform 0.5s ease;
}

.slideimg-item {
    width: 800px;
    min-width: 800px;
}

.slideimg-item>img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 800 / 330;
}

/*Избранные проекты*/

.favorites-projects {
  background: rgba(47, 57, 69, 1);
  overflow: hidden;
  padding: 120px 0;
}

.sertificates-projects {
  background: linear-gradient(0deg, #334152 0%, #323E4C 100%);
  overflow: hidden;
  padding: 120px 0;
}

.favorites-projects-title {
  font-size: 40px;
  font-weight: 400;
  color: white;
  margin-bottom: 80px;
}

.projects-wrapper, 
.serts-wrapper {
  overflow: hidden;
  width: 100%;
}

.projects {
  display: flex;
  gap: 50px;
  transition: transform 0.5s ease;
}

.serts {
  display: flex;
  gap: 140px;
  transition: transform 0.5s ease;
}

.projects, 
.favorites-projects-slider-arrows, 
.serts, 
.sertificates-projects-slider-arrows, 
.news-blocks, 
.news-slider-arrows, 
.slideimg-wraper, 
.slide-imgs-slider-arrows {
    padding-left: calc(50% - 600px);
}


/* Карточка проекта */
.project {
  position: relative;
  width: 920px;
  min-width: 920px;
  height: 560px;
  overflow: hidden;
  cursor: pointer;
  flex-shrink: 0;
}

.project-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  transition: transform 0.3s ease;
}

/* Фон под текстом с blur */
.project::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 141px;
  background: rgba(54, 73, 94, 0.4);
  backdrop-filter: blur(27px);
  -webkit-backdrop-filter: blur(27px);
  z-index: 1;
  transition: height 0.4s ease;
}

/* Заголовок */
.project-title {
  position: absolute;
  top: 440px;
  left: 60px;
  color: white;
  z-index: 3;
  margin: 0;
  font-size: 28px;
  font-weight: normal;
  transition: .2s ease;
}

.project:hover .project-title {
  opacity: 0;
}

/* Детали */
.project-details {
  position: absolute;
  top: 40px;
  left: 60px;
  right: 40px;
  bottom: 40px;
  color: white;
  z-index: 2;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  overflow-y: auto;
}

.project-details::-webkit-scrollbar {
  display: none;
}

.project-details {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.project-details h2 {
    font-size: 28px;
    font-weight: 700;
    color: rgba(216, 232, 0, 1);
    margin-bottom: 1.5em;
}

.project-details p {
    font-size: 20px;
    margin-bottom: 1.5em;
}
.project-details h3 {
    font-size: 22px;
    font-weight: 700px;
}


.project:hover::before {
  height: 100%;
}

.project:hover .project-details {
  opacity: 1;
  transform: translateY(0);
}

.project-subtitle {
  font-size: 22px;
  font-weight: bold;
  padding-top: 40px;
  padding-bottom: 27px;
  margin: 0;
}

.project-text-2 {
  font-size: 28px;
  font-weight: bold;
  color: #d8e800;
  margin: 0;
}

.project-text {
  font-size: 18px;
  margin: 0;
}

.project-details > .project-text:first-child {
  font-size: 18px;
  font-weight: 500;
}

.sert-item>a {
    display: block;
    height: auto;
    width: 300px;
}

.sert-image {
    height: auto;
    width: 100%;
}

.favorites-projects-slider-arrows, 
.sertificates-projects-slider-arrows, 
.news-slider-arrows, 
.slide-imgs-slider-arrows {
  padding-top: 60px;
  display: flex;
  gap: 12px;
}

.slider-arrow {
  cursor: pointer;
  transition: opacity 0.3s ease;
  opacity: 1; /* По умолчанию стрелки полностью видимы */
}

.slider-arrow.disabled {
  opacity: 0.5; /* Неактивные стрелки полупрозрачные */
  cursor: not-allowed;
}

.modal-serts .hystmodal__window {
    max-height: 95vh;
    height: auto;
    width: auto;
    overflow-y: hidden;
    background: transparent;
}

.modal-serts-body {
    height: 100%;
}

.modal-serts-body>img {
    height: 100%;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

/*Новости*/

.news {
  background: linear-gradient(180deg, rgba(113, 152, 196, 5%) 0%, rgba(54, 73, 94, 51%) 100%),
    #1d2228;
  overflow: hidden;
  padding: 120px 0;
}

.news-title {
  font-size: 60px;
  text-align: left;
  padding-top: 96px;
  padding-left: 171px;
  padding-bottom: 138px;
  color: white;
  margin: 0;
}

.news-blocks {
  display: flex;
  gap: 50px;
  transition: transform 0.5s ease;
}

.news-blocks > div {
  width: 1400px;
  flex-shrink: 0;
}

.news-block {
  display: flex;
  justify-content: space-between;
  background: #1C2227;
  height: 440px;
  position: relative;
  overflow: hidden;
}

.news-block-image {
  max-width: 860px;
  width: 860px;
  height: 440px;
  object-fit: cover;
}

.news-block-title {
  color: #d8e800;
  font-size: 24px;
  padding-bottom: 1rem;
  margin: 0;
  cursor: pointer;
}

.news-block-desc {
  font-size: 16px;
  color: white;
  margin: 0;
}

.news-data {
  color: #879FBB;
  font-size: 32px;
  padding-left: 32px;
  padding-bottom: 24px;
  margin: 0;
}

.slider-arrow {
  cursor: pointer;
  transition: opacity 0.3s ease;
  opacity: 1;
}

.slider-arrow.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.news-preview {
    width: calc(100% - 860px);
    padding: 40px;
    overflow: hidden;
    transition: opacity 0.4s ease;
    background: radial-gradient(98.04% 63.04% at 65.42% 67.05%, #516882 0%, #36495E 100%);
}

.news-preview>.news-prev-title {
    color: rgba(216, 232, 0, 1);
    font-size: 36px;
}

.news-subtitle {
    color: white;
    font-size: 22px;
    margin-top: 1rem;
}

.news-text {
    padding: 40px;
    overflow-y: auto;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    transform: translateX(100%);
    opacity: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
    background: radial-gradient(98.04% 63.04% at 65.42% 67.05%, #516882 0%, #36495E 100%);
}

.news-block:hover .news-preview {
    opacity: 0;
}

.news-block:hover .news-text {
    transform: translateX(0);
    opacity: 1;
}

.news-text::-webkit-scrollbar {
    width: 0;
}

.news-text {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

.news-block-desc li, 
.news-block-desc>ul, 
.news-block-desc>ol, 
.news-block-desc p {
	margin-bottom: 1rem;
}
.news-block-desc>ol>li:last-child, 
.news-block-desc>ul>li:last-child, 
.news-block-desc>ul:last-child, 
.news-block-desc>ol:last-child, 
.news-block-desc p:last-child {
	margin-bottom: 0;
}
.news-block-desc>ul, 
.news-block-desc>ol, 
.news-block-desc li>ol, 
.news-block-desc li>ul {
	margin-left: 14px;
}


/*Контакты*/

.contacts {
  background: rgba(28, 34, 39, 1);
  padding: 120px 0;
}

.contacts-title {
  font-size: 40px;
  font-weight: 400;
  padding-bottom: 120px;
  color: white;
  margin: 0;
}

.contacts-column {
  display: flex;
  gap: 110px;
}

.contacts-column-1 {
  font-size: 20px;
}

.contacts-column-1-header {
  color: white;
}

.contacts-column-1-desc-1 {
  color: #aab3be;
  padding: 30px 0;
}

.contacts-column-1-desc-2 {
  color: #d8e800;
  padding-bottom: 86px;
}

.contacts-column-1-desc-3 {
  color: #aab3be;
}

.contacts-column-1-desc-4 {
  color: #d8e800;
  padding-bottom: 32px;
}

.contacts-column-1-desc-4-last {
  padding-bottom: 0;
}

.contacts-column-2 {
  display: flex;
  flex-direction: column;
  max-width: 660px;
  width: 100%;
}

.contacts-column-2-header {
  font-size: 32px;
  font-weight: 400;
  color: #D8E800;
  margin-bottom: 1em;
}

.contacts-column-2-email {
  width: 100%;
  height: 72px;
  background: rgba(56, 64, 74, 1);
  margin-bottom: 42px;
  color: white;
  font-size: 20px;
  padding: 24px 32px;
  border: none;
}

.contacts-column-2-email::placeholder {
  color: #aab3be;
  font-size: 20px;
}

/* Обёртка для чекбокса и текста */
.checkbox-wrapper {
  display: flex;
  align-items: flex-start;
  margin-bottom: 17px;
  gap: 19px;
}

.custom-checkbox {
  display: inline-block;
  position: relative;
  cursor: pointer;
  flex-shrink: 0; /* чекбокс не сжимается */
}

/* Скрываем стандартный чекбокс */
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Создаём кастомный чекбокс */
.checkmark {
  display: block;
  width: 14px;
  height: 14px;
  background-color: #d9d9d9;
  position: relative;
  transition: all 0.2s ease;
}

/* Когда чекбокс отмечен */
.custom-checkbox input:checked ~ .checkmark {
  background-color: #d8e800;
}

/* Галочка */
.custom-checkbox input:checked ~ .checkmark::after {
  content: "";
  position: absolute;
  display: block;
  left: 4px;
  top: 0px;
  width: 4px;
  height: 9px;
  border: solid black;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Текст рядом с чекбоксом */
.checkbox-text {
  color: #aab3be;
  font-size: 15px;
  line-height: 1.4;
  flex: 1;
  position: relative;
  top: -5px;
}

.checkbox-text a {
  color: #aab3be;
  text-decoration: underline;
}

.checkbox-text a:hover {
  color: #d8e800;
}

.contacts-column-2-button {
  background: #d8e800;
  max-width: 311px;
  width: 100%;
  height: 57px;
  font-size: 20px;
  font-weight: 400;
  align-self: flex-end;
  cursor: pointer;
  margin-top: 88px;
  border: none;
}

.contacts-btn-block {
    display: flex;
    justify-content: flex-end;
}

/*Правовая информация*/

.legal-information {
  background: #000000;
  display: flex;
  align-items: center;
}

.legal-information>.wrapper-block {
    display: flex;
    align-content: center;
    gap: 80px;
    padding: 48px 0;
}

.legal-information-logo {
  width: 213px;
  height: 67px;
}

.legal-information div {
  color: white;
  font-size: 15px;
}

.legal-information-desc {
  padding-top: 15px;
  color: #aab3be;
}

.legal-information-link {
  text-decoration: none;
  color: white;
}

/* Параллакс анимация */
.integration-opportunities::before {
  transform: translateY(var(--parallax-offset));
}

.integration-opportunities::after {
  transform: translateY(var(--parallax-offset));
}

.modal_body h2 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 32px;
}
.modal_body p,
.modal_body li {
    font-size: 14px;
}
.modal_body p, 
.modal_body ul {
    margin-bottom: 24px;
}
.modal_body p:last-child {
    margin-bottom: 0;
}
.modal_body ul {
    margin-left: 14px;
}
.modal_body a, 
.link-green a {
    text-decoration: none;
    color: #d8e800;
    transition: .2s ease;
}
.subscribe-form-message {
  margin-top: 16px;
}
.subscribe-form-message--success {
  color: #d8e800;
}
.subscribe-form-message--error {
  color: #f15959;
}
.cookie-apply {
    padding: 20px 30px;
    position: fixed;
    z-index: 51;
    bottom: 40px;
    background: linear-gradient(90deg, rgba(12, 26, 39, 1) 0%, rgba(43, 94, 141, 0) 100%);
    backdrop-filter: blur(24px);
    color: #ffffff;
    width: 600px;
    left: calc(50% - 300px);
    display: flex;
    gap: 40px;
}
.cookie-text {
    margin-bottom: 24px;
    font-size: 14px;
}
.cookie-text a {
    text-decoration: underline;
    color: #d8e800;
    transition: .2s ease;
}
.cookie-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.cookie-more, 
.cookie-accept {
    text-decoration: none;
    padding: 8px 16px;
    font-size: 14px;
    transition: .2s ease;
}
.cookie-more {
    color: #ffffff;
    background: rgba(176, 214, 243, 0.4);
}
.cookie-accept {
    background: #d8e800;
    color: rgba(12, 26, 39, 1);
}
.cookie-close {
    cursor: pointer;
    transition: .2s ease;
}
.float-btn {
    position: fixed;
    z-index: 50;
    bottom: 80px;
}
.float-btn-right {
    right: 60px;
}
.float-btn-left {
    left: 60px;
}
.float-link {
    display: block;
    background: #D8E800;
    color: rgba(12, 26, 39, 1);
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: .2s ease;
}
.modal_form-block {
    padding: 60px 65px;
}
#modalForm .hystmodal__window {
    width: 885px;
    height: auto;
}
.modal-title {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 40px;
}
#modalForm .hystmodal__close {
    right: 25px;
    width: 40px;
    height: 40px;
}
.modal-btns-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.modal-btns-group>.input-group {
    width: calc(50% - 5px);
}
.modal-btns-group>.input-group:nth-last-child(2) {
    width: 100%;
}
.modal-btns-group>.input-group:last-child {
    display: none;
}
.modal-btns-group>.input-group>* {
    width: 100%;
}
.modal-btns-group>.input-group input::placeholder, 
.modal-btns-group>.input-group textarea::placeholder{
  color: rgba(189, 196, 205, 1);
}
.modal-btns-group>.input-group input, 
.modal-btns-group>.input-group textarea, 
.modal-btns-group>.input-group select {
    background: rgba(49, 57, 66, 1);
    font-size: 14px;
    color: #ffffff;
    padding: 16px 20px;
}
.modal-btns-group>.input-group textarea {
    height: 90px;
    resize: none;
    font-family: 'PT-Root';
}
.modal-btns-group>.input-group input:focus, 
.modal-btns-group>.input-group input:focus-visible, 
.modal-btns-group>.input-group textarea:focus, 
.modal-btns-group>.input-group textarea:focus-visible, 
.modal-btns-group>.input-group select:focus, 
.modal-btns-group>.input-group select:focus-visible {
    border: none;
    box-shadow: none;
    outline: none;
}
.error-class:not(.check-group) {
    outline: #c20a0a solid 1px;
}
.check-group.error-class .label::before {
    border: 1px solid #c20a0a;
}
.modal-form-footer {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 32px;
}
.modal-form-left {
    width: calc(100% - 332px);
    color: rgba(189, 196, 205, 1);
    font-size: 14px;
}
.modal-form-all {
    margin-bottom: 8px;
}
.modal-form-left a {
    color: rgba(216, 232, 0, 1);
    transition: .2s ease;
}
.modal-form-right {
    width: 300px;
}
.modal-form-right .submit-btn {
    font-size: 16px;
    width: 100%;
    background: rgba(216, 232, 0, 1);
    color: rgba(12, 26, 39, 1);
    padding: 16px;
    transition: .2s ease;
}
.check-group input {
    opacity: 0;
    position: absolute;
}
.check-group label {
    position: relative;
    display: flex;
    gap: 8px;
}
.check-group .label {
    display: flex;
    gap: 8px;
}
.check-group .label::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: #fff;
}
.check-group input:checked + .label::before {
    background: rgba(216, 232, 0, 1);
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='11' viewBox='0 0 12 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.503949 4.54623C0.335952 4.73137 0.167954 4.91651 -4.30942e-05 5.10165C0.152105 5.35223 0.309852 5.59665 0.4732 5.8349C1.12659 6.78787 1.86958 7.64211 2.70217 8.39761C3.13835 8.79341 3.57728 9.1862 4.01893 9.57598L4.79127 10.2965L5.46485 9.4478C7.47198 6.77033 9.37521 4.01272 11.1745 1.17495C11.3257 0.93657 11.4761 0.697627 11.6258 0.458116C11.4278 0.305415 11.2299 0.152715 11.032 1.36495e-05C10.8383 0.205591 10.6454 0.411732 10.4531 0.618441C8.16507 3.07918 5.98089 5.62006 3.9006 8.2411L5.34652 8.11292C4.91579 7.7111 4.48233 7.31229 4.04615 6.91649C3.21356 6.16099 2.29137 5.50424 1.27959 4.94622C1.02664 4.80672 0.768095 4.67339 0.503949 4.54623Z' fill='black'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
}
div[id^="wait_comp_"] {
    display: none !important;
}
.video_mobile {
    display: none;
}
.wrapper-block {
    max-width: 1200px;
    margin: 0 auto;
}
.mb-80 {
    margin-bottom: 80px;
}
.header-fixed {
    position: relative;
}
.machine-vision-camera {
    display: flex;
    flex-wrap: wrap;
    gap: 64px;
}
.zoom-main-block {
    width: 800px;
}
.machine-vision-camera-header {
    width: calc(100% - 864px);
}
.uvss-tools>.wrapper-block {
    display: flex;
    align-items: center;
    min-height: 1080px;
}
img[data-src] {
  opacity: 0;
  transition: opacity 0.3s ease;
}
img[data-src].is-loaded {
  opacity: 1;
}
video.js-lazy-video {
  background: #000;
}


@media(hover:hover) {
    .modal_body a:hover, 
    .modal_body a:active, 
    .link-green a:hover,
    .link-green a:active {
        color: #cad902;
    }
    .cookie-text a:hover, 
    .cookie-text a:active, 
    .modal-form-left a:hover, 
    .modal-form-left a:active {
        text-decoration: none;
    }
    .cookie-more:hover, 
    .cookie-more:active {
        background: rgba(176, 214, 243, 0.3);
    }
    .cookie-accept:hover, 
    .cookie-accept:active, 
    .float-link:hover,
    .float-link:active, 
    .modal-form-right .submit-btn:hover, 
    .modal-form-right .submit-btn:active {
        background: #cad902;
    }
    .cookie-close:hover, 
    .cookie-close:active {
        opacity: 0.8;
    }
    .menu li a:hover, 
    .menu li a:active {
        background: rgba(216, 232, 0, 1);
        color: rgba(29, 34, 40, 1);
    }
}
@media(hover:none) {
    .modal_body a:active, 
    .link-green a:active {
        color: #cad902;
    }
    .link-green a:active {
        color: #cad902;
    }
    .cookie-text a:active, 
    .modal-form-left a:active {
        text-decoration: none;
    }
    .cookie-more:active {
        background: rgba(176, 214, 243, 0.3);
    }
    .cookie-accept:active,
    .float-link:active, 
    .modal-form-right .submit-btn:active {
        background: #cad902;
    }
    .cookie-close:active {
        opacity: 0.8;
    }
    .menu li a:active {
        background: rgba(216, 232, 0, 1);
        color: rgba(29, 34, 40, 1);
    }
}

@media(min-width: 1025px) {
    .search-flex-block.wrapper-block.revers_scan, 
    .exploring-areas-content>.wrapper-block.revers_exploring, 
    .magnetic-field-background-image>.wrapper-block.revers_magnetic, 
    .washing-module>.wrapper-block.revers_block, 
    .reference-image>.wrapper-block.revers_block {
        flex-direction: row-reverse;
    }
}

@media(max-width:1500px) {
    .news-blocks > div {
        width: 1200px;
    }
}
@media(max-width:1240px) {
    .wrapper-block {
        margin-right: 20px;
        margin-left: 20px;
    }
    .burger {
        right: 20px;
        top: 48px;
    }
    .socials {
        top: 64px;
    }
    .machine-vision-camera {
        width: 100%;
    }
    .machine-vision-camera, 
    .unsurpassed-quality>.wrapper-block, 
    .search-flex-block.wrapper-block, 
    .magnetic-field-background-image>.wrapper-block, 
    .washing-module>.wrapper-block, 
    .legal-information>.wrapper-block {
        gap: 48px;
    }
    .machine-vision-camera-header, 
    .unsurpassed-quality-2-column, 
    .button-search-algorithm-wrapper, 
    .exploring-areas-header, 
    .magnetic-field-button-wrapper, 
    .washing-module-header {
        width: 330px;
    }
    .zoom-main-block, 
    .unsurpassed-quality-1-column, 
    .image-container, 
    .magnifier-container, 
    .magnetic-field-images-container, 
    .washing-module-video-container {
        width: calc(100% - 378px);
    }
    .reference-image-title {
        padding: 24px;
        font-size: 32px;
    }
    .unsurpassed-quality-2-column {
        min-height: unset;
        max-width: none;
    }
    .unsurpassed-quality-1-column-img-wrapper {
        width: 100%;
    }
    .unsurpassed-quality-1-column-img-1, .unsurpassed-quality-1-column-img-2 {
        max-width: none;
        width: 100%;
    }
    .unsurpassed-quality {
        min-height: unset;
        padding: 120px 0;
    }
    .projects, .favorites-projects-slider-arrows, .serts, .sertificates-projects-slider-arrows, .news-blocks, .news-slider-arrows, .slide-imgs-slider-arrows, .slideimg-wraper {
        padding-left: 20px;
    }
    .news-blocks > div {
        width: calc(100% - 20px);
    }
    .float-btn-right {
        right: 20px;
    }
    .float-btn-left {
        left: 20px;
    }
    .news-data {
        padding-left: 0;
    }
    .news-block {
        height: 410px;
    }
    .news-block-image {
        max-width: 760px;
        width: 760px;
        height: 410px;
    }
    .news-preview {
        width: calc(100% - 760px);
    }
}
@media(max-width:1024px) {
    .head-title {
        max-width: 100%;
    }
    .machine-vision-camera, 
    .unsurpassed-quality>.wrapper-block, 
    .search-flex-block.wrapper-block, 
    .magnetic-field-background-image>.wrapper-block, 
    .washing-module>.wrapper-block, 
    .legal-information>.wrapper-block, 
    .reference-image>.wrapper-block {
        gap: 32px;
    }
    .machine-vision-camera-header, 
    .unsurpassed-quality-2-column, 
    .button-search-algorithm-wrapper, 
    .exploring-areas-header, 
    .magnetic-field-button-wrapper, 
    .washing-module-header, 
    .zoom-main-block, 
    .unsurpassed-quality-1-column, 
    .image-container, 
    .magnifier-container, 
    .magnetic-field-images-container, 
    .washing-module-video-container, 
    .reference-image-title, 
    .reference-image-images-wrapper, 
    .reference-image>.wrapper-block {
        width: 100%;
    }
    .machine-vision-camera, 
    .washing-module>.wrapper-block, 
    .contacts-column {
        flex-direction: column;
    }
    .unsurpassed-quality>.wrapper-block, 
    .search-flex-block.wrapper-block, 
    .exploring-areas-content>.wrapper-block, 
    .magnetic-field-background-image>.wrapper-block, 
    .reference-image>.wrapper-block {
        flex-direction: column-reverse;
    }
    .machine-vision-camera-header {
        flex-direction: row;
        gap: 24px;
    }
    .machine-vision-camera-header>* {
        width: calc(50% - 12px);
    }
    .unsurpassed-quality-title {
        padding-bottom: 20px;
    }
    .background-search-algorithm-2 {
        margin-bottom: 0;
    }
    .button-search-algorithm-wrapper::before {
        top: 70%;
        left: 15%;
    }
    .button-search-algorithm-wrapper {
        padding-top: 32px;
        padding-bottom: 64px;
    }
    .magnetic-field-button-wrapper {
        padding-bottom: 64px;
    }
    .magnetic-field-button-wrapper::before {
        top: 70%;
        left: 50%;
    }
    .exploring-areas-header {
        display: flex;
        align-items: center;
        gap: 24px;
    }
    .exploring-areas-text, 
    .magnetic-field-background-image {
        margin-bottom: 0;
    }
    .washing-module-header {
        gap: 32px;
        margin-bottom: 32px;
    }
    .opportunity {
        padding: 24px 16px;
    }
    .project {
        width: calc(100% - 20px);
        min-width: auto;
    }
    .footer_emails {
        display: flex;
        justify-content: space-between;
    }
    .contacts-column-1-desc-4 {
        padding-bottom: 0;
    }
    .contacts-column-1-desc-2 {
        color: #d8e800;
        padding-bottom: 48px;
    }
    .contacts-column-2 {
        max-width: none;
    }
    .operator {
        min-height: unset;
        background: #000000;
    }
    .operator-background {
        line-height: 0;
        background: #000000;
    }
    .operator-video {
        position: relative;
    }
    .operator-title-background {
        position: unset;
        background: rgba(118, 138, 162, 0.29);
        line-height: 1.2;
    }
    .uvss-tools>.wrapper-block, 
    .exploring-areas-content, 
    .magnetic-field-header, 
    .reference-image, 
    .production-cycle {
        min-height: unset;
        padding: 80px 0;
    }
    .magnetic-field-header, 
    .washing-module {
        height: auto;
    }
    .search-algorithm-header, 
    .magnetic-field-header, 
    .favorites-projects, 
    .sertificates-projects, 
    .news, 
    .washing-module, 
    .integration-opportunities>.wrapper-block, 
    .contacts {
        padding: 80px 0;
    }
    .integration-opportunities {
        height: 150vh;
    }
    .image-uvss-1 {
        min-height: 150vh;
    }
    .operator-title {
        max-width: none;
    }
    .reference-image-title {
        height: auto;
    }
    .slideimg-item {
        width: calc(90% - 40px);
        min-width: calc(90% - 40px);
    }
    .production-cycle-videos {
        height: auto;
    }
    .production-cycle-video-wrapper {
        position: unset;
    }
    .production-cycle-video-item {
        width: 100%;
    }
    .production-cycle-videos {
        gap: 32px;
        flex-direction: column;
    }
    .slideimg-wraper {
        gap: 30px;
    }
    .uvss-container {
        display: none;
    }
	.magnifier-container {
		touch-action: none;
	}
	.magnifier-container:hover .magnifier-lens {
		opacity: 0;
	}
	.zoom-controls-feature1 {
	    gap: 12px;
	}
	.zoom-slider-wrapper {
	    max-width: calc(100% - 70px);
	}
	.zoom-main-container {
		touch-action: none;
	}
	.preview-viewport {
		border-width: 1px;
	}
	.zoom-slider-feature1 {
		touch-action: none;
	}
	.zoom-slider-wrapper {
		touch-action: none;
	}
    .news-block {
        flex-direction: column;
        height: auto;
    }
    .news-block-image {
        max-width: none;
        width: 100%;
    }
    .news-preview {
        width: 100%;
    }
    .news-text {
        right: 0;
        left: 0;
        top: 0;
        width: 100%;
        bottom: 0;
        transform: translateY(100%);
        transition: opacity 0.4s ease, transform 0.4s ease;
    }
    .news-block:hover .news-text {
        transform: translateY(0);
        opacity: 1;
    }
}
@media(max-width:768px) {
    .exploring-areas-text, 
    .machine-vision-camera-text, 
    .washing-module-desc, 
    .production-cycle-text {
        padding: 24px;
        font-size: 16px;
    }
    .exploring-areas-text {
        width: 125px;
    }
    .exploring-areas-title {
        width: calc(100% - 150px);
    }
    .image-uvss-1 {
        min-height: 150vh;
    }
    .burger-menu {
        width: 100%;
        height: auto;
        padding: 48px 20px;
    }
    .menu {
        gap: 16px;
        display: flex;
        flex-wrap: wrap;
    }
    .menu li {
        width: calc(50% - 8px);
    }
    .menu li a {
        font-size: 16px;
        height: 54px;
        padding: 12px 16px;
    }
    .head-title {
        font-size: 28px;
    }
    .socials {
        top: 32px;
        gap: 24px;
    }
    .burger {
        top: 20px;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header-burger-image {
        width: 70%;
        height: auto;
    }
    .operator-title {
        padding: 20px 0;
        font-size: 16px;
        white-space: break-spaces;
    }
    .operator-title-background {
        margin-top: 20px;
    }
    .uvss-1-title {
        font-size: 24px;
        padding-top: 64px;
    }
    .uvss-1-title-2 {
        padding: 20px;
        font-size: 24px;
        bottom: 48px;
    }
    .image-uvss-1 {
        min-height: 100vh;
    }
    .machine-vision-camera-title, 
    .unsurpassed-quality-title, 
    .search-algorithm-title, 
    .exploring-areas-title, 
    .magnetic-field-title, 
    .washing-module-title, 
    .integration-opportunities-title, 
    .favorites-projects-title, 
    .contacts-title, 
    .reference-image-title, 
    .production-cycle-title {
        font-size: 28px;
    }
    .unsurpassed-quality-desc, 
    .search-algorithm-text, 
    .magnetic-field-text, 
    .reference-image-label-block {
        font-size: 16px;
    }
    .button-search-algorithm, .magnetic-field-button {
        width: 230px;
        height: 40px;
        font-size: 14px;
    }
    .opportunities {
        gap: 16px;
    }
    .opportunity:nth-child(-n+3), 
    .opportunity:nth-child(n+4) {
        width: calc(50% - 8px);
    }
    .opportunity {
        padding: 24px 12px;
        flex-direction: row;
        gap: 4px;
        justify-content: flex-start;
    }
    .opportunity-image {
        width: 50px;
        height: 50px;
    }
    .opportunity-text {
        font-size: 12px;
        text-align: left;
    }
    .project-title {
        top: 330px;
        left: 16px;
        right: 16px;
        font-size: 20px;
    }
    .project-details {
        top: 20px;
        left: 20px;
        right: 20px;
        bottom: 20px;
    }
    .project-details h2, 
    .news-block-title, 
    .contacts-column-2-header {
        font-size: 20px;
    }
    .news-block-title {
        padding-bottom: 0;
        margin-bottom: 1em;
    }
    .project-details h3 {
        font-size: 16px;
    }
    .project-details p, 
    .news-block-desc, 
    .contacts-column-1 {
        font-size: 16px;
    }
    .project {
        height: 450px;
    }
    .slider-arrow {
        width: 40px;
        height: 40px;
    }
    .serts {
        gap: 35px;
    }
    .favorites-projects-title {
        margin-bottom: 40px;
    }
    .news-data {
        font-size: 14px;
    }
    .news-text, 
    .news-preview {
        padding: 20px;
    }
    .contacts-title {
        padding-bottom: 32px;
    }
    .contacts-column-1-desc-1 {
        padding: 24px 0;
    }
    .contacts-column-1-desc-2 {
        padding-bottom: 24px;
    }
    .contacts-column {
        gap: 64px;
    }
    .contacts-column-2-email {
        height: 54px;
        margin-bottom: 22px;
        font-size: 14px;
        padding: 16px;
    }
    .contacts-column-2-button {
        max-width: none;
        width: 100%;
        height: 45px;
        font-size: 16px;
        margin-top: 24px;
    }
    .legal-information>.wrapper-block {
        padding: 32px 0;
        flex-direction: column;
        gap: 24px;
    }
    .legal-information-logo {
        width: 95px;
        height: 30px;
    }
    .news-block-image {
        height: 200px;
    }
    .unsurpassed-quality-1-column-img-wrapper {
        height: 250px;
    }
    .zoom-main-container {
        height: 250px;
    }
    .mini-preview {
        border-radius: 0;
        bottom: 0;
        right: 0;
        width: 80px;
        height: 35px;
    }
    .mini-preview-image {
        width: 90%;
        height: auto;
    }
    .menu-close {
        margin-bottom: 24px;
        width: 32px;
    }
    #modalForm .hystmodal__window {
        width: calc(100% - 40px);
    }
    .hystmodal__window {
        width: calc(100% - 40px) !important;
    }
    .hystmodal__close {
        background-image: none !important;
    }
    #modalForm .hystmodal__close {
        right: 16px;
        width: 32px;
        height: 32px;
    }
    .modal_form-block {
        padding: 20px 16px;
    }
    .modal_body {
        padding: 20px 16px !important;
    }
    .modal-title {
        font-size: 24px;
        margin-bottom: 16px;
    }
    .modal-btns-group {
        flex-direction: column;
        gap: 8px;
    }
    .modal-btns-group>.input-group {
        width: 100%;
    }
    .modal-btns-group>.input-group input, .modal-btns-group>.input-group textarea, .modal-btns-group>.input-group select {
        font-size: 12px;
        padding: 12px 16px;
    }
    .modal-btns-group>.input-group textarea {
        height: 64px;
    }
    .modal-form-footer {
        margin-top: 12px;
        flex-direction: column;
        gap: 20px;
    }
    .modal-form-left {
        font-size: 12px;
    }
    .modal-form-left, modal-form-right {
        width: 100%;
    }
    .modal_body h2 {
        margin-bottom: 1em;
    }
    .cookie-apply {
        padding: 20px;
        bottom: 32px;
        width: calc(100% - 40px);
        left: 20px;
        gap: 16px;
    }
  .projects,
  .serts,
  .news-blocks {
    touch-action: pan-y;
  }
  .projects::after,
  .serts::after,
  .news-blocks::after {
    content: "";
    display: block;
    flex: 0 0 20px;
  }
  .reference-image-images-1, 
  .reference-image-images-2 {
      padding: 24px 32px;
  }
  .reference-image-images {
    gap: 48px;
  }
  .replay-button {
    position: relative;
    bottom: unset;
    right: 0;
  }
  .production-play-button img {
    width: 48px;
    height: 48px;
  }
  .slideimg-item>img {
    aspect-ratio: 500 / 330;
  }
  .favorites-projects-slider-arrows, .sertificates-projects-slider-arrows, .news-slider-arrows, .slide-imgs-slider-arrows {
    padding-top: 48px;
  }
  .production-video-mobile, 
  .video_mobile {
    display: block;
  }
  .production-video-desktop, 
  .video_desktop {
      display: none;
  }
  .news-preview>.news-prev-title {
    font-size: 24px;
  }
  .news-subtitle {
    font-size: 16px;
  }
  .news-block-title {
    font-size: 21px;
  }
  .news-block-desc {
    font-size: 16px;
  }
}
@media(max-width: 450px){
    .unsurpassed-quality-1-column-img-wrapper {
        height: 190px;
    }
    .zoom-main-container {
        height: 150px;
    }
}