@charset "UTF-8";

.home-page-new {
  background-color: #fff;
}

.home-new-content {
  padding-top: 80px;
}

.home-new-section img {
  display: block;
  width: 100%;
  height: auto;
}

.home-new-section--data {
  padding: 32px 0 48px;
  overflow: visible !important;
  height: auto !important;
  max-height: none !important;
  clip-path: none !important;
}

.home-new-section--data img {
  display: block;
  width: min(1711px, 100%);
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: top left !important;
  overflow: visible !important;
  clip-path: none !important;
  transform: none !important;
  top: auto !important;
  margin: 0 auto;
}

.home-process {
  background: #0b78e3;
  padding: 56px 0 36px;
}

.home-process-title {
  margin: 0 auto 24px;
  max-width: 1200px;
  color: #fff;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}

.home-process-carousel {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.home-process-viewport {
  overflow: hidden;
  border-radius: 12px;
}

.home-process-track {
  display: flex;
  width: 100%;
  transition: transform 0.35s ease;
}

.home-process-slide {
  flex: 0 0 100%;
}

.home-process-slide img {
  display: block;
  width: 100%;
  height: auto;
}

.home-process-arrow {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  border: 2px solid #7ec6ff;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 40px;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
  transform: translateY(-50%);
}

.home-process-prev {
  left: -72px;
}

.home-process-next {
  right: -72px;
}

.home-process-dots {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 20px;
}

.home-process-dot {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
}

.home-process-dot.is-active {
  background: #fff;
}

.home-products,
.home-research {
  max-width: 1200px;
  margin: 0 auto;
  padding: 44px 0;
}

.home-block-title {
  margin: 0 0 22px;
  color: #0670dc;
  font-size: 58px;
  font-weight: 700;
  line-height: 1.1;
}

.home-products-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.home-products-grid img,
.home-research-grid img {
  display: block;
  width: 100%;
  height: auto;
}

.home-research-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

@media (max-width: 1320px) {
  .home-process-carousel {
    max-width: calc(100% - 120px);
  }

  .home-process-prev {
    left: -58px;
  }

  .home-process-next {
    right: -58px;
  }
}

@media (max-width: 1200px) {
  .home-process,
  .home-products,
  .home-research {
    padding-left: 24px;
    padding-right: 24px;
  }

  .home-process-title,
  .home-block-title {
    font-size: 44px;
  }
}

@media (max-width: 768px) {
  .home-new-content {
    padding-top: 64px;
  }

  .home-process {
    padding-top: 34px;
  }

  .home-process-title,
  .home-block-title {
    font-size: 30px;
  }

  .home-process-carousel {
    max-width: 100%;
  }

  .home-process-arrow {
    display: none;
  }

  .home-products-grid {
    grid-template-columns: 1fr;
  }

  .home-research-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
