

/* 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/catalog.item/productDigi/style.css?17787441461888*/
.product__tp-wrap:not(.product__tp-wrap_show) {
    display: none;
}

.product__quantity:not(.product__quantity_show) {
    display: none !important;
}

.product__cart_show,
.product__quantity-wrap_show,
.product__quantity_show,
.product__tp-wrap_show {
    display: flex;
}

.product__tp-wrap_show {
    margin-left: 20px;

}

.product__buttons {
    align-items: center;
    color: #ff5c00;
    display: flex;
    justify-content: space-between;
    /*	flex-wrap: wrap;*/
}

.avail_modal {
    font-size: 14px;
    line-height: normal;
    margin: 8px 0;
    cursor: pointer;
    color: #343434;
}

.modal__bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    transition: 0.5s all;
    z-index: 99;
}

.modal__bg.active {
    opacity: 1;
    pointer-events: all;
    transition: 0.5s all;
}

.modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 970px;
    padding: 25px;
    transition: 0.5s all;
    border-radius: 10px;
    background-color: #fff;
}

.product-horizontal__characteristics-item-wrapper {
    margin-bottom: 35px;
}

.product__price.product__price_left {
    position: absolute;
    bottom: 85px
}

@media (max-width: 1280px) {
    .product__price.product__price_left {
        bottom: 75px;
    }

    .product-horizontal__characteristics-item-wrapper {
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {
    .product__price.product__price_left {
        bottom: 60px;
    }

    .product-horizontal__characteristics-item-wrapper {
        margin-bottom: 35px;
    }
}

@media (max-width: 480px) {
    .product__buttons {
        align-items: center;
        color: #ff5c00;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}

/* 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/catalog.item/productDigi/style.css?17787441461888 */
/* /local/templates/main/components/bitrix/catalog.item/productSmall/style.css?17787441466445 */
