

/* 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 */
/* /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 */
