

/* 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/catalog/clubtort_catalog/bitrix/catalog.smart.filter/custom/style.css?17387564332458*/

.filter-button {
	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;
}

.filter-button[data-count-filters]:not([data-count-filters="0"])::before {
	content: attr(data-count-filters);

	border-radius: 22px;
	background-color: var(--v-color-hexy);

	height: 15px;
    width: 15px;
    position: absolute;
	bottom: 29px;
	right: -1px;

	font-family: "Value Sans Pro";
    font-weight: 900;
    font-size: 10px;
    text-align: center;
    color: #fff;

	display: flex;
    justify-content: center;
    align-items: center;
}

.filter-button__text {
	display: none;
}

.bx-filter-section {
	display: flex;
	flex-direction: column;
	gap: 16px;

	margin: 0;
	padding: 0;
	height: 100%;
}

.bx-filter-svg {
	width: 100%;
}

.bx-filter-title {
	font-family: "Value Sans Pro";
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	color: #3D4041;
}

.smartfilter {
	height: calc(100% - 32px);

	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.smartfilter .row_parameters-block {
	display: flex;
	flex-direction: column;
	gap:48px;
}

.row_parameters-block {
	overflow-y: scroll;
}

.bx-filter-parameters-box {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.bx-filter-parameters-box-container .col-xs-12 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}


.bx-filter-parameters-box-hint {
	font-family: "Value Sans Pro";
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	color: #404040;
}

.smartfilter input[type="checkbox"]:checked {
	accent-color: #CFBDFB !important;
}

.bx-filter-param-text {
	font-family: "Value Sans Pro";
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	color: #676C6E;
}

.bx-filter-parameters-box-container {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.bx-filter__btn {
	padding: 12px;
	border-radius: 12px;
	border: 1px solid #3D4041;
	background-color: transparent;

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

	transition: all 0.3s ease;
}

.bx-filter__btn_accent {
	border: 1px solid #CFBDFB;
	background-color: #CFBDFB;
}

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

/* End */


/* Start:/local/js/sunweb/modal/src/style.css?17397918581883*/
.wrapper-filter {
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	align-items: end;

	width: 100vw;
	height: 100%;

	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
	transition: all ease-in-out .8s;
}

.wrapper-filter_active {
	visibility: visible;
}


.bx-filter-custom {
    width: 100%;
    position: relative;
	visibility: hidden;
	max-height: 0;
	background: #fff;

	height: 90%;
	padding: 16px 16px 32px 16px;
	border-top-right-radius: 22px;
	border-top-left-radius: 22px;

	transition: all  ease-in-out .8s;

}

.bx-filter-custom_fit-content {
	height: fit-content;
}

.wrapper-filter_active .bx-filter-custom {
	visibility: visible;
	max-height: 100%;
}

.bx-filter-section__close {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 50px;
	display: block;
	background-color: transparent;
}

.bx-filter-section__close::before {
    cursor: pointer;
	content: "";
	position: absolute;
	left: 50%;
	top: 30%;
	transform: translate(-50%, -50%);
	width: 50px;
	height: 2px;
	background-color: #CFBDFB;
}

@media (min-width: 1024px) {
	.bx-filter-custom {
        max-height: 100%;
        max-width: 390px;
        height: 100%;
        position: absolute;
        right: 0;
        transform: translateX(100%);
        border-top-right-radius: 0;
	}
    .wrapper-filter_active .bx-filter-custom {
        transform: translateX(0);
    }

    .bx-filter-section__close {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 50px;
        display: block;
        background-color: transparent;
    }

    .bx-filter-section__close::before {
        content: url(/local/js/sunweb/modal/src/./img/deskop-icon-close.svg);
        position: absolute;
        right: 16px;
        left: unset;
        top: 16px;
        transform: unset;
        width: 38px;
        height: 38px;
        background: transparent;
    }
}

/* 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 */


/* Start:/local/components/sunweb/catalog.item-new/templates/.default/style.css?17600104504585*/
:root {
    --width-height-svg: 24px;
}

.catalog__item {
    width: 100%;
    padding: 12px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0px 1px 2px 0px #0000001A;

    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: space-between;
}

.catalog-product__header {
    display: flex;
    flex-direction: column;
    gap: 12px;

    position: relative;
}

.catalog-product__status-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;

    position: absolute;
    top: 0;
    left: 0;
}

.catalog__status { }

.status {
    width: fit-content;
    padding: 4px;
    border-radius: 4px;

    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 11px;
}

.status_our {
    background: linear-gradient(90deg, #9670F5 0%, #BF62B9 59%, #FF5EAC 100%);
}

.status_new {
    background-color: #3DABEF;
}


.catalog__favorite.favorite-button {
    background-color: transparent;
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;

    position: absolute;
    top: 0;
    right: 0;
}

.catalog__favorite.favorite-button::after {
    content: url("/local/components/sunweb/catalog.item-new/templates/.default/img/svg/favorite-no-active.svg");
    width: 24px;
    height: 24px;
}

.catalog__favorite.favorite-button.active::after {
    content: url("/local/components/sunweb/catalog.item-new/templates/.default/img/svg/favorite-active.svg");
    width: 24px;
    height: 24px;
}


.catalog__image-wrap {
    height: 165px;
    display: flex;
    justify-content: center;
}

.catalog__image {
    height: 165px;
    width: 153px;
    object-fit: contain;
}

.review {
    height: 12px;
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;

}

.review__info_stars {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
}

.review__rating {
    font-size: 10px;
    font-weight: 500;
    line-height: 10px;
    color: #3D4041;
}

.review__info_count {
    font-size: 10px;
    font-weight: 500;
    line-height: 10px;
    color: #BBBBBB;
}

.catalog__name {
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    color: #3D4041;
    text-decoration: none;    

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: calc(18px * 3);
}
/* endregion header */

.catalog-product__info {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: default;
    background-color: var(--v-color-bg);
    color: var(--v-color-nevada);
    padding: 11px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 700;
    line-height: 11px;
    box-shadow: 0px 1px 2px 0px #0000001A;
}

/* region footer */
.catalog-product__footer {
    display: flex;
    flex-direction: row;
    gap: 12px;
    justify-content: space-between;
    align-items: center;
}

.catalog-product__footer_hidden {
    display: none;
} 

.catalog-product__quantity-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
}

.catalog-product__quantity {
    margin: 0;
    font-size: 10px;
    font-weight: 500;
    line-height: 8px;
    text-align: center;
    color: #676C6E;

}

.catalog-product__quantity-minus.disabled, .catalog-product__quantity-plus.disabled {
    cursor: default;
    pointer-events: none;
    opacity: 0.5;
}

/* region price */

.catalog__prices {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.catalog__price, .catalog-product__quantity-price {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;

    color: #3D4041;
}


.catalog__price-wrapper {
    display: flex;
    flex-direction: row;
    gap: 6px;
}

.catalog__price_old {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;

    text-decoration-line: line-through;


    color: #BBBBBB;
}

.catalog__price-wrapper::before {
    content: "- " attr(data-discount)"%";
    background-color: #E22F37;
    padding: 2px;
    border-radius: 4px;

    color: #fff;
    font-size: 10px;
    font-weight: 900;
    line-height: 10px;
    text-align: center;

}
/* endregion price */

.catalog-product__buy-picture {
    width: 38px;
    height: 38px;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;

    background-color: #F6F9FC;
    border-radius: 12px;
    box-shadow: 0px 1px 2px 0px #0000001A;
}

.catalog__price-opt {
    font-size: 10px;
    font-weight: 500;
    line-height: 1em;
}

.catalog-product__buy-picture_accent {
    background-color: #CFBDFB;
}

.catalog-product__svg {
    width: 20px;
    height: 20px;
}
/* End */
/* /local/templates/clubtort/components/bitrix/catalog/clubtort_catalog/style.css?17387564337070 */
/* /local/templates/clubtort/components/bitrix/catalog/clubtort_catalog/bitrix/catalog.smart.filter/custom/style.css?17387564332458 */
/* /local/js/sunweb/modal/src/style.css?17397918581883 */
/* /local/templates/clubtort/components/bitrix/system.pagenavigation/clubtort_pagenavigation/style.css?1743058928873 */
/* /local/components/sunweb/catalog.section-new/templates/.default/style.css?17600104501675 */
/* /local/components/sunweb/catalog.item-new/templates/.default/style.css?17600104504585 */
