

/* 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.list/photogallery/style.css?17132693881869*/
.photogallery-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 76px;
    margin-top: 80px;
}

.photogallery-list__item {
    display: flex;
    flex-direction: column;
}

.photogallery-list__item img {
    width: 100%;
    height: 375px;
    border-radius: 26px;
    object-fit: cover;
}

.photogallery-list__item-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.photogallery-list__item-title {
    margin-top: 16px;
}

.photogallery-list__item-text {
    margin-bottom: 16px;
}

.photogallery-list__item-button {
    margin-top: 20px;
}

/* Media Requests */

@media only screen and (min-width: 1920px) {
    .photogallery-list {
        gap: 120px 186px;
    }
}

@media (max-width: 1599.75px) {
    .photogallery-list {
        grid-template-columns: 1fr 1fr;
        gap: 70px;
        margin-top: 42px;
    }

    .photogallery-list__item img {
        height: 246px;
    }

    .photogallery-list__item-title {
        margin-top: 14px;
    }

    .photogallery-list__item-button {
        margin-top: 8px;
    }
}

@media (max-width: 1023.75px) {
    .photogallery-list {
        grid-template-columns: 1fr;
        gap: 60px;
        width: 100%;
        margin-top: 40px;
    }

    .photogallery-list__item img {
        height: 330px;
    }

    .photogallery-list__item-title {
        margin-top: 12px;
    }

    .photogallery-list__item-text {
        margin-bottom: 12px;
    }
}

@media (max-width: 639.75px) {
    .photogallery-list {
        gap: 40px;
    }

    .photogallery-list__item img {
        height: 166px;
        border-radius: 20px;
    }

    .photogallery-list__item-title {
        margin-top: 8px;
    }

    .photogallery-list__item-text {
        margin-bottom: 8px;
    }

    .photogallery-list__item-bottom {
        flex-direction: column;
        gap: 0;
    }
}
/* End */
/* /local/templates/sprintvelo/components/bitrix/breadcrumb/.default/style.css?1713257402687 */
/* /local/templates/sprintvelo/components/bitrix/news.list/photogallery/style.css?17132693881869 */
