.stories-slider {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    transform: scale(0);
    transform: translate3d(0, 0, 0) scale(0.5);
    opacity: 0;
    background: #000;
  }
  @media (min-width: 415px), (min-height: 897px) {
    .stories-slider {
      background: #000000;
    }
  }

  /* @media (max-width: 500px) {
    .stories-slider {
      background: #000000;
    }
  } */

  .stories-slider > .swiper > .swiper-wrapper > .swiper-slide {
    /* width: 500px;
    height: 896px; */
    min-width: 360px;
    width: 30%;
    height: auto;
    margin: auto 0px;
    aspect-ratio: 500/896;
    cursor: pointer;
  }

  .stories-slider > .swiper > .swiper-wrapper > .swiper-slide > .swiper {
    transform: scale(0.7);
    opacity: 0.5;
    transition: transform .2s ease-in-out, opacity .2s ease-in-out;
  }

  .stories-slider > .swiper > .swiper-wrapper > .swiper-slide > .swiper:hover {
    opacity: 1;
  }

  .stories-slider > .swiper > .swiper-wrapper > .swiper-slide-active > .swiper {
    transform: scale(1);

    opacity: 1;
  }

  .stories-slider > .swiper > .swiper-wrapper > .swiper-slide:not(.swiper-slide-visible):not(.swiper-slide-active) {
    opacity: 0.5;
  }




  .stories-slider > .swiper {
    z-index: 2;
    /* max-height: 896px; */

  }
  .stories-slider:not(.stories-slider-in) {
    pointer-events: none;
  }
  .stories-slider:not(.stories-slider-in) * {
    pointer-events: none !important;
  }
  .stories-slider-in {
    animation: stories-slider-in 400ms forwards;
    pointer-events: auto;
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
  }
  .stories-slider-out {
    pointer-events: none;
    animation: stories-slider-out 400ms forwards !important;
  }
  @keyframes stories-slider-in {
    0% {
      transform: translate3d(0, 0, 0) scale(0.5);
      opacity: 0;
    }
    50% {
      transform: translate3d(0, 0, 0) scale(1.05);
      opacity: 1;
    }
    100% {
      transform: translate3d(0, 0, 0) scale(1);
      opacity: 1;
    }
  }
  @keyframes stories-slider-out {
    0% {
      transform: translate3d(0, 0, 0) scale(1);
      opacity: 1;
    }
    50% {
      transform: translate3d(0, 0, 0) scale(0.5);
      opacity: 0;
    }
    100% {
      transform: translate3d(0, 0, 0) scale(0.5);
      opacity: 0;
    }
  }

  .stories-slider-user-name {
    color: white;
  }

  .stories-slider-user-date {
    color: rgba(255, 255, 255, 0.8);
  }

  .order_details {
    display: none;
  }

  #yookassa-widget-ui {
    margin: 32px 0;
  }

  .lc-sitebar-nav-item, .catalog-sibebar-item {
    cursor: pointer;
  }

  .bottom-menu__img {
    margin: auto;
  }

  .map-block-pc__map_type_fixed-height iframe{
    height: 720px;
  }

  .grecaptcha-badge {
    visibility: hidden !important;
}

.high-zindex {
  z-index: 30;
}

.clear-link {
  text-decoration: none;
}

.compos-order__item {
  border-bottom: 0 !important;
  border-top: 1px solid #eaeaea !important;
}

.compos-order-product:first-child {
  border-top: 0 !important;
}

/* .b24-widget-button-inner-block,
body .bx-livechat-box .bx-livechat-head-wrap .bx-livechat-head,
.b24-widget-button-openline_livechat,
.b24-widget-button-pulse,
.b24-widget-button-inner-block,
.b24-widget-button-inner-mask {
  background-color: #ff8080 !important;
}

.b24-widget-button-pulse {
  border-color: #ff8080 !important;
} */
.b24-widget-button-wrapper {
  z-index: 5 !important;
}
.b24-widget-button-bottom.b24-widget-button-visible {
  z-index: 10150 !important;
}

@media (max-width:1000px) {
  .b24-widget-button-wrapper {
    display: none !important;
  }
}

.product-scroll-filter.pl {
  padding-left: 15px;
}
