

/* Start:/local/templates/main/components/bitrix/catalog.element/main/style.css?17727184861101*/
.filter_tags {
    margin-bottom: 20px;
}

.filter_tags .category_subsections {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.filter_tags .category_subsections li {
    position: relative;
    display: block;
    padding: 0;
    margin: 0 10px 15px 0;
}

.filter_tags .category_subsections li:before {
    display: none;
}

.filter_tags .category_subsections li > a {
    text-decoration: none;
    border: 0px;
    padding-left: 9px;
    color: #666;
    background: #f2f2f2;
    padding: 5px 15px !important;
    transition: ease-in-out 0.3s;
    line-height: 16px;
    height: inherit;
    font-size: 12px;
    padding: 3px 10px;
}

.filter_tags .category_subsections li > a.active {
    color: #ff005a;
}

.filter_tags .list-toggle {
    text-decoration: none;
    color: #3c91cf;
    cursor: pointer;
    margin-top: 20px;
    transition-duration: 100ms;
    transition-property: color;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.category_subsections li:nth-child(n+12) {
    display: none;
}

.category_subsections.open li:nth-child(n+12) {
    display: block;
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.item/productDetail/style.css?17446400591255*/
.item__tp-wrap:not(.item__tp-wrap_show)  {
    display: none;
}

.item__quantity:not(.item__quantity_show) {
    display: none!important;
}

.item__quantity_show, 
.item__cart_show,
.item__tp-wrap_show {
    display: flex;
}

.item__cart_show .item__cart-add {
    margin-right: 20px;
}

.item__quantity-wrapper_show{
    align-items: center;
    color: #ff5c00;
    display: flex;
    justify-content: space-between;
}

.item__cart.item__cart_show {
    display: flex;
    flex-direction: column;
}

.buy1click {
    margin: 10px 0;
}

.input, .input.input_textarea {
    width: 100%;
    resize: none;
}

.modal__body_buy1click .modal-auth__text,
.modal__success_buy1click .modal-auth__text {
    margin: 20px 0;
    text-align: center;
}

.modal__success.hidden {
    display: none;
}

#buyOneClick {
    margin: 20px 0;
}

.modal__body_buy1click .modal-auth__agreement {
    flex-shrink: 14px;
}

.modal__body_buy1click .modal-auth__agreement a {
    text-decoration: none;
    color: #164281;
}

.modal__body_buy1click .modal-auth__agreement a:hover {
    color: #ff5c00;
}

@media(max-width: 768px) {
    .modal__body_buy1click .form__label {
        margin-top: 15px;
    }
}

#click-buy-modal .error_block {
    color: red;
    margin-top: 15px;
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/reviews_product/style.css?17893887726844*/
.reviews__photos {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
}

.reviews__photo {
    display: block;
    width: 90px;
    height: 90px;
    overflow: hidden;
    border: 0;
    padding: 0;
    background: transparent;
    border-radius: 6px;
    cursor: pointer;
}

.reviews__photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.form__hint {
    margin-top: 5px;
    font-size: 12px;
}

.modal_success {
    background-color: rgba(0, 0, 0, .6);
    position: fixed;
    inset: 0;
    z-index: 998;
    display: none;
    align-items: center;
    justify-content: center;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 20px;
}

.modal_success.active {
    display: flex;
}

.modal_success__dialog {
    position: relative;
    width: 100%;
    max-width: 1480px;
    height: calc(100vh - 40px);
    max-height: 760px;
    min-height: 640px;
    z-index: 1;
}

.modal_success__content {
    background-color: #fff;
    box-shadow: 0 2px 16px 0 rgba(34, 34, 34, .1);
    position: relative;
    display: grid;
    grid-template-columns: 360px minmax(0, 1fr);
    gap: 24px;
    width: 100%;
    height: 100%;
    min-height: 0;
    padding: 40px;
    border-radius: 16px;
    overflow: hidden;
}

body.review-modal-open {
    overflow: hidden;
}

.dialog__close.js-review-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #ff9800;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, .15);
    cursor: pointer;
}

.dialog__close-icon {
    width: 18px;
    height: 18px;
    color: #fff;
}

.modal_success__content_info {
    min-width: 0;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: auto;
    padding-right: 8px;
}

.modal_success__content_title {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 500;
    color: #3b3b3b;
}

.modal_success__content_subtitle {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 1.15;
    font-weight: 700;
    color: #222;
}

.modal_success__content_rating {
    margin-bottom: 14px;
}

.modal_success__content_text {
    font-size: 16px;
    line-height: 1.5;
    color: #222;
}

.modal_success__content_slider {
    position: relative;
    min-width: 0;
    min-height: 0;
    height: 100%;
    overflow: hidden;
}

.review-modal-slider {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 0;
}

.review-modal-slider .swiper {
    width: 100%;
    height: 100%;
    min-height: 0;
    overflow: hidden;
    border-radius: 12px;
    background: #f3f3f3;
}

.review-modal-slider .swiper-wrapper {
    height: 100%;
}

.review-modal-slider .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: #f3f3f3;
    overflow: hidden;
}

