

/* 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/bootstrap_v4/style.css?17114375501063*/
.news-detail-img {
	display: flex;
}

.news-detail-img img {
    width: 100%;
    height: 664px;
    border-radius: 26px;
    object-fit: cover;
}

.news-detail-body {
    max-width: 58%;
    margin-top: 40px;
}

.news-detail-content {
    margin-top: 16px;
}

.news-detail-content p + * {
    margin-top: 0.8em;
}

.news-detail-content ul li + li {
    margin-top: 0.25em;
}

/* Media Requests */

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

@media (max-width: 1599.75px) {
    .news-detail-img img {
        height: 560px;
    }

    .news-detail-body {
        max-width: 75%;
    }
}

@media (max-width: 1279.75px) {
    .news-detail-img img {
        height: 444px;
    }
}

@media (max-width: 1023.75px) {
    .news-detail-img img {
        height: 278px;
    }

    .news-detail-body {
        max-width: 100%;
        margin-top: 20px;
    }
    
    .news-detail-content {
        margin-top: 4px;
    }
}

@media (max-width: 639.75px) {
    .news-detail-img img {
        height: 44vw;
    }
}
/* End */
/* /local/templates/sprintvelo/components/bitrix/breadcrumb/.default/style.css?1713257402687 */
/* /local/templates/sprintvelo/components/bitrix/news.detail/bootstrap_v4/style.css?17114375501063 */
