.gallery.swiper_produt {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.swiper_produt .gallery-slider_product {
  width: 100%;
  height: 100%;
}
.swiper_produt .swiper-container.gallery-thumbsـproduct {
  width: 17%;
  height: 70%;
  padding: 0;
  position: absolute;
  right: 0;
  padding: 5px 35px;
}
.swiper_produt .swiper-slide .item_slider {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 90px;
  text-align: center;
}
.swiper_produt .swiper-slide .item_slider::before {
  position: absolute;
  width: 100%;
  content: "";
  background: #00000069;
  right: 0;
  left: 0;
  text-align: center;
  height: 67%;
  bottom: 0;
  border-radius: 15px;
}
.swiper_produt .swiper-slide .item_slider .slider_star {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #fff;
}
.swiper_produt .swiper-slide .item_slider .slider_star i {
  font-size: 9px;
  width: 6px;
  display: inline-block;
  right: -2px;
  position: relative;
}
.swiper_produt .gallery-thumbsـproduct .swiper-slide {
  background: transparent;
  height: 100px;
  margin-bottom: 20px;
}
.swiper_produt .swiper-slide .item_slider img {
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto;
  position: relative;
}
.swiper_produt .swiper-slide.swiper-slide-active img {
  transform: scale(1.3);
}
.swiper_produt .swiper-container {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.swiper_produt .swiper-slide.items {
  text-align: center;
  background-repeat: repeat !important;
  background-position: left;
  background-color: #fff;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.swiper_produt .button-prev i,
.swiper_produt .button-next i {
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  padding: 3px;
}
.swiper_produt .button-prev,
.button-next {
  position: absolute;
  bottom: 0;
  z-index: 9;
  cursor: pointer;
  right: 7%;
}
.swiper_produt .button-prev {
  bottom: unset;
  top: 30px;
}
.swiper_produt .button-next {
  bottom: 30px;
}
.swiper_produt .button-prev.swiper-button-disabled,
.button-next.swiper-button-disabled {
  opacity: 0.2;
}
.swiper_produt .product-item {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: left;
  margin: auto;
  padding: 35px 30px 35px 10px;
}
.swiper_produt .img-product {
  position: relative;
  width: 350px;
  height: 350px;
  margin-left: 50px;
}
.swiper_produt .img-product .dots {
  position: absolute;
  width: 340px;
  height: 340px;
  border: 2px solid #f1a207;
  z-index: 100;
  text-align: center;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 50%;
}
.swiper_produt .img-product .dots::before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #f1a207;
  border-radius: 50%;
  position: absolute;
  bottom: 71%;
  left: 9px;
}
.swiper_produt .img-product .dots::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #f1a207;
  border-radius: 50%;
  position: absolute;
  bottom: 87%;
  right: 54px;
}
.swiper_produt .img-product .dots i::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #f1a207;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 204px;
  z-index: 1;
}
.swiper_produt .img-product .dots i::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 50%;
  background: #f1a207;
  z-index: -100;
  width: 77%;
  text-align: center;
  margin: auto;
  height: 77%;
}
.swiper_produt .img-product img {
  width: 310px;
  height: auto;
  margin: auto;
  text-align: center;
  margin-top: 13px;
  z-index: 100;
  position: relative;
  opacity: 0;
  transform: translateY(-25px);
  transition: all 0.4s;
}
.swiper_produt .swiper-slide-active .product-item .img-product img {
  opacity: 1;
  transform: none;
  transition-delay: 0.3s;
}
.swiper_produt .items-pagination {
  text-align: left;
  bottom: 10px !important;
  left: 10px !important;
  position: absolute;
  z-index: 10;
}
@keyframes opacity1 {
  50 {
    opacity: 0 0.2;
  }
  80 {
    opacity: 0.5;
  }
  100% {
    opacity: 10;
  }
}
@keyframes rotates2 {
  100% {
    transform: rotate(0) rotate(45deg);
  }
}
@keyframes rotates3 {
  100% {
    transform: rotate(0) rotate(90deg);
  }
}
@keyframes rotates4 {
  100% {
    transform: rotate(0) rotate(135deg);
  }
}
@keyframes rotates5 {
  100% {
    transform: rotate(0) rotate(180deg);
  }
}
.swiper_produt
  .swiper-slide:nth-child(2).swiper-slide-active
  .product-item
  .img-product
  .dots {
  animation: 0.5s rotates2 forwards;
}
.swiper_produt
  .swiper-slide:nth-child(3).swiper-slide-active
  .product-item
  .img-product
  .dots {
  animation: 0.5s rotates3 forwards;
}
.swiper_produt
  .swiper-slide:nth-child(4).swiper-slide-active
  .product-item
  .img-product
  .dots {
  animation: 0.7s rotates4 forwards;
}
.swiper_produt
  .swiper-slide:nth-child(5).swiper-slide-active
  .product-item
  .img-product
  .dots {
  animation: 0.9s rotates5 forwards;
}
.swiper_produt .product-item .titles-item {
  display: inline-block;
  text-align: right;
  width: 35%;
}
.swiper_produt .product-item .titles-item .head-title {
  font-size: 13px;
  color: #fff;
  background-color: #ffffff1c;
  padding: 10px;
  border-radius: 15px 1px 15px 15px;
  margin-bottom: 8px;
  display: inline-block;
}
.swiper_produt .product-item .titles-item h4 {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}
.product-hmi-item-link {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
}
.product-hmi-item-link i {
  margin-right: 7px;
  padding: 1px 8px;
  background-color: #f1a207;
  border-radius: 18px;
}
.swiper_produt .items-pagination .swiper-hmi-pagination-bullet {
  border: 2px solid #fff;
  background-color: transparent;
  width: 9px !important;
  height: 9px !important;
  margin: 0 2px !important;
}
.swiper_produt
  .items-pagination
  .swiper-hmi-pagination-bullet.swiper-hmi-pagination-bullet-active {
  background-color: #f1a207;
  border: 0;
}
.slider-v14 {
  display: block;
  position: relative;
  overflow: hidden;
}
.slider-v14 .swiper-slide {
  padding-bottom: 10px;
}
.article_item {
  position: relative;
  display: inline-block;
  width: 100%;
}
.article_item .slider-v14-back {
  position: absolute;
  width: 100%;
  right: 0;
  left: 0;
  height: 52%;
  background: linear-gradient(
    180deg,
    rgba(242, 242, 242, 0.47) 0%,
    rgba(242, 242, 242, 0.1927) 100%
  );
  box-shadow: 0 4px 4px #0000002e;
  border-radius: 0 0 61px 61px;
  top: 0;
  z-index: -1;
  opacity: 0;
}
.swiper-slide.article.swiper-slide-active .article_item .slider-v14-back {
  animation: 0.3s opacity1 forwards;
}
.swiper-slide.article.swiper-slide-active
  .article_item
  .slider-v14-back::before {
  animation: 0.1s opacity1 forwards;
}
.article_item .slider-v14-back::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 12%;
  width: 86%;
  text-align: center;
  height: 56%;
  margin: 10px auto;
  background: rgba(242, 242, 242, 0.17);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 5%);
  border-radius: 90px 0 90px 90px;
  opacity: 0;
}
.slider-v14 .image-slide14 {
  width: 63% !important;
  padding-top: 82% !important;
}
.slider-v14-orginal {
  text-align: center;
  display: block;
  height: 30px;
}
.slider-v14 .image-slide14 {
  opacity: 0;
  transform: translateY(-25px);
  transition: all 0.6s;
}
.swiper-slide.article.swiper-slide-active .article_item .image-slide14 {
  opacity: 1;
  transform: none;
  transition-delay: 0.5s;
}
.slider-v14-orginal span {
  font-style: normal;
  font-weight: 700;
  font-size: 13.5135px;
  line-height: 23px;
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.34);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 17px 0 17px 17px;
}
.article_item h4 {
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  text-shadow: 0 4px 4px #000;
  padding: 15px 0 5px;
}
.article_item .product-hmi-item-link {
  height: 30px;
  justify-content: center;
  margin-bottom: 30px;
}
.slider-v14
  .swiper-hmi-pagination-bullets-dynamic
  .swiper-hmi-pagination-bullet-active-main {
  background-color: #f1a207;
}
