

/* Start:/local/templates/sprintvelo/components/bitrix/breadcrumb/.default/style.css?1713257402687*/
.breadcrumbs {
    margin-bottom: 16px;
    font-size: 16px;
}

.bx-breadcrumb {
    display: flex;
    flex-wrap: wrap;
}

.bx-breadcrumb i {
	color: var(--gray-60);
	font-size: 6px;
	margin-right: 10px;
}

.bx-breadcrumb .bx-breadcrumb-item {
    display: inline-flex;
    align-items: center;
	white-space: nowrap;
	margin-right: 10px;
}

.bx-breadcrumb .bx-breadcrumb-item a {
    color: var(--gray-60);
}

/* Media Requests */

@media (min-width: 1920px) {
    .breadcrumbs {
        font-size: 18px;
    }
}

@media (max-width: 1279.75px) {
    .bx-breadcrumb {
        line-height: 1.6;
    }
}

@media (max-width: 639.75px) {
    .bx-breadcrumb {
        font-size: 14px;
    }
}
/* End */


/* Start:/local/templates/sprintvelo/components/bitrix/news.detail/photogallery/style.css?17132714102046*/
.photogallery-detail-body {
    margin-top: 0px;
}

.photogallery-detail-title.h2 {
    text-transform: uppercase;
}

.photogallery-detail-content {
    margin-top: 80px;
}

.swiper-photogallery{
    margin-left: calc((100% - 100vw) / 2);
    width: 100vw !important;
    max-width: initial !important;
}

.swiper-photogallery .swiper-wrapper {
    align-items: center;
    height: 750px;
}

.swiper-photogallery .swiper-slide {
    display: flex;
}

.swiper-photogallery .swiper-slide.swiper-slide-active img {
    height: 750px;
    object-fit: cover;
}

.swiper-photogallery .swiper-slide img {
    height: 572px;
    width: 100%;
    border-radius: 26px;
    object-fit: cover;
    transition: var(--transition);
    transition-duration: 0.6s;
}

.swiper-photogallery .swiper-controls {
    width: 100%;
    justify-content: center;
}

/* Media Requests */

@media only screen and (min-width: 1920px) {
    .photogallery-detail-img img {
        height: 716px;
    }
}

@media (max-width: 1599.75px) {
    .swiper-photogallery .swiper-wrapper {
        height: 455px;
    }
    
    .swiper-photogallery .swiper-slide.swiper-slide-active img {
        height: 455px;
    }

    .swiper-photogallery .swiper-slide img {
        height: 366px;
    }

    .swiper-photogallery-pagination {
        margin-top: 10px;
    }
}

@media (max-width: 1023.75px) {
    .photogallery-detail-content {
        margin-top: 40px;
    }

    .swiper-photogallery .swiper-wrapper {
        height: 286px;
    }

    .swiper-photogallery .swiper-slide.swiper-slide-active img {
        height: 286px;
    }

    .swiper-photogallery .swiper-slide img {
        height: 230px;
    }
}

@media (max-width: 639.75px) {
    .photogallery-detail-content {
        margin-top: 20px;
    }

    .swiper-photogallery .swiper-wrapper {
        height: max(166px, 40vw);
    }

    .swiper-photogallery .swiper-slide.swiper-slide-active img {
        height: max(166px, 40vw);
    }

    .swiper-photogallery .swiper-slide img {
        height: max(134px, 34vw);
    }
}
/* End */
/* /local/templates/sprintvelo/components/bitrix/breadcrumb/.default/style.css?1713257402687 */
/* /local/templates/sprintvelo/components/bitrix/news.detail/photogallery/style.css?17132714102046 */
