

/* Start:/local/templates/.default/components/bitrix/news.list/videostories_new_main/style.css?17465159779475*/
.stories {
    overflow:hidden;
    background:#000;
    color:#fff;
 }
.stories .section__title {
    font-family: "Gilroy", sans-serif;
    font-size: 48px;
    font-weight: 300;
    font-size: calc(var(--index)* 1.7);
    line-height: 1;
    text-align: left;
    margin-bottom: 24px;
    padding: 0 40px;
    letter-spacing: -.3px;
    width: 100%;
    max-width: 95%;
}
.stories .section__title span {
    position: relative;
    padding: 0 7px;
}
.stories .section__title span::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    width: 100%;
    background-color: #0358FD;
    z-index: 1;
}
.stories .section__title span em {
    position: relative;
    font-style: normal;
    z-index: 2;
}

.stories .stories-swiper {
    max-width:304px;
    margin:0 auto;
    overflow:visible;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}


.stories-main-slider{
    width: 100%;
    height: 100%;
    overflow: hidden;
 }
 .stories-main-slider .swiper-wrapper {
    justify-content:center;
 }
 .stories-previews-slider .swiper-slide{
    width:320px !important;
 }
 .stories-previews-item {
    position:relative;
     top:0;
     -webkit-transition:all 0.3s ease;
     -moz-transition:all 0.3s ease;
     -o-transition:all 0.3s ease;
     transition:all 0.3s ease;
 }
 .stories-previews-slider .swiper-slide img {
    display:block;
     -webkit-transition:all 0.3s ease;
     -moz-transition:all 0.3s ease;
     -o-transition:all 0.3s ease;
     transition:all 0.3s ease;
 }
 .stories-previews-slider .swiper-slide:hover img {
    transform:scale(1.05);
 }
 .stories-previews-slider .swiper-slide.active .stories-previews-item {
    top:-30px;
 }
 .stories-previews-slider{
 }
 .section__title__stories{
     text-transform:uppercase;
     color:#fff;
     font-weight:400;
     font-size:20px;
     letter-spacing:.07em;
     text-align:center;
 }
 .stories-previews-item{
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     height: 250px;
     position: relative;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     align-items: flex-end;
     overflow: hidden;
 }
 .stories-previews-image{
    position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     z-index: -1;
     transition: transform 1s;
 }
 .stories-previews-image::before{
    content: "";
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     z-index: 1;
     background: rgba(0,0,0,0.3);
 }
 .stories-previews-image a{
    pointer-events: none;
    cursor: default;
 }
 .stories-previews-image img{
    transition: all 0.3s ease;
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     -o-object-fit: cover;
     object-fit: cover;
     -o-object-position: center;
     object-position: center;
     font-family: "object-fit: ",cover center,";
 }
 .stories-previews-image img:hover{
    transform: scale(1.05);
 }
 .stories-previews-content{
    padding:0px 15px 0px;
     position:absolute;
     bottom:0px;
     left:0;
     z-index:2;
 }
 .stories-previews-title a{
    color:white;
     text-decoration:none;
 }
 @keyframes active-dot {
    0% {
        width:0%;
    }
    100% {
        width:100%;
    }
 }
 .stories_gallery_main_block{
    display: flex;
    justify-content: space-evenly;
    position: fixed;
    bottom:300px;
    top: 100px;
    left: calc(50% - 160px);
    z-index: 12;
 }
 .stories-gallery-close {
    position: absolute;
    top:-40px;
    right:-40px;
    width:40px;
    height:40px;
    background:url(/local/templates/.default/components/bitrix/news.list/videostories_new_main/../i/close.svg) no-repeat 50% 50%;
    background-size:24px;
    z-index:100;
 }
 .stories-gallery{
    display: none;
    width: 100%;
    height: 100%;
    max-width: 315px;
    overflow: hidden;
 }
 .stories-gallery .swiper-slide {
    max-height:500px;
 }
 .stories-gallery .swiper-slide img, .stories-gallery .swiper-slide video {
    max-height:100%;
    width:100%;
    object-fit:cover;
 }
 /* .stories-gallery:first-child{
    display: block;
 }
 */
 .stories-gallery .swiper-pagination.swiper-pagination-bullets{
   left:0;
   width:100%;
   height:16px;
   top:10px;
   display:flex;
   flex-direction: row;
 }
 .stories-gallery .swiper-pagination.stories-pagination .swiper-pagination-bullet{
   display:block;
   position:relative;
   width:45%;
   height:8px;
   margin:7px 4px;
   padding:0;
   background:rgba(255,255,255,.35);
   border-radius:2px;
   cursor:pointer;
   border: none;
 }
 .stories-gallery .swiper-pagination.stories-pagination .swiper-pagination-bullet::before{
   content:'';
   position:absolute;
   left:0;
   top:0;
   width:0%;
   height:100%;
   background:#fff;
   border-radius: 0;
}
.swiper-pagination.stories-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
}
.swiper-pagination.stories-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before{
   -webkit-animation:active-dot linear 4s 1 forwards;
   animation:active-dot linear 4s 1 forwards;
 }
.active{
   display:block;
 }
.stories__item {
   position:relative;
   -webkit-transition:all 0.3s ease;
   -moz-transition:all 0.3s ease;
   -o-transition:all 0.3s ease;
   transition:all 0.3s ease;
 }
 .stories__video {
   position:relative;
 }
 .stories__item:before {
   content:"";
   display:block;
   width:100%;
   height:100%;
   background:rgba(0,0,0,0.6);
   z-index:3;
   position:absolute;
   top:0;
   left:0;
   -webkit-transition:all 0.3s ease;
   -moz-transition:all 0.3s ease;
   -o-transition:all 0.3s ease;
   transition:all 0.3s ease;
 }
 .stories__video a.video_link {
   position: absolute;
   left: 0;
   right: 0;
   bottom: 30px;
   width: 100%;
   max-width: 227px;
   display: none;
   align-items: center;
   justify-content: center;
   flex-flow: row;
   background-color: #282E34;
   min-height: 38px;
   border-radius: 50px;
   padding: 10px 16px;
   margin: 0 auto;
   text-decoration: none;
   transition: all  .6s ease;
   z-index: 2;
 }
 .stories__video a.video_link:hover {
   background-color: #49535e;  
 }
 .swiper-slide:hover .stories__video a.video_link {
   display: flex;
 }
 .stories__video a.video_link .svg {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 19px;
   height: 19px;
   margin-right: 12px;
   border: 1px solid #fff;
   border-radius: 4px;
 }
 .stories__video a.video_link .svg svg {
   width: 13px;
   height: 13px;
 }
 .stories__video a.video_link .svg svg path {
   fill: #ffffff;
 }
 .stories__video a.video_link .txt {
    font-family: Gilroy;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0;
    color: #fff;
 }
 .stories__item img {
    width:100%;
 }
 .stories__item video {
    position:absolute;
     top:0;
     left:0;
     width:100%;
     height:100%;
     z-index:1;
     object-fit:cover;
 }
 .stories__title {
    position:absolute;
     top:0;
     left:0;
     width:100%;
     padding:10px 16px;
     z-index:2;
     background:rgba(0,0,0,0.6);
 }
 .stories-swiper-slide .stories__item {
    transform:scale(1);
    border-radius: 40px;
    overflow: hidden;
 }
 .stories-swiper-slide.swiper-slide-active .stories__item {
    transform:scale(1);
 }
 .stories-swiper-slide.swiper-slide-active .stories__item:before {
    opacity:0;
    pointer-events:none;
 }
.stories .swiper-pagination.swiper-pagination-bullets {
    width: 100%;
    margin-top: 48px;
    position: initial;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.stories .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.2);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 25px;
    height: 8px;
    border-radius: 4px;
    -webkit-transition: 200ms background linear;
    -o-transition: 200ms background linear;
    transition: 200ms background linear;
}
.stories .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet::before {
    display: none;
}
.stories .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #ffffff;
}




@media all and (max-width: 1199px) {
    .stories-main-slider .swiper-wrapper {
        justify-content:flex-start;
    }
}

@media screen and (max-width: 999px) {
   .stories__video a.video_link {
      display: flex;
   }
	.stories_gallery_main_block {
	   bottom:0;
   }
}

@media screen and (max-width: 767px) {
    .stories .section__title {
        padding: 0 15px;
        font-size: calc(var(--index)* 2.2);
    }
	.stories-previews-slider {
	   display: none;
    }

    .stories .stories__video {
        max-height: 450px;
    }
    .stories .stories__video img {
        max-height: inherit;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .stories .swiper-pagination.swiper-pagination-bullets {
        padding-inline: var(--bs-gutter-x);
    }
}
@media all and (max-width: 575px) {
    .stories-gallery-close {
        top:40px;
         right:20px;
    }
     .stories_gallery_main_block {
        bottom:-80px;
         top: 50px;
    }
}

/* End */
/* /local/templates/.default/components/bitrix/news.list/videostories_new_main/style.css?17465159779475 */
