

/* Start:/local/templates/ztz/components/bitrix/news.detail/youth_work/style.css?17879078671621*/
.preview-box {
  max-width: 765px;
  margin-bottom: 24px;
}
.preview-box img{
  width: 100%;
}
.blockquote{
  padding-left: 25px;
  border-left: 11px solid #f37032;
}
@media screen and (max-width: 1280px) {
  .blockquote {
    padding-left: 20px;
  }
}
.section-article__left p{
  text-align: justify;
}
.youth-work-news-swiper {
  width: 100%;
  height: 500px;
}

.swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (max-width: 768px) {
  .youth-work-news-swiper {
    height: 300px;
  }
}

@media (max-width: 480px) {
  .youth-work-news-swiper {
    height: 250px;
  }
}
.section-gallery__header {
  padding-right: 0 !important;
}
.photo-zoom-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #f37032;
  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-image-wrapper {
  position: relative;
}
.photo-image-wrapper:hover .photo-zoom-icon {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.photo-image-wrapper:hover img {
  transform: scale(1.08);
}

/* End */
/* /local/templates/ztz/components/bitrix/news.detail/youth_work/style.css?17879078671621 */
