.px-sliderwiththumbs {
  margin-bottom: 20px;
  container-type: inline-size;
  position: relative;
}
.px-sliderwiththumbs .slider-headline {
  position: absolute;
  width: 100%;
  bottom: 20px;
  left: 0;
  z-index: 11;
  color: var(--contrastColorInverted);
  text-align: center;
}
.px-sliderwiththumbs .slider-headline::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 244px;
  background: linear-gradient(0, #070504 2.78%, rgba(7, 5, 4, 0) 97.22%);
  left: 0;
  bottom: -35px;
  opacity: 0.6;
  z-index: -1;
}
.px-sliderwiththumbs-inner .splide__slide {
  padding-left: 0 !important;
  max-height: 760px;
}
@container (width <=960px) {
  .px-sliderwiththumbs-inner .splide__slide {
    max-height: 350px;
  }
}
@container (width <=640px) {
  .px-sliderwiththumbs-inner .splide__slide {
    max-height: 250px;
  }
}
.px-sliderwiththumbs-inner .splide__slide::before {
  display: none !important;
}
.px-sliderwiththumbs-inner .splide__slide .image {
  width: 100%;
  height: 100%;
}
.px-sliderwiththumbs-inner .splide__slide img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 760px;
  object-fit: cover;
}
@container (width <=960px) {
  .px-sliderwiththumbs-inner .splide__slide img {
    max-height: 350px;
  }
}
@container (width <=640px) {
  .px-sliderwiththumbs-inner .splide__slide img {
    max-height: 250px;
  }
}
@container (width <=768px) {
  .px-sliderwiththumbs {
    margin-bottom: 15px;
  }
}
.thumbs {
  max-width: 1020px;
  margin: 0 auto;
}
@container (width <=1300px) {
  .thumbs {
    padding-left: 12%;
  }
}
@container (width <=1300px) {
  .thumbs {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.thumbs .splide__slide {
  border-radius: 4px;
  overflow: hidden;
  border: none !important;
}
.thumbs .splide__slide.is-active {
  border: none !important;
}
.thumbs .splide__slide:not(.is-active) {
  position: relative;
}
.thumbs .splide__slide:not(.is-active)::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--greenBlack);
  opacity: 0.5;
  left: 0;
  top: 0;
}
.thumbs .splide__arrow {
  background: transparent;
  opacity: 1 !important;
}
.thumbs .splide__arrow svg {
  display: none;
}
.thumbs .splide__arrow::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 18px;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("img/arrow_1.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  transition: var(--baseTransition);
}
@media screen and (max-width: 1300px) {
  .thumbs .splide__arrow::after {
    left: 15px;
  }
}
.thumbs .splide__arrow::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 18px;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("img/arrow_2.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  transition: var(--baseTransition);
}
@media screen and (max-width: 1300px) {
  .thumbs .splide__arrow::before {
    left: 15px;
  }
}
.thumbs .splide__arrow:hover::before {
  left: -60px;
}
@media screen and (max-width: 1300px) {
  .thumbs .splide__arrow:hover::before {
    left: 5px;
  }
}
.thumbs .splide__arrow:hover::before, .thumbs .splide__arrow:hover::after {
  opacity: 0.8;
}
.thumbs .splide__arrow:hover.splide__arrow--next::before {
  right: -60px;
}
@media screen and (max-width: 1300px) {
  .thumbs .splide__arrow:hover.splide__arrow--next::before {
    right: 5px;
  }
}
.thumbs .splide__arrow.splide__arrow--prev {
  left: 0;
}
.thumbs .splide__arrow.splide__arrow--next {
  right: 0;
}
.thumbs .splide__arrow.splide__arrow--next::after {
  transform: rotate(180deg) translateY(-50%);
  top: 0;
  left: unset;
  right: -50px;
}
@media screen and (max-width: 1300px) {
  .thumbs .splide__arrow.splide__arrow--next::after {
    right: 15px;
  }
}
.thumbs .splide__arrow.splide__arrow--next::before {
  transform: rotate(180deg) translateY(-50%);
  top: 0;
  left: unset;
  right: -50px;
}
@media screen and (max-width: 1300px) {
  .thumbs .splide__arrow.splide__arrow--next::before {
    right: 15px;
  }
}
