

/* Start:/bitrix/templates/aspro_max/components/bitrix/catalog.section.list/front_stories/style.css?16735323329073*/
#main .tab_slider_wrapp.stories {
  padding-top: 0;
  padding-bottom: 66px;
}
.front_stories .owl-carousel {
  min-height: 100px;
}
.front_stories .item {
  cursor: pointer;
}
.front_stories .item .img {
  position: relative;
  width: 100%;
}
.front_stories .item .img span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
body#main .wrapper1 .wrapper_inner.front .drag-block.container .content_wrapper_block.no-title > .maxwidth-theme {
  padding-top: 69px;
}
.front_stories.ROUND .item .img span.img_GIF {
  opacity: 0;
  pointer-events: none;
}
.front_stories.ROUND .item .img:hover .img_GIF {
  opacity: 1;
}
.stories-popup__element-video video {
  width: 100%;
  height: 100%;
}
@media (max-width: 600px) {
  .front_stories .owl-item {
    flex-shrink: 0;
  }
  .front_stories .owl-carousel .owl-stage {
    display: flex;
  }
  .front_stories .owl-carousel .owl-stage-outer {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }
  body#main .wrapper1 .wrapper_inner.front .drag-block.container .tab_slider_wrapp.stories {
    margin-top: -6px;
    padding-bottom: 42px;
  }
  body#main .wrapper1 .wrapper_inner.front .drag-block.container .content_wrapper_block.no-title > .maxwidth-theme {
    padding-top: 51px;
  }
}

/* ROUND */
.front_stories.ROUND .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.front_stories.ROUND .item .name {
  margin-top: 5px;
  text-align: center;
  color: #333;
  color: var(--white_text_black);
  line-height: 18px;
}
.front_stories.ROUND .item .img {
  padding-top: 100%;
  transition: opacity 0.2s ease-in-out;
}
.front_stories.ROUND .item:hover .img {
  opacity: 0.7;
}
.front_stories.ROUND .item .img span {
  border-radius: 50%;
}
@media (min-width: 768px) {
  .front_stories.ROUND .owl-carousel {
    margin: 0 58px;
    width: calc(100% - 116px);
  }
  .front_stories.ROUND .owl-carousel.visible-nav .owl-nav {
    left: -76px;
    right: -76px;
  }
}
@media (max-width: 600px) {
  .front_stories.ROUND .owl-item {
    width: 100px !important;
  }
  body#main .wrapper1 .wrapper_inner.front .drag-block.container .front_stories.ROUND .tab_slider_wrapp.stories {
    padding-bottom: 36px;
  }
}

/* RECTANGLE */
#main .front_stories.RECTANGLE .tab_slider_wrapp.stories {
  padding-bottom: 72px;
}
.front_stories.RECTANGLE .item .img {
  padding-top: 145%;
}
.front_stories.RECTANGLE .item .img span {
  border-radius: 5px;
}
.front_stories.RECTANGLE .item .img span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  opacity: 0;
  border-radius: 5px;
  transition: opacity 0.2s ease-in-out;
}
.front_stories.RECTANGLE .item .name {
  visibility: hidden;
  position: absolute;
  bottom: 16px;
  left: 18px;
  right: 18px;
  color: #fff;
  font-size: 1em;
  line-height: 1.2em;
  transition: visibility 0.2s ease-in-out;
}

@media (min-width: 601px) {
  .front_stories.RECTANGLE .item:hover .img span:before {
    opacity: 0.35;
  }
  .front_stories.RECTANGLE .item:hover .name {
    visibility: visible;
  }
}

@media (max-width: 600px) {
  .front_stories.RECTANGLE .owl-item {
    width: 152px !important;
  }
  .front_stories.RECTANGLE .item .img span:before {
    opacity: 0.35;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    top: 45.45%;
  }
  .front_stories.RECTANGLE .item .name {
    visibility: visible;
    bottom: 14px;
    font-size: 14px;
    line-height: 16px;
  }
}

/* STORIES POPUP */
.stories-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1052;
  display: none;
}
.stories-popup:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  opacity: 0.8;
}
.stories-popup--visible {
  display: block;
}

