

/* Start:/local/templates/cosmedix_new2/components/bitrix/catalog/catalog/style.css?17347036075829*/
.catalog-catalog-sections {

}

.catalog-catalog-section {

}

.catalog-catalog-structure {
    position: relative;
}

.catalog-catalog-sorting-container {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 20px;
}

.catalog-catalog-filter-result-container {
    font-size: 0;
    line-height: 0;
}

.catalog-catalog-filter-result {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 0 6px;
}

.catalog-catalog-filter-result-title {
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
}

.catalog-catalog-filter-result-count {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #B4B4B4;
    white-space: nowrap;
}

.catalog-catalog-filter-result-count:before {
    content: '(';
    display: inline-block;
}

.catalog-catalog-filter-result-count:after {
    content: ')';
    display: inline-block;
}

.catalog-catalog-sorting {
    position: relative;
}

.catalog-catalog-sorting-values-container {
    position: absolute;
    top: calc(100% + 20px);
    right: 0;
    width: 200px;
    padding: 8px 16px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 20px 0 #00000033;
    box-shadow: 0 4px 20px 0 #00000033;
    transition: .4s all;
    z-index: 24;
}

.catalog-catalog-sorting-values-container[data-visible="false"] {
    display: none;
}

.catalog-catalog-sorting-title {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 0 4px;
    cursor: pointer;
}

.catalog-catalog-sorting-title-icon {
    width: 16px;
    height: 16px;
}

.catalog-catalog-sorting-title-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: #000;
}

.catalog-catalog-sorting-value {
    display: block;
    padding: 12px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #B4B4B4;
    transition: .4s all;
    cursor: pointer;
}

.catalog-catalog-sorting-value:hover,
.catalog-catalog-sorting-value[data-active="true"] {
    color: #000;
}

.catalog-catalog-content {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 0 35px;
}

.catalog-catalog-filter-container {
    width: 270px;
    min-width: 270px;
    border-top: 1px solid #ECECEC;
}

.catalog-catalog-products-container {
    width: 100%;
    border-top: 1px solid #ECECEC;
}

.catalog-catalog-filter-control {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0 4px;
    margin-top: 24px;
}

.catalog-catalog-filter-control-icon {
    width: 16px;
    height: 16px;
}

.catalog-catalog-filter-control-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

.partners-popop-overlay {
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(110, 113, 125, .7);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    cursor: pointer;
}

.partners-popop-overlay.show {
    opacity: 1;
    visibility: visible;
}

.partners-popop {
    position: fixed;
    left: 0;
    top: 177px;
    width: 100%;
    z-index: 11;
    padding: 24px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(/local/templates/.default/assets/images/img/common/partner-popup-bg.png);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

.js-header-wrapper.is-up ~ .content .partners-popop {
    top: 118px;
}

.partners-popop.show {
    opacity: 1;
    visibility: visible;
}

.partners-popop__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    text-align: center;
    letter-spacing: .05em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.partners-popop__text {
    font-size: 18px;
    line-height: 26px;
    color: #333;
    text-align: center;
}

.partners-popop__text__link {
    display: block;
    text-decoration: underline;
    color: #333;
    font-weight: 700;
    text-align: center;
}

.partners-popop__text__link:hover {
    color: #333;
    text-decoration: none;
}

@media (max-width: 1000px) {
    .partners-popop {
        top: 50px;
        padding: 10px 0 15px;
        background-image: url(/local/templates/.default/assets/images/img/common/partner-popup-bg-mobile.png);
    }

    .partners-popop__title {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 10px;
    }

    .partners-popop__text {
        font-size: 16px;
        line-height: 24px;
    }

    .partners-popop__text__link {
        margin: 7px 0 4px;
    }
}

@media (min-width: 769px) {
    .catalog-catalog-filter-control {
        display: none;
    }
}

@media (max-width: 768px) {
    .catalog-catalog-content {
        flex-wrap: wrap;
    }

    .catalog-catalog-sorting-container {
        position: relative;
        margin-bottom: 24px;
    }

    .catalog-catalog-filter-result-container {
        width: 100%;
    }

    .catalog-catalog-filter-result-title {
        font-size: 24px;
        font-weight: 400;
        line-height: 32px;
    }

    .catalog-catalog-filter-result-count {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
    }

    .catalog-catalog-sorting {
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .catalog-catalog-filter-container {
        width: 100%;
        border-top: none;
    }

    .catalog-catalog-products-container {
        width: unset;
        padding-top: 40px;
        border-top: none;
    }
}
/* End */


/* Start:/local/templates/cosmedix_new2/components/bitrix/catalog.smart.filter/main/style.css?17347036076362*/
.catalog-smart-filter-main {
    margin-bottom: 60px;
    color: #000;
}

.catalog-smart-filter-main-mobile-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
    border-bottom: 1px solid #ECECEC;
}

.catalog-smart-filter-main-mobile-control {
    display: inline-flex;
    align-items: center;
    justify-content: start;
    cursor: pointer;
}

.catalog-smart-filter-main-mobile-control[data-type="set"] {
    gap: 0 8px;
}

.catalog-smart-filter-main-mobile-control[data-type="clear"] {
    gap: 0 4px;
}

.catalog-smart-filter-main-mobile-control[data-type="set"] .catalog-smart-filter-main-mobile-control-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.catalog-smart-filter-main-mobile-control[data-type="clear"] .catalog-smart-filter-main-mobile-control-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #B4B4B4;
}

