

/* Start:/local/templates/chistopar/components/bitrix/news.list/stories_main/style.css?17515266651566*/
.section-stories__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 33px;
    width: -webkit-min-content !important;
    width: -moz-min-content;
    width: min-content;
    margin: 0 auto 37px;
}

.section-stories__list.container::before,
.section-stories__list.container::after {
    display: none !important;
}

.story {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3px;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
}

.story__wrapper-icons {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}

/* .story__icon {
	position: absolute;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
} */

.story__image{
    height:91px;
    max-width: 100%;
    min-width: 86px;
}

.story__title {
    color: var(--graphite);
    text-align: center;
    font-family: Open Sans, sans-serif;
    font-size: 16.7px;
    font-weight: 400;
}

@media (max-width: 992px) {
    .section-stories {
        width: 100vw;
        overflow-x: scroll;
    }

    .section-stories::-webkit-scrollbar {
        display: none;
    }

    .section-stories {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
}
/* End */


/* Start:/local/templates/chistopar/components/bitrix/news.list/slider_main/style.css?1730952717740*/
.slider-partners .card:first-child {
    opacity: 1 !important;
}

.slider-partners:not(.slick-initialized) {
    margin-bottom: 30px;
}

.slider-partners:not(.slick-initialized) .card:not(:first-child) {
    display: none;
}

.slider-partners:not(.slick-initialized) .card a.slider-partners__btn {
    width: 134.53px;
}

.best_for_spa_slider #slider-partners-clone {
    position: absolute;
    width: 100%;
    z-index: 1;
}

.slider-partners__btn {
    white-space: nowrap;
}

.best_for_spa_slider .card a.slider-partners__btn.absolute_btn{
    position:absolute;
    top: initial;
    right: initial;
}
@media (max-width: 575px){
    .best_for_spa_slider .card a.slider-partners__btn.absolute_btn{
        left:16px !important;
    }
}
/* End */


/* Start:/local/templates/chistopar/components/bitrix/news.list/collection_main/style.css?17376207691103*/
.main-cats__collection .main-cats__img {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
}

.main-cats__collection .main-cats__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-cats__collection .main-cats__name {
    position: absolute;
    padding: 0;
    z-index: 0;
    top: 20px;
    left: 20px;
}

.main-cats__collection .main-cats a.main-cats__item {
    position: relative;
    min-height: unset;
    max-height: unset;
    padding: 19.87% 0;
}

.main-cats__collection {
    padding-top: 80px !important;
}

.main-cats.main-cats__collection .main-cats__item {
    background: transparent;
}

@media screen and (max-width: 992px) {
    .main-cats__collection .main-cats a.main-cats__item {
        padding: 17.87% 0;
    }
}

@media screen and (max-width: 480px) {
    .main-cats__collection .main-cats a.main-cats__item {
        width: 100%;
        padding: 18.87% 0;
    }
    .main-cats__collection .main-cats {
        grid-template-columns: 1fr !important;
    }

    .main-cats__collection {
        padding-top: 60px !important;
    }
}
/* End */


/* Start:/local/templates/chistopar/components/bitrix/catalog.item/item_common_v7/style.css?175152666510685*/
.catalog-card__to-cart {
    background: var(--accent);
    width: 100%;
    padding: 10px 0;
    text-align: center;
    border-radius: 10px;
    transition: all .2s;
    margin-top: 10px;
    position: relative;
}

.catalog-card__to-cart:hover {
    background-color: var(--accent-hover);
}

.catalog-card {
    width: calc(100% / 3 - 12px);
    position: relative;
    padding: 8px;
    background: #fff;
    font-family: Manrope, sans-serif;
    border-radius: 12px;
    box-shadow: 0px 8.16px 32.62px 0px #43434314;
}

.catalog-card__wrapper {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.catalog-card__tags {
    position: absolute;
    top: 4.8px;
    left: 4.8px;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    z-index: 1;
}

.catalog-card__top-btns {
    position: absolute;
    top: 4.8px;
    right: 4.8px;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    z-index: 1;
}

.catalog-card__tag {
    padding: 8px;
    border-radius: 3px;
    font-family: Manrope, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 10px;
    text-align: center;
}

.catalog-card__tag--last-stock {
    background: #B01414;
    color: #fff;
}

.catalog-card__tag--stock {
    background: var(--graphite);
    color: #fff;
}

.catalog-card__top-btns-item, .catalog-card__top-btns-item.bx-catalog-subscribe-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    border-radius: 3px;
    backdrop-filter: blur(10.732156753540039px);
    width: 36px;
    height: 36px;
    min-width: 36px;
    z-index: 1;
    background: #FFFFFFCC;
    cursor: pointer;
}

