

/* Start:/bitrix/templates/.default/components/simai/sf.iblock.detail/exhibit/style.css?17774577344054*/


@media print {
	/* images in print mode */
	div .sf-iblock-detail-area .swiper-slide-active{
		-webkit-print-color-adjust: exact !important; /* Chrome, Safari, Edge */
		color-adjust: exact !important; /* Firefox */
		width: 100% !important;
	}
}
.swiper-container{position:relative}
.swiper-button-disabled{opacity:0!important}
/*.swiper-container .sf-swiper-button.sf-swiper-compact-nav {opacity:0;transition:all 1s ease}
.swiper-container:hover .sf-swiper-button.sf-swiper-compact-nav {opacity:1;transition:all 1s ease}*/

/* buttons */
.sf-swiper-button.sf-swiper-compact-nav{cursor:pointer;position: relative;height:1rem;width:1rem;background-size:30%;background-position: center;background-repeat: no-repeat;display:block;border-radius:50%;padding:1rem;margin-top:0;}

.theme-light .sf-swiper-compact-nav.sf-swiper-button, .theme-dark .theme-light .sf-swiper-compact-nav.sf-swiper-button, .theme-dark .theme-dark .theme-light .sf-swiper-compact-nav.sf-swiper-button{background-color:rgba(0, 0, 0, 0.04)!important}
.theme-dark .sf-swiper-compact-nav.sf-swiper-button, .theme-light .theme-dark .sf-swiper-compact-nav.sf-swiper-button, .theme-light .theme-light .theme-dark .sf-swiper-compact-nav.sf-swiper-button {background-color:rgba(0,0,0,.54)!important}





/* pagination */
.sf-swiper-pagination.sf-swiper-compact-nav {width: auto;position: relative;text-align: center;z-index: 10;}

.swiper-container .sf-swiper-compact-nav{opacity:1;transition:all 1s ease}
.swiper-container:hover .sf-swiper-compact-nav{opacity:1;transition:all 1s ease}

.sf-swiper-compact-nav.sf-swiper-button-prev{left:1rem;animation-name:sf-swiper-compact-nav-prev-out;}
.sf-swiper-compact-nav.sf-swiper-button-next{right:1rem;animation-name:sf-swiper-compact-nav-next-out}

.swiper-container:hover .sf-swiper-compact-nav.sf-swiper-button-prev{left:1rem;animation-name:sf-swiper-compact-nav-prev;}
.swiper-container:hover .sf-swiper-compact-nav.sf-swiper-button-next{right:1rem;animation-name:sf-swiper-compact-nav-next;}

.theme-light .sf-swiper-compact-nav .swiper-pagination-bullet,.theme-dark .theme-light .sf-swiper-compact-nav .swiper-pagination-bullet, .theme-dark .theme-dark .theme-light .sf-swiper-compact-nav .swiper-pagination-bullet{background:#979797!important}
.theme-dark .sf-swiper-compact-nav .swiper-pagination-bullet, .theme-light .theme-dark .sf-swiper-compact-nav .swiper-pagination-bullet, .theme-light .theme-light .theme-dark .sf-swiper-compact-nav .swiper-pagination-bullet{background:rgba(255,255,255,1)!important}

.theme-light .sf-swiper-compact-nav .swiper-pagination-bullet.swiper-pagination-bullet-active, .theme-dark .theme-light .sf-swiper-compact-nav .swiper-pagination-bullet.swiper-pagination-bullet-active, .theme-dark .theme-dark .theme-light .sf-swiper-compact-nav .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#979797 !important}
.theme-dark .sf-swiper-compact-nav .swiper-pagination-bullet.swiper-pagination-bullet-active, .theme-light .theme-dark .sf-swiper-compact-nav .swiper-pagination-bullet.swiper-pagination-bullet-active, .theme-light .theme-light .theme-dark .sf-swiper-compact-nav .swiper-pagination-bullet.swiper-pagination-bullet-active{background:rgba(255,255,255,1)!important}

/* preloader indicator */
.sf-swiper-compact-nav.swiper-lazy-preloader{width:100%;height:100%;position:relative;z-index:10;transform-origin:50%;-webkit-animation:none;animation:none;margin:0}
.sf-swiper-compact-nav.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background:no-repeat;background-size:100%}


