.xx_slider_imgs {
  position: relative;
  width: 100%;
  height: 100%;
}
.xx_slider_imgs > img {
  position: absolute;
  top: 32px;
  left: 104px;
  opacity: 0;
  animation: xx_carousel_2s 10s infinite; 
  height: 494px !important;
}

@keyframes xx_carousel_2s {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  10% {
    transform: translateX(0);
    opacity: 1;
  }
  20% {
    transform: translateX(0);
    opacity: 1;
  }
  30% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(-100%);
    opacity: 0;
  }
}

.xx_slider_imgs img:nth-child(2) {
  animation-delay: 2s;
}
.xx_slider_imgs img:nth-child(3) {
  animation-delay: 4s;
}
.xx_slider_imgs img:nth-child(4) {
  animation-delay: 6s;
}
.xx_slider_imgs img:nth-child(5) {
  animation-delay: 8s;
}
.xx_slider_imgs img:nth-child(6) {
  animation-delay: 10s;
}
.xx_slider_imgs img:nth-child(7) {
  animation-delay: 12s;
}
.xx_slider_imgs img:nth-child(8) {
  animation-delay: 14s;
}
.xx_news {
  display: none;
}
.xx_news.active {
  display: block;
}
.xx_section_box {
  text-align: center;
}
.xx_section_slider {
  display: inline-block;
  margin-right: 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color:#D9D9D9;
  cursor: pointer;
}
.xx_section_slider.active {
  background-color:#EC4B5D;
}

.xx_comment_carousel {
  overflow: hidden;
  flex-wrap: nowrap;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}

.xx_comment {
  scroll-snap-align: start;
  flex: 0 0 100%;
  padding: 0 16px 0 0;
  box-sizing: border-box;
}
.xx_section_comment {
  display: block;
}
.xx_section_comment .xx_section_slider {
  cursor: inherit;
}

.xx_group_wb_riv {
  height: auto;
}

.xx_card_wb_riv {
  height: 340px;
}