

/* Start:/local/templates/sniper/components/bitrix/catalog.element/.default/style.css?173101079312741*/
/* Slider */
.product-item-detail-slider-container {
    position: relative;
    max-width: 100%;
    background: transparent;
    transition: background 800ms ease;
}

.product-item-detail-slider-block {
    position: relative;
    box-sizing: border-box;
    padding-top: 56.25%;
    height: 0;
}

.product-item-detail-slider-block.product-item-detail-slider-block-square {
    padding-top: 100%;
}

.product-item-detail-slider-images-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.product-item-detail-slider-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    transition: opacity 250ms linear;
}

.product-item-detail-slider-image.active {
    z-index: 10;
    opacity: 1;
}

.product-item-detail-slider-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    outline: 1px solid transparent;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
    transform: translateY(-50%) translateX(-50%);
}

.product-item-detail-slider-progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 180;
    height: 3px;
}

/*Slider Controls*/
.product-item-detail-slider-controls-block {
    padding: 10px 0;
    text-align: center;
}

.product-item-detail-slider-controls-image {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 65px;
    height: 65px;
    outline: 1px solid #c0cfda;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
}

.bx-retina .product-item-detail-slider-controls-image {
    outline-width: .5px;
}

.bx-no-retina .product-item-detail-slider-controls-image.active {
    outline-width: 2px;
}

.bx-retina .product-item-detail-slider-controls-image.active {
    outline-width: 1px;
}

.product-item-detail-slider-controls-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 65px;
    max-height: 65px;
    width: auto;
    height: auto;
    transform: translateY(-50%) translateX(-50%);
}

.product-item-detail-slider-left,
.product-item-detail-slider-right {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 111;
    display: block;
    width: 25%;
    background: rgba(255, 255, 255, 0) url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2230%22%20viewBox%3D%220%200%2016%2030%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2050%202%2036%2016%2022%2015%2021%201%2035%200%2036%201%2037%2015%2051%22%20transform%3D%22translate(0%20-21)%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
    opacity: .57;
    cursor: pointer;
    transition: all 300ms ease;
}

.product-item-detail-slider-left {
    left: 0;
}

.product-item-detail-slider-right {
    right: 0;
    transform: rotate(180deg);
}

.product-item-detail-slider-left:hover,
.product-item-detail-slider-right:hover {
    background-color: rgba(255, 255, 255, .4);
    opacity: .8;
}

