.repair .main-sublist {
  margin-top: 0;
}

.repair .main-subbg {
  right: 0;
  bottom: 0;
}

.product {
  position: relative;
  padding-bottom: 45rem;
}

.product-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--black);
}

.product-bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='1600' height='610' viewBox='0 0 1600 610' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1600' height='610' fill='url(%23paint0_radial_319_1879)'/%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_319_1879' cx='0' cy='0' r='1' gradientTransform='matrix(-1153.5 -196.006 115.141 -568.447 1438.5 403.293)' gradientUnits='userSpaceOnUse'%3E%3Cstop/%3E%3Cstop offset='1' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}

.product-bg img {
  opacity: 0.25;
}

.product-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 25.4rem;
  padding-top: 10.1rem;
}

.product-buttons {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.4rem;
}

.product-swiper-wrapper {
  position: relative;
}

.product-swiper {
  width: 100%;
  padding-left: 19rem;
  padding-right: 0;
  padding-top: 4rem;
}

.product-swiper .swiper-slide-next ~ .swiper-slide-visible {
  opacity: 0.4 !important;
}

.product-swiper .swiper-slide {
  width: 40rem;
}

.product-swiper .swiper-pagination {
  left: 19rem;
}

.filter-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr) 32.2rem;
  gap: 2.9rem;
  margin-top: 3.2rem;
}

.filter-img {
  width: 100%;
  border-radius: 0.4rem;
  height: 30rem;
  background-color: #646666;
  overflow: hidden;
  position: relative;
}

.filter-price {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 140%;
  color: var(--black);
  background: var(--white);
  border-radius: 0.2rem;
  padding: 0.4rem 1.2rem;
  position: absolute;
  bottom: 1.2rem;
  right: 1.2rem;
  z-index: 1;
}

.filter-name {
  margin-top: 2.4rem;
}

.filter-text {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 140%;
  margin-top: 0.8rem;
}

.filter-infotext {
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 140%;
  text-align: center;
  color: var(--l-grey);
  margin-top: 1.2rem;
}

.filter-info {
  position: relative;
  border-radius: 0.4rem;
  padding: 2.4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.filter-info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(337deg, rgba(153, 74, 74, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.filter-info > * {
  position: relative;
  z-index: 1;
}

.filter-subtitle {
  text-align: center;
  margin-top: auto;
}

.filter-btn {
  margin-top: 2rem;
  margin-left: auto;
}

.ten-list {
  margin-top: 3.2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.ten-item {
  position: relative;
  min-height: 23.6rem;
  border-radius: 0.4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ten-item .a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
  position: relative;
  z-index: 1;
  border-radius: inherit;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0.8rem 1.2rem;
}

.ten-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.ten-img::before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 4.79%, rgba(1, 1, 1, 0.02) 12.04%, rgba(9, 9, 9, 0.2) 41.33%, #2b2b2b 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12.2rem;
  border-radius: inherit;
  z-index: 1;
}

.ten-price {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 140%;
  color: var(--black);
  background: var(--white);
  border-radius: 0.2rem;
  padding: 0.4rem 1.2rem;
  margin-left: auto;
  position: relative;
  z-index: 1;
}

.ten-name {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 140%;
  text-align: center;
  color: var(--white);
  margin-top: 1.2rem;
  position: relative;
  z-index: 1;
}

.sensor {
  position: relative;
  padding-bottom: 8rem;
  padding-top: 5rem;
}

.sensor-title {
  position: relative;
  z-index: 1;
  line-height: 1;
}

.sensor-bg {
  position: absolute;
  top: 8.2rem;
  bottom: 4rem;
  left: 0;
  width: 100%;
}

.sensor-bg img {
  opacity: 0.1;
}

.sensor-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: 4rem;
}

.sensor-item {
  color: var(--white);
}

.sensor-link {
  position: relative;
  z-index: 1;
}

.sensor-subtitle {
  margin-top: 2.4rem;
}

.sensor-text {
  margin-top: 0.8rem;
}

.additional-list {
  margin-top: 3.2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.additional-img {
  width: 100%;
  height: 20rem;
  position: relative;
}

.additional-img img {
  -o-object-position: left;
  object-position: left;
}

.additional-subtitle {
  margin-top: 2.4rem;
}

.additional-text {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 140%;
  margin-top: 0.8rem;
}

@media (min-width: 1800px) {
  .product-swiper {
    padding-left: 18vw;
  }

  .product-swiper .swiper-pagination {
    left: 18vw;
  }
}

@media (max-width: 1024px) {
  .product {
    padding-bottom: 4rem;
  }

  .product-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 4rem;
  }

  .product-buttons {
    max-width: 37.7rem;
    margin-top: 3.2rem;
  }

  .product-swiper {
    padding-top: 6rem;
    padding-left: 4rem;
  }

  .product-swiper .swiper-pagination {
    left: 4rem;
  }

  .filter-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.2rem 1.2rem;
  }

  .filter-img {
    height: 20rem;
  }

  .filter-info {
    grid-column: 2 span;
  }

  .filter-btn {
    font-size: 2rem;
  }

  .filter-btn i {
    font-size: 2.8rem;
  }

  .ten-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 2rem 1.2rem;
  }

  .ten-item {
    width: calc(50% - 0.6rem);
  }

  .sensor-title {
    font-size: 2rem;
  }

  .sensor-bg {
    top: 6.7rem;
  }
}

@media (max-width: 500px) {
  .product-swiper {
    padding-left: 0;
    padding-right: 1.6rem;
  }

  .product-swiper .swiper-pagination {
    left: 0;
  }

  .filter-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.2rem;
  }

  .ten-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ten-item {
    width: 100%;
    min-height: 20rem;
  }

  .sensor-bg {
    top: 7.2rem;
  }

  .sensor-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.2rem;
  }

  .additional-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.4rem;
  }
}