

/* 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/catalog/main/style.css?1713269307741*/
.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?171333829410890*/
/* Catalog */

.catalog-sections {
    display: grid;
    grid-template-areas:
        "first first first second second"
        "third third fifth fifth fifth"
        "fourth fourth fifth fifth fifth"
        "fourth fourth fifth fifth fifth"
        "sixth sixth seventh seventh seventh";
    grid-template-columns: 0.205fr 0.205fr 0.18fr 0.205fr 0.205fr;
    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; height: 420px; }
.catalog-sections > .catalog-section:nth-child(5) { grid-area: fifth; }
.catalog-sections > .catalog-section:nth-child(6) { grid-area: sixth; height: 380px; }
.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: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(var(--count-row, 7), 1fr);
    grid-auto-flow: column;
    gap: 6px;
    max-width: 48%;
}

.catalog-sections > .catalog-section:nth-child(n+2) .catalog-subsections {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.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(3) .catalog-section__images { right: 30px; bottom: 35%; }
.catalog-sections > .catalog-section:nth-child(5) .catalog-section__images { bottom: 130px; right: 32px; }
.catalog-sections > .catalog-section:nth-child(7) .catalog-section__images {
    display: grid;
    grid-auto-flow: column;
    align-items: flex-end;
}

.catalog-sections > .catalog-section:nth-child(1) .catalog-section__images img { max-width: 372px; }
.catalog-sections > .catalog-section:nth-child(2) .catalog-section__images img { max-width: 357px; }
.catalog-sections > .catalog-section:nth-child(4) .catalog-section__images img { max-width: 357px; }
.catalog-sections > .catalog-section:nth-child(5) .catalog-section__images img { max-width: 271px; }
.catalog-sections > .catalog-section:nth-child(7) .catalog-section__images img { max-width: 159px; }
.catalog-sections > .catalog-section:nth-child(7) .catalog-section__images img:last-child { max-width: 100%; grid-row: 1/3; }

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

/* Catalog END */

/* Media Requests */

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

}

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

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

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

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

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

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

    .catalog-sections > .catalog-section:nth-child(5) .catalog-subsections {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(var(--count-row, 16), 1fr);
        grid-auto-flow: column;
        max-width: 80%;
    }

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

    .catalog-sections > .catalog-section:nth-child(3) .catalog-section__images { right: 30px; bottom: 35%; }
    .catalog-sections > .catalog-section:nth-child(5) .catalog-section__images { bottom: 58px; right: 40px; align-items: flex-end; }
    .catalog-sections > .catalog-section:nth-child(7) .catalog-section__images {
        right: 6px;
        bottom: 16px;
        align-items: flex-start;
    }


    .catalog-sections > .catalog-section:nth-child(1) .catalog-section__images img { max-width: 244px; }
    .catalog-sections > .catalog-section:nth-child(2) .catalog-section__images img { max-width: 240px; }
    .catalog-sections > .catalog-section:nth-child(3) .catalog-section__images img { max-width: 204px; }
    .catalog-sections > .catalog-section:nth-child(4) .catalog-section__images img { max-width: 152px; }
    .catalog-sections > .catalog-section:nth-child(5) .catalog-section__images img { max-width: 136px; }
    .catalog-sections > .catalog-section:nth-child(6) .catalog-section__images img { max-width: 152px; }
    .catalog-sections > .catalog-section:nth-child(7) .catalog-section__images img { max-width: 102px; }
    .catalog-sections > .catalog-section:nth-child(7) .catalog-section__images img:nth-child(1) { margin-top: 60px; }
    .catalog-sections > .catalog-section:nth-child(7) .catalog-section__images img:nth-child(2) { transform: translateX(50%); }
    .catalog-sections > .catalog-section:nth-child(7) .catalog-section__images img:last-child { max-width: 148px; }

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

