

/* Start:/local/templates/nsk-default/components/bitrix/catalog/.default/style.css?1782037563188*/
.catalog-products {
    display: flex;
    gap: 24px;
}

.catalog-products__list {
    flex: 1;
}

@media (max-width: 1024px) {
    .catalog-products {
        gap: 0;
    }
}
/* End */


/* Start:/local/templates/nsk-default/components/bitrix/catalog.section.list/lines-list/style.css?17883307802854*/
.lines-list {
    display: flex;
    align-items: stretch;
    gap: 24px;
}

.lines-list__hero {
    flex: 1;
    height: 278px;
    padding: 32px;
    background: var(--white-dark);
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}

.lines-list__hero-image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 70%;
    pointer-events: none;
}

.lines-list__hero-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right bottom;
}

.lines-list__hero-title {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -1%;
    color: var(--black);
}

.lines-list__sections {
    flex: 3;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 32px 24px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.lines-list__item {
    flex: 0 0 calc(33% - 14px);
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.lines-list__title {
    display: flex;
    align-items: center;
    min-height: 34px;
    font-size: 16px;
    font-weight: 400;
    line-height: 110%;
    color: var(--black);
    text-decoration: none;
}

a.lines-list__title:hover {
    color: var(--purple-mid);
}

.lines-list__text {
    flex: 1;
}

.lines-list__arrow {
    flex-shrink: 0;
    color: var(--grey);
}

.lines-list__count {
    margin-left: 8px;
    font-weight: 400;
    color: var(--grey);
    white-space: nowrap;
}

.lines-list__children {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.lines-list__child {
    display: flex;
    align-items: center;
    min-height: 34px;
    font-size: 14px;
    font-weight: 400;
    line-height: 110%;
    color: var(--black);
    text-decoration: none;
}

.lines-list__child:hover {
    color: var(--purple-mid);
}

@media (max-width: 1024px) {
    .lines-list__sections {
        gap: 16px 24px;
    }

    .lines-list__item {
        flex: 0 0 calc(50% - 12px);
        gap: 0;
    }

    .lines-list__children {
        gap: 0;
    }
}

@media (max-width: 768px) {
    .lines-list__hero {
        height: 120px;
        padding: 16px;
    }

    .lines-list__hero-title {
        font-size: 16px;
    }

    .lines-list__title {
        font-size: 14px;
    }
}

@media (max-width: 600px) {
    .lines-list {
        flex-direction: column;
        gap: 16px;
    }

    .lines-list__sections {
        flex-direction: column;
        gap: 16px;
    }

    .lines-list__hero {
        height: 58px;
        min-height: 58px;
        padding: 14px;
    }

    .lines-list__hero-title {
        padding-right: 100px;
        font-size: 14px;
    }

    .lines-list__hero-image {
        right: -10px;
        bottom: -15px;
        width: 100px;
        height: 140%;
    }
}

/* End */
/* /local/templates/nsk-default/components/bitrix/catalog/.default/style.css?1782037563188 */
/* /local/templates/nsk-default/components/bitrix/catalog.section.list/lines-list/style.css?17883307802854 */