.product-item-detail-slider-close {
    display: none;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-close {
    position: absolute;
    top: 4px;
    right: 110px;
    bottom: 0;
    z-index: 150;
    display: block;
    width: 50px;
    height: 50px;
    background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2015.1%208.944%208%2016%201%2015.006%200%208.05%207%20.994%200%200%201%207.056%208%200%2015.1%20.994%2016%208.05%209%2015.006%2016%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
    opacity: .27;
    cursor: pointer;
    transition: all 300ms ease;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-close:hover {
    opacity: 1;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-right {
    right: 105px;
}

/*magnified*/
.product-item-detail-slider-container.magnified .product-item-detail-slider-image {
    z-index: 100;
}

.product-item-detail-slider-container.magnified .product-item-detail-slider-image img {
    outline-color: #ddd;
}

.product-item-detail-slider-container.magnified .product-item-detail-slider-left,
.product-item-detail-slider-container.magnified .product-item-detail-slider-right {
    z-index: 50;
}

/*	>>>	popup*/
.product-item-detail-slider-container.popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    background: #fff;
    animation-name: imgPopupShow;
    animation-duration: 300ms;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-images-container {
    right: 105px;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-block {
    padding-top: 0;
    height: 100vh;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 100vh;
    width: calc(100% - 150px);
    transform: translateY(-50%) translateX(-50%);
}

@-webkit-keyframes imgPopupShow {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes imgPopupShow {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-ms-keyframes imgPopupShow {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-o-keyframes imgPopupShow {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes imgPopupShow {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image img {
    max-width: 100%;
    max-height: 90vh;
    width: auto;
    cursor: default
}

.product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    padding: 20px;
    border-left: 1px solid #d3d3d3;
    background-color: #fff;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
    display: block;
    margin-bottom: 20px;
}

/* Slider Mobile*/
@media (max-width: 767px) {
    .product-item-detail-slider-container.popup .product-item-detail-slider-images-container {
        right: 0;
    }

    .product-item-detail-slider-container.popup .product-item-detail-slider-block {
        padding-top: 0;
        height: calc(100vh - 111px);
    }

    .product-item-detail-slider-container.popup .product-item-detail-slider-image {
        width: 90%;
    }

    .product-item-detail-slider-container.popup .product-item-detail-slider-image img {
        max-width: 100%;
        max-height: calc(100vh - 115px);
        width: auto;
        cursor: default;
    }

    .product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
        position: absolute;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        overflow-x: auto;
        max-height: 111px;
        border-top: 1px solid #d3d3d3;
        border-left: none;
        white-space: nowrap;
    }

    .product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
        display: inline-block;
        margin-bottom: 0;
    }

    .product-item-detail-slider-container.popup .product-item-detail-slider-close {
        right: 10px;
        z-index: 200;
    }

    .product-item-detail-slider-left,
    .product-item-detail-slider-right {
        max-width: 75px;
    }

    .product-item-detail-slider-container.popup .product-item-detail-slider-right {
        right: 0;
    }

}

.bx-element-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 30px;
    word-break: break-word;
}

.product-item-detail-tab {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
    margin-top: 30px;
}

.product-item-detail-properties {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    width: 100%;
}

.product-item-detail-tab-content {
    line-height: 151.4%;
}

.product_pay {
    border-radius: 7px;
    border: 1px solid #0000B2;
    padding: 15px;
}

.product-item-detail-price-current {
    display: inline-block;
    color: #0000B2;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.product-item-detail-price-old {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: line-through;
    display: inline-block;
    margin-left: 10px;
}


.product-item-detail-buy-button {
    border-radius: 7px;
    background-color: #D796FA;
    width: 100%;
    cursor: pointer;
    transition: all 0.1s ease-in-out;
    text-transform: uppercase;
    display: block;
    padding: 10px 15px;
    text-align: center;

    border-color: transparent;
}

.product-item-detail-buy-button[disabled] {
    cursor: default;
}

.product-item-detail-buy-button:hover {
    background-color: #ac79c8;
}

.product-item-detail-order-button{
    border-radius: 7px;
    background-color: #A1EFFE;
    width: 100%;
    cursor: pointer;
    transition: all 0.1s ease-in-out;
    text-transform: uppercase;
    display: block;
    padding: 10px 15px;
    text-align: center;
}

.product-item-detail-order-button:hover {
    background-color: #bbf2fd;
}


.product-item-amount-field {
    border-radius: 7px;
    border: 1px solid #000;
    padding: 10px 15px;
    width: 100%;
	text-align: center;
}

.product-item-amount-field-container {
    position: relative;
}

.product-item-amount-field-btn-minus, .product-item-amount-field-btn-plus {
    position: absolute;
    top: calc(50% - 10px);
    cursor: pointer;
}

.product-item-amount-field-btn-minus {
    left: 5px;
}

.product-item-amount-field-btn-plus {
    right: 5px;
}

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

section h2{
    margin-top: 20px;
}
.icons_product{
    display: flex;
    grid-column-gap: 5px;
}
.icon_product {
    border-radius: 3px;
    background: #0000B2;
    padding: 10px;
    display: flex;
    align-items: center;
}
.icon_product:before{
    content: '';
    background-repeat: no-repeat;
    display: block;
}
.tg_icon_product:before {
    content: '';
    background-image: url("/images/tg_icon.svg");
    width: 8px;
    height: 7px;
}
.vk_icon_product:before {
    content: '';
    background-image: url("/images/vk_icon.svg");
    width: 10px;
    height: 6px;
}
.wp_icon_product:before {
    content: '';
    background-image: url("/images/wp_icon.svg");
    width: 8px;
    height: 8px;
}
.product_region span{
    font-weight: bold;
    color: #0000B2;
}
.in-basket {
    background: #fff547;
}
.open-instructions-file-btn,
.download-instructions-file-btn {
    display: inline-block;
    border-radius: 7px;
    background-color: #D796FA;
    cursor: pointer;
    transition: all 0.1s ease-in-out;
    text-transform: uppercase;
    padding: 10px 15px;
    text-align: center;
    margin: 5px;
}
.download-instructions-file-btn {
    background-color: #A1EFFE;
}
.open-instructions-file-btn:hover {
    background-color: #d8abf0;
}
.download-instructions-file-btn:hover {
    background-color: #bbf2fd;
}
.instruction-label {
    display: inline-block;
    width: 140px;
}

.bx-catalog-element .wrap-photo {
    position: relative;
}
.bx-catalog-element .wrap-photo .wrap-label{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
}
.bx-catalog-element .wrap-photo .wrap-label .iitem-label{
    margin: 5px;
    float: left;
    font-size: 14px;
    background-color: #fbd7ec;
    color: #000;
    padding: 5px 10px;
}
.bx-catalog-element .wrap-photo .wrap-label .iitem-label.promo_2_1{
    background: rgb(255, 245, 71);
}
.bx-catalog-element .wrap-photo .wrap-label .iitem-label.item-additional-label{
    background: #64d6dead;
}

.product-item-label-ring{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    background: #fbd7ec;
    margin: 5px;
    color: #000;
    padding: 5px 10px;

}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield; /* Убирает стрелки в Firefox */
}
/* End */


/* Start:/bitrix/components/bitrix/sale.prediction.product.detail/templates/.default/style.min.css?1669083000332*/
.catalog-element-popup-wrapper{position:absolute;box-sizing:border-box;border-radius:3px;background:rgba(0,0,0,.77)}.catalog-element-popup-inner{padding:20px;max-width:300px;font:13px "Helvetica Neue",Arial,Helvetica,sans-serif}.catalog-element-popup-element{color:#ffa801;font:bold 13px "Helvetica Neue",Arial,Helvetica,sans-serif}
/* End */


/* Start:/local/templates/sniper/components/bitrix/catalog.element/.default/themes/blue/style.min.css?1691145002902*/
.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-selected-scu,.bx-blue .product-item-detail-slider-controls-image:hover,.bx-blue .product-item-detail-slider-controls-image.active{outline-color:#006cc0}.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 .product-item-detail-slider-progress-bar{background-color:#006cc0}
/* End */
/* /local/templates/sniper/components/bitrix/catalog.element/.default/style.css?173101079312741 */
/* /bitrix/components/bitrix/sale.prediction.product.detail/templates/.default/style.min.css?1669083000332 */
/* /local/templates/sniper/components/bitrix/catalog.element/.default/themes/blue/style.min.css?1691145002902 */