.catalog-card__top-btns-item.bx-catalog-subscribe-button::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMCAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjAwMDIgMi42Mjc5M0M4LjQ1MzEzIDIuNjI3OTMgNi45Njk0IDMuMjQyNTEgNS44NzU0NCA0LjMzNjQ3QzQuNzgxNDcgNS40MzA0NCA0LjE2Njg5IDYuOTE0MTcgNC4xNjY4OSA4LjQ2MTI2VjExLjQwMTNDNC4xNjcwMSAxMS41MzA1IDQuMTM3MDYgMTEuNjU4MSA0LjA3OTM5IDExLjc3MzhMMi42NDg1NiAxNC42MzQ2QzIuNTc4NjcgMTQuNzc0NCAyLjU0NTY2IDE0LjkyOTcgMi41NTI2OCAxNS4wODU4QzIuNTU5NzEgMTUuMjQxOSAyLjYwNjUyIDE1LjM5MzYgMi42ODg2OCAxNS41MjY1QzIuNzcwODQgMTUuNjU5NSAyLjg4NTYyIDE1Ljc2OTIgMy4wMjIxMiAxNS44NDUzQzMuMTU4NjEgMTUuOTIxNCAzLjMxMjI5IDE1Ljk2MTMgMy40Njg1NiAxNS45NjEzSDE2LjUzMTlDMTYuNjg4MiAxNS45NjEzIDE2Ljg0MTggMTUuOTIxNCAxNi45NzgzIDE1Ljg0NTNDMTcuMTE0OCAxNS43NjkyIDE3LjIyOTYgMTUuNjU5NSAxNy4zMTE4IDE1LjUyNjVDMTcuMzkzOSAxNS4zOTM2IDE3LjQ0MDcgMTUuMjQxOSAxNy40NDc4IDE1LjA4NThDMTcuNDU0OCAxNC45Mjk3IDE3LjQyMTggMTQuNzc0NCAxNy4zNTE5IDE0LjYzNDZMMTUuOTIxOSAxMS43NzM4QzE1Ljg2MzkgMTEuNjU4MSAxNS44MzM3IDExLjUzMDYgMTUuODMzNiAxMS40MDEzVjguNDYxMjZDMTUuODMzNiA2LjkxNDE3IDE1LjIxOSA1LjQzMDQ0IDE0LjEyNSA0LjMzNjQ3QzEzLjAzMTEgMy4yNDI1MSAxMS41NDczIDIuNjI3OTMgMTAuMDAwMiAyLjYyNzkzWk0xMC4wMDAyIDE4LjQ2MTNDOS40ODMwMiAxOC40NjE1IDguOTc4NDUgMTguMzAxNCA4LjU1NjA4IDE4LjAwMjlDOC4xMzM3IDE3LjcwNDQgNy44MTQzIDE3LjI4MjIgNy42NDE4OSAxNi43OTQ2SDEyLjM1ODZDMTIuMTg2MiAxNy4yODIyIDExLjg2NjggMTcuNzA0NCAxMS40NDQ0IDE4LjAwMjlDMTEuMDIyIDE4LjMwMTQgMTAuNTE3NCAxOC40NjE1IDEwLjAwMDIgMTguNDYxM1oiIGZpbGw9IiM5MTkxOTEiLz4KPC9zdmc+Cg==");
    width: 20px;
    height: 20px;
}
.catalog-card__favorites:hover svg, .catalog-card__favorites.active svg {
    fill: #FF4A40;
}

.catalog-card__favorites:hover svg path, .catalog-card__favorites.active svg path {
    stroke: #FF4A40;
}

.catalog-card__favorites svg {
    width: 20px;
    height: 20px;
}

.catalog-card__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    margin: 12px 0;
    color: var(--graphite);
}

.catalog-card__price {
    font-weight: 700;
    font-size: 20px;
    line-height: 20.26px;
    color: var(--graphite);
    margin-bottom: 12px;
}

.catalog-card__price-container {
    margin-top: auto;
}

.catalog-card__img {
    padding: 66.4% 0;
    position: relative;
}

.catalog-card__img .catalog-card__img-items {
    height: 100%;
    max-height: unset;
    border-radius: 10px;
}

.catalog-card__img .catalog-card__img-items img {
    border-radius: 10px;
}

.catalog-card__img .popular_items_img__dots {
    bottom: 5px;
    gap: 5px;
}

.catalog-card__img .popular_items--dot {
    background: #fff;
}

