.section-work .swiper-slide {
    margin-right: 32px;
}

.our-works{
overflow: auto;
}
.our-works::-webkit-scrollbar {
    width: 1px;
    border-radius: 60px;
}

.our-works::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.our-works::-webkit-scrollbar-thumb {
    background: #EF3541;
    width: 5px;
    border-radius: 10px;
}

.our-works::-webkit-scrollbar-thumb:hover {
    background: #EF3541;
}
.beer-slider{
border-radius: 32px;
}
@media(max-width:420px){
.section-work .swiper-slide{
    height:auto;
}
}


.slider {
  --value: 50%;
  position: relative;
  width: 100%;
  /* max-width: 400px; */
  margin: 0 auto;
  color: #000000;
  background-color: #ffffff;
  /* border: 1px solid #000000; */
  aspect-ratio: 1/1;
}
.slider__img {
  position: absolute;
  top: 0;
  max-width: none;
  height: 100%;
  object-fit: cover;
}
.slider__img--before {
  left: 0;
  width: var(--value);
  border-right: 2px solid var(--primary);
  object-position: left;
}
.slider__img--after {
  right: 0;
  width: calc(100% - var(--value));
  border-left: 2px solid var(--primary);
  object-position: right;
}
.slider__range-js::-moz-range-thumb {
  width: 64px;
  height: 35px;
  background-color: currentColor;
  background-image: url(/local/templates/cyberlab/img/comparision.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 30px;
  transform: translateX(calc(var(--value) - 50%));
  appearance: none;
}
.slider__range-js::-webkit-slider-thumb {
  width: 64px;
  height: 35px;
  background-color: currentColor;
  background-image: url(../../../../../../local/templates/cyberlab/img/comparision.png);
 /* background-image: url(/local/templates/cyberlab/img/comparision.png);*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 30px;
  transform: translateX(calc(var(--value) - 50%));
  -webkit-appearance: none;
  appearance: none;
}
.slider__range-js {
  position: absolute;
  margin: 0;
  background-color: transparent;
  outline: 0;
  cursor: col-resize;
  -webkit-appearance: none;
  appearance: none;
  inset: 0;

  color: var(--primary);
}
.slider__range-js:hover {
  color:var(--primary);
}
.slider__range-js:active {
  color:var(--primary);
}
.slider__range-js:focus-visible::-moz-range-thumb {
  outline: auto;
}
.slider__range-js:focus-visible::-webkit-slider-thumb {
  outline: auto;
}

.section-work .swiper-slide {
    margin-right: 32px;
    display: flex;
    width: 70%;
    gap: 20px;
}
.our-works-inner {
    width: 60%;
    display: flex;
    justify-content: flex-start;
    height: 100%;
}
img.slider__img.slider__img--before {
    border-radius: 30px 0 0 30px;
}
img.slider__img.slider__img--after {
    border-radius: 0 30px 30px 0;
}
.our-works .slide-content .title {
    font-weight: 700;
    font-size: 18px;
    padding-bottom: 7px;
}
.our-works p.body-text-1r {
    text-align: left;
    color: #66b82f;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 14px;
}
.our-works .tag {
    width: max-content;
}
.our-works .doctor-tags {
    display: flex;
    gap: 5px;
}
.section-work .our-works .body-text-1r {
    justify-content: flex-start;
}
@media (max-width: 1000px) {
    .section-work .swiper-slide {
        width: 80%;
        flex-direction: column;
    }
   .section-work .our-works {
        height: max-content;
    }
    .our-works-inner {
        width: 100%;
        max-width: 500px;
    }
}