

/* 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.element/.default/style.css?17347036077512*/
.product-preview__button {
    display: none;
    margin: 0 auto;
    width: 24px;
}

.product-preview__button.product-preview__button-top {
    margin-bottom: 20px;
}

.product-preview__button.product-preview__button-bottom {
    margin-top: 20px;
}

.product-preview__button-wrapper {
    cursor: pointer;
}

.product-preview__button svg {
    width: 100%;
}

.product-preview__items {
    display: flex;
    flex-wrap: wrap;
}

.product-preview__item {
    display: none;
}

.product-preview__item.product-preview__item-video {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.product-preview__item.product-preview__item-video .product-preview__item-wrapper {
    position: relative;
    padding-top: 100%;
}

.product-preview__item.product-preview__item-video .product-preview__block {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.product-preview__item.product-preview__item-video .product-preview__block img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-preview__item.product-preview__item-video .product-preview__overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.product-preview__item.product-preview__item-video .product-preview__icon {
    background-position: center center;
    background-size: cover;
    width: 48px;
    height: 48px;
}

.product__butons {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 0 16px;
    transition: .4s all;
}

.product-action {
    display: flex;
    margin-top: 20px;
    padding: 20px;
    color: #000;
    border: 1px solid #000;
}

.product-action-image {
    width: 100px;
    min-width: 100px;
    height: 100px;
    margin-right: 16px;
}

.product-action-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-action-name {
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
}

.product-action-desc {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 18px;
}

.product-action-link {
    font-size: 16px;
    line-height: 16px;
    text-decoration: underline;
}

.product-purchase-container .product__price {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 15px;
    gap: 0 28px;
}

.product-purchase-container .card__price {
    margin-top: 0;
}

.product-purchase-container .card__price_bonus {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 0;
}
.product-purchase-container .card__price_bonus svg {
    width: 30px;
    height: 30px;
}

.product-price-referral-info {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    text-transform: lowercase;
    letter-spacing: 0;
}

.product-price-base-container {
    color: #7B8885;
    opacity: .5;
}

.product-price-base {
    font-size: 26px;
    line-height: 32px;
    text-decoration: line-through;
}

.product-price-base-info {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    text-transform: lowercase;
    letter-spacing: 0;
}

.product-bonus-container {
    font-size: 13px;
    font-style: italic;
    font-weight: 200;
    line-height: 16px;
}

.product-bonus-value {
    display: inline-flex;
    align-items: center;
    justify-content: start;
    margin: 4px 0 8px 0;
    padding: 4px 20px;
    gap: 0 8px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    border: 1px solid #000;
    border-radius: 50px;
}

.product-bonus-value-icon {
    width: 30px;
}

.product .counter {
    align-items: center;
    border: 1px solid #828282;
}

.product .counter__button {
    display: inline-flex;
    min-width: unset;
    height: 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 0;
    line-height: 0;
}

.product .counter__button svg {
    width: auto;
    max-width: unset;
    height: auto;
}

.product .counter__input {
    width: 22px;
    height: 35px;
    padding: 0;
    border: 0;
}

.product-offers-items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
    margin: 0 -5px;
    order: 3;
}

.product-offers-item {
    padding: 5px;
}

.product-offers-item:hover .product-offer,
.product-offers-item.product-offers-item-current .product-offer {
    outline-width: 3px;
}

.product-offer {
    min-width: 80px;
    padding: 9px;
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
    color: #333;
    text-align: center;
    border: 1px solid #828282;
    outline: 0 solid #828282;
    outline-offset: -4px;
}

.product__banner {
    display: block;
    position: relative;
}

.product__banner .banner__picture {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}

.product__banner .banner__picture.banner__picture-mobile {
    display: none;
}

.product__outlet {
    position: absolute;
    top: -4px;
    right: 50px;
    width: 65px;
    height: 65px;
    z-index: 5;
}

@media all and (max-width: 1024px) {
    .product-preview__item.product-preview__item-video .product-preview__icon {
        width: 24px;
        height: 24px;
    }
}

@media all and (min-width: 769px) {
    .product__mobile {
        display: none;
    }
}

@media all and (max-width: 768px) {
    .product__banner .banner__picture.banner__picture-desktop {
        display: none;
    }

    .product__banner .banner__picture.banner__picture-mobile {
        display: block;
    }

    .product__info .product__view {
        flex-wrap: wrap;
    }

    .product__info .product-preview {
        order: 2;
        max-width: 100%;
        flex-basis: 100%;
        justify-content: space-around;
    }
    
    .product__info .product-slider {
        order: 1;
    }

    .product__info .product-preview__button {
        margin: 0;
        margin-top: auto;
        margin-bottom: auto;
    }

    .product__info .product-preview__button-wrapper {
        transform: rotate(270deg);
    }
    
    .product__desktop {
        display: none!important;
    }

    .product__butons {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        text-align: center;
        z-index: 6;
        padding: 20px 27px;
        box-shadow: 2px 4px 4px 4px rgb(0 0 0 / 25%);
    }

    .product__butons-sovetnik {
        bottom: 48px;
    }

    .product__butons .button {
        width: 100%;
    }

    .product__butons[data-in="true"] {
        transform: translateY(0);
        opacity: 1;
    }

    .product__outlet {
        top: 0;
        right: 45px;
        width: 45px;
        height: 45px;
    }
}

@media all and (max-width: 550px) {
    .product-action {
        text-align: center;
    }

    .product-action-image {
        display: none;
    }
}

/* End */
/* /local/templates/cosmedix_new2/components/bitrix/catalog/catalog/style.css?17347036075829 */
/* /local/templates/cosmedix_new2/components/bitrix/catalog.element/.default/style.css?17347036077512 */