.catalog-card__img > a, .catalog-card__img > .catalog-card__img-items {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.catalog-card__img-empty img {
    object-fit: contain !important;
}

.catalog-card__img-empty .slick-dots {
    display: none !important;
}

.catalog-card__img .popular_items--dot.active {
    background: var(--accent);
    height: 10px;
    width: 10px;
}

.catalog-card__img .slick-list, .catalog-card__img .popular_items_img .slick-track {
    height: 100%;
}

.catalog-card__to-cart[disabled] {
    background: var(--grey);
    cursor: default;
}

.catalog-card__to-cart[disabled] svg {
    fill: #B6B6B6;
}

.catalog-card-quantity.сalculator__container {
    position: relative;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100%;
}

.catalog-card-quantity .сalculator__info-quantity {
    color: var(--accent);
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.catalog-card-quantity.сalculator__container {
    box-shadow: inset 0 0 0 1px var(--accent);
    background: #fff;
    height: 45px;
    margin-top: 10px;
}

.catalog-card-quantity .сalculator__minus {
    background-color: #fff;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuMDAwOTggMTAuODI1NEgxNi42Njc2IiBzdHJva2U9IiMxMkIyNzAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
    width: 36px;
    height: 36px;
}

.catalog-card-quantity .сalculator__plus {
    background-color: #fff;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjIwMzEgNC45OTIxOVYxNi42NTg5IiBzdHJva2U9IiMxMkIyNzAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik00LjM2OTYzIDEwLjgyNTRIMTYuMDM2MyIgc3Ryb2tlPSIjMTJCMjcwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
    width: 36px;
    height: 36px;
}

.catalog-card__to-cart.loading svg {
    opacity: 0;
}

.catalog-card__to-cart.loading {
    cursor: default;
    opacity: 0.8;
    background-color: var(--accent) !important;
}

.catalog-card__to-cart.loading::before {
    content: '';
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Ccircle cx='4' cy='12' r='3' fill='currentColor'%3E%3Canimate id='svgSpinners3DotsScale0' attributeName='r' begin='0;svgSpinners3DotsScale1.end-0.25s' dur='0.75s' values='3;.2;3'/%3E%3C/circle%3E%3Ccircle cx='12' cy='12' r='3' fill='currentColor'%3E%3Canimate attributeName='r' begin='svgSpinners3DotsScale0.end-0.6s' dur='0.75s' values='3;.2;3'/%3E%3C/circle%3E%3Ccircle cx='20' cy='12' r='3' fill='currentColor'%3E%3Canimate id='svgSpinners3DotsScale1' attributeName='r' begin='svgSpinners3DotsScale0.end-0.45s' dur='0.75s' values='3;.2;3'/%3E%3C/circle%3E%3C/svg%3E");
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background-color: currentColor;
    color: #fff;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
}

.catalog-card__price-stock-block-abs {
    display: flex;
    position: relative;
    margin-bottom: 5px;
}

.catalog-card__price-stock {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #949494;
    position: relative;
    margin-right: 12px;
}

.catalog-card__price-stock::before {
    content: "";
    width: 100%;
    background: #949494;
    height: 1px;
    display: block;
    position: absolute;
    left: -1px;
    top: 8px;
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
}

.catalog-card__price-stock-\% {
    color: #01baef;
    padding: 2px 4px;
    background: #dbf7ff;
    border-radius: 6px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
}

@media (max-width: 992px) {
    .catalog-card__img .popular_items_img .slick-slide, .catalog-card__img .popular_items_img img {
        max-height: 100%;
    }

    .catalog-card__img .popular_items_img .slick-dots {
        bottom: 5px;
    }

    .catalog-card__img .slick-dots li {
        margin: auto 3px 0;
    }
}

@media (max-width: 767px) {
    .catalog-card {
        width: calc(100% / 2 - 5.16px);
    }
    .catalog__container-product.items-list {
        gap: 10px;
        justify-content: space-between;
    }
}

@media (max-width: 575px) {
    .catalog-card-сalculator.сalculator {
        width: 100%;
    }
    .catalog-card__title {
        font-size: 14px;
        margin: 6px 0;
    }
    .catalog-card__price {
        font-size: 16px;
        margin-bottom: 6px;
    }
    .catalog-card__to-cart, .catalog-card-quantity.сalculator__container {
        margin-top: 8px;
    }
    .catalog-card-quantity .сalculator__info-quantity {
        font-size: 14px;
    }
    .catalog-card__top-btns-item, .catalog-card__top-btns-item.bx-catalog-subscribe-button {
        width: 28px;
        height: 28px;
        min-width: 28px;
        padding: 6px;
    }
    .catalog-card__favorites svg {
        width: 16px;
        height: 16px;
    }
    .catalog-card__top-btns-item.bx-catalog-subscribe-button::before {
        width: 16px;
        height: 16px;
    }
    .catalog-card__top-btns {
        gap: 4px;
    }

    .catalog-card__tag {
        padding: 5.5px 5.74px;
        font-size: 10px;
        line-height: 10px;
    }
    .catalog-card {
        padding: 6px;
    }

    .catalog-card__top-btns {
        top: 4px;
        right: 4.75px;
    }
    .catalog-card__tags {
        top: 4px;
        left: 4.75px;
    }
}

@media (max-width: 560px) {
    .catalog-card-сalculator .сalculator__container {
        top: 0;
    }
}

@media (max-width: 480px) {
    .catalog-card__img .popular_items_img.visible-slides .popular_items_img__slide,
    .catalog-card__img .popular_items_img.visible-slides {
        height: 100%;
    }
}
/* End */
/* /local/templates/chistopar/components/bitrix/news.list/stories_main/style.css?17515266651566 */
/* /local/templates/chistopar/components/bitrix/news.list/slider_main/style.css?1730952717740 */
/* /local/templates/chistopar/components/bitrix/news.list/collection_main/style.css?17376207691103 */
/* /local/templates/chistopar/components/bitrix/catalog.item/item_common_v7/style.css?175152666510685 */
