

/* Start:/local/templates/sibclub/components/bitrix/news.list/gallery/style.css?17537884351865*/
/* Gallery Styles */
.gallery--style-3 {
    margin: 40px 0;
}

.gallery--style-5 {
    margin: 40px 0;
}

.gallery--style-5 .js-isotope__grid-sizer {
    padding: 0;
}

.gallery__inner {
    position: relative;
}

.gallery__item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 30px;
}

.gallery__item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.gallery__item__inner {
    position: relative;
    height: 280px;
    overflow: hidden;
}

.gallery__item figure {
    margin: 0;
    height: 100%;
    position: relative;
}

.gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
}

.gallery__item:hover img {
    transform: scale(1.05);
}

.gallery__item__description {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    color: white;
    text-decoration: none;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.gallery__item:hover .gallery__item__description {
    transform: translateY(0);
}

.gallery__item__title {
    display: block;
    font-size: 16px;
    font-weight: 600;
    /*margin-bottom: 5px;*/
    color: white;
}

.gallery__item__subtitle {
    display: block;
    font-size: 14px;
    opacity: 0.9;
    color: white;
}

.gallery-pagination {
    text-align: center;
    margin-top: 40px;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .gallery__item__inner {
        height: 250px;
    }
    
    .gallery__item {
        margin-bottom: 20px;
    }
}

/* End */


/* Start:/bitrix/components/bitrix/player/templates/.default/style.min.css?1752821168122*/
td.popupmenu div.popupitem .playlist-edit{background-image:url(/bitrix/components/bitrix/player/images/playlist_edit.gif)}
/* End */


/* Start:/local/templates/sibclub/components/bitrix/news.list/video/style.css?17538193103801*/
/* Gallery Styles */
.gallery--style-2 {
    margin: 40px 0;
}

.gallery--style-3 {
    margin: 40px 0;
}

.gallery--style-5 {
    margin: 40px 0;
}

.gallery--style-5 .js-isotope__grid-sizer {
    padding: 0;
}

.gallery__inner {
    position: relative;
}

.gallery__item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 30px;
    background: white;
}

.gallery__item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.gallery__item__inner {
    position: relative;
    height: 280px;
    overflow: hidden;
}

.gallery__item figure {
    margin: 0;
    height: 100%;
    position: relative;
}

.gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
}

.gallery__item:hover img {
    transform: scale(1.05);
}

/* Стили для HTML5 видео */
.gallery__item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    border-radius: 0;
}

.gallery__item:hover video {
    transform: scale(1.05);
}

/* Стили для gallery--style-2 */
.gallery--style-2 .gallery__item {
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    background: transparent;
}

.gallery--style-2 .gallery__item:hover {
    transform: none;
    box-shadow: none;
}

.gallery--style-2 .gallery__item__inner {
    height: 250px;
    border-radius: 0;
    overflow: hidden;
}

.gallery--style-2 .gallery__item figure {
    position: relative;
    height: 100%;
}

.gallery--style-2 .gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
}

.gallery--style-2 .gallery__item:hover img {
    transform: scale(1.05);
}

.gallery--style-2 .gallery__item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery--style-2 .gallery__item:hover video {
    transform: scale(1.05);
}

.gallery--style-2 .gallery__item__description {
    position: static;
    padding: 15px 0;
    background: transparent;
    color: #333;
    text-decoration: none;
    transform: none;
    transition: none;
}

.gallery--style-2 .gallery__item__title {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.gallery--style-2 .gallery__item__subtitle {
    display: block;
    font-size: 14px;
    color: #666;
    opacity: 1;
}

/* Общие стили для описания */
.gallery__item__description {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    color: white;
    text-decoration: none;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.gallery__item:hover .gallery__item__description {
    transform: translateY(0);
}

.gallery__item__title {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: white;
}

.gallery__item__subtitle {
    display: block;
    font-size: 14px;
    opacity: 0.9;
    color: white;
}

.gallery-pagination {
    text-align: center;
    margin-top: 40px;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .gallery__item__inner {
        height: 250px;
    }
    
    .gallery__item {
        margin-bottom: 20px;
    }
    
    .gallery--style-2 .gallery__item__inner {
        height: 200px;
    }
    
    .gallery__item video {
        height: 100%;
    }
}

/* End */
/* /local/templates/sibclub/components/bitrix/news.list/gallery/style.css?17537884351865 */
/* /bitrix/components/bitrix/player/templates/.default/style.min.css?1752821168122 */
/* /local/templates/sibclub/components/bitrix/news.list/video/style.css?17538193103801 */
