

/* Start:/local/templates/uralsteel_2024/components/bitrix/news.detail/youth_work_slider/style.css?17845342321867*/
.slider-section{
    margin: 50px 0 0 0;
}
.swiper-wrapper {
    align-items: stretch;
}
.swiper.photo-swiper {
    padding-bottom: 50px;
    overflow: hidden;
}
.photo-slide {
    border-radius: 10px;
    overflow: hidden;
    background-color: #ffffff;
    height: auto;
    display: flex;
    flex-direction: column;
    transition: opacity 0.2s;
}
.photo-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.photo-swiper .swiper-pagination-bullet {
    background: #020202;
    opacity: 0.25;
    width: 10px;
    height: 10px;
    transition: all 0.3s ease;
}
.photo-swiper .swiper-pagination-bullet-active {
    background: #ff3c00;
    opacity: 1;
    transform: scale(1.2);
}
.slider-section h2 {
    text-transform: uppercase;
    margin-bottom: 24px;
}
.photo-image-wrapper {
    width: 100%;
    height: 240px;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
    background-color: #f3f4f5;
    cursor: pointer;
}
.photo-zoom-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(255, 60, 0, 0.85);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    opacity: 0;
    transition: all 0.3s ease;
    pointer-events: none;
    z-index: 2;
    backdrop-filter: blur(4px);
}
.photo-zoom-icon svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: #ffffff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.photo-slide:hover .photo-image-wrapper img {
    transform: scale(1.08);
}
.photo-slide:hover .photo-zoom-icon {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
/* End */
/* /local/templates/uralsteel_2024/components/bitrix/news.detail/youth_work_slider/style.css?17845342321867 */
