

/* Start:/local/templates/alfametal/components/bitrix/news/news/bitrix/news.detail/new/style.css?177634879752*/
.gallery-slider-container {
    padding: 24px 0;
}
/* End */


/* Start:/local/components/profi/gallery.slider/templates/.default/style.css?17763467442114*/
.gallery-slider {
    max-width: 900px;
    margin: 0 auto;
}

.gallery-slider .gallery-top {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 20px;
    overflow: hidden;
}

.gallery-slider .gallery-top .swiper-slide {
    height: 500px;
    border-radius: 20px;
    overflow: hidden;
    background: #ddd;
}

.gallery-slider .gallery-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gallery-slider .gallery-bottom {
    display: flex;
    align-items: center;
    gap: 16px;
}

.gallery-slider .gallery-thumbs {
    flex: 1;
    overflow: hidden;
    padding: 0 8px;
}

.gallery-slider .gallery-thumbs .swiper-slide {
    height: 110px;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.5;
    transform: scale(0.9);
    transition: all 0.3s ease;
}

.gallery-slider .gallery-thumbs .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gallery-slider .gallery-thumbs .swiper-slide.is-active {
    opacity: 1;
    transform: scale(1);
    border: 2px solid #111;
}

.gallery-slider .gallery-arrow {
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 50%;
    background: #111;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    transition: 0.25s;
    flex-shrink: 0;
}

.gallery-slider .gallery-arrow:hover {
    opacity: 0.85;
}

.gallery-slider .gallery-arrow:disabled {
    opacity: 0.35;
    cursor: not-allowed;
    pointer-events: none;
}

@media (max-width: 768px) {
    .gallery-slider .gallery-top .swiper-slide {
        height: 300px;
    }

    .gallery-slider .gallery-thumbs .swiper-slide {
        height: 80px;
    }

    .gallery-slider .gallery-arrow {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
}

@media (max-width: 412px) {
    .gallery-slider .gallery-top .swiper-slide {
        height: 250px;
    }

    .gallery-slider .gallery-thumbs .swiper-slide {
        height: 50px;
    }
}
/* End */


/* Start:/local/templates/alfametal/components/bitrix/system.pagenavigation/.default/style.css?1747389075360*/
.pagination .pagination-previous > a { 
	   margin-top: 0!important;
		color: #4263d0;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
}
.pagination .pagination-next {
	margin-left: 0!important;
}

.pagination-next.disabled svg {
	height: auto;
	width: .875em;
	display: inline-block;
	margin-top: 0.4375rem;
}
/* End */
/* /local/templates/alfametal/components/bitrix/news/news/bitrix/news.detail/new/style.css?177634879752 */
/* /local/components/profi/gallery.slider/templates/.default/style.css?17763467442114 */
/* /local/templates/alfametal/components/bitrix/system.pagenavigation/.default/style.css?1747389075360 */
