

/* Start:/local/templates/slate-tiles/components/bitrix/news.list/video/style.css?17332996193092*/
.video{
    position: relative;
    padding: 100px 60px;
    background: #fff;
    margin-bottom: 100px;
}
.video__title{
    color: #1D1D1B;
    margin-bottom: 60px;
}

.video__list-item{
    position: relative;
    width: 358px;
    height: 600px;
    display: block;
    cursor: pointer;
    max-width: 100%;
    max-height: fit-content;

}
.video__list-item video::-webkit-media-controls {
    display: none;
}
.video__list-item video{
    object-fit: cover;

}
.video__list-item:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000045;
}
.video__list-item .video_play{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 70px;
    height: 70px;
    background: url('/local/templates/slate-tiles/components/bitrix/news.list/video/img/play.png');
}
.video__list-item:hover:after{
    display: none;
}
.video__list-item:hover .video_play{
    background: url('/local/templates/slate-tiles/components/bitrix/news.list/video/img/play-hover.png');
}
.video__navigation{
    position: absolute;
    top: 100px;
    right: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: fit-content;
    grid-gap: 40px;
}
.video__navigation div{
    display: flex;
    text-align: center;
    width: 65px;
    height: 65px;
    border: 2px solid #1D1D1B;
    cursor: pointer;
    transition: 0.3s;
}
.video__navigation div:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.video__navigation div svg{
    margin: auto;
}
.video_popup{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 10;
    padding: 70px;
    background: #ffffff;
    width: 95%;
    height: fit-content;
    max-width: 554px;
    max-height: 95%;
}
.video_popup_close{
    position: absolute;
    top: 25px;
    right: 25px;
}
.video_popup video{
    max-width: 554px;
    max-height: 812px;
    width: 100%;
    height: 100%;
}
.dark-bg{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1D1D1B95;
    z-index: 5;
}
.video_popup_play{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 70px;
    height: 70px;
    background: url('/local/templates/slate-tiles/components/bitrix/news.list/video/img/play.png');
}
@media (max-width: 730px) {
    .video__navigation{
        grid-gap: 15px;
    }
    .video__navigation div{
        width: 40px;
        height: 40px;
    }

}
@media (max-width: 576px) {
    .video__navigation{
        top: 30px;
    }
    .video{
        padding: 30px;
    }
}
/* End */


/* Start:/local/templates/slate-tiles/components/bitrix/news.list/sertificats/style.css?1755592103766*/
.sertificats {
    position: relative;
    background: #ffffff;
    margin-bottom: 100px;
    padding: 100px 60px;
}

.sertificats__list-item {
    display: block;
    margin: 35px 10px;
    box-shadow: 0 5px 10px #66666650;
    transition: 0.3s;
}

.sertificats__list-item:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 15px #66666650;
}

.sertificats__list-item img {
    display: block;
    width: 100%;
    height: auto;
}

.owl-counter {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px;
    font-size: 16px;
    color: #1D1D1B;
    font-weight: 500;
}

@media (max-width: 767px) {
    .sertificats .video__navigation {
        top: auto;
        bottom: 50px;
    }
}
/* End */
/* /local/templates/slate-tiles/components/bitrix/news.list/video/style.css?17332996193092 */
/* /local/templates/slate-tiles/components/bitrix/news.list/sertificats/style.css?1755592103766 */
