.mainSwiper {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
  border-radius: 16px;
  overflow: hidden;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.slide {
  position: relative;
  height: 500px;
}

.slide_overlay {
  position: absolute;
  height: 25%;
  width: 100%;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 50px;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.2) 50%,
    rgba(0, 0, 0, 0) 100%
  );
}

.slide_left {
  max-width: 60%;
}

.slide_text {
  color: #fff;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 500;
}

.slide_right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.slide_btn {
  background: #fff;
  padding: 14px 28px;
  border-radius: 30px;
  font-weight: 600;
  transition: 0.3s;
}

.slide_btn:hover {
  background: #000;
  color: #fff;
}

.mainSwiper .swiper-button-prev:after,
.mainSwiper .swiper-button-next:after {
  font-size: 22px;
  color: #fff;
}

.mainSwiper .swiper-button-prev,
.mainSwiper .swiper-button-next {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-primary);
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
  transition: background 0.25s, box-shadow 0.25s, opacity 0.25s;
  opacity: 0.85;
}

.mainSwiper .swiper-button-prev:hover,
.mainSwiper .swiper-button-next:hover {
  background: var(--color-secondary);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
  opacity: 1;
}

#bpa {
  padding-top: 50px;
  padding-bottom: 60px;
  background: var(--bgmain-color);
}

#bp {
  display: flex;
  justify-content: space-between;
}

.bp {
  width: calc(30%);
}

#bp path {
  fill: var(--color-primary);
}

.bpe {
  line-height: 1.6;
  padding-top: 20px;
}

.bpd {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  letter-spacing: -0.96px;
}

.bp-icon {
  width: 67px;
  height: 67px;
}

.why li {
  position: relative;
  padding-left: 25px !important;
}

.why li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: var(--color-primary);
  font-weight: 600;
}

a.category-link {
  color: var(--color-primary);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  transition: all 0.2s ease;
}

a.category-link:hover {
  color: var(--color-secondary);
  text-decoration-thickness: 2px;
}

#mptextc {
  font-size: 16px;
  line-height: 1.6;
}

#mptextc li,
#mptextc ol,
#mptextc ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

#mptextc p,
#mptextc li {
  margin: 0px;
  padding-bottom: 10px;
  padding-top: 10px;
}

#mpx {
  background: var(--bg-color);
}

#mpx .wtitle,
#mptexti {
  text-align: center;
}

#mptext h2,
#mptext h3 {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.96px;
  text-align: center;
  padding: 0px;
  margin: 0px;
  padding-top: 25px;
  padding-bottom: 17px;
}

#mptext {
  padding: 50px 0 60px;
}

#mptextb {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

#mptexti {
  padding-bottom: 15px;
}

.before_prod {
  height: 20px;
  clear: both;
}