@media (max-width: 1279.75px) {

}

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

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

    .catalog-sections > .catalog-section:nth-child(1) .catalog-subsections {
        
    }

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

    .catalog-sections > .catalog-section:nth-child(3) .catalog-section__images { right: 60px; bottom: 32%; }
    .catalog-sections > .catalog-section:nth-child(5) .catalog-section__images { bottom: 20%; right: 30px; }
    .catalog-sections > .catalog-section:nth-child(7) .catalog-section__images {
        right: 28px;
        bottom: 24px;
        align-items: flex-start;
    }

    .catalog-sections > .catalog-section:nth-child(4) .catalog-section__images img { max-width: 132px; }
    .catalog-sections > .catalog-section:nth-child(5) .catalog-section__images img:nth-child(1) { max-width: 170px; }
    .catalog-sections > .catalog-section:nth-child(5) .catalog-section__images img:nth-child(2) { max-width: 215px; }
    .catalog-sections > .catalog-section:nth-child(6) .catalog-section__images img { max-width: 126px; }
    .catalog-sections > .catalog-section:nth-child(7) .catalog-section__images img:nth-child(1) { max-width: 126px; margin-top: 0; }
    .catalog-sections > .catalog-section:nth-child(7) .catalog-section__images img:nth-child(2) { max-width: 97px; transform: translateX(30%); }
    .catalog-sections > .catalog-section:nth-child(7) .catalog-section__images img:last-child { margin-top: 40px; }

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

@media (max-width: 639.75px) {
    .catalog-sections {
        gap: 10px;
    }

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

    .catalog-sections > .catalog-section:nth-child(4),
    .catalog-sections > .catalog-section:nth-child(6) {
        height: 168px;
    }

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

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

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

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

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

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

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

    .catalog-sections > .catalog-section:nth-child(1) .catalog-section__images { bottom: 8px; }
    .catalog-sections > .catalog-section:nth-child(3) .catalog-section__images { right: 20px; bottom: 30px; }
    .catalog-sections > .catalog-section:nth-child(5) .catalog-section__images {
        height: calc(100% - 40px);
        top: 30px;
        bottom: 0;
        right: 16px;
    }
    .catalog-sections > .catalog-section:nth-child(7) .catalog-section__images {
        right: 5px;
        bottom: 20px;
        align-items: flex-start;
    }

    .catalog-sections > .catalog-section:nth-child(1) .catalog-section__images img { max-width: 123px; }
    .catalog-sections > .catalog-section:nth-child(2) .catalog-section__images img { max-width: max(28vw, 119px); }
    .catalog-sections > .catalog-section:nth-child(3) .catalog-section__images img { max-width: 30vw; }
    .catalog-sections > .catalog-section:nth-child(4) .catalog-section__images img { max-width: max(18vw, 78px); }
    .catalog-sections > .catalog-section:nth-child(5) .catalog-section__images img:nth-child(1) { max-width: max(26vw, 102px); }
    .catalog-sections > .catalog-section:nth-child(5) .catalog-section__images img:nth-child(2) { max-width: max(25vw, 96px); }
    .catalog-sections > .catalog-section:nth-child(6) .catalog-section__images img { max-width: max(18vw, 82px); }
    .catalog-sections > .catalog-section:nth-child(7) .catalog-section__images img:nth-child(1) { max-width: max(14vw, 74px); }
    .catalog-sections > .catalog-section:nth-child(7) .catalog-section__images img:nth-child(2) { max-width: max(14vw, 58px); transform: translateX(0%); }
    .catalog-sections > .catalog-section:nth-child(7) .catalog-section__images img:last-child { max-width: max(22vw, 98px); margin-top: 0; }

    .catalog-sections > .catalog-section:nth-child(5) .catalog-section__images img + img { margin: 530px 0px 0 0; }
}
/* End */
/* /local/templates/sprintvelo/components/bitrix/breadcrumb/.default/style.css?1713257402687 */
/* /local/templates/sprintvelo/components/bitrix/catalog/main/style.css?1713269307741 */
/* /local/templates/sprintvelo/components/bitrix/catalog.section.list/main/style.css?171333829410890 */