.stories-popup__close {
  position: absolute;
  right: 23px;
  top: 27px;
  cursor: pointer;
  transition: opacity 0.1s ease-in-out;
  z-index: 2;
  width: 30px;
  height: 30px;
  text-align: center;
}
.stories-popup__close svg {
  position: relative;
  top: 4px;
}
.stories-popup__close:hover {
  opacity: 0.8;
}
.aspro_slider_init .stories-popup__section-slider-loader {
  display: none;
}
.stories-popup__section-slider:not(.aspro_slider_init) .stories-popup__section-slider-inner {
  opacity: 0;
}
.stories-popup__section-slider-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  margin-top: -27px;
  margin-left: -24px;
}
.stories-popup__section-slider-loader svg path {
  fill: #fff;
}
.stories-popup__section-slider {
  /* height: 100%; */
  display: flex;
  align-items: center;

  position: absolute;
  top: 40px;
  bottom: 40px;
  left: 0px;
  right: 0px;
}
.stories-popup__section-slider-inner {
  height: 100%;
}
.stories-popup__element-slider {
  width: 345px;
  max-width: 100vw;
  position: relative;

  height: 100%;
  width: 462px;
  transform: scale(0.75);
  transition: transform 0.25s ease-out, margin 0.25s ease-out;
  will-change: transform, margin;
  border-radius: 5px;
  overflow: hidden;
}
.stories-popup__element-slider-elements {
  /* padding-top: 175%; */
  /* max-height: 100vh; */

  /* height: 100%; */
}
.stories-popup__element-slider-panel {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  display: flex;
  opacity: 0;
}
.stories-popup__element-slider-panel:before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  /* border-radius: 5px 5px 0px 0px; */
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  height: 70px;
}
.stories-popup__element-slider--active .stories-popup__element-slider-panel {
  opacity: 1;
}
.stories-popup__element-slider-panel-element {
  position: relative;
  overflow: hidden;
  flex-grow: 1;
  height: 2px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.5);
}
.stories-popup__element-slider-panel-element--active .stories-popup__element-slider-panel-element-line {
  animation: story-bar-progressing forwards linear;
}
.stories-popup__element-slider-panel-element--finishied .stories-popup__element-slider-panel-element-line {
  transform: scaleX(1);
  animation: none;
}
.stories-popup__element-slider--paused .stories-popup__element-slider-panel-element-line {
  animation-play-state: paused;
}
.stories-popup__element-slider-panel-element-line {
  height: 100%;
  background: #fff;
  transform: scaleX(0);
  transform-origin: 0 50%;
  animation-duration: 5s;
}
.stories-popup__element-slider-panel-element + .stories-popup__element-slider-panel-element {
  margin: 0 0 0 2px;
}

.stories-popup__element-slider-header {
  position: absolute;
  top: 22px;
  left: 10px;
  display: flex;
  align-items: center;
}
.stories-popup__element-slider-header-img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 9px;
  flex-shrink: 0;
  background-size: cover !important;
}
.stories-popup__element-slider-header-name {
  color: #fff;
  font-size: 13px;
  margin: -1px 0px 0px 0px;
}
.stories-popup__element-slider--active {
  width: 462px;
  transform: scale(1);
  margin-left: 8vw;
  margin-right: 8vw;
}
.stories-popup__element {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease-out, visibility 0.25s ease-out;
  will-change: opacity, visibility;
}
.stories-popup__element-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover !important;
}
.stories-popup__element-btn {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 2;
}

.stories-popup__element-slider-navs {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 1;
  display: flex;
}
.stories-popup__element-slider-navs-prev,
.stories-popup__element-slider-navs-next {
  width: 50%;
  cursor: pointer;
}
.stories-popup__element--active {
  opacity: 1;
  visibility: visible;
}

@keyframes story-bar-progressing {
  0% {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

@media (max-width: 1025px) {
  .stories-popup__element-slider--active {
    margin-left: 4vw;
    margin-right: 4vw;
  }
}
@media (max-width: 566px) {
  .stories-popup__section-slider {
    top: 0px;
    bottom: 0px;
  }
  .stories-popup__element-slider--active {
    margin: 0px;
    border-radius: 0px;
  }
  .stories-popup__element-slider {
    width: 100vw;
    transform: none;
    border-radius: 0px;
  }
  .stories-popup__close {
    right: 9px;
    top: 19px;
  }
}

/* End */


/* Start:/bitrix/templates/aspro_max/vendor/css/carousel/owl/owl.carousel.min.css?16220485933351*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/bitrix/templates/aspro_max/vendor/css/carousel/owl/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/bitrix/templates/aspro_max/vendor/css/carousel/owl/owl.theme.default.min.css?16220485931013*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/* End */
/* /bitrix/templates/aspro_max/components/bitrix/catalog.section.list/front_stories/style.css?16735323329073 */
/* /bitrix/templates/aspro_max/vendor/css/carousel/owl/owl.carousel.min.css?16220485933351 */
/* /bitrix/templates/aspro_max/vendor/css/carousel/owl/owl.theme.default.min.css?16220485931013 */
