

/* Start:/local/templates/sprintvelo/components/bitrix/breadcrumb/.default/style.css?1740403413773*/
.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-top: 11px;
	margin-right: 10px;
}

.bx-breadcrumb .bx-breadcrumb-item {
    display: inline-flex;
	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;
    }

    .bx-breadcrumb i {
        margin-top: 10px;
    }
}

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

    .bx-breadcrumb i {
        margin-top: 8px;
    }
}
/* End */


/* Start:/local/templates/sprintvelo/components/bitrix/catalog/main/style.css?1740403413741*/
.catalog-wrapper--with-filter {
    display: grid;
    grid-template-columns: 290px 1fr;
    gap: 75px;
}

.catalog-wrapper--with-filter .filter {
    
}

/* Media Requests */

@media only screen and (min-width: 1920px) {
    .catalog-wrapper--with-filter {
        gap: 120px;
    }
}

@media (max-width: 1599.75px) {
    .catalog-wrapper--with-filter {
        gap: 40px;
    }
}

@media (max-width: 1279.75px) {
    
}

@media (max-width: 1023.75px) {
    #catalog {
        padding-bottom: 25px;
    }

    .catalog-wrapper--with-filter {
        grid-template-columns: 1fr;
    }

    .catalog-wrapper--with-filter .filter {
        
    }
}

@media (max-width: 639.75px) {
    .catalog-wrapper--with-filter {
        gap: 20px;
    }
}
/* End */


/* Start:/local/templates/sprintvelo/components/bitrix/catalog.section.list/main/style.css?17404034138582*/
/* Catalog */

.catalog-sections {
    display: grid;
    grid-template-areas:
        "second third"
        "first fourth"
        "sixth seventh"
        "sixth fifth";
    grid-template-columns: 0.59fr 0.41fr;
    gap: 20px;
}

.catalog-sections > .catalog-section:nth-child(1) { grid-area: first; }
.catalog-sections > .catalog-section:nth-child(2) { grid-area: second; }
.catalog-sections > .catalog-section:nth-child(3) { grid-area: third; }
.catalog-sections > .catalog-section:nth-child(4) { grid-area: fourth; min-height: 347px; }
.catalog-sections > .catalog-section:nth-child(5) { grid-area: fifth; }
.catalog-sections > .catalog-section:nth-child(6) { grid-area: sixth; }
.catalog-sections > .catalog-section:nth-child(7) { grid-area: seventh; }

.catalog-sections > .catalog-section {
    position: relative;
    padding: 46px;
    background-color: var(--gray-20);
    border: 1px solid var(--gray-50);
    border-radius: 26px;
}

.catalog-sections > .catalog-section .catalog-subsections {
    margin-top: 6px;
}

.catalog-sections > .catalog-section:nth-child(1) .catalog-subsections {
    display: block;
    column-count: 4;
    gap: 6px;
}

.catalog-sections > .catalog-section:nth-child(2) .catalog-subsections {
    display: block;
    column-count: 2;
    gap: 6px;
    max-width: 56%;
}

.catalog-sections > .catalog-section .catalog-subsections {
    display: flex;
    flex-direction: column;
}

.catalog-sections > .catalog-section .catalog-subsections .catalog-section + .catalog-section {
    margin-top: 6px;
}

.catalog-subsections .catalog-section__title > a {
    display: inline-block;
}

