

/* Start:/local/templates/clubtort/components/bitrix/catalog/clubtort_catalog/style.css?17387564337070*/
/* region search */
.catalog__search-page {
    margin: 0 12px;

    display: flex;
    flex-direction: column;
    gap: 16px;
}
/* endregion search */

/* region sections */
.catalog-sections-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;

    margin: 0 12px;
}

.catalog-heading {
    color: var(--v-color-hexy);
    font-family: "Value Sans Pro";
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;

    margin: 0;
}
/* endregion sections */



/* region section ---------> */
/* region child-sections */
.catalog-section__child-sections {
    display: flex;
    flex-direction: column;
    gap: 52px;
}

/* endregion child-sections */


/* region elements */
.catalog-section {
    display: flex;
    flex-direction: column;
    gap: 16px;

    margin: 0 12px;
}
/* region sort */

.catalog-section__filter-sort-wrapper {
    display: flex;
    flex-direction: row;
    gap: 10px;

    align-self: end;
}

.catalog-section__sort-button {
    cursor: pointer;

    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    position: relative;
    height: 38px;
    padding: 9px;
    cursor: pointer;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0px 1px 2px 0px #0000001A;
    font-family: "Value Sans Pro";
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    color: #3D4041;
}


.sort-button__text {
    display: none;
}

@media (min-width: 1024px) {
    .sort-button__text {
        display: inline;
    }
}


.catalog-section__sort-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;

    height: 100%;
    max-height: 100%;
}

.sort__title {
    font-family: "Value Sans Pro";
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: var(--v-color-hexy);
}

.sort__form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: space-between;

    height: 100%;
    max-height: 100%;
}

.sort__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.sort__item {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.sort__radio-input {
    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0;
    appearance: none;
    position: relative;
    width: 18px;
    height: 18px;
    border: 2px solid #BBBBBB;
    border-radius: 50%;
}


.sort__radio-input:checked {
    border: 2px solid var(--v-color-accent);
}

.sort__radio-input:checked::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: var(--v-color-hexy);
    border-radius: 50%;
}

.sort__radio-label {
    font-family: "Value Sans Pro";
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    color: #404040;
}


.sort__button-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sort__button {
    cursor: pointer;
    padding: 12px;
    border-radius: 12px;
    border: 1px solid var(--v-color-hexy);
    background-color: transparent;
    font-family: "Value Sans Pro";
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    color: var(--v-color-hexy);
    transition: all 0.3s ease;
}

.sort__button_accent {
    border: 1px solid var(--v-color-accent);
    background-color: var(--v-color-accent);
}

/* endregion sort */

/* endregion section <---------*/


