

/* Start:/local/templates/runwillpools/components/bitrix/catalog.element/product/style.css?17592644236055*/
/* .product-wrap {
    margin-bottom: 32px;
}

.product-wrap > *:last-child {
    margin-bottom: 0;
}

.product {
    margin-bottom: 24px;
}

.product-gallery-col {
    position: relative;
}

.product-item-label-text {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}

.product-item-label-text span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 36px;
    padding: 4px 8px;
    background: var(--color-secondary);
    border-radius: 4px;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    color: var(--color-white);
    white-space: nowrap;
}

.product-item-detail-price-old {
    color: var(--color-gray-400);
    text-decoration: line-through;
}

.product-item-price-not-available {
    display: flex;
    color: var(--color-primary-dark);
    white-space: nowrap;
    font-weight: 500;
    font-size: 28px;
    line-height: 1;
}

.product-item-detail-economy-price {
    display: none;
}

.product-item-detail-pay-block {
}

.product-item-scu-item-title {
    margin-bottom: 4px;
    font-size: 14px;
    color: var(--color-gray-400);
}

.product .product-item-scu-tree-container {
    margin-bottom: 24px;
}

.product .product-item-scu-container {
    margin-bottom: 8px;
}

.product-item-scu-item-list {
    display: flex;
    align-items: center;
    column-gap: 8px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.product-item-scu-item-text {
    padding: 4px 8px;
    border: 1px solid var(--color-gray-250);
    border-radius: 4px;
    font-size: 12px;
    color: var(--color-gray-400);
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
}

.product-item-scu-item-text:hover {
    border: 1px solid var(--color-gray-300);
    color: var(--color-gray-500);
}

.product-item-scu-item-text.selected {
    border: 1px solid var(--color-primary);
    color: var(--color-gray-500);
    cursor: default;
}

.product-item-amount {
    display: flex;
    flex: 0 0 auto;
    background: #f4f4f4;
    border-radius: 4px;
    overflow: hidden;
}

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
    position: relative;
    display: inline-flex;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    background-color: #f4f4f4;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    transition: background 300ms ease, opacity 300ms ease;
    user-select: none;
}

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover {
    background: #efefef;
}

.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    opacity: 0.8;
    transition: opacity 300ms ease, background 300ms ease;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
    opacity: 0.3 !important;
    cursor: default;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
    background-color: #f4f4f4;
}

.product-item-amount-field-btn-plus:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==)
        no-repeat center;
    background-size: 10px;
}

.product-item-amount-field-btn-minus:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+)
        no-repeat center;
    background-size: 10px;
}

.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after {
    opacity: 1;
}

.product-item-amount-field {
    display: inline-block;
    padding: 0;
    max-width: 50px;
    width: auto;
    height: 36px;
    border: 1px solid transparent;
    background: #f4f4f4;
    color: var(--color-primary-dark);
    vertical-align: middle;
    text-align: center;
    line-height: 22px;
    transition: border 300ms ease;
}

.product-item-amount-field:focus {
    outline: none !important;
}

.product-item-amount-description-container {
    display: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.popup-window {
    font-family: var(--font-primary) !important;
    width: 100%;
    max-width: 320px;
    border-radius: 12px;
    overflow: hidden;
}

.popup-window-buttons {
    padding: 0 !important;
}

.popup-window-buttons .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
    width: 100%;
    min-width: 120px;
    height: 40px;
    padding: 0 22px;
    background-color: var(--color-primary);
    border: 1px solid var(--color-primary);
    border-radius: 4px;
    outline: none;
    line-height: 40px;
    color: var(--color-white);
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 768px) {
    .product-gallery-inner {
        grid-template-columns: 1fr !important;
    }

    .product-gallery-col:first-of-type {
        display: none;
    }

    .product-gallery .product-gallery-main {
        height: 320px !important;
        width: 100% !important;
    }

    .product-gallery .product-gallery-main-button-prev,
    .product-gallery .product-gallery-main-button-next {
        display: flex !important;
    }
} */

/* End */


/* Start:/local/templates/runwillpools/components/bitrix/catalog.section/products_list/style.css?1759264487182*/
/* .catalog-section {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 16px;
}

.catalog-description {
    margin-top: 32px;
} */
/* End */