.catalog-section__images {
    position: absolute;
    right: 46px;
    bottom: 46px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.catalog-section__images img {
    object-fit: contain;
}

.catalog-sections > .catalog-section:nth-child(2) .catalog-section__images img { max-width: 380px; }
.catalog-sections > .catalog-section:nth-child(3) .catalog-section__images img { max-width: 405px; }
.catalog-sections > .catalog-section:nth-child(4) .catalog-section__images img { max-width: 202px; }
.catalog-sections > .catalog-section:nth-child(5) .catalog-section__images img { max-width: 205px; }
.catalog-sections > .catalog-section:nth-child(7) .catalog-section__images img { max-width: 242px; }

.catalog-sections > .catalog-section:nth-child(6) .catalog-section__images img + img { margin: 300px 0 0 20px; }

/* Catalog END */

/* Media Requests */

@media only screen and (min-width: 1920px) {

}

@media (max-width: 1599.75px) {
    .catalog-sections {
        grid-template-areas:
            "second second third"
            "first first first"
            "fourth fifth fifth"
            "seventh fifth fifth"
            "sixth sixth sixth";
        grid-template-columns: 0.4fr 0.2fr 0.4fr;
    }

    .catalog-sections > .catalog-section:nth-child(4) {
        min-height: auto;
    }

    .catalog-sections > .catalog-section {
        padding: 18px 28px 28px;
    }
    
    .catalog-section__images {
        right: 28px;
        bottom: 28px;
    }

    .catalog-sections > .catalog-section:nth-child(6) .catalog-section__images {
        align-items: flex-end;
    }

    .catalog-sections > .catalog-section:nth-child(7) .catalog-section__images {
        right: 10px;
        bottom: 20px;
    }

    .catalog-sections > .catalog-section .catalog-subsections {
        margin-top: 8px;
    }

    .catalog-sections > .catalog-section:nth-child(1) .catalog-subsections {
        max-width: 50%;
    }

    .catalog-sections > .catalog-section:nth-child(5) .catalog-subsections {
        max-width: 80%;
    }

    .catalog-sections > .catalog-section:nth-child(6) .catalog-subsections {
        display: block;
        column-count: 2;
        max-width: 75%;
    }

    .catalog-subsections .catalog-section__title {
        font-size: 16px;
        line-height: 1.6em;
    }

    .catalog-sections > .catalog-section:nth-child(2) .catalog-section__images img { max-width: 236px; }
    .catalog-sections > .catalog-section:nth-child(3) .catalog-section__images img { max-width: 240px; }
    .catalog-sections > .catalog-section:nth-child(4) .catalog-section__images img { max-width: 198px; }
    .catalog-sections > .catalog-section:nth-child(5) .catalog-section__images img { max-width: 158px; }
    .catalog-sections > .catalog-section:nth-child(6) .catalog-section__images img { max-width: 132px; }
    .catalog-sections > .catalog-section:nth-child(7) .catalog-section__images img { max-width: 202px; }
    
    .catalog-sections > .catalog-section:nth-child(6) .catalog-section__images img + img { margin: 70px 50px 0 0; }
}

@media (max-width: 1279.75px) {

}

@media (max-width: 1023.75px) {
    .catalog-sections {
        grid-template-areas:
            "second"
            "third"
            "fourth"
            "first"
            "seventh"
            "fifth"
            "sixth";
        grid-template-columns: 1fr;
    }

    .catalog-sections > .catalog-section:nth-child(4) {
        min-height: 220px;
    }

    .catalog-sections > .catalog-section:nth-child(1) .catalog-subsections {
        max-width: 80%;
    }

    .catalog-sections > .catalog-section:nth-child(5) .catalog-subsections {
        display: flex;
        flex-direction: column;
        max-width: 80%;
    }

    .catalog-sections > .catalog-section:nth-child(6) .catalog-subsections {
        column-count: 1;
    }

    .catalog-sections > .catalog-section:nth-child(6) .catalog-section__images {
        bottom: 19%;
    }

    .catalog-sections > .catalog-section:nth-child(7) .catalog-section__images {
        right: 14px;
        bottom: 14px;
    }

    .catalog-sections > .catalog-section:nth-child(4) .catalog-section__images img { max-width: 148px; }
    .catalog-sections > .catalog-section:nth-child(6) .catalog-section__images img { max-width: 168px; }
    .catalog-sections > .catalog-section:nth-child(6) .catalog-section__images img:nth-child(2) { max-width: 215px; }
    .catalog-sections > .catalog-section:nth-child(7) .catalog-section__images img { max-width: 182px; }
    
    .catalog-sections > .catalog-section:nth-child(6) .catalog-section__images img + img { margin: 300px 0 0 0; }
}

@media (max-width: 639.75px) {
    .catalog-sections {
        grid-template-areas:
            "second"
            "third"
            "fourth"
            "first"
            "seventh"
            "fifth"
            "sixth";
        grid-template-columns: 1fr;
    }

    .catalog-sections {
        gap: 10px;
    }

    .catalog-sections > .catalog-section {
        padding: 12px 20px 20px;
    }

    .catalog-sections > .catalog-section:nth-child(1) {
        min-height: auto;
    }

    .catalog-sections > .catalog-section:nth-child(2) {
        padding-bottom: 80px;
    }

    .catalog-sections > .catalog-section:nth-child(4) {
        min-height: 170px;
    }

    .catalog-section__images {
        right: 20px;
        bottom: 20px;
    }

    .catalog-sections > .catalog-section .catalog-subsections {
        margin-top: 4px;
    }

    .catalog-sections > .catalog-section:nth-child(1) .catalog-subsections {
        max-width: 100%;
    }

    .catalog-sections > .catalog-section:nth-child(2) .catalog-subsections {
        max-width: 100%;
    }

    .catalog-subsections .catalog-section__title {
        font-size: 14px;
        line-height: 1.6em;
    }

    .catalog-sections > .catalog-section:nth-child(6) .catalog-section__images {
        right: 12px;
        bottom: 0;
        height: calc(100% - 40px);
    }

    .catalog-sections > .catalog-section:nth-child(2) .catalog-section__images img { max-width: max(30vw, 119px); }
    .catalog-sections > .catalog-section:nth-child(3) .catalog-section__images img { max-width: max(30vw, 119px); }
    .catalog-sections > .catalog-section:nth-child(4) .catalog-section__images img { max-width: max(20vw, 78px); }
    .catalog-sections > .catalog-section:nth-child(5) .catalog-section__images img { max-width: max(30vw, 110px); }
    .catalog-sections > .catalog-section:nth-child(6) .catalog-section__images img { max-width: max(28vw, 100px) !important; }
    .catalog-sections > .catalog-section:nth-child(7) .catalog-section__images img { max-width: max(24vw, 100px); }

    .catalog-sections > .catalog-section:nth-child(6) .catalog-section__images img + img { margin: 500px 0 0 0; }
}

@media (max-width: 499.75px) {
    .catalog-sections > .catalog-section:nth-child(1) .catalog-subsections {
        column-count: 2;
    }
}
/* End */
/* /local/templates/sprintvelo/components/bitrix/breadcrumb/.default/style.css?1740403413773 */
/* /local/templates/sprintvelo/components/bitrix/catalog/main/style.css?1740403413741 */
/* /local/templates/sprintvelo/components/bitrix/catalog.section.list/main/style.css?17404034138582 */
