

/* Start:/local/templates/souz-region/components/bitrix/system.pagenavigation/videos/style.css?1739175825572*/
.load_more {
    margin: 20px auto;
    padding: 10px 40px;
    width: max-content;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    color: #2d4191;
    border: 2px solid #2d4191;
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.load_more:hover{
    color: #ffffff;
    background-color: #2d4191;
}
/* End */


/* Start:/local/templates/souz-region/components/bitrix/news.list/videos-list/style.css?17524843021389*/
.videos {
    margin: 30px 0;
}

.video-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.video-item {
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    will-change: transform;
}

.video-item:hover {
    transform: scale(1.03);
}

.video-preview-wrapper {
    overflow: hidden;
    border-radius: 8px;
}

.video-link {
    display: block;
    position: relative;
}

.video-preview {
    width: 100%;
    height: auto;
    display: block;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.video-iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-title {
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
}

.fancybox__content {
    background: transparent !important;
}

@media (max-width: 1024px) {
    .videos {
        margin: 20px 0;
    }
    .video-items {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .videos {
        margin: 10px 0;
    }
    .video-items {
        grid-template-columns: 1fr;
    }
}
/* End */
/* /local/templates/souz-region/components/bitrix/system.pagenavigation/videos/style.css?1739175825572 */
/* /local/templates/souz-region/components/bitrix/news.list/videos-list/style.css?17524843021389 */