.review-modal-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.review-modal-slider__arrow {
    position: absolute;
    top: 50%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #000;
    cursor: pointer;
    transform: translateY(-50%);
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, .15);
}

.review-modal-slider__arrow_prev {
    left: 16px;
}

.review-modal-slider__arrow_next {
    right: 16px;
}

.review-modal-slider__arrow svg {
    display: block;
}

.review-modal-slider__arrow.swiper-button-disabled {
    opacity: 0.4;
    pointer-events: none;
}

.review-modal-slider__arrow path {
    stroke: #3c91cf;
}

@media (max-width: 1200px) {
    .modal_success__content {
        grid-template-columns: 320px minmax(0, 1fr);
        gap: 20px;
        padding: 28px;
    }

    .modal_success__content_subtitle {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .modal_success {
        padding: 0;
        background-color: rgba(0, 0, 0, .82);
    }

    .modal_success__dialog {
        max-width: none;
        max-height: none;
        min-height: 0;
        width: 100%;
        height: 100%;
    }

    .modal_success__content {
        padding: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column-reverse;
        gap: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .modal_success__content_info {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 20;
        padding: 20px 20px 18px;
        overflow: visible;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .82) 100%);
    }

    .modal_success__content_title {
        margin-bottom: 4px;
        font-size: 16px;
        line-height: 1.3;
        color: #fff;
    }

    .modal_success__content_subtitle {
        margin-bottom: 6px;
        font-size: 16px;
        line-height: 1.3;
        font-weight: 700;
        color: #fff;
    }

    .modal_success__content_rating {
        margin-bottom: 8px;
    }

    .modal_success__content_text {
        font-size: 14px;
        line-height: 1.45;
        color: #fff;
    }

    .modal_success__content_slider {
        height: 100%;
    }

    .review-modal-slider,
    .review-modal-slider .swiper,
    .review-modal-slider .swiper-wrapper,
    .review-modal-slider .swiper-slide {
        height: 100%;
    }

    .review-modal-slider .swiper {
        border-radius: 0;
        background: transparent;
    }

    .review-modal-slider .swiper-slide {
        background: transparent;
    }

    .review-modal-slider .swiper-slide img {
        object-fit: contain;
    }

    .review-modal-slider__arrow {
        width: 44px;
        height: 44px;
        background: rgba(255, 255, 255, .92);
    }

    .review-modal-slider__arrow_prev {
        left: 12px;
    }

    .review-modal-slider__arrow_next {
        right: 12px;
    }

    .dialog__close {
        top: 16px;
        right: 16px;
        width: 40px;
        height: 40px;
        background: rgba(255, 152, 0, .95);
        box-shadow: none;
    }
}

