.slider-banner {
  border-radius: 46px;
  overflow: hidden;
  position: relative;
}
.slider-banner .slider-banner-el img {
  object-fit: cover;
  pointer-events: none;
  user-select: none;
  width: 100%;
  height: 100%;
}
.slider-banner .slider-banner-el .slider-product-background img {
  height: 800px;
}
.slider-banner .slider-banner-el .slider-product-background img:last-of-type {
  display: none;
}
.slider-banner .slider-banner-el .slider-product-image {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
}
.slider-banner .slider-banner-el .slider-product-image .slider-mob-img {
  display: none;
}
.slider-banner .slider-banner-el .slider-product-image .slider-mob-desk {
  display: block;
  height: 100%;
}
.slider-banner .slider-banner-el .slider-product-title {
  left: 50px;
  max-width: 700px;
  position: absolute;
  top: 100px;
}
.slider-banner .slider-banner-el .slider-product-title span {
  color: var(--Base-white, #fff);
  font-family: Anton, sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 100%;
}
.slider-banner
  .slider-banner-el
  .slider-product-title
  .slider-product-description {
  color: var(--Base-white, #fff);
  font-family: Inter Tight;
  font-size: 16px;
  font-style: normal;
  line-height: 150%;
  margin-top: 24px;
  max-width: 455px;
}
.slider-banner .slider-banner-el .slider-product-info {
  background: var(--10, #fff);
  border-radius: 24px;
  bottom: 50px;
  box-shadow:
    0 4px 4px 0 rgba(27, 28, 30, 0.02),
    0 16px 18px 0 rgba(27, 28, 30, 0.04);
  display: flex;
  flex-direction: column;
  gap: 8px;
  left: 50px;
  min-width: 368px;
  padding: 8px;
  position: absolute;
}
.slider-banner .slider-banner-el .slider-product-info a {
  background: var(--110, #191b1e);
  border-radius: 16px;
  color: var(--Base-white, #fff);
  display: flex;
  font-family: Inter Tight;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  justify-content: center;
  line-height: 150%;
  padding: 18px 0;
  transition: 0.4s;
  width: 100%;
}
.slider-banner .slider-banner-el .slider-product-info a:hover {
  background-color: #f4f5f6;
  color: #191b1e;
  transition: 0.4s;
}
.slider-banner
  .slider-banner-el
  .slider-product-info
  .slider-product-info-text {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: center;
  padding: 22.3px 0;
}
.slider-banner
  .slider-banner-el
  .slider-product-info
  .slider-product-info-text
  img {
  max-width: 68px;
  width: 100%;
}
.slider-banner
  .slider-banner-el
  .slider-product-info
  .slider-product-info-text
  span {
  color: var(--Grey-grey-900, #323232);
  font-family: Inter Tight;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.slider-banner .slider-banner-pagination {
  background: rgba(15, 20, 30, 0.2);
  border-radius: 20px;
  bottom: 40px;
  display: flex;
  justify-content: center;
  left: 24px;
  padding: 8px;
  position: absolute;
  width: fit-content;
  z-index: 1;
}
.slider-banner .swiper-pagination-bullet {
  background: #fff;
  border-radius: 100px;
  height: 12px;
  margin: 0 8px;
  opacity: 0.3;
  position: relative;
  width: 12px;
}
.slider-banner .swiper-pagination-progress {
  background-color: #fff;
  border-radius: 100px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: width 5s linear;
  width: 0;
}
.slider-banner .swiper-pagination-bullet-active {
  background: hsla(0, 0%, 100%, 0.3);
  border-radius: 100px;
  height: 12px;
  opacity: 1;
  width: 60px;
}
@media (max-width: 989px) {
  .slider-banner {
    border-radius: 32px;
  }
  .slider-banner .slider-banner-el .slider-product-background img {
    height: 780px;
  }
  .slider-banner
    .slider-banner-el
    .slider-product-background
    img:first-of-type {
    display: none;
  }
  .slider-banner .slider-banner-el .slider-product-background img:last-of-type {
    display: block;
  }
  .slider-banner .slider-banner-el .slider-product-image {
    height: 100%;
    left: 50%;
    right: unset;
    top: 0%;
    transform: translate(-50%);
    width: 100%;
  }
  .slider-banner .slider-banner-el .slider-product-image .slider-mob-img {
    display: block;
    height: 100%;
  }
  .slider-banner .slider-banner-el .slider-product-image .slider-mob-desk {
    display: none;
  }
  .slider-banner .slider-banner-el .slider-product-title {
    bottom: unset;
    left: 20px;
    max-width: unset;
    top: 64px;
    display: none;
  }
  .slider-banner .slider-banner-el .slider-product-title span {
    display: flex;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.96px;
    line-height: 100%;
  }
  .slider-banner
    .slider-banner-el
    .slider-product-title
    .slider-product-description {
    color: var(--Base-white, #fff);
    font-family: Inter Tight;
    font-size: 14px;
    font-style: normal;
    line-height: 150%;
    max-width: 328px;
  }
  .slider-banner .slider-banner-el .slider-product-info {
    bottom: 8px;
    left: unset;
    min-width: 96%;
    right: 50%;
    transform: translate(50%);
  }
  .slider-banner .slider-banner-el .slider-product-info a {
    font-size: 17px;
    letter-spacing: -0.34px;
    line-height: 22px;
    padding: 21px 0;
  }
  .slider-banner
    .slider-banner-el
    .slider-product-info
    .slider-product-info-text {
    padding: 18px 0;
  }
  .slider-banner
    .slider-banner-el
    .slider-product-info
    .slider-product-info-text
    span {
    font-size: 17px;
    letter-spacing: -0.34px;
    line-height: 22px;
  }
  .slider-banner .slider-banner-pagination {
    bottom: 24px;
  }
}