/* region elem */
.catalog-element {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.recomendation-wrapper {
    display: flex;
    flex-direction: column;
    gap: 48px;

    padding: 0 12px;
}
/* endregion elem */



/* region media */

@media (min-width: 1024px) {
    .catalog-sections-wrapper {
        margin: 0;
    }

    .catalog-heading {
        font-size: 22px;
        line-height: 32px;
    }

    /* region section */
    .catalog-section {
        margin: 0;
        gap: 40px;
    }

    .catalog-section__title {
        font-size: 22px;
        line-height: 32px;
    }

    /* region filter */
    .catalog-section__filter-sort-wrapper {
        position: absolute;
    }

    /* sort */
    .catalog-section__filter-sort-wrapper .product__header {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin: 0 0 16px 0;
    }

    .catalog-section__filter-sort-wrapper .product__title {
        font-weight: 500;
        font-size: 24px;
        line-height: 24px;
        margin: 0;
        color: var(--v-color-outer-space);
    }

    .catalog-section__filter-sort-wrapper .product__heading {
        display: flex;
        gap: 24px;
        align-items: center;
    }

    .smart-filter-toggle {
        cursor: pointer;
        padding: 8px;
        border-radius: 8px;
        outline: none;
        border: none;
        background-color: var(--v-color-soap);
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .smart-filter-toggle svg {
        transition: transform 0.5s ease;
        transform: rotate(0deg);
        stroke: var(--v-color-outer-space);
        pointer-events: none;
    }

    .smart-filter-toggle_active svg {
        transform: rotate(180deg);
    }

    .catalog-section__filter-sort-wrapper-desk .product-filter {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
    }

    .catalog-section__filter-sort-wrapper-desk .product-filter .filter__title {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        color: var(--v-color-nevada);
        margin: 0 32px 0 0;
    }

    .catalog-section__filter-sort-wrapper-desk .product-filter .filter__list {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        border-bottom: 1px solid var(--v-color-platinum);
        margin: 0;
        width: 100%;
        justify-content: space-around;
    }

    .catalog-section__filter-sort-wrapper-desk .product-filter .filter__item {
        font-size: 15px;
        line-height: 18px;
        font-weight: 700;
        color: var(--v-color-nevada);
        margin: 0 32px 0 0;
        padding: 0 0 21px 0;
        border-bottom: 3px solid transparent;
        cursor: pointer;
        transition: color 0.5s ease;
    }

    .catalog-section__filter-sort-wrapper-desk .product-filter .filter__item:last-child {
        margin: 0;
    }

    @media (hover: hover) {
        .catalog-section__filter-sort-wrapper-desk .product-filter .filter__item:hover {
            color: var(--v-color-outer-space);
        }
    }

    .catalog-section__filter-sort-wrapper-desk .product-filter .filter--active {
        color: var(--v-color-outer-space);
        border-bottom: 3px solid var(--v-color-soap);
        cursor: default;
    }
    /* endregion filter */
    /* endregion section */

    /* region elem */
    .catalog-element {
        gap: 56px;
    }
    .recomendation-wrapper {
        gap: 68px;
        padding: 0;
    }
    /* endregion elem */
}
/* endregion media */

/* End */


/* Start:/local/templates/clubtort/components/bitrix/system.pagenavigation/clubtort_pagenavigation/style.css?1743058928873*/
.pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (min-width: 1024px) {
    .pagination {
        justify-content: end;
        gap: 64px;
        align-items: center;
    }
}

.pagination__link {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 38px;
    height: 38px;
    border-radius: 12px;

    cursor: pointer;
    background-color: #3D4041;
    box-shadow: 0px 1px 2px 0px #0000001A;
    transition: background-color 0.5s ease;
}

.pagination__link_disabled {
    background-color: #F6F9FC;
}

.pagination__link:not(.pagination__link_disabled) .pagination__link-svg path{
    fill: #fff;
}

.pagination__text {
    font-family: "Value Sans Pro";
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}

.pagination__link-svg_next {
    transform: rotate(180deg);
}

/* End */


/* Start:/local/components/sunweb/catalog.section-new/templates/.default/style.css?17600104501675*/
/* region section */
.catalog-items {
    display: grid;
    grid-template-columns: repeat(2, calc(100% / 2 - 9.6px));
    gap: 16px 12px;
}

.catalog-items-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.catalog-section__description-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;

    padding: 16px 12px 32px 12px;
}

.catalog-section__description {
    max-height: 230px;
    overflow-y: hidden;

    font-family: "Value Sans Pro";
    font-weight: 400;
    font-size: 13px;
    line-height: 23px;
    color: #3D4041;

    transition: max-height .3s ease-in-out;
}

.catalog-section__description p {
    margin: 0 0 16px 0;
}

.catalog-section__description-btn {
    display: none;

    cursor: pointer;
    font-family: "Value Sans Pro";
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    text-decoration: underline;
    text-align: right;
    color: #3D4041;
}

/* endregion section */

@media (min-width: 680px) {
    /* region section */
    .catalog-items {
        grid-template-columns: repeat(3, calc(100% / 3 - 9.6px));
    }
    /* endregion section */

    
}

@media (min-width: 940px) {
    /* region section */
    .catalog-items {
        grid-template-columns: repeat(4, calc(100% / 4 - 9.6px));

    }
    /* endregion section */

}


@media (min-width: 1024px) {
    .catalog-sections-wrapper {
        margin: 0;
    }

    .catalog-heading {
        font-size: 22px;
        line-height: 32px;
    }
}

@media (min-width: 1280px) {
    /* region section */
    .catalog-items {
        grid-template-columns: repeat(5, calc(100% / 5 - 9.6px));
    }
    /* endregion section */

}

/* End */
/* /local/templates/clubtort/components/bitrix/catalog/clubtort_catalog/style.css?17387564337070 */
/* /local/templates/clubtort/components/bitrix/system.pagenavigation/clubtort_pagenavigation/style.css?1743058928873 */
/* /local/components/sunweb/catalog.section-new/templates/.default/style.css?17600104501675 */
