.ova-images-slider .slider-images {
  position: relative;
}
.ova-images-slider .slider-images .item-images-slider {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  padding: 30px;
}
.ova-images-slider .slider-images .item-images-slider:hover {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  background-color: #f3f3f3;
}
.ova-images-slider .slider-images .item-images-slider:hover img {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  opacity: 0.6;
}
.ova-images-slider .slider-images .item-images-slider img {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  margin: auto;
  width: auto;
  max-height: 120px;
  object-fit: cover;
  opacity: 0.2;
}
.ova-images-slider .slider-images .swiper.swiper-loading .swiper-wrapper {
  opacity: 0;
  visibility: hidden;
}
.ova-images-slider .slider-images .button-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 30px;
}
.ova-images-slider .slider-images .button-dots.swiper-pagination-bullets {
  width: 100% !important;
  left: 50% !important;
  transform: translate(0, -50%) !important;
}
.ova-images-slider .slider-images .button-dots .swiper-pagination-bullet {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--text);
  opacity: 0;
  margin: 0;
  -webkit-backface-visibility: visible;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-images-slider .slider-images .button-dots .swiper-pagination-bullet.swiper-pagination-bullet-active-main {
  opacity: 0.6;
}
.ova-images-slider .slider-images .button-dots .swiper-pagination-bullet.swiper-pagination-bullet-active, .ova-images-slider .slider-images .button-dots .swiper-pagination-bullet:hover {
  opacity: 1;
  background-color: var(--primary);
}
.ova-images-slider .slider-images .swiper-nav {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  .ova-images-slider .slider-images .swiper-nav {
    margin-bottom: 40px;
  }
}
.ova-images-slider .slider-images .swiper-nav:before, .ova-images-slider .slider-images .swiper-nav:after {
  position: absolute;
  top: 50%;
  content: "";
  width: calc(50% - 55px);
  height: 1px;
  background-color: var(--light);
  transform: translateY(-50%);
}
.ova-images-slider .slider-images .swiper-nav:before {
  left: 0;
}
.ova-images-slider .slider-images .swiper-nav:after {
  right: 0;
}
.ova-images-slider .slider-images .swiper-nav .button-nav {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  width: 28px;
  height: 28px;
  border-radius: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.ova-images-slider .slider-images .swiper-nav .button-nav i {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  display: inline-flex;
  font-size: 9px;
}
.ova-images-slider .slider-images .swiper-nav .button-nav.button-prev {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  background: #f3f3f3;
}
.ova-images-slider .slider-images .swiper-nav .button-nav.button-prev i {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  color: var(--text);
}
.ova-images-slider .slider-images .swiper-nav .button-nav.button-next {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  background: var(--primary);
  margin: 0;
}
.ova-images-slider .slider-images .swiper-nav .button-nav.button-next i {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  color: #fff;
}
.ova-images-slider .slider-images .swiper-nav .button-nav:hover {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  background-color: var(--heading);
  cursor: pointer;
}
.ova-images-slider .slider-images .swiper-nav .button-nav:hover i {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  color: #fff;
}