.sf-swiper-compact-nav>.swiper-pagination-bullet{ margin-right: 2px; margin-left: 2px;}



html.special .swiper-pagination-bullet{
	opacity: 1!important;
}


html.special .sf-swiper-pagination.sf-photo-pagination > .swiper-pagination-bullet.swiper-pagination-bullet-active {
     display: inline-block!important; 
}

html.special .sf-swiper-pagination.sf-video-pagination > .swiper-pagination-bullet.swiper-pagination-bullet-active {
     display: inline-block!important; 
}


/* End */


/* Start:/bitrix/components/simai/audio.player/templates/.default/style.css?1777457709955*/
.cursor-pointer{
	 cursor: pointer !important;
 }
 
  .progress-container {
            flex-grow: 1;
        }

        .progress-bar {
            width: 100%;
            height: 22px;
            background: #e0e0e0;
            border-radius: 3px;
            cursor: pointer;
            position: relative;
        }

        .progress {
            height: 100%;
            background: #007bff;
            border-radius: 3px;
            width: 0%;
        }
		
		 .playlist {
            margin-top: 20px;
			background: #FFF;
        }

        .playlist-item {
            padding: 10px;
            cursor: pointer;
            transition: background 0.3s;
        }

        .playlist-item:hover {
            color: #007bff;
        }

        .playlist-item.active {
            color: #007bff;
        }
		
		
  @media (max-width: 991px) {
    .progress-container{
	   padding: 0px!important;
	   max-width: 100%!important;
    }
  }	
		
/* End */


/* Start:/bitrix/components/simai/video.player/templates/.default/style.css?17774577093896*/
.video-player-component {
    margin: 20px 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.video-player-wrapper {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden;
    background-color: #000;
}

/* Video.js кастомные стили */
.video-player-wrapper .video-js {
    width: 100%;
    height: 100%;
    font-family: inherit;
}

.video-player-wrapper .video-js .vjs-big-play-button {
    width: 80px;
    height: 80px;
	margin-left: -40px;
    line-height: 80px;
    border-radius: 50%;
    border: none;
    background-color: rgba(255, 68, 68, 0.9);
    transition: all 0.3s ease;
}

.video-player-wrapper .video-js:hover .vjs-big-play-button {
    background-color: rgba(255, 68, 68, 1);
    transform: scale(1.1);
}

.video-player-wrapper .video-js .vjs-control-bar {
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
}

.video-player-wrapper .video-js .vjs-play-progress {
    background-color: #ff4444;
}

.video-player-wrapper .video-js .vjs-volume-level {
    background-color: #ff4444;
}

/* Информация о файле */
.video-player-info {
    background: linear-gradient(to bottom, #f8f9fa, #e9ecef);
    padding: 12px 20px;
    font-size: 14px;
    color: #495057;
    border-top: 1px solid #dee2e6;
    display: flex;
    align-items: center;
    gap: 8px;
}

.video-player-size {
    display: flex;
    align-items: center;
    gap: 6px;
}

.video-player-size svg {
    opacity: 0.7;
}

/* Сообщение об ошибке */
.video-player-error {
    background: linear-gradient(135deg, #fff3cd 0%, #ffe69c 100%);
    border: 1px solid #ffc107;
    border-radius: 8px;
    padding: 20px;
    color: #856404;
    box-shadow: 0 2px 8px rgba(255, 193, 7, 0.2);
}

.video-player-error p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

/* Video.js темы */
.vjs-theme-fantasy .video-js .vjs-big-play-button {
    background-color: rgba(156, 39, 176, 0.9);
}

.vjs-theme-fantasy .video-js:hover .vjs-big-play-button {
    background-color: rgba(156, 39, 176, 1);
}

.vjs-theme-fantasy .video-js .vjs-play-progress {
    background-color: #9c27b0;
}

.vjs-theme-forest .video-js .vjs-big-play-button {
    background-color: rgba(76, 175, 80, 0.9);
}

.vjs-theme-forest .video-js:hover .vjs-big-play-button {
    background-color: rgba(76, 175, 80, 1);
}

.vjs-theme-forest .video-js .vjs-play-progress {
    background-color: #4caf50;
}

.vjs-theme-city .video-js .vjs-big-play-button {
    background-color: rgba(33, 150, 243, 0.9);
}

.vjs-theme-city .video-js:hover .vjs-big-play-button {
    background-color: rgba(33, 150, 243, 1);
}

.vjs-theme-city .video-js .vjs-play-progress {
    background-color: #2196f3;
}

.vjs-theme-sea .video-js .vjs-big-play-button {
    background-color: rgba(0, 188, 212, 0.9);
}

.vjs-theme-sea .video-js:hover .vjs-big-play-button {
    background-color: rgba(0, 188, 212, 1);
}

.vjs-theme-sea .video-js .vjs-play-progress {
    background-color: #00bcd4;
}

/* Адаптивность */
@media (max-width: 768px) {
    .video-player-wrapper {
        border-radius: 0;
    }
    
    .video-player-wrapper .video-js .vjs-big-play-button {
        width: 60px;
        height: 60px;
        line-height: 60px;
		margin-left: -30px;
    }
    
    .video-player-info {
        font-size: 12px;
        padding: 10px 15px;
    }
}

@media (max-width: 480px) {
    .video-player-component {
        margin: 10px 0;
    }
    
    .video-player-wrapper .video-js .vjs-big-play-button {
        width: 50px;
        height: 50px;
        line-height: 50px;
		margin-left: -25px;
    }
}

/* End */


/* Start:/bitrix/components/simai/sf.swiper.nav/templates/sf-swiper-nav-circle-in/style.css?17774577075948*/
.swiper-container{position:relative}
.swiper-button-disabled{display:none!important}
.swiper-container .sf-swiper-button.sf-swiper-nav-circle-in {opacity:0;transition:all 1s ease}
.swiper-container:hover .sf-swiper-button.sf-swiper-nav-circle-in {opacity:1;transition:all 1s ease}

/* buttons */
.sf-swiper-button.sf-swiper-nav-circle-in{cursor:pointer;position: absolute;top: 50%;height:3rem;width:3rem;margin-top:-2rem!important;background-size:30%;background-position: center;background-repeat: no-repeat;display:block;border-radius:50%;padding:2rem;margin-top:0;transition-property:all;opacity:0;animation-duration:.3s;animation-timing-function:ease-in-out;animation-iteration-count:1;z-index: 1;}

.theme-light .sf-swiper-button, .theme-dark .theme-light .sf-swiper-button, .theme-dark .theme-dark .theme-light .sf-swiper-button{background-color:rgba(255,255,255,.87)!important}
.theme-dark .sf-swiper-button, .theme-light .theme-dark .sf-swiper-button, .theme-light .theme-light .theme-dark .sf-swiper-button {background-color:rgba(0,0,0,.54)!important}

.theme-light .sf-swiper-nav-circle-in.sf-swiper-button-next, .theme-dark .theme-light .sf-swiper-nav-circle-in.sf-swiper-button-next, .theme-dark .theme-dark .theme-light .sf-swiper-nav-circle-in.sf-swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'rgba(0%2C0%2C0%2C0.87)'%2F%3E%3C%2Fsvg%3E")!important}

.theme-light .sf-swiper-nav-circle-in.sf-swiper-button-prev, .theme-dark .theme-light .sf-swiper-nav-circle-in.sf-swiper-button-prev, .theme-dark .theme-dark .theme-light .sf-swiper-nav-circle-in.sf-swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'rgba(0%2C0%2C0%2C0.87)'%2F%3E%3C%2Fsvg%3E")!important}

.theme-dark .sf-swiper-nav-circle-in.sf-swiper-button-next, .theme-light .theme-dark .sf-swiper-nav-circle-in.sf-swiper-button-next, .theme-light .theme-light .theme-dark .sf-swiper-nav-circle-in.sf-swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")!important}

.theme-dark .sf-swiper-nav-circle-in.sf-swiper-button-prev, .theme-light .theme-dark .sf-swiper-nav-circle-in.sf-swiper-button-prev, .theme-light .theme-light .theme-dark .sf-swiper-nav-circle-in.sf-swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")!important}

@keyframes sf-swiper-nav-circle-in-prev-out{from{left:1rem;opacity:1;}to{left:3rem;opacity:0;}}
@keyframes sf-swiper-nav-circle-in-next-out{from{right:1rem;opacity:1;}to{right:3rem;opacity:0;}}

@keyframes sf-swiper-nav-circle-in-prev{from{left:3rem;opacity:0;}to{left:1rem;opacity:1;}}
@keyframes sf-swiper-nav-circle-in-next{from{right:3rem;opacity:0;}to{right:1rem;opacity:1;}}

/* pagination */
.sf-swiper-pagination.sf-swiper-nav-circle-in {bottom: 0.5rem;width: 100%;position: absolute;text-align: center;transition: .3s opacity;transform: translate3d(0,0,0);z-index: 10;}

.swiper-container .sf-swiper-nav-circle-in{opacity:0;transition:all 1s ease}
.swiper-container:hover .sf-swiper-nav-circle-in{opacity:1;transition:all 1s ease}

.sf-swiper-nav-circle-in.sf-swiper-button-prev{left:1rem;animation-name:sf-swiper-nav-circle-in-prev-out;}
.sf-swiper-nav-circle-in.sf-swiper-button-next{right:1rem;animation-name:sf-swiper-nav-circle-in-next-out}

.swiper-container:hover .sf-swiper-nav-circle-in.sf-swiper-button-prev{left:1rem;animation-name:sf-swiper-nav-circle-in-prev;}
.swiper-container:hover .sf-swiper-nav-circle-in.sf-swiper-button-next{right:1rem;animation-name:sf-swiper-nav-circle-in-next;}

.theme-light .sf-swiper-nav-circle-in .swiper-pagination-bullet,.theme-dark .theme-light .sf-swiper-nav-circle-in .swiper-pagination-bullet, .theme-dark .theme-dark .theme-light .sf-swiper-nav-circle-in .swiper-pagination-bullet{background:rgba(0,0,0,1)!important}
.theme-dark .sf-swiper-nav-circle-in .swiper-pagination-bullet, .theme-light .theme-dark .sf-swiper-nav-circle-in .swiper-pagination-bullet, .theme-light .theme-light .theme-dark .sf-swiper-nav-circle-in .swiper-pagination-bullet{background:rgba(255,255,255,1)!important}

.theme-light .sf-swiper-nav-circle-in .swiper-pagination-bullet.swiper-pagination-bullet-active, .theme-dark .theme-light .sf-swiper-nav-circle-in .swiper-pagination-bullet.swiper-pagination-bullet-active, .theme-dark .theme-dark .theme-light .sf-swiper-nav-circle-in .swiper-pagination-bullet.swiper-pagination-bullet-active{background:rgba(0,0,0,.87)!important}
.theme-dark .sf-swiper-nav-circle-in .swiper-pagination-bullet.swiper-pagination-bullet-active, .theme-light .theme-dark .sf-swiper-nav-circle-in .swiper-pagination-bullet.swiper-pagination-bullet-active, .theme-light .theme-light .theme-dark .sf-swiper-nav-circle-in .swiper-pagination-bullet.swiper-pagination-bullet-active{background:rgba(255,255,255,1)!important}

/* preloader indicator */
.sf-swiper-nav-circle-in.swiper-lazy-preloader{width:100%;height:100%;position:absolute;left:0;top:0;z-index:10;transform-origin:50%;-webkit-animation:none;animation:none;margin:0}
.sf-swiper-nav-circle-in.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background:no-repeat;background-size:100%}




/* End */
/* /bitrix/templates/.default/components/simai/sf.iblock.detail/exhibit/style.css?17774577344054 */
/* /bitrix/components/simai/audio.player/templates/.default/style.css?1777457709955 */
/* /bitrix/components/simai/video.player/templates/.default/style.css?17774577093896 */
/* /bitrix/components/simai/sf.swiper.nav/templates/sf-swiper-nav-circle-in/style.css?17774577075948 */
