

/* Start:/bitrix/templates/.default/components/bitrix/news.list/actual_zakrep/style.css?17726234257504*/
/* Stories 2024 */

.show-story {

  width: 100%;
  height: 100%;
  overflow: hidden;
}

.stories-frame {
  position: fixed;
  z-index: 999;
  background: #404040;
  top: -100%;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;

}

.show-story .stories-frame {
  top: 0;
}

.frame__wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}

.frame__inner {
  padding: 0 20px;
  width: 100%;
}

.frame__top {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
 
.frame__logo {
  width: 214px;
  flex: none;
  margin: 30px 0 0 30px;
}

.frame__logo img {
  display: block;
}

.frame__close {
  width: 54px;
  height: 54px;
  cursor: pointer;
  flex: none;
  background: url(/images/frame-close.svg) left bottom no-repeat;
}

.stories {
  margin-top: 70px;
  overflow: hidden;
  padding: 10px 0;
  position: relative;

}

/* .stories__top { */
/* position: fixed; */
/* z-index: 9999999999; */
/* width: 100% height: 300px; */
/* width: 100%; */
/* height: 300px; bottom:-300px; */
/* } */


.stories__items {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 0 0 -20px;
}

.stories__item {
  position: relative;
  width: 144px;
  height: 144px;
  flex: none;
  box-sizing: border-box;
  margin-left: 20px;
  border-radius: 270px;
  background: #fff;
  cursor: pointer;
}



.stories__item::before {
  content: "";
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  background-image: linear-gradient(180deg, #2680EB .85%, #ed21cb 99.99%, #FF6DCC);
  border-radius: 270px;
  z-index: -1;
}

.stories__item.active::before {
  background-image: linear-gradient(180deg, #E0E0E0 100%, #E0E0E0 100%, #E0E0E0);
}

.stories__img {
  position: absolute;
  z-index: 2;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border-radius: 270px;
  overflow: hidden;
}

.stories__img img {
  display: block;
  border-radius: 270px;
  transition: 0.2s all ease;
  background: #fff;

}

.stories__item:hover .stories__img img {
  transform: scale(1.1);
}

.stories-slider__block {
  margin-top: 50px;
}

.stories-slider__block .swiper-slide {
  width: 342px;
  height: 608px;
  overflow: hidden;
  background: #fff;
  backface-visibility: hidden;
  position: relative;
}

.nested-slider-child .swiper-slide {}

.stories-slider__img img {
  will-change: transform;
  backface-visibility: hidden;
}

.child-navi-prev {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50px;
  background: url(/images/stories-child-prev.svg) 50% 50% no-repeat;
  cursor: pointer;

}

.child-navi-next {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  background: url(/images/stories-child-next.svg) 50% 50% no-repeat;
  cursor: pointer;

}

.child-pagination {
  position: absolute;
  z-index: 2;
  top: 10px !important;
  right: 16px !important;
  left: 16px !important;
  bottom: auto !important;
  display: flex;
  flex-wrap: nowrap;
  width: auto !important;
}

.child-pagination span {
  display: block;
  flex-grow: 1;
}

.child-pagination .swiper-pagination-bullet {
  height: 2px;
  background: #979797;
  border-radius: 0px;
  opacity: 1;
  transition: 3s all ease;
  position: relative;
}

.child-pagination .swiper-pagination-bullet-active {
  background: #fff;
}



.swiper-pagination-bullet i {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 2px;
  background-color: #979797;
}

.swiper-pagination-bullet b {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 0%;
  height: 2px;
  background-color: #FFF;
}

.swiper-pagination-bullet-active {
  background-color: transparent;
}

.swiper-pagination-bullet-active b {
  animation-name: countingBar;
  animation-duration: 3s;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}

.stories-slider__container .swiper-slide .child-pagination {
  display: none;
}

.stories-slider__container .swiper-slide .child-navi-prev {
  display: none;
}

.stories-slider__container .swiper-slide .child-navi-next {
  display: none;
}

.stories-slider__container .swiper-slide .swiper-plug {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  cursor: grab;

}

.stories-slider__container .swiper-slide .swiper-plug img {
  display: none;
}

.stories-slider__container .swiper-slide.swiper-slide-active .child-pagination {
  display: flex;
}

.stories-slider__container .swiper-slide.swiper-slide-active .child-navi-prev {
  display: block;
}

.stories-slider__container .swiper-slide.swiper-slide-active .child-navi-next {
  display: block;
}

.stories-slider__container .swiper-slide.swiper-slide-active .swiper-plug {
  display: none;
}

.swiper-link {
  width: 280px;
  height: 40px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -140px;
  bottom: 30px;
  z-index: 2;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.swiper-link a {
  display: block;
  height: 100%;
  font-family: 'Montserrat-SemiBold';
  font-size: 14px;
  line-height: 40px;
  color: #000;
  text-align: center;
  text-decoration: none;
}


@keyframes countingBar {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

.stories__items {
padding-bottom: 40px;
}

.stories__name {
position: absolute;
left: 0;
right: 0;
bottom: -40px;
text-align: center;
font-size: 14px;
line-height: 16px;
}

@media only screen and (min-width: 768px) and (max-height: 899px) {
  .stories-slider__block .swiper-slide {
    width: 300px;
    height: 533px;
  }

  .swiper-link {
    width: 240px;
    margin-left: -120px;
    bottom: 20px;
  }
}




@media screen and (max-width: 1023px) {
  .stories__top {
    overflow: auto;
    padding-right: 20px;

  }

  .for-stories-inner {

    padding: 10px 0px 10px 20px;

  }



}


@media screen and (max-width: 767px) {
  .stories__top {
    overflow: auto;
    padding-right: 0px;

  }

  .stories__items {
    margin: 0 0px 0 -10px;
    overflow: auto;
    height: 88px;
    align-items: center;
    padding-right: 20px;
  }

  .stories__items::-webkit-scrollbar {
    width: 0;
    background: transparent;
  }

  .stories__items {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .stories__items::-webkit-scrollbar {
    display: none;
  }

  .stories__item {
    position: relative;
    width: 84px;
    height: 84px;
    margin-left: 10px;

  }

  .stories__item:hover .stories__img img {
    transform: scale(1);
  }

  .stories-slider__block .swiper-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    backface-visibility: hidden;
    position: relative;


  }

  .frame__inner {
    padding: 0;
  }

  .stories-slider__img img {
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
  }

  .stories-slider__block {
    margin-top: 0;
    width: 100%;
    height: 100%;
  }

  .frame__inner {
    height: 100%;
    position: relative;
  }

  .stories-slider__container {
    height: 100%;
  }

  .nested-slider-child {
    height: 100%;
  }

  .stories-slider__img {
    height: 100%;
  }

  .frame__logo {
    display: none;
  }

  .frame__top {
    justify-content: flex-end;
  }

  .frame__close {
    width: 54px;
    height: 54px;
    cursor: pointer;
    flex: none;
    background: url(/images/frame-close.svg) center bottom no-repeat;
  }
}

/* Stories 2024 */
/* End */


/* Start:/bitrix/components/bitrix/player/templates/.default/style.min.css?1578677085122*/
td.popupmenu div.popupitem .playlist-edit{background-image:url(/bitrix/components/bitrix/player/images/playlist_edit.gif)}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/catalog.section/bestsellerProducts_index/style.css?1681673824720*/
.catalog-content__price { margin-top:20px; display:flex; flex-wrap:nowrap; align-items:center; justify-content:space-between; }
.catalog-current__price { flex:none;  font-family: 'Montserrat-SemiBold';    font-size: 14px;    color: #2680EB;    line-height: 22px; letter-spacing: 1.4px; }
.catalog-stock__block { display:flex; flex-wrap:nowrap; align-items:center; }
.catalog-old__price { flex:none;  font-family: 'Montserrat-SemiBold';    font-size: 12px;    color: #ADADAD; text-decoration: line-through;   line-height: 12px; }
.catalog-discount { font-family: 'Montserrat-SemiBold'; font-size:12px; line-height: 12px; color: #FFFFFF; text-transform: uppercase; background:#2170CF; padding:5px; margin-left:5px; }

/* End */
/* /bitrix/templates/.default/components/bitrix/news.list/actual_zakrep/style.css?17726234257504 */
/* /bitrix/components/bitrix/player/templates/.default/style.min.css?1578677085122 */
/* /bitrix/templates/.default/components/bitrix/catalog.section/bestsellerProducts_index/style.css?1681673824720 */