.catalog-smart-filter-main-item {
    padding: 8px 0;
    border-bottom: 1px solid #ECECEC;
}

.catalog-smart-filter-main-item-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 11px 0;
    cursor: pointer;
}

.catalog-smart-filter-main-item-title-text {
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
}

.catalog-smart-filter-main-item-title-icon {
    width: 20px;
    height: 20px;
    transition: .4s all;
}

.catalog-smart-filter-main-item[data-expanded="true"] .catalog-smart-filter-main-item-title-icon {
    transform: rotateZ(180deg);
}

.catalog-smart-filter-main-item[data-expanded="false"] .catalog-smart-filter-main-item-content {
    display: none;
}

.catalog-smart-filter-main-item-values {

}

.catalog-smart-filter-main-item-value {
	display: flex;
	align-items: center;
	justify-content: start;
	padding: 8px 0;
	gap: 0 12px;
}

.catalog-smart-filter-main-item-value[data-disabled="true"] {
    pointer-events: none;
    opacity: .2;
}

.catalog-smart-filter-main-item-value input[type="checkbox"] {
	display: block;
	width: 20px;
    min-width: 20px;
	height: 20px;
	border: 1px solid #000;
	border-radius: 2px;
    background-position: center;
    background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: .4s all;
    cursor: pointer;
}

.catalog-smart-filter-main-item-value input[type="checkbox"]:checked {
    background-color: #000;
    background-image: url("/local/templates/cosmedix_new2/components/bitrix/catalog.smart.filter/main/assets/images/check.svg");
}

.catalog-smart-filter-main-item-value-text {
    display: inline-block;
    width: 100%;
    gap: 0 4px;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    cursor: pointer;
}

.catalog-smart-filter-main-item-value-count {

}

.catalog-smart-filter-main-item-value-count:before {
    content: '(';
}

.catalog-smart-filter-main-item-value-count:after {
    content: ')';
}

.catalog-smart-filter-main-buttons {
    margin-top: 24px;
}

.catalog-smart-filter-main-set {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 30px;
    gap: 0 4px;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
    background-color: #000;
}

.catalog-smart-filter-main-set input {
    text-transform: uppercase;
    background-color: transparent;
    border: none;
}

.catalog-smart-filter-main-set-count:before {
    content: '(';
}

.catalog-smart-filter-main-set-count:after {
    content: ')';
}

.catalog-smart-filter-main-clear {
    display: inline-block;
    padding: 14px 16px 14px 40px;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: #B4B4B4;
    border: 1px solid #B4B4B4;
    background-color: transparent;
    background-image: url("/local/templates/cosmedix_new2/components/bitrix/catalog.smart.filter/main/assets/images/clear.svg");
    background-position-x: 15px;
    background-position-y: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.catalog-smart-filter-main-tags {
	display: flex;
	align-items: center;
	justify-content: start;
    flex-wrap: wrap;
    gap: 8px;
}

.catalog-smart-filter-main-tag {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 5px 5px 5px 10px;
    border: 1px solid #B4B4B4;
    border-radius: 50px;
    cursor: pointer;
}

.catalog-smart-filter-main-tag[data-visible="false"] {
    display: none;
}

.catalog-smart-filter-main-tag-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

.catalog-smart-filter-main-tag-icon {
    width: 16px;
    height: 16px;
}

.catalog-smart-filter-main-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    overflow: hidden;
    z-index: 1001;
}

.catalog-smart-filter-main-preloader[data-visible="false"] {
    display: none;
}

.catalog-smart-filter-main-preloader-block {
    position: relative;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 8px solid rgba(0, 0, 0, .1);
    border-left: 8px solid #000;
    animation: rotation .5s infinite linear;
}

html.filter-show {
    overflow: hidden;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 769px) {
    .catalog-smart-filter-main-tags,
    .catalog-smart-filter-main-mobile-controls,
    .catalog-smart-filter-main-set {
        display: none;
    }
}

@media (max-width: 768px) {
    .catalog-smart-filter-main {
        margin-bottom: 0;
    }

    .catalog-smart-filter-main-item-value-text {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 14px;
    }

    .catalog-smart-filter-main-item-value-count:before,
    .catalog-smart-filter-main-item-value-count:after,
    .catalog-smart-filter-main-clear,
    [data-role="smart.filter.container"][data-visible="false"] {
        display: none;
    }

    [data-role="smart.filter.container"] {
        position: absolute;
        top: 0;
        left: -20px;
        width: calc(100% + 40px);
        padding: 0 20px 24px 20px;
        background-color: #fff;
        z-index: 25;
        min-height: 200px;
        overflow-x: scroll;
    }

    .catalog-smart-filter-main-buttons {
        text-align: center;
    }
}
/* End */
/* /local/templates/cosmedix_new2/components/bitrix/catalog/catalog/style.css?17347036075829 */
/* /local/templates/cosmedix_new2/components/bitrix/catalog.smart.filter/main/style.css?17347036076362 */
