

/* Start:/local/templates/vesta-m/components/bitrix/news.list/gallery-staff/style.css?17743628903077*/
.news-gallery-wrapper {
    overflow-x: hidden;
}

.modern-gallery {
    position: relative;
    max-width: 100%;
    width: 100%;
    margin: 30px 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

/* Основной слайдер */
.gallery-main {
    position: relative;
    background: #f8f9fa;
    border-radius: 12px 12px 0 0;
}

.slider-container {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    position: relative;
    overflow: hidden;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.6s ease;
    z-index: 1;
}

.slide.active {
    opacity: 1;
    z-index: 2;
}

.slide-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Навигационные кнопки */
.nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(0,0,0,0.5);
    border: none;
    border-radius: 50%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    opacity: 0.7;
    border: none;
    outline: none;
}

.nav-btn:hover {
    background: #b364a4;
    opacity: 1;
}

.prev-btn {
    left: 20px;
}

.next-btn {
    right: 20px;
}

/* Миниатюры */
.gallery-thumbs {
    background: none;
    padding: 30px 0 15px 0;
    border-radius: 0 0 12px 12px;
}

.thumbs-container {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 5px;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}

.thumbs-container::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
}

.thumb-item {
    flex: 0 0 auto;
    width: 120px;
    height: 100px;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    opacity: 0.7;
}

.thumb-item:hover {
    opacity: 1;
}

.thumb-item.active {
    border-color: #b364a4;
    opacity: 1;
    box-shadow: 0 4px 8px rgba(179, 100, 164, 0.3);
}

.thumb-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Адаптивность */
@media (max-width: 768px) {
    .modern-gallery {
        border-radius: 0;
        width: 100%;
        touch-action: pan-y;
    }

    .gallery-main {
        border-radius: 0;
    }

    .gallery-thumbs {
        padding: 10px 15px;
    }

    .nav-btn {
        width: 40px;
        height: 40px;
    }

    .prev-btn {
        left: 20px;
    }

    .next-btn {
        right: 10px;
    }

    .thumb-item {
        width: 60px;
        height: 45px;
    }
    html, body {
        overflow-x: hidden !important;
        width: 100% !important;
        position: relative !important;
    }
}

@media (max-width: 480px) {
    .gallery-thumbs {
        padding: 10px;
    }
}
/* End */


/* Start:/local/templates/vesta-m/components/bitrix/news.list/tizers-list/types/css/type_1.min.css?1774362890541*/
.tizers-list__item{display:flex;height:100%;flex-direction:row}.tizers-list__item--centered{align-items:center}.tizers-list__item--column{flex-direction:column}.tizers-list__item-image-wrapper{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.tizers-list__item-image-picture{max-width:100%;max-height:100%;object-fit:cover}.tizers-list__item-image-wrapper svg{max-width:100%;max-height:100%}.tizers-list__item-text-wrapper{display:flex;flex-direction:column}.tizers-list__item-descr{margin-top:8px}
/* End */
/* /local/templates/vesta-m/components/bitrix/news.list/gallery-staff/style.css?17743628903077 */
/* /local/templates/vesta-m/components/bitrix/news.list/tizers-list/types/css/type_1.min.css?1774362890541 */