/* Start:/local/templates/runwillpools/components/bitrix/catalog.item/product_item/style.css?17592644377632*/
/* .product-item-container {
    position: relative;
}

.product-item-container.hover {
    z-index: 10;
}

.product-item {
    display: flex;
    flex-direction: column;
    padding: 16px;
    width: 100%;
    height: 100%;
    border: 1px solid #dcdcdc;
    border-radius: 12px;
    background: #fff;
}

.product-item-container.hover .product-item {
    min-height: 100%;
    height: auto;
    box-shadow: 0 4px 12px 1px rgba(0, 0, 0, 0.1);
}

.product-item-image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
}

.product-item-image img {
    height: 180px;
    object-fit: contain;
}

.product-item-label-text {
    position: absolute;
    top: 16px;
    right: 16px;
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}

.product-item-label-text span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 36px;
    padding: 4px 8px;
    background: var(--color-secondary);
    border-radius: 4px;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    color: var(--color-white);
    white-space: nowrap;
}

.product-item-header {
    height: 96px;
    margin-bottom: 12px;
}

.product-item-title {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 4px;
    color: var(--color-primary-dark);
    font-weight: 500;
    line-height: 1.3;
}

.product-item-title:hover {
    text-decoration: none;
    color: var(--color-primary);
}

.product-item-properties-container {
    font-size: 14px;
    color: var(--color-gray-500);
    line-height: 1;
}

.product-item-properties-container span {
    line-height: 1;
}

.product-item-price-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-top: auto;
}

.product-item-price-old {
    color: var(--color-gray-400);
    text-decoration: line-through;
}

.product-item-price-current,
.product-item-price-not-available {
    display: flex;
    color: var(--color-primary-dark);
    white-space: nowrap;
    font-weight: 500;
    font-size: 28px;
    line-height: 1;
}

.product-item-scu-tree-container {
    margin-top: 16px;
}

.product-item-scu-tree-container.product-item-hidden {
    display: none;
}

.product-item-container.hover .product-item-scu-tree-container.product-item-hidden {
    display: block;
}

.product-item-info-container {
    margin-bottom: 8px;
}

.product-item-info-container:last-child {
    margin-bottom: unset;
}

.product-item-scu-item-title {
    margin-bottom: 4px;
    font-size: 14px;
    color: var(--color-gray-400);
}

.product-item-scu-item-list {
    display: flex;
    align-items: center;
    column-gap: 8px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.product-item-scu-item-text {
    padding: 4px 8px;
    border: 1px solid var(--color-gray-250);
    border-radius: 4px;
    font-size: 12px;
    color: var(--color-gray-400);
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
}

.product-item-scu-item-text:hover {
    border: 1px solid var(--color-gray-300);
    color: var(--color-gray-500);
}

.product-item-scu-item-text.selected {
    border: 1px solid var(--color-primary);
    color: var(--color-gray-500);
    cursor: default;
}

.product-item-footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    column-gap: 12px;
}

.product-item-footer.product-item-hidden {
    display: none;
}

.product-item-container.hover .product-item-footer.product-item-hidden {
    display: flex;
}

.product-item .product-item-amount {
    display: flex;
    flex: 0 0 auto;
    margin-top: 16px;
    background: #f4f4f4;
    border-radius: 4px;
    overflow: hidden;
}

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
    position: relative;
    display: inline-flex;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    background-color: #f4f4f4;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    transition: background 300ms ease, opacity 300ms ease;
    user-select: none;
}

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover {
    background: #efefef;
}

.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    opacity: 0.8;
    transition: opacity 300ms ease, background 300ms ease;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
    opacity: 0.3 !important;
    cursor: default;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
    background-color: #f4f4f4;
}

.product-item-amount-field-btn-plus:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==)
        no-repeat center;
    background-size: 10px;
}

.product-item-amount-field-btn-minus:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+)
        no-repeat center;
    background-size: 10px;
}

.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after {
    opacity: 1;
}

.product-item-amount-field {
    display: inline-block;
    padding: 0;
    max-width: 50px;
    width: auto;
    height: 36px;
    border: 1px solid transparent;
    background: #f4f4f4;
    color: var(--color-primary-dark);
    vertical-align: middle;
    text-align: center;
    line-height: 22px;
    transition: border 300ms ease;
}

.product-item-amount-field:focus {
    outline: none !important;
}

.product-item-amount-description-container {
    display: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.product-item-button-container {
    width: 100%;
}

.popup-window {
    font-family: var(--font-primary) !important;
    width: 100%;
    max-width: 320px;
    border-radius: 12px;
    overflow: hidden;
}

.popup-window-buttons {
    padding: 0 !important;
}

.popup-window-buttons .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
    width: 100%;
    min-width: 120px;
    height: 40px;
    padding: 0 22px;
    background-color: var(--color-primary);
    border: 1px solid var(--color-primary);
    border-radius: 4px;
    outline: none;
    line-height: 40px;
    color: var(--color-white);
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 1280px) {
    .product-item-container.hover .product-item {
        height: 100% !important;
    }

    .product-item-scu-tree-container.product-item-hidden {
        display: block;
    }

    .product-item-footer.product-item-hidden {
        display: flex;
        margin-top: auto;
    }
} */

/* End */


/* Start:/local/templates/runwillpools/components/bitrix/catalog.section/products_list/themes/blue/style.min.css?1730223100706*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .catalog-section-header{border-color:#006cc0}
/* End */
/* /local/templates/runwillpools/components/bitrix/catalog.element/product/style.css?17592644236055 */
/* /local/templates/runwillpools/components/bitrix/catalog.section/products_list/style.css?1759264487182 */
/* /local/templates/runwillpools/components/bitrix/catalog.item/product_item/style.css?17592644377632 */
/* /local/templates/runwillpools/components/bitrix/catalog.section/products_list/themes/blue/style.min.css?1730223100706 */
