.story-slider {
  position: relative;
  width: 100%;
  height: calc(100% - 30px);
  overflow: hidden;
  margin: auto;
  border-radius: 8px;
}
.story-slider__slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
  position: relative;
  height: 100%;
}
.story-slider__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease;
  z-index: 0;
}
.story-slider__slide img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 -40px;
     object-position: 0 -40px;
  width: 100%;
  height: 100%;
}
.story-slider__slide .label-tips__ip img {
  -o-object-position: center;
     object-position: center;
}
.story-slider__slide_active {
  opacity: 1;
  z-index: 1;
}
.story-slider__slide_info {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 10;
  color: #fff;
  height: 100%;
  padding: 12px;
  margin-top: 12px;
}
.story-slider__slide_lable, .story-slider__slide_title, .story-slider__slide_text {
  padding: 0 12px;
}
.story-slider__slide_text {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.story-slider__slide_title {
  margin-bottom: 12px;
}
.story-slider__slide_lable {
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 28px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 47px;
  margin-bottom: 12px;
  margin-left: 12px;
}
.story-slider__slide_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  border-radius: 8px;
  margin-top: 42px;
}
.story-slider__slide.dark .story-slider__slide_btn {
  background: #ffffff;
}
.story-slider__slide.dark .story-slider__slide_btn:hover {
  background-color: #f5f5f7;
  color: #0e0e0e;
}
.story-slider__slide.dark .story-slider__slide_lable {
  color: #0e0e0e;
  background-color: #bdbbc6;
}
.story-slider__slide.white .story-slider__slide_btn {
  background: #0e0e0e;
  color: #f5f5f7;
}
.story-slider__slide.white .story-slider__slide_btn:hover {
  background-color: #0e0e0e;
  color: #ffffff;
}
.story-slider__slide.white .story-slider__slide_title,
.story-slider__slide.white .story-slider__slide_text {
  color: #0e0e0e;
}
.story-slider__slide.white .story-slider__slide_lable {
  color: #ffffff;
  background-color: #0e0e0e;
}
.story-slider__progress-bars {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: calc(100% - 46px);
  display: flex;
  justify-content: space-around;
  gap: 10px;
  z-index: 9;
  padding-left: 12px;
}
.story-slider__progress-bar {
  flex-grow: 1;
  height: 3px;
  background: rgba(144, 144, 144, 0.5019607843);
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border-radius: 2px;
}
.story-slider__progress-fill {
  height: 100%;
  width: 0%;
  background: #ffffff;
  transition: width 0s linear;
}
.story-slider__controls {
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -9px;
  right: 4px;
}
.story-slider__pause-btn, .story-slider__play-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.story-slider__pause-btn svg path, .story-slider__play-btn svg path {
  fill: rgba(144, 144, 144, 0.5);
}
.story-slider__overview_link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}
.story-slider .swiper-slide__labels {
  position: absolute;
  top: auto;
  bottom: 34px;
  left: 14px;
  z-index: 10;
}
.story-slider .swiper-slide__label-adv {
  position: relative;
  padding-top: 20px;
}
.story-slider .swiper-slide__label-adv:hover .label-tips {
  display: block;
}
.story-slider .label-adv {
  cursor: pointer;
  padding: 5px 10px;
  border: 1px solid #9b9b9b;
  display: inline-block;
  transition: background-color 0.3s ease;
  background-color: #202020;
  border-radius: 14px;
  font-size: 12px;
  color: #9b9b9b;
}
.story-slider .label-adv_hover {
  border: 1px solid #202020;
  color: #202020;
  background-color: #fff;
}
.story-slider .label-tips {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 34px;
  background-color: #fff;
  padding: 16px 38px 16px 16px;
  border-radius: 14px;
  z-index: -1;
  width: -moz-max-content;
  width: max-content;
  margin-right: 20px;
  display: none;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 3px -2px, rgba(0, 0, 0, 0.14) 0px 3px 4px 0px, rgba(0, 0, 0, 0.12) 0px 1px 8px 0px;
  transition: opacity 0.2s ease;
}
.story-slider .label-tips__ip {
  font-size: 14px;
  color: #333;
  display: flex;
  flex-direction: column;
}
.story-slider .label-tips__ip a {
  position: absolute;
  right: 12px;
  top: 16px;
  width: 20px;
  height: 20px;
  -o-object-position: center;
     object-position: center;
  opacity: 0.6;
}
.story-slider .label-tips__ip img {
  width: 20px;
  height: 20px;
  right: 0;
  top: 0;
}
.story-slider .label-tips__ip img:hover {
  opacity: 0.8;
}
.story-slider .label-tips a {
  text-decoration: none;
  color: #007bff;
  font-weight: bold;
  margin-left: 10px;
  cursor: pointer;
}

.menu-bg.visible {
  display: block;
}

.menu-category__slider {
  display: none;
  height: 100%;
}
.menu-category__slider.menu-category__slider-active {
  display: flex;
}
/*# sourceMappingURL=style.css.map */