@media (max-width: 768px) {
    .modal_success__content_title {
        display: none;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.item/productSmall/style.css?17787441466445*/
.product__quantity:not(.product__quantity_show) {
    display: none !important;
}


.digi-new {
    margin: 24px 0;
}

.digi-new__header {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0;
    font-weight: 800;
    color: #222;
}

.digi-new__swiper {
    overflow: hidden;
}

.digi-new__slide {
    max-width: 290px;
}
.digi-new__slide.swiper-slide {
    margin: 0px 0px 0px 0px;
    margin-left: 0 !important;

}

.digi-new__slide.swiper-slide:not(:last-child) {
    margin-right: 24px;
}

.new-product {
    padding: 24px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    position: relative;
    border: 1px solid rgb(221, 221, 221);
}

.new-product__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.new-product__head {
    position: relative;
    height: 180px;

}

.new-product__labels {
    position: absolute;
    display: none;
}

.new-product__actions {
    position: absolute;
    display: flex;
    flex-direction: column;
    right: 0;
    top: 0;
    z-index: 3;
    gap: 9px;
}

.new-product__button {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px;
    color: #999;
    background-color: hsla(0, 0%, 100%, .9);
    border-radius: 50%;
    transition: color .3s ease;
    cursor: pointer;
}

.new-product__button svg {
    transition: color .3s ease;

}

.new-product__button:hover {
    color: #ff5c00;
}

.new-product__image {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

.new-product__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.new-product__main {
    display: flex;
    flex-direction: column;
    padding-top: 14px;

}

.new-product__code {
    color: #004c77;
    font-weight: 500;
    min-height: 18px;
    font-size: 12px;
}

.new-product__brand {
    display: none;
}

.new-product__name {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 6px;
    margin-top: 6px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #343434;
    height: 50.4px;
}

.new-product__status {
    --color: #004c77;

    margin-bottom: 8px;
    color: var(--color);
    display: -webkit-flex;
    display: flex;
    align-items: center;
    font-size: 11px;
    font-weight: 700;
    height: 25px;
    gap: 4px;
}

.new-product__status::before {
    content: '';
    border-radius: 50%;
    width: 6px;
    height: 6px;
    flex: 0 0 6px;
    background: currentColor;


}

.new-product__prices {}

.new-product__price {
    color: #1c2225;
    font-size: 14px;
    line-height: 1.4;
}

.new-product__price b {
    font-weight: 600;

}

.new-product__bottom {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 15px;
    z-index: 3;
}

.new-product__bottom.active .new-product__quantity {
    opacity: 1;
    pointer-events: all;
}

.new-product__add.button {
    height: 40px;
}

.new-product__quantity {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 4;
    pointer-events: none;
    transition: color .3s ease;
    width: 100%;
}

.new-product__quantity .quantity__button,
.new-product__quantity .quantity__input {
    height: 40px;
    background: #ff8c00;
}

.digi-new__inner {
    position: relative;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}


.digi-new__pagination {
    display: none;
}

.digi-new__navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% + 30px);
    left: -15px;
    position: absolute;
    top: 50%;
    z-index: 3;
    transform: translateY(-50%);

}

.digi-new__naviagion-arrow {
    display: flex;
    justify-content:center;
    align-items: center;
    height: 30px;
    width: 30px;
    z-index: 1;
    cursor: pointer;
    color: #ddd;
    fill: #333;
    border: none;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, .15);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.digi-new__naviagion-arrow.swiper-button-prev {
    transform: rotate(180deg);

}
.digi-new__naviagion-arrow svg{
    stroke: #3c91cf;
}

@media (max-width: 1279.98px) {
    .digi-new__pagination {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        height: 8px;
        margin-top: 10px;
        overflow: hidden;
        display: flex;
    }

    .digi-new__navigation {
        display: none;
    }

    .digi-new__pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0px 4px;
        cursor: pointer;
        border-radius: 50%;
        transition: all .3s ease;
        background: #d5d5d5;
        position: relative;
        display: inline-block;
        flex: 0 0 8px;
    }

    .digi-new__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #ff8c00;
    }


    .digi-new__slide {
        max-width: calc(33.333% - 7px);
    }

    .digi-new__slide.swiper-slide:not(:last-child) {
        margin-right: 10px;
    }

    .new-product__quantity.quantity {
        width: 100%;
    }

    .new-product {
        padding: 10px;

    }

    .new-product__head {
        height: 120px;
    }

    .digi-new__header {
        font-size: 20px;
        margin-bottom: 16px;
    }
}


@media (max-width: 767.98px) {
    .digi-new__slide {
        max-width: calc(50% - 5px);
    }
    .new-product__name {
        height: 67.2px;
        -webkit-line-clamp: 4;
    }
}
/* End */
/* /local/templates/main/components/bitrix/catalog.element/main/style.css?17727184861101 */
/* /local/templates/main/components/bitrix/catalog.item/productDetail/style.css?17446400591255 */
/* /local/templates/main/components/bitrix/news.list/reviews_product/style.css?17893887726844 */
/* /local/templates/main/components/bitrix/catalog.item/productSmall/style.css?17787441466445 */
