

/* Start:/local/templates/innet_focus_s1_new_design/blocks/price-compare/price-compare.css?1763108318687*/
.price-compare {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin: 0.5rem 0;
}
.price-compare__row {
    display: flex;
    gap: .5rem;
    align-items: center;
}
.price-compare__link {
    color: var(--color-orange);
    text-decoration: underline;
}
.price-compare__value {
    font-size: 1.562rem;
    font-weight: 700;
}
.price-compare__value--orig {
    font-size: 1.125rem !important;
    color: #858585;
}
.price-compare__value--disc {
    background-color: #414142;
    color: white;
    padding: 5px 8px 3px 8px;
    border-radius: 6px;
    line-height: normal;
}
.price-compare__label--secondary {
    color: #bababa;
}
/* End */


/* Start:/local/templates/innet_focus_s1_new_design/components/bitrix/catalog.element/innet/style.css?177729314051623*/
:root {
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.__gallery .row .col--xs-3 {
    float: left;
}

/* Sidebar */
.product-item-detail-info-section {
    padding: 0 20px;
}

/*@media (max-width: 767px){
	.product-item-detail-info-section{padding:0;}
}*/
@media (max-width: 992px) {
    .product-item-detail-info-section {
        padding: 0;
    }
}

.product-item-detail-info-container {
    /*outline:1px dashed #ff3c00;*/
    margin-bottom: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.product-item-detail-info-container-title {
    font-weight: bold;
    color: #000;
    font-size: 13px;
    margin-bottom: 3px;
}

.product-item-detail-pay-block {
    border: 1px solid #e4e4e4;
    padding: 20px 20px 0;
    border-radius: 3px;
    background-color: #fff;
    position: relative;
    margin-bottom: 15px;
}

.bx-retina .product-item-detail-pay-block {
    border-width: .5px;
}


/*Compare*/
.product-item-detail-compare-container {
    font-size: 12px;
    padding: 4px 15px;
    border-top: 1px solid #e4e4e4;
    position: relative;
    margin: 0 -20px;
    background: #F3F3F3;
    line-height: 20px;
    vertical-align: middle;
    min-height: 30px;
    box-shadow: inset 0 1px 1px 0 #eee;
    /*box-shadow: 0 1px 1px 0 #eee;*/
    color: #4e4e4e;
}

.product-item-detail-compare .checkbox {
    margin: 0;
    padding: 0;
}

/* Price */
.product-item-detail-price-current {
    font-size: 30px;
    color: #D0021B;
    line-height: 33px;
    font-weight: bold;
    white-space: nowrap;
    -webkit-transition: font-size 200ms ease;
    -moz-transition: font-size 200ms ease;
    -ms-transition: font-size 200ms ease;
    -o-transition: font-size 200ms ease;
    transition: font-size 200ms ease;
}

.product-item-detail-price-old {
    color: #BDBDBD;
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
    white-space: nowrap;
    text-decoration: line-through;
}

/* SCU */
.product-item-scu-container {
    padding: 0 0 2px;
}

.product-item-scu-container-title {
    font-size: 12px;
    color: #333;
}

.product-item-scu-block {
}

.product-item-scu-list {
    margin: 0;
}

.product-item-scu-item-list {
    list-style: none;
    padding: 0;
    overflow: hidden;
    margin: 0 0 0 -2px;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
    /* float: left; */
    padding: 5px 3px;
    box-sizing: border-box;
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
}

.product-item-scu-item-text-container {
    min-width: 48px;
}

.product-item-scu-item-color-container {
    max-width: 60px;
    width: 25%;
}

.product-item-scu-item-color-block {
    position: relative;
    padding-top: 100%;
    cursor: pointer;
    outline: 1px solid #c0cfda;
}

.bx-no-touch .product-item-scu-item-color-block {
    transition: outline 200ms ease;
}

.bx-retina .product-item-scu-item-color-block {
    outline-width: .5px;
}

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
    outline-width: 2px;
}

.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block {
    outline-width: 1px;
}

.product-item-scu-item-color {
    position: absolute;
    top: 2px;
    right: 2px;
    left: 2px;
    bottom: 2px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.product-item-scu-item-text-block {
    position: relative;
    cursor: pointer;
    outline: 1px solid #c0cfda;
    padding: 0 5px;
}

.bx-no-touch .product-item-scu-item-text-block {
    transition: outline 300ms ease;
}

.bx-retina .product-item-scu-item-text-block {
    outline-width: .5px;
}

.product-item-scu-item-text-container.selected .product-item-scu-item-text-block {
    outline-width: 2px;
}

.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block {
    outline-width: 1px;
}

.product-item-scu-item-text {
    vertical-align: middle;
    text-align: center;
    font-size: 11px;
    line-height: 18px;
    white-space: nowrap;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
    position: relative;
    outline-color: #A9ADB4 !important;
    overflow: hidden;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    content: "";
    background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
    background-size: 80% 80%;
}

.product-item-selected-scu-container {
    word-spacing: 1px
}

.product-item-selected-scu {
    display: inline-block;
    outline: 1px solid #c0cfda;
    vertical-align: middle;
    text-align: center;
    font-size: 11px;
    line-height: 22px;
    height: 22px;
    min-width: 22px;
    white-space: nowrap;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 5px;
}

.bx-retina .product-item-selected-scu {
    outline-width: .5px;
}

.product-item-selected-scu-color {
    background-position: center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
}

/*Amount*/
.product-item-amount {
    text-align: center;
    padding: 0 0 2px;
}

.product-item-amount-field-container {
}

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
    height: 22px;
    min-width: 22px;
    display: inline-block;
    vertical-align: middle;
    background-color: #f2f2f2;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
    transition: background 300ms ease, opacity 300ms ease;
}

.bx-retina .product-item-amount-field-btn-plus,
.bx-retina .product-item-amount-field-btn-minus {
    border-width: .5px;
}

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover {
    background: #d3d3d3;
}

.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: .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: .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: #f2f2f2;
}

.product-item-amount-field-btn-minus:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    opacity: .8;
    transition: opacity 300ms ease;
}

.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 {
    max-width: 50px;
    width: auto;
    color: #000;
    font-weight: bold;
    display: inline-block;
    line-height: 22px;
    vertical-align: middle;
    height: 22px;
    padding: 0;
    font-size: 19px;
    text-align: center;
    background: transparent !important;
    border: 1px solid transparent;
    border-radius: 2px;
    transition: border 300ms ease;
}

.bx-retina .product-item-amount-field {
    border-width: .5px;
}

.product-item-amount-field:focus {
    outline: none !important;
}

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.product-item-amount-description-container {
    color: #a5a5a5;
    font-size: 12px;
    white-space: nowrap;
}

.product-item-amount-description-container strong {
    color: #333;
    white-space: nowrap;
}

.product-item-amount-label-container {
    font-weight: bold;
    color: #a5a5a5;
    font-size: 12px;
    margin: 5px 0;
}

/**/
.product-item-quantity {
    color: #333;
    font-size: 12px;
    font-weight: normal;
}


/*Buy button*/
.btn.product-item-detail-buy-button {
    width: 100%;
    max-width: 250px;
    display: block;
    font-weight: 800;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    height: 50px;
    text-transform: uppercase;
    position: relative;
    margin: 0 auto 20px;
}

.product-item-detail-short-card-btn .btn.product-item-detail-buy-button {
    margin: 0;
}

.btn.product-item-detail-buy-button span {
    line-height: 16px;
    display: inline-block;
    min-height: 16px;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    max-width: 100%;
    white-space: normal;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn-link.product-item-detail-buy-button {
    height: 25px;
}

/* Slider */
.product-item-detail-slider-container {
    max-width: 100%;
    position: relative;
    background: transparent;
    -webkit-transition: background 800ms ease;
    -moz-transition: background 800ms ease;
    -ms-transition: background 800ms ease;
    -o-transition: background 800ms ease;
    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;
    -webkit-transition: opacity 250ms linear;
    -moz-transition: opacity 250ms linear;
    -ms-transition: opacity 250ms linear;
    -o-transition: opacity 250ms linear;
    transition: opacity 250ms linear;
}

.product-item-detail-slider-image.active {
    opacity: 1;
    z-index: 10;
}

.product-item-detail-slider-image img {
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);

    -webkit-transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
    -moz-transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
    -ms-transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
    -o-transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
    transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
    background-repeat: no-repeat;
    background-position: center;

    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
    outline: 1px solid transparent;
}

.product-item-detail-slider-progress-bar {
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 180;
}

/*Slider Controls*/
.product-item-detail-slider-controls-block {
    padding: 10px 0;
    text-align: center;
}

.product-item-detail-slider-controls-image {
    width: 65px;
    height: 65px;
    background-color: #fff;
    position: relative;
    text-align: center;
    display: inline-block;
    outline: 1px solid #c0cfda;
    cursor: pointer;
    overflow: hidden;
}

.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 {
    max-width: 65px;
    max-height: 65px;
    height: auto;
    width: auto;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.product-item-detail-slider-left,
.product-item-detail-slider-right {
    display: block;
    position: absolute;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: .57;
    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;
    z-index: 111;
    top: 0;
    bottom: 0;
    width: 25%;
}

.product-item-detail-slider-left {
    left: 0;
}

.product-item-detail-slider-right {
    right: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.product-item-detail-slider-left:hover,
.product-item-detail-slider-right:hover {
    opacity: .8;
    background-color: rgba(255, 255, 255, .4);
}

.product-item-detail-slider-close {
    display: none;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-close {
    width: 50px;
    height: 50px;
    right: 110px;
    top: 4px;
    opacity: .27;
    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;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    bottom: 0;
    display: block;
    position: absolute;
    cursor: pointer;
    z-index: 150;
}

.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;
}

.product-item-detail-slider-container.magnified .product-item-label-text,
.product-item-detail-slider-container.magnified .product-item-label-ring {
    opacity: 0;
}


/*	>>>	popup*/
.product-item-detail-slider-container.popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 999999;
    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 {
    height: 100vh;
    padding-top: 0;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image {
    max-height: 100vh;
    position: absolute;
    top: 50%;
    width: calc(100% - 150px);
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

@keyframes imgPopupShow {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image img {
    width: auto;
    max-width: 100%;
    cursor: default;
    max-height: 90vh
}

.product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
    border-left: 1px solid #d3d3d3;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 20px;
    overflow-y: auto;
}

.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 {
        height: calc(100vh - 111px);
        padding-top: 0;
    }

    .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 {
        width: auto;
        max-width: 100%;
        cursor: default;
        max-height: calc(100vh - 115px);
    }

    .product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
        border-left: none;
        border-top: 1px solid #d3d3d3;
        position: absolute;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        max-height: 111px;
        overflow-x: auto;
        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;
    }

}

/*Label*/
.product-item-label-text,
.product-item-label-ring {
    position: absolute;
    z-index: 190;
    opacity: 1;
    -webkit-transition: opacity 450ms ease;
    -moz-transition: opacity 450ms ease;
    -ms-transition: opacity 450ms ease;
    -o-transition: opacity 450ms ease;
    transition: opacity 450ms ease;
}

.product-item-label-text span,
.product-item-label-ring {
    margin-bottom: 2px;
    color: #fff;
    display: inline-block;
    clear: both;
    background: #F42C2C;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.product-item-label-ring.main-image {
    background: #7B0323;
}

.bx-red .product-item-label-text span,
.bx-red .product-item-label-ring {
    background-color: #fba90c;
}

.product-item-label-text > div,
.product-item-label-ring > div {
    line-height: 0;
}

.product-item-detail-slider-container.popup .product-item-label-text,
.product-item-detail-slider-container.popup .product-item-label-ring {
    display: none;
}

/* TEXT */
.product-item-label-text span {
    padding: 2px 5px;
    font-weight: bold;
    vertical-align: middle;
}

.product-item-label-text.product-item-label-small span {
    line-height: 14px;
    font-size: 13px;
    padding: 2px 7px;
    margin-bottom: 1px;
    font-weight: normal;
}

.product-item-label-text.product-item-label-big span {
    line-height: 17px;
    font-size: 13px;
    padding: 4px 10px;
}

@media (max-width: 767px) {
    .product-item-label-text > div {
        line-height: 0;
    }

    .product-item-label-text.product-item-label-small span,
    .product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
        line-height: 14px;
        font-size: 10px;
        padding: 2px 7px;
        margin-bottom: 1px;
    }

    .product-item-big-card .product-item-label-text.product-item-label-small span,
    .product-item-label-text.product-item-label-big span,
    .product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
        margin-bottom: 1px;
        line-height: 16px;
        font-size: 14px;
        padding: 3px 12px;
    }

    .product-item-big-card .product-item-label-text.product-item-label-big span {
        line-height: 25px;
        font-size: 20px;
        padding: 3px 12px;
    }
}

/*RING*/
.product-item-label-ring {
    border-radius: 50%;
    font-weight: bold;
    box-sizing: border-box;
}

.product-item-label-ring.product-item-label-small {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.product-item-label-ring.product-item-label-big {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
}

.product-item-label-ring.product-item-label-big.main-image {
    width: 100px;
    height: 100px;
    line-height: 2.5;
    font-size: 40px;
}

@media (max-width: 767px) {
    .product-item-label-ring.product-item-label-small,
    .product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 13px;
    }

    .product-item-big-card .product-item-label-ring.product-item-label-small,
    .product-item-label-ring.product-item-label-big,
    .product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
    }

    .product-item-big-card .product-item-label-ring.product-item-label-big {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 24px;
    }
}

.product-item-label-top {
    top: -5px;
}

.product-item-label-center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.product-item-label-center > div {
    text-align: center;
}

.product-item-label-left {
    left: -5px;
}

.product-item-label-left > div {
    text-align: left;
}

.product-item-label-bottom {
    bottom: -5px;
}

.product-item-label-middle {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product-item-label-right {
    right: -5px;
}

.product-item-label-right.main-image {
    right: 0px;
}

.product-item-label-bottom.main-image {
    top: 0px;
}

.product-item-label-right > div {
    text-align: right;
}

.product-item-label-center.product-item-label-middle {
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

/* Tabs */
.product-item-detail-tabs-container {
    min-height: 60px;
    background: #fff;
    border-bottom: 1px solid #ededed;
}

.product-item-detail-tabs-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}

.product-item-detail-tabs-list:after {
    content: "";
    clear: both;
    display: table;
}

.product-item-detail-tab {
    float: left;
    min-height: 60px;
}

.product-item-detail-tab-link {
    height: 60px;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 10px 25px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-height: 45px;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    color: #039BE5;
    vertical-align: middle;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.product-item-detail-tab-link:hover,
.product-item-detail-tab.active .product-item-detail-tab-link {
    color: #000;
}

.product-item-detail-tab-link:after {
    content: "";
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1485CE;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.product-item-detail-tab-link:hover:after,
.product-item-detail-tab.active .product-item-detail-tab-link:after {
    height: 3px;
}

.product-item-detail-tab-link:active:after {
    height: 6px;
}

.product-item-detail-tab-content {
    padding: 25px 0;
}

@media (max-width: 991px) {
    .product-item-detail-tabs-container {
        display: none !important;
    }

    .product-item-detail-tab-content {
        display: block !important;
    }
}

/*Tab fixed*/
.product-item-detail-tabs-container-fixed {
    position: fixed;
    top: -100px;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 4px 14px 0 rgba(32, 54, 74, .23);
    -webkit-transition: top 350ms linear;
    -moz-transition: top 350ms linear;
    -ms-transition: top 350ms linear;
    -o-transition: top 350ms linear;
    transition: top 350ms linear;
}

.product-item-detail-tabs-container-fixed {
    min-height: 45px;
    background: #fff;
}

.product-item-detail-tabs-container-fixed.active {
    opacity: 1;
    top: 0;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tabs-list {
    max-width: 1048px;
    margin: 0 auto;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tab {
    min-height: 45px;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tab-link {
    height: 45px;
    padding: 10px 25px;
    line-height: 25px;
}

.bx-touch .product-item-detail-tabs-container-fixed {
    display: none !important;
}

/*Small Card*/
.product-item-detail-short-card-fixed {
    position: fixed;
    top: -85px;
    left: 0;
    right: 0;
    z-index: 1010;
    background-color: #fff;
    box-shadow: 0 4px 14px 0 rgba(32, 54, 74, .23);
    -webkit-transition: top 220ms linear;
    -moz-transition: top 220ms linear;
    -ms-transition: top 220ms linear;
    -o-transition: top 220ms linear;
    transition: top 220ms linear;
    height: 85px;
    box-sizing: border-box;
    padding: 7px 0 8px;
}

.product-item-detail-short-card-fixed.active {
    opacity: 1;
    top: 0;
}

.product-item-detail-short-card-fixed.active + .product-item-detail-tabs-container-fixed.active {
    top: 85px;
}

.bx-touch .product-item-detail-short-card-fixed {
    display: none !important;
}

.product-item-detail-short-card-fixed .product-item-detail-short-card-content-container {
    max-width: 1048px;
    margin: 0 auto;
}

.product-item-detail-short-card-content-container table {
    border-collapse: collapse;
    min-width: 100%;
}

.product-item-detail-short-card-image {
    vertical-align: middle;
    text-align: left;
    width: 80px;
    padding-right: 15px;
}

.product-item-detail-short-card-image img {
    height: 65px;
    max-width: none;
}

.product-item-detail-short-title-container {
    max-width: 650px
}

.product-item-detail-short-title-text {
    display: block;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #000;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.product-item-detail-short-card-price {
    text-align: right;
    vertical-align: middle;
    padding: 0 10px;
}

.product-item-detail-short-card-btn {
    padding-left: 10px;
    min-width: 120px;
}

/*Properties */
.product-item-detail-tab-content {
    display: none;
}

.product-item-detail-tab-content.active {
    display: block;
}

div.tab-container .tab-content__item.row.visible {
    display: flex;
}

.product-item-detail-tab-content h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.product-item-detail-properties {
    color: #a5a5a5;
    font-size: 12px;
    margin: 0;
    display: block;
    overflow: hidden;
    max-width: 560px;
}

.product-item-detail-properties dl {
    clear: both;
}

.product-item-detail-properties dt {
    clear: both;
    float: left;
    font-weight: normal;
}

.product-item-detail-properties dd {
    margin-bottom: 3px;
    float: right;
    margin-left: 5px;
    color: #000;
}

@media (max-width: 560px) {
    .cell.cell--first {
        display: flex;
    }
}

.marketplaces.buttons {
    margin-top: 20px;
    gap: 10px;
}

.marketplaces.buttons a {
    padding: 10px;
    border-radius: 5px;
    text-transform: uppercase;
    white-space: nowrap;
    /*display: inline-block;*/
    line-height: 22px;
    place-content: center;
}

/*.marketplaces.buttons a.ozon{*/
/*	background-color:#1769FE;*/
/*	color:white;*/
/*	margin-right: 13px;*/
/*}*/
/*.marketplaces.buttons a.ymarket{*/
/*	background-color: white;*/
/*}*/
/*.marketplaces.buttons a.ymarket img{*/
/*	height: 18px;*/
/*}*/

/*.marketplaces.buttons a img{*/
/*	margin-bottom: 4px;*/
/*	height: 14px;*/
/*}*/

.owl-stage-outer {
    overflow: hidden;
}

.owl-stage {
    display: flex;
}

.sl-btns .owl-nav .owl-next {
    right: 0px;
    cursor: pointer;
}

.sl-btns .owl-nav .owl-prev {
    left: 0px;
    cursor: pointer;
}

.__gallery .sl-btns .owl-dots {
    display: none;
}

.owl-nav.disabled {
    display: none;
}

.video-frame {
    position: relative;
}

.video-frame-icon-play {
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .5) url(/images/video_play_small.png) 19px 13px no-repeat;
    margin: auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: background-color 100ms linear;
}

.video-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

iframe.vk-video {
    width: 100%;
    height: 100%;
}

.fancybox-slide div[id^="vk-video-"] {
    width: 100%;
    max-width: 900px;
    aspect-ratio: 16 / 9;
    overflow-y: hidden;
    background: none;
}

.fancybox-slide div.vertical[id^="vk-video-"] {
    max-height: 90vh;
    max-width: 455px;
    aspect-ratio: 1 / 2;
}

.image-block {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    /*height: 50vh;*/
    max-height: 50vh;
}

.image-block .image {
    background-color: white;
    display: flex;
    justify-content: center;
}

.image-block .image img {
    object-fit: contain;
    height: 100%;
    width: 100%;
    max-height: 44vh;
    place-self: center;
}

.sidebar {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    max-height: 44vh;
}

.slider {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

swiper-container {
    width: 100%;
    max-height: 100%;
}

swiper-container.video-slider > .swiper-button-prev, swiper-container.video-slider > .swiper-button-next {
    display: none;
}

swiper-container ~ .swiper-button-lock {
    display: none;
}

.swiper-thumbs {
    height: 100%;
    overflow: unset;
    /*top: -136px;*/
}

swiper-slide {
    height: auto;
    max-height: 100%;
    place-items: center;
}

.sidebar .wrapper {
    background-color: white;
    border: 1px solid #D9D9D9;
    border-radius: 20px;
    max-height: 100px;
    max-width: 100px;
    aspect-ratio: 1;
    overflow: hidden;
    height: auto;
}

.swiper-slide-thumb-active .wrapper {
    border: 1px solid var(--color-orange);
}

swiper-container.mySwiper.swiper-thumbs ~ .navigation-button {
    display: none;
}

.navigation-button {
    z-index: 1;
    background-color: white;
    border-radius: 50%;
    width: 36px !important;
    height: 36px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    transition: background-color 0.5s;
    user-select: none;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.navigation-button:hover {
    background-color: var(--color-orange);
}

.navigation-button svg {
    transform: translate(11px, 4px);
}

.swiper-button-disabled {
    display: none;
}

.swiper-button-prev, .swiper-button-prev-item {
    left: 10px;
}

.swiper-button-next, .swiper-button-next-item {
    right: 10px;
}

.swiper-button-next svg, .swiper-button-next-item svg {
    transform: translate(11px, 4px) rotate(180deg);
}

.sidebar img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.video-block {
    background-color: white;
    /*padding: 20px 0;*/
    /*border: 1px solid #D9D9D9;*/
}

.video-block .addition {
    color: #414142;
    transition: color 0.5s;
}

.video-block .addition:hover {
    color: var(--color-orange);
}

.video-block .video {
    margin-bottom: 10px;
}

.video-block figure {
    margin: 0;
}


/*Табы*/


.tabs-header {
    display: flex;
    color: #6E6E6E;
    overflow-x: auto;
    margin-top: 10px;
    gap: 5px;
}

.tabs-header button {
    background: none;
}

.tabs-header .active, .tab-link:hover {
    border: 1px solid var(--color-orange);
    color: var(--color-orange);
    font-weight: 700;
}

.tab-link {
    color: #414142;
    height: 46px;
    border-radius: 10px;
    border: 1px solid white;
    background-color: white;
    padding: 10px 10px;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.5s, color 0.5s !important;
}

.tab-link img {
    margin-right: 10px;
}

div.content-container .subtitle {
    font-size: calc((100vw - 480px) / (1920 - 480) * (26 - 18) + 18px);
    color: #414142;
}

.subtitle-text {
    font-size: 18px;
    color: #414142;
    text-transform: uppercase;
}

#characteristic img {
    width: 100%;
    object-fit: contain;
}

.characteristics, .options {
    margin-top: 30px;
    display: flex;
    flex-direction: column; /* Расположить характеристики в столбик */
    gap: 10px; /* Расстояние между строками */
    line-height: 1;
}

.option {
    display: flex;
    justify-content: space-between; /* Название слева, значение справа */
    align-items: center; /* Выравнивание по вертикали */
    padding-bottom: 0px;
    border-bottom: 1px solid #EAEAEA;
    gap:10px;
}

.option .name {
    flex: 1; /* Занимает максимум доступного пространства */
    text-align: left; /* Выравнивание слева (по умолчанию) */
}

.option .value {
    flex: 1;
    /*text-align: right; !* Выравнивание справа *!*/
}

.product-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: max-content;
}

.product-info h1 {
    font-size: calc((100vw - 480px) / (1920 - 480) * (28 - 18) + 18px) !important;
    font-family: 'LT Superior Regular';
    text-transform: none;
    font-weight: 600;
    margin-bottom: 0 !important;
}

.detail-good {
    margin-bottom: 80px;
}

@media (max-width: 1024px) {
    .product-info {
        top: 72px;
    }
}

@media (max-width: 991px) {
    .detail-good {
        display: flex;
        flex-direction: column; /* Вертикальная ориентация */
        margin-bottom: 40px;
    }

    .product-info {
        position: static;
    }

    .image-block, .product-info {
        margin-bottom: 10px;
    }

    .marketplaces.buttons {
        margin-top: 10px;
    }

    .tabs {
        padding-right: 0;
    }

    .tabs > * {
        padding-right: 0;
    }
}

.current-price {
    font-size: calc((100vw - 480px) / (1920 - 480) * (26 - 18) + 18px);
    font-weight: 700;
}

.old-price {
    color: #C5C5C5;
    /*margin-left: 20px;*/
    font-size: 16px;
}

.__price-old.old-price span {
    text-decoration: line-through #C5C5C5;
}


.cart-buttons .buttons, .cart-buttons .buy-block {
    display: flex;
    /*gap: clamp(5px, 2vw, 40px);*/
    row-gap: clamp(5px, 1vw, 10px);
    column-gap: clamp(5px, 2vw, 40px);
    flex-wrap: wrap;
}

.buy-block .add-to-card {
    width: 100%;
    text-align: center;
    border-radius: 5px;
}

.top-button-wrapper {
    position: absolute;
    top: 0;
    height: auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sub-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sub-buttons a {
    display: block;
    border-radius: 50%;
    height: 38px;
    width: 38px;
    object-fit: contain;
    align-content: center;
    vertical-align: center;
    text-decoration: unset;
    color: black;
}

.sub-buttons a > svg {
    height: 20px;
    width: 100%;
}

.sub-buttons .sub-wrapper.active a {
    color: var(--color-orange);
}

.sub-buttons a:focus {
    color: unset;
}

.options-info > *:not(:last-child) {
    /*margin-bottom: 20px;*/
}

.options-info .title {
    color: black;
}

.options-info .options {
    color: #6E6E6E;
    margin-top: 16px;
}

.additional-buttons {
    gap: 10px;
    display: flex;
    flex-direction: row;
}

@media (max-width: 1199px) {
    .additional-buttons .button {
        width: 100%;
    }
}

.additional-buttons a {
    width: max-content;
    text-align: center;
    display: block;
    border: 1px solid #414142;
    line-height: 0;
    padding: 20px;
    text-decoration: none;
    color: #414142;
}

.additional-buttons a.buy-one-click {
    background-color: var(--color-orange);
    border-color: var(--color-orange);
}

.marketplaces a {
    text-decoration: unset;
    display: flex;
}

.marketplaces span {
    white-space: normal;
}

.marketplaces > a svg {
    height: 20px;
    width: 100%;
}

.tab-current {
    display: none;
}


@media ( max-width: 768px) {
    .tab-current {
        display: block;
        top: 0;
    }

    .tab-current, .tabs-header {
        position: sticky;
        z-index: 100;
        overflow-x: auto;
        white-space: nowrap;
    }

    .tabs-header {
        top: 46px;
        gap: 0;
    }

    .tab-current .tab-link {
        width: 100%;
        position: relative;
        display: flex;
        justify-content: space-between;
    }

    .tabs-header {
        display: none;
        text-align-last: left;
    }


    .tabs-header .active {
        display: none;
    }

    .tab-container .top-tabs-buy-line {
        display: none;
    }

    .tab-current.open + .top-tabs-buy-line {
        display: flex;
    }

    .tab-current.open + .top-tabs-buy-line .tabs-header {
        display: flex;
        flex-wrap: wrap;
    }

    .tabs-header .tab-link {
        width: 100%;
        flex: none;
        background-color: white;
    }

    .tab-current .toggle-arrow svg {
        /*margin-top: -6px;*/
    }
}

@media (max-width: 600px) {
    .tab-current {
        top: 73px;
    }
}

.bottom-banner {
    margin-bottom: 48px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: auto;
    min-height: 400px;
}

.bottom-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bottom-banner img + a {
    z-index: 3;
}

.bottom-banner .banner-detail {
    padding: 40px 0 40px 50px;
    width: 50%;
}

@media (max-width: 992px) {
    .bottom-banner .banner-detail {
        width: 100%;
        padding: 40px 50px;
    }
}

.image-center .navigation-button {
    /*display: none;*/
}

@media (max-width: 575px) {
    .image-center .navigation-button, .video-block .navigation-button {
        display: none;
    }

    .image-center {
        width: 100%;
    }

    .sidebar {
        display: none;
    }

    .video-block {
        /*display: none*/
    }

    .sidebar {
        padding-right: 0;
    }


    .sidebar .wrapper {
        height: 100%;
    }
}

.form button.button.custom-btn.custom-btn--style-2, a.custom-btn[data-src="#want-discount"], a.custom-btn[data-src="#callback"], .custom-btn.custom-btn--style-2 {
    text-decoration: none;
    border: 0;
    font-size: 20px;
    padding: 16px 20px;
    text-transform: unset;
    font-weight: 700;
    min-width: unset;
}

div.counter .input-wrp {
    height: 100%;
}

div.counter .__btn {
    margin-top: -10px;
}

div.__line--buy input.product_count {
    max-width: 134px;
    margin: 0;
    padding: 16px;
    height: 100%;
    background: #F7F7F7;
    border: 0;
}

.additional-buttons a:hover {
    color: inherit;
}

@media (max-width: 991px) {
    div.__line--buy input.product_count {
        max-width: 100%;
    }
}


swiper-container[loop="false"] ~ .navigation-button[aria-disabled="true"] {
    /*display: none;*/
}


.discount {
    background: var(--color-orange);
    padding: 10px;
    border-radius: 31px;
}

div.__label {
    text-align: unset;
    text-transform: unset;
    font-size: 16px;
    width: auto;
    position: static;
}

div.__label span:before {
    content: none;
}

div.__label span {
    left: 0;
    background: var(--color-orange);
    border-radius: 31px;
    color: white;
    padding: 12px 16px;
    line-height: 0.8;
}

.color-variable {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #C5C5C5;
}

.color-variable.current {
    border: 2px solid var(--color-orange);
    padding: 1px; /* чтобы внутри цвет не съежился */
    background-clip: content-box !important;
}

.variable-products {
    display: flex;
    column-gap: 5px;
    align-items: center;
}
.variable-products.relation-groups{
    flex-direction: column;
    align-items: flex-start;
}

.variable-products > a {
    vertical-align: sub;
    display: inline-block;
}

.name-variables {
    margin-right: 20px;
}

.utp img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.utp.mobile {
    display: none;
}

@media (max-width: 767px) {
    .utp {
        display: none;
    }

    .utp.mobile {
        display: block;
    }
}

.video-block img {
    aspect-ratio: 560 / 240;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.sub-buttons [class*=" fontello-"]:before, .sub-buttons [class^=fontello-]:before {
    font-size: 24px;
    width: 100%;
    height: 100%;
    align-content: center;
}

.top-tabs-buy-line {
    position: sticky;
    z-index: 1025;
    overflow-x: auto;
    white-space: nowrap;
    top: 0px;
    background-color: #F8F8F8;
    padding: 5px 0;
    align-items: center;
}

@media (max-width: 768px) {
    .top-tabs-buy-line {

    }
}

@media (max-width: 768px) {
    .top-tabs-buy-line .buy {
        display: none;
    }

    .top-tabs-buy-line {
        top: 46px;
    }
}

.top-tabs-buy-line .buy button {
    border: 0;
    font-size: 20px;
    padding: 16px 20px;
    line-height: 1;
    text-transform: unset;
    font-weight: 700;
    min-width: unset;
}

.buy .price-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#description {
    padding: 0;
    /*overflow: hidden;*/
}

div.product-single .__details .tab-content {
    margin-top: 10px;
}

.advantages .item {
    align-items: center;
}
.marketplaces__media--price {
    background-color: #ececec;
    border-radius: 10px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}
.marketplaces__image--price {
    width: 90px;
}
.marketplaces__price--price {
    color: #ffffff;
    font-size: 22px;
    letter-spacing: 0;
    font-family: 'LT Superior Bold';
    background-color: #10c44c;
    border-radius: 6px;
    padding: 3px 7px;
    line-height: normal;
    align-self: baseline;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.marketplaces__button--price {
    color: #fff;
    margin-top: 10px;
    font-weight: 700;
}
.marketplaces__button--ozon,
.marketplaces__button--ozon:hover {
    background: #005CFF;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    color: #fff;
}
.marketplaces__button--yandex,
.marketplaces__button--yandex:hover {
    background:#fce000;
    color: black;
}
.marketplaces__logo--price {
    align-self: flex-start;
    position: absolute;
    background-color: white;
    padding: 5px;
    border-radius: 5px;
    right: 10px;
}
#characteristic .hide-props{
    transition: height 0.5s ease;
    height:200px;
    overflow: hidden;
}
.mask-image{
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(black), to(transparent));
    -webkit-mask-image: linear-gradient(to bottom, black 0%, transparent 100%);
    mask-image: -webkit-gradient(linear, left top, left bottom, from(black), to(transparent));
    mask-image: linear-gradient(to bottom, black 0%, transparent 100%);
    pointer-events: none;
}
.button-hidder{
    width: max-content;
    margin: auto;
}
.col-auto.icon>*{
    width: 30px;
    height:30px;
}

.fancybox-slide.vk-video .fancybox-content{
    width: 100%;
    max-width: 60%;
    aspect-ratio: 16 / 9;
    overflow-y: hidden;
    background: none;
    height: auto;
}
.fancybox-slide.vk-video .fancybox-content .fancybox-iframe{
    background: none;
}
@media (max-width: 992px) {
    .fancybox-slide.vk-video .fancybox-content{
        max-height: calc(100% - 60px);
        max-width: calc(100% - 15px);
    }
}

.buy-block .button.black {
    width:100%;
    min-height: 54px;
}



/* Core Logic: Hidden by default */
.__specification.characteristics .group .option {
    display: none;
}

/* Show only active group */
.__specification.characteristics .group.active .option {
    display: flex;
    justify-content: space-between; /* To keep Name/Value alignment */
}

/* UI/UX for the Header */
.__specification.characteristics .group-name {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Simple CSS Toggle Icon */
/*.__specification.characteristics .toggle-icon::after {*/
/*    content: '▼';*/
/*    display: inline-block;*/
/*    margin-left: 10px;*/
/*    font-size: 0.7rem;*/
/*    transition: transform 0.2s ease-in-out;*/
/*}*/

/*!* Rotate icon when active *!*/
/*.__specification.characteristics .group.active .toggle-icon::after {*/
/*    transform: rotate(180deg);*/
/*}*/


.toggle-icon {
    flex-shrink: 0;
    position: relative;
    width: 20px;
    height: 20px;
}

/* Рисуем "+" через псевдоэлементы для плавной трансформации в "-" */
.toggle-icon::before,
.toggle-icon::after {
    content: '';
    position: absolute;
    background: currentColor;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: var(--transition);
}

.toggle-icon::before { width: 100%; height: 2px; } /* Горизонталь */
.toggle-icon::after { width: 2px; height: 100%; }  /* Вертикаль */

/* Состояние Active */
.group.active .toggle-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
    opacity: 0;
}
.relation-groups a,.relation-groups span:not(.name-variables) {
    background: var(--bs-gray-100);
    border: 1px solid var(--bs-gray-400);
    padding: 2px 10px 0px 10px;
    border-radius: 1rem;
    line-height: 1;
}
.relation-groups span.current {
    background: var(--color-orange);
    border: 1px solid var(--color-orange);
    color: white;
}
/* End */


/* Start:/local/templates/innet_focus_s1_new_design/components/bitrix/news.list/count_reviews_small/style.css?17655447041397*/
progress::-moz-progress-inner-element{
    border-radius: 20px;
}
progress::-moz-progress-value {
    background: var(--color-orange);
}
progress::-moz-progress-bar{
    background-color: #EAEAEA;
    border-radius: 20px;
}
progress::-webkit-progress-inner-element{
    border-radius: 20px;
}
progress::-webkit-progress-value {
    background: var(--color-orange);
    border-radius: 20px;
}
progress::-webkit-progress-bar{
    background-color: #EAEAEA;
    border-radius: 20px;
}

progress {
    appearance: none;
    color: var(--color-orange);
    height: 4px;
}
progress.line{
    width: 100%;
}
.average-assessment{
    font-size:28px;
    font-weight:600;
}
.left-block-wrapper{
    background-color: #F7F7F7;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
}
.left-block-wrapper .custom-btn{
    width:100%;
}
.rating{
    display:flex;
    gap:5px;
}
.rating svg.half {
    fill: url(#halfGradient);
}

.rating svg.active {
    fill: var(--color-orange);
}

.rating svg {
    fill: #D9D9D9;
    width: 17px;
    height: 21px;
}
.product-info h1 {
    margin-top: 0px;
}

.small-block div span a {
    line-height: 1;
}
.small-block .count-text{
    margin: auto;
    line-height: 1;
}
.product-info.white-wrapper{
    padding: 10px 20px 20px 20px;
}



/* End */


/* Start:/local/components/custom/element-multi-tab/templates/.default/style.css?1774530089624*/
.multi-tab-content {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.multi-tab-content .tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.multi-tab-content .tab-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
}
.multi-tab-content .tab-header.active {
  background-color: #f0f0f0;
}
.multi-tab-content .tab-content {
  display: none;
}
.multi-tab-content .tab-content.active-multi-tab {
  display: block;
}
.multi-tab-content .tab-header:hover {
  background-color: #e0e0e0;
}

/* End */


/* Start:/local/templates/innet_focus_s1_new_design/components/bitrix/news.list/element_reviews_new_design/style.css?17778828883972*/
progress::-moz-progress-inner-element{
    border-radius: 20px;
}
progress::-moz-progress-value {
    background: var(--color-orange);
}
progress::-moz-progress-bar{
    background-color: #EAEAEA;
    border-radius: 20px;
}
progress::-webkit-progress-inner-element{
    border-radius: 20px;
}
progress::-webkit-progress-value {
    background: var(--color-orange);
    border-radius: 20px;
}
progress::-webkit-progress-bar{
    background-color: #EAEAEA;
    border-radius: 20px;
}

progress {
    appearance: none;
    color: var(--color-orange);
    height: 4px;
}
progress.line{
    width: 100%;
}

.table-assessment-block>div{
    display:grid;
    grid-template-columns: 80px auto 7%;
    align-items: center;
    gap:20px;
}
.average-assessment{
    font-size:28px;
    font-weight:600;
}
.left-block-wrapper{
    background-color: #F7F7F7;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 32px;
}
.left-block-wrapper .custom-btn{
    width:100%;
}
.rating{
    display:flex;
    gap:5px;
}
.rating svg.half {
    fill: url(#halfGradient);
}

.materials{
    max-height:240px;
    position:relative;
}

.materials swiper-container{
    height:100%;

}
.material-slide{

}
.material-slide img,.material-slide video{
    object-fit:cover;
    aspect-ratio: 1;
    max-width:240px;
    max-height: 240px;
    width: 100%;
    filter: blur(5px);
}

.fancybox-slide > video{
    background:transparent;
}





body main section.reviews.container {
    margin-top: 20px;
    margin-bottom: 20px;
}

body main section.reviews.container h2 {
    font-size: 28px;
    font-weight: 600;
    color: #414142;
    margin-bottom: 2.6vw;
}

section.reviews > div > div {
    background-color: white;
    border-radius: 13px;
    padding: 2.6vw;
}

section.reviews .bottom-wrapper {
    margin-top: 2.6vw;
}

swiper-container {
    width: 100%;
    /*height: 100%;*/
}

.reviews swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reviews {
    display:flex;
    flex-direction:column;
    gap:20px;
}

.review {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap:10px;
}

.review .text {
    /*max-height: 80px;*/
    overflow-y: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.review .photo {
    height: 70px;
    width: 70px;
    overflow: hidden;
    border-radius: 50%;
}
.review .photo img{
    height: 70px;
    width: 70px;
    object-fit: cover;
}

.review .name {
    /*text-transform: uppercase;*/
    font-size:20px;
}
.review .info .date{
    font-size:14px;
    color:#C5C5C5;
}

.rating svg.active {
    fill: var(--color-orange);
}

.rating svg {
    fill: #D9D9D9;
    width: 17px;
    height: 21px;
}

.navigation-button .nav-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.swiper-button-next-item .nav-wrapper svg {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%) rotate(180deg);
}

.swiper-button-prev-item .nav-wrapper svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ozon-slide-item{
    overflow: hidden;
    border-radius: 10px;
    cursor:pointer;
}
.ozon-slide-item img:not(.search-icon){
    filter:blur(10px);
}
.ozon-slide-item img.search-icon{
    filter: invert(1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75px;
    height: 75px;
    z-index: 1;
}



/* End */


/* Start:/local/components/innet/form/templates/popap/style.css?17787486665806*/
.errortext {
    color: red !important;
}

.faq-ant .__ask .__title {
    color: #252525 !important;
}

.faq .__ask {
    border: 1px solid #e1e1e1 !important;
}

.index-form .textfield {
    border: 0;
    border: 1px solid #ccc;
    padding: 17px 20px;
    min-height: 20px;
}


.modal div.header {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.modal .container {
    padding: 40px;
    width: auto;
}

.modal div.title {
    /*margin-bottom: 10px;*/
    font-size: 36px;
    font-weight: 700;
    color: black;
    margin-bottom:20px;
}

.modal div.description {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

#register_product.modal {
    border-radius: 10px;
    padding-bottom: 0;
    max-width: 690px;
}

.modal .buttons {
    gap: 10px;
    margin-bottom: 40px;
    display: flex;
}

.modal .buttons a {
    font-size: 19px;
    border-radius: 10px;
    border: solid 1px #F5C186;
    padding: 20px;
}

.modal .buttons a:hover {
    background-color: #F5C186;
    color: black;
    cursor: pointer;
}

.modal div.btn-register a {
    font-size: 20px;
    text-decoration: underline;
    cursor: pointer;
}

@media (max-width: 425px) {
    .modal .buttons {
        flex-direction: column;
    }
}

.modal form {
    display: flex;
    flex-direction: column;
}

.modal form input, .modal form textarea {
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 0;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 5px;
    font-size: 20px;
    margin: 0;
    margin-bottom: 26px;
    font-family: inherit;
    color: inherit;
    width: 100%;
    background: unset;
    height: auto;
}

.modal form input::placeholder,.modal form textarea::placeholder{
    color:#A1A0A0;
}

.modal form input:last-child,.modal form textarea:last-child {
    margin-bottom: 0px;
}

.modal form input:focus-visible, .modal form textarea:focus-visible {
    outline: none;
}

.modal form label i {
    background: url('/local/templates/innet_focus_s1_new_design/img/unchecked.svg') no-repeat center center;
    background-size: contain;
    border: none;
    margin-left: -30px;
}

.input-invisible:checked + i {
    background: url('/local/templates/innet_focus_s1_new_design/img/checked.svg') no-repeat center center;
    background-size: contain;
}

.modal form label i:before {
    content: '';
}

.modal form .custom-checkbox {
    padding-left: 30px;
}

.modal form [type="submit"], .form-btn {
    /*max-width: 260px;*/
    height: 69px;
    border: none;
    background-color: var(--color-orange);
    border-radius: 5px;
    font-size: 24px;
    color: white;
    text-transform: none;
    padding: 26px;
    line-height: 0;
    cursor:pointer;
}
@media (max-width:360px){
    .modal form [type="submit"], .form-btn {
        padding: 0;
    }
}
.modal {
    max-width: 560px;
}

.modal label > span {
    font-weight: normal;
}

.modal label > span a {
    color: var(--color-orange);
}

#register_product.modal button.fs-custom_dropdown-selected {
    border: none;
    border-bottom: 1px solid #ccc;
    padding-left: 5px;
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.modal div.fs-custom_dropdown-options {
    font-size: 20px;
}


.input-file {
    position: relative;
    display: flex;
    align-items: center;
}

.input-pic{
    background: url('/images/pick_file.svg') center/cover no-repeat;
    height:20px;
    width:20px;
}
.text-btn{
    text-decoration: underline;
}
.input-file-btn {
    position: relative;
    display: flex;
    gap: 20px;
    cursor: pointer;
    outline: none;
    font-size: 20px;
    vertical-align: middle;
    text-align: center;
    border-radius: 5px;
    border: 1px dashed #735F54;
    line-height: 0;
    padding: 20px;
    margin: 0;
    transition: background-color 0.2s;
    height:65px;
    line-height: 25px;
}
.input-file-text {
    padding: 0 10px;
    display: inline-block;
    font-size:16px;
}
.input-file input[type=file] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}

/* Focus */
.input-file input[type=file]:focus + .input-file-btn {
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.modal form .input-wrp label span {
    color:#434242;
}

.form-rating-wrp {
    margin-bottom: 26px;
}

.modal form .form-rating-wrp input {
    margin: 0;
    padding: 0;
    width: auto;
}

.form-rating {
    display: inline-flex;
    flex-direction: row-reverse;
    gap: 6px;
}

.form-rating input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.form-rating label {
    width: 28px;
    height: 28px;
    margin: 0;
    cursor: pointer;
}

.form-rating label::before {
    content: "★";
    display: block;
    color: #D9D9D9;
    font-size: 28px;
    line-height: 1;
    transition: color .15s ease;
}

.form-rating label:hover::before,
.form-rating label:hover ~ label::before,
.form-rating input:checked ~ label::before {
    color: var(--color-orange);
}

@media (max-width:480px){
    .input-file{
        gap: 10px;
        flex-direction: column;
        align-items: flex-start;
    }
    .input-file-btn{
        justify-content: center;
        width: 100%;
        font-size: 18px;
    }
    .modal form [type="submit"], .form-btn{
        width: 100%;
        max-width:unset;
        font-size: 20px;
    }
    .input-file input[type=file]{
        z-index: 99;
    }
    .modal .header .title{
        font-size: 26px;
    }
    .modal .header .description{
        font-size: 16px;
    }
}

/* End */


/* Start:/local/templates/innet_focus_s1_new_design/components/bitrix/news.list/element_questions_new_design/style.css?17746116411400*/
.left-block-wrapper{
    background-color: #F7F7F7;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 32px;
}
.left-block-wrapper .custom-btn{
    width:100%;
}

body main section.questions.container {
    margin-top: 20px;
    margin-bottom: 20px;
}

body main section.questions.container h2 {
    font-size: 28px;
    font-weight: 600;
    color: #414142;
    margin-bottom: 2.6vw;
}

.questions {
    display:flex;
    flex-direction:column;
    gap:20px;
}
.questions .description{
    background-color: #f0f0f0;
    padding: 10px;
    border-radius: 10px;
    width: max-content;
}

.question, .answer {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap:10px;
}

.question .text, .answer .text {
    /*max-height: 80px;*/
    overflow-y: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    padding: 0 10px;
}
.question .user, .answer .user {
    padding: 0 10px;
}

.question .name, .answer .name {
    /*text-transform: uppercase;*/
    font-size:20px;
}
.question .info .date, .answer .info .date{
    font-size:14px;
    color:#C5C5C5;
}

.navigation-button .nav-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}
/* End */


/* Start:/local/templates/innet_focus_s1_new_design/components/bitrix/catalog.section/catalog_slider/style.css?17721918991202*/
.catalog-section-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

.goods--columns .__item ul {
    padding-bottom: 10px !important;;
}
.goods div.__item {
	margin:1px;
}
.goods .__item .__image {
    top: -16px;
}
.goods .__item .__content{
    padding-top: 5px !important;
}
.goods .__item .__details{
    padding-bottom: 0 !important;
}
.__label{
    top: -2px !important;
}

div.goods .product-item .__image{
	aspect-ratio: 1 / 1;
	width: 100%;
	height: 100%;
}
.navigation-button .nav-wrapper{
	position:relative;
	width:100%;
	height:100%;
}
.swiper-button-next-item .nav-wrapper svg{
	position: absolute;
	bottom: 50%;
	left: 50%;
	transform: translate(-50%, 50%) rotate(180deg);
}
.swiper-button-prev-item .nav-wrapper svg{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
@media (max-width: 378px){
	div.goods div.__info .__line--buy form a.add-to-card{
		font-size: 18px;
		padding: 16px 4px;
	}
}
.goods .swiper-button-next-item {
	right: -12px;
}
.goods .swiper-button-prev-item {
	left: -12px;
}
/* End */


/* Start:/local/templates/innet_focus_s1_new_design/components/bitrix/catalog.item/innet_slider/style.css?177330553732076*/

.product-item-container{position: relative;}
.product-item-container.hover{z-index: 200;}

.product-item{
	display: block;
	border: 1px solid transparent;
	border-radius: 2px;
	width: 100%;
	padding:15px 0 5px;
	-webkit-transition: opacity 300ms ease;
	   -moz-transition: opacity 300ms ease;
		-ms-transition: opacity 300ms ease;
		 -o-transition: opacity 300ms ease;
			transition: opacity 300ms ease;
	box-sizing: border-box;
}
.product-item-line-card .product-item{
	width:auto !important;
	border-bottom:1px solid #dadada;
}
@media (max-width: 991px){
	.product-item-line-card .product-item .col-sm-6:nth-child(2n){clear: both;}
}
.bx-retina .product-item{border-width:.5px;}

@media (max-width: 767px){
	.product-item{padding:15px 5px 5px}
	.product-item-line-card .product-item .col-xs-12:nth-child(2n){clear: both;}
}
.bx-no-touch .product-item-container.hover .product-item{
	box-shadow: 0 7px 15px 0 rgba(0,0,0,.19);
	border: 1px solid transparent;
	background: #fff;
	position: absolute;
	left: -15px;
	right:-15px;
	padding: 15px 15px 0;
	width:auto;
}

.bx-touch .product-item{
	background: #fff;
	/*	left: -15px;
		right:-15px;*/
	padding: 15px 0 0;
	width:auto;
}
.bx-no-touch .product-item-container.hover .product-item {-webkit-animation: product-item-hover 300ms 1 ease;}
@-webkit-keyframes product-item-hover {
	0%	{
		position: absolute;
		left: -15px;
		right:-15px;
		border: 1px solid transparent;
		box-shadow: 0 0 0 0 rgba(0,0,0,0);
	}
	100%{
		border: 1px solid transparent;
		box-shadow: 0 7px 15px 0 rgba(0,0,0,.19);
	}
}

/**/
.goods .__item .__btns {
    z-index: 130 !important;
}

.goods .__item .__btns {
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 0;
    visibility: hidden;
    z-index: 4;
    -webkit-transition: opacity .2s ease-in-out,visibility .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out,visibility .2s ease-in-out;
    transition: opacity .2s ease-in-out,visibility .2s ease-in-out;
}

.goods .__item:hover .__btns {
    opacity: 1;
    visibility: visible;
}

.goods .__item .__btns a:hover {
    border-color: var(--color-orange);
    color: var(--color-orange);
}

.goods .__item .__btns a:first-child {
    margin-top: 0;
}

.goods .__item .__btns a {
    display: block;
    width: 25px;
    margin-top: 10px;
    padding: 4px 0;
    background-color: #eeebe6;
    border: 1px solid #eeebe6;
    line-height: 1;
    font-size: 1.6rem;
    color: #000;
    text-align: center;
    -webkit-transition: border-color .3s ease-in-out,color .3s ease-in-out;
    -o-transition: border-color .3s ease-in-out,color .3s ease-in-out;
    transition: border-color .3s ease-in-out,color .3s ease-in-out;
}

.goods .__item .__btns a:before {
    vertical-align: top;
}

/*[class*=" fontello-"]:before,[class^=fontello-]:before {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: auto;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/

.fontello-heart:before {
    content: '\e81a';
}

.fontello-compare:before {
    content: '\e822';
}
/**/

/*Image*/
.product-item-image-wrapper{
	display: block;
	padding-top: 116%;
	width: 100%;
	margin-bottom: 15px;
	position: relative;
	-webkit-transition: all 300ms ease;
	   -moz-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		 -o-transition: all 300ms ease;
			transition: all 300ms ease;
}
.product-item-image-wrapper:hover{}
.product-item-container.hover.product-item-scalable-card .product-item-image-wrapper{padding-top:54%;}

.product-item-image-original,
.product-item-image-alternative{
	display: block;
	position: absolute;
	top:   0;
	left:  0;
	right: 0;
	bottom:0;
	width: 100%;
	height:100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: opacity 300ms linear;
	   -moz-transition: opacity 300ms linear;
		-ms-transition: opacity 300ms linear;
		 -o-transition: opacity 300ms linear;
			transition: opacity 300ms linear;
}
/*.product-item-image-original{z-index: 110;}*/
.product-item-image-alternative{
	/*z-index: 120;*/
	opacity: 0;
}
.bx-no-touch .product-item-container.hover .product-item-image-original{opacity: 0;}
.bx-no-touch .product-item-container.hover .product-item-image-alternative{opacity: 1;}
.product-item-big-card .product-item-image-wrapper{margin-bottom: 25px;}

/*Image Slider*/
.product-item-image-slider-slide-container{
	display: block;
	position: absolute;
	top:   0;
	left:  0;
	right: 0;
	bottom:0;
	width: 100%;
	height:100%;
	overflow: hidden;
	-webkit-transition: opacity 300ms ease;
	   -moz-transition: opacity 300ms ease;
		-ms-transition: opacity 300ms ease;
		 -o-transition: opacity 300ms ease;
			transition: opacity 300ms ease;
}
.product-item-image-slide{
	display: none;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-color: unset;
	position: relative;
	-webkit-transition: .6s ease-in-out left;
	   -moz-transition: .6s ease-in-out left;
		-ms-transition: .6s ease-in-out left;
		 -o-transition: .6s ease-in-out left;
			transition: .6s ease-in-out left;
}

@media all and (transform-3d), (-webkit-transform-3d) {
	.product-item-image-slide {
		-webkit-transition: -webkit-transform .6s ease-in-out;
		   -moz-transition:    -moz-transform .6s ease-in-out;
			-ms-transition: 	-ms-transform .6s ease-in-out;
			 -o-transition: 	 -o-transform .6s ease-in-out;
				transition:         transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
				backface-visibility: hidden;
		-webkit-perspective: 1000px;
				perspective: 1000px;
	}
	.product-item-image-slide.next,
	.product-item-image-slide.active.right {
		left: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	.product-item-image-slide.prev,
	.product-item-image-slide.active.left {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	.product-item-image-slide.next.left,
	.product-item-image-slide.prev.right,
	.product-item-image-slide.active {
		left: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.product-item-image-slider-slide-container > .active,
.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev {display: block;}
.product-item-image-slider-slide-container > .active {left: 0;}
.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}
.product-item-image-slider-slide-container > .next {left:  100%;}
.product-item-image-slider-slide-container > .prev {left: -100%;}
.product-item-image-slider-slide-container > .next.left,
.product-item-image-slider-slide-container > .prev.right {left: 0;}

.product-item-image-slider-progress-bar-container{
	position: absolute;
	bottom:0;
	left:  0;
	right: 0;
	width:100%;
	height: 1px;
}
.product-item-image-slider-progress-bar{
	position: absolute;
	left:  0;
	bottom:0;
	top:   0;
	height:1px;
	opacity:.8;
	background-color: #F42C2C;
}

.product-item-image-slider-control-container{
	padding: 0;
	text-align: center;
	position: absolute;
	z-index:190;
	left:  0;
	right: 0;
	bottom:10px;
	opacity: 0;
	-webkit-transition: opacity 300ms ease;
	   -moz-transition: opacity 300ms ease;
		-ms-transition: opacity 300ms ease;
		 -o-transition: opacity 300ms ease;
			transition: opacity 300ms ease;
}
.product-item-container.hover .product-item-image-slider-control-container,
.product-item-line-card:hover .product-item-image-slider-control-container{ opacity: 1;}
.product-item-image-slider-control,
.product-item-image-slider-control.active{
	display: inline-block;
	width: 12px;
	height:12px;
	border-radius:50%;
	background-color: rgba(128, 128, 128, 0.8);
	cursor: pointer;
	-webkit-transition: all 300ms ease;
	   -moz-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		 -o-transition: all 300ms ease;
			transition: all 300ms ease;
	opacity: .6;
}

.product-item-image-slider-control:hover,
.product-item-image-slider-control.active:hover{cursor: pointer;}

/*Label*/
.product-item-label-text,
.product-item-label-ring{
	position: absolute;
	z-index:190;
}
.product-item-label-text span,
.product-item-label-ring{
	margin-bottom: 2px;
	color: #fff;
	display: inline-block;
	clear: both;
	background: #7B0323;
	text-align: center;
	vertical-align: middle;
	-webkit-transition: all 250ms ease;
	   -moz-transition: all 250ms ease;
		-ms-transition: all 250ms ease;
		 -o-transition: all 250ms ease;
			transition: all 250ms ease;
}
.bx-red .product-item-label-text span,
.bx-red .product-item-label-ring{background-color: #fba90c;}
.product-item-label-text > div,
.product-item-label-ring > div{ line-height: 0;}

/* TEXT */
.product-item-label-text span{
	padding:2px 5px;
	font-weight: bold;
	vertical-align: middle;
}

/*SMALL*/
.product-item-label-text.product-item-label-small span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span{
	line-height: 14px;
	font-size: 13px;
	padding: 2px 7px;
	margin-bottom:1px;
	font-weight: normal;
}
.product-item-big-card 			  .product-item-label-text.product-item-label-small span{
	line-height: 21px;
	font-size: 16px;
	padding: 5px 12px;
}
/* BIG */
.product-item-label-text.product-item-label-big span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span{
	line-height: 17px;
	font-size: 13px;
	padding: 4px 10px;
}
.product-item-big-card 			  .product-item-label-text.product-item-label-big span{
	line-height: 33px;
	font-size: 22px;
	padding: 5px 17px;
}

@media (max-width: 767px){
	.product-item-label-text>div{ line-height: 0;}

	.product-item-label-text.product-item-label-small span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span{
		line-height: 14px;
		font-size: 10px;
		padding: 2px 7px;
		margin-bottom:1px;
	}
	.product-item-big-card .product-item-label-text.product-item-label-small span,
	.product-item-label-text.product-item-label-big span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span{
		margin-bottom:1px;
		line-height: 16px;
		font-size: 14px;
		padding: 3px 12px;
	}
	.product-item-big-card .product-item-label-text.product-item-label-big span{
		line-height: 25px;
		font-size: 20px;
		padding: 3px 12px;
	}
}

/*RING*/
.product-item-label-ring{
	border-radius:50%;
	font-weight: bold;
	box-sizing: border-box;
}

.product-item-label-ring.product-item-label-small,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small{
	width: 40px;
	height:40px;
	line-height: 40px;
	font-size: 14px;
}
.product-item-big-card .product-item-label-ring.product-item-label-small{
	width: 100px;
	height:100px;
	line-height: 100px;
	font-size:30px;
}

.product-item-label-ring.product-item-label-big,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big{
	width: 50px;
	height:50px;
	line-height: 50px;
	font-size: 18px;
}
.product-item-big-card .product-item-label-ring.product-item-label-big{
	width: 120px;
	height:120px;
	line-height: 120px;
	font-size:42px;
}

@media (max-width: 767px){
	.product-item-label-ring.product-item-label-small,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small{
		width: 35px;
		height:35px;
		line-height: 35px;
		font-size: 12px;
	}
	.product-item-big-card .product-item-label-ring.product-item-label-small,
	.product-item-label-ring.product-item-label-big,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big{
		width: 35px;
		height:35px;
		line-height: 35px;
		font-size: 12px;
	}
	.product-item-big-card .product-item-label-ring.product-item-label-big{
		width: 70px;
		height:70px;
		line-height: 70px;
		font-size:24px;
	}
}

.product-item-label-top   { top:   -5px;}
.product-item-label-center{ left:  50%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		 -o-transform: translateX(-50%);
			transform: translateX(-50%);
}
.product-item-label-center>div{ text-align: center;}
.product-item-label-left  { left:  -5px;}
.product-item-label-left>div{ text-align: left;}
.product-item-label-bottom{ bottom:0px;}
.product-item-label-middle{ top:   50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		 -o-transform: translateY(-50%);
			transform: translateY(-50%);
}
.product-item-label-right { right: 0px;}
.product-item-label-right>div{ text-align: right;}
.product-item-label-center.product-item-label-middle{
	-webkit-transform: translateY(-50%) translateX(-50%);
	   -moz-transform: translateY(-50%) translateX(-50%);
		-ms-transform: translateY(-50%) translateX(-50%);
		 -o-transform: translateY(-50%) translateX(-50%);
			transform: translateY(-50%) translateX(-50%);
}

/*Title*/
.product-item-title{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom:15px;
}
.bx-touch .product-item-title,
.product-item-container.hover .product-item-title{
	overflow: auto;
	white-space: normal;
}
.product-item-title a {
	color: #3f3f3f;
	text-decoration: none;
	font-size: 13px;
}
.product-item-big-card  .product-item-title a{font-size:21px;}
.product-item-line-card .product-item-title a{ font-size:20px;}

/*Price*/
.product-item-price-container{margin: 5px 0 10px;}
.product-item-price-current{
	color: #3f3f3f;
	font-size:13px;
	font-weight: bold;
	white-space: nowrap;
}
.product-item-price-old{
	color: #a5a5a5;
	font-size: 12px;
	white-space: nowrap;
	text-decoration: line-through;
}
.product-item-big-card .product-item-price-current,
.product-item-big-card .product-item-price-old{
	line-height:20px;
	vertical-align: middle;
}
.product-item-big-card .product-item-price-container{margin: 0 0 10px;}
.product-item-big-card .product-item-price-current{font-size:18px;}
.product-item-big-card .product-item-price-old{font-size:15px;}

/*Info*/
.product-item-line-card .product-item-info-container{ text-align: center;}

/*.product-item-info-container{ margin-bottom: 8px; }*/
.product-item-info-container-title{
	font-weight: bold;
	color: #000;
	font-size:13px;
}
.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden{
	display: none;
	opacity: 0;
	-webkit-transition: opacity 300ms ease;
	   -moz-transition: opacity 300ms ease;
		-ms-transition: opacity 300ms ease;
		 -o-transition: opacity 300ms ease;
			transition: opacity 300ms ease;
}
.bx-touch .product-item-info-container.product-item-touch-hidden{ display: none !important}

.bx-touch .product-item-info-container.product-item-hidden,
.bx-no-touch .product-item-container.hover .product-item-info-container.product-item-hidden,
.product-item-line-card .product-item-container .product-item-info-container.product-item-hidden{
	display: block;
	opacity: 1;
}

/*Amount*/
.product-item-amount{
	text-align: center;
	padding:0 0 2px;
}
.product-item-amount-field-container{}

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus{
	height:22px;
	min-width:22px;
	display: inline-block;
	vertical-align: middle;
	background-color: #f2f2f2;
	color: #fff;
	text-align: center;
	border-radius:2px;
	cursor: pointer;
	position: relative;
	transition: background 300ms ease, opacity 300ms ease;
}
.bx-retina .product-item-amount-field-btn-plus,
.bx-retina .product-item-amount-field-btn-minus{ border-width:.5px;}
.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover{background: #d3d3d3;}

.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:.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:.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: #f2f2f2;
}

.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{
	max-width:50px;
	width:auto;
	color: #000;
	font-weight: bold;
	display: inline-block;
	line-height:22px;
	vertical-align: middle;
	height:22px;
	padding: 0;
	text-align: center;
	background: transparent !important;
	border: 1px solid transparent;
	border-radius:2px;
	transition: border 300ms ease;
}
.bx-retina .product-item-amount-field{ border-width:.5px;}
.product-item-amount-field:focus{outline: none !important;}
.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button{
	-webkit-appearance: none;
			appearance: none;
	margin: 0
}
.product-item-amount-description-container{
	color: #a5a5a5;
	font-size: 12px;
	white-space: nowrap;
}
.product-item-big-card .product-item-amount-field-container{ text-align: left;}
.product-item-amount-description-container strong{
	color: #333;
	white-space: nowrap;
}
.product-item-amount-label-container{
	font-weight: bold;
	color: #a5a5a5;
	font-size: 12px;
	margin: 5px 0;
}

/**/
.product-item-quantity{
	color: #333;
	font-weight: normal;
	font-size: 12px;
}

/*Properties */
.product-item-properties{
	color: #a5a5a5;
	font-size: 12px;
	margin: 0;
	display: block;
	overflow: hidden;
}
.product-item-properties dl{clear: both;}
.product-item-properties dt{
	clear: both;
	float: left;
	font-weight: normal;
}
.product-item-properties dd{
	margin-bottom:3px;
	float: right;
	margin-left:5px;
	color: #000;
}

/*Compare*/
.product-item-compare-container{
	display: none;
	font-size: 12px;
	padding: 4px 15px;
	border-top: 1px solid #e6e6e6;
	position: relative;
	margin: 0 -15px;
	background: #F3F3F3;
	line-height: 20px;
	vertical-align: middle;
	min-height: 30px;
	box-shadow: inset 0 1px 1px 0 #eee;
}

.product-item-line-card .product-item-compare-container{
	margin:0;
	background-color: transparent;
	box-shadow: none;
	border: none;
	text-align: center;
}
.bx-touch .product-item-compare-container{ display: none;}

.product-item-line-card .product-item-compare-container,
.product-item-container.hover .product-item-compare-container{display: block;}
.product-item-compare .checkbox{
	margin: 0;
	padding:0;
}

/* SCU */
/*.product-item-scu-container{ padding: 0 0 2px;}*/
.product-item-scu-container-title{
	font-size:12px;
	color: #333;
}
.product-item-scu-block{}
.product-item-scu-list{margin: 0;}
.product-item-scu-item-list{
	list-style: none;
	padding: 0;
	overflow: hidden;
	margin: 0 0 0 -2px;
}
.product-item-scu-item-color-container,
.product-item-scu-item-text-container{
	/* float: left; */
	padding: 5px 3px;
	box-sizing: border-box;
	display: inline-block;
	max-width: 100%;
}
.product-item-scu-item-text-container{min-width:32px;}
.product-item-scu-item-color-container{
	max-width:38px;
	width:25%;
}
.product-item-scu-item-color-block{
	position: relative;
	padding-top: 100%;
	cursor: pointer;
	outline: 1px solid #c0cfda;
}
.bx-no-touch .product-item-scu-item-color-block{
	transition: outline 200ms ease;
}
.bx-retina 	.product-item-scu-item-color-block{outline-width: .5px;}
.product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-width: 2px;}
.bx-retina  .product-item-scu-item.selected .product-item-scu-item-color-block{outline-width: 1px;}

.product-item-scu-item-color{
	position: absolute;
	top:   2px;
	right: 2px;
	left:  2px;
	bottom:2px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.product-item-scu-item-text-block{
	position: relative;
	cursor: pointer;
	outline: 1px solid #c0cfda;
	padding: 0 5px;
}
.bx-no-touch .product-item-scu-item-text-block{
	transition: outline 300ms ease;
}
.bx-retina 	.product-item-scu-item-text-block {outline-width: .5px;}
.product-item-scu-item-text-container.selected .product-item-scu-item-text-block{outline-width: 2px;}
.bx-retina  .product-item-scu-item.selected .product-item-scu-item-text-block{outline-width: 1px;}
.product-item-scu-item-text{
	vertical-align: middle;
	text-align: center;
	font-size: 11px;
	line-height: 18px;
	white-space: nowrap;
	text-transform: uppercase;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 100%;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed  .product-item-scu-item-text-block{
	position: relative;
	outline-color: #A9ADB4 !important;
}
.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed  .product-item-scu-item-text-block:after{
	position: absolute;
	top:   -2px;
	right: -2px;
	bottom:-2px;
	left:  -2px;
	content:"";
	background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
	background-size:80% 80%;
}


@media (max-width: 991px){
	.product-item-line-card .product-item-scu-container-title{ text-align: center;}
	.product-item-line-card .product-item-scu-item-list{ text-align: center;}
	.product-item-line-card .product-item-scu-item-color-container,
	.product-item-line-card .product-item-scu-item-text-container{
		float: none;
		display: inline-block;
	}
}

/*Description*/
.product-item-description-container{}
.product-item-description-container p{
	font-size:13px;
	color: #575757;
}

/*Buttons*/
.product-item-button-container{text-align: center; justify-items: end;}
.product-item-button-container .btn{margin-bottom:2px;}

/*Stickers*/
.product-item-sticker,
.product-item-sticker-round{display: none;}

/*More*/
.product-item-more-container{
	display: block;
	position: relative;
	border: 1px solid transparent;
	border-radius: 2px;
	width: 100%;
	padding:15px 15px 5px;
	transition: all 300ms ease;
	box-sizing: border-box;
}

.product-item-more-wrapper{
	display: block;
	padding-top: 116%;
	width: 100%;
	margin-bottom: 15px;
	position: relative;
}
.product-item-more{
	display: block;
	position: absolute;
	top:   0;
	left:  0;
	right: 0;
	bottom:0;
	width: 100%;
	height:100%;
	opacity:.7;
	background: #f3f3f3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjk3LjYxMyAyOTcuNjEzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjxjaXJjbGUgY3g9IjE1LjI3OSIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iMTQuODMiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjU5Ljc2OSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTAzLjgxIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIxNC44MyIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE0OC4zMDIiIGN5PSIxMDMuODEiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5Mi4zNDMiIGN5PSI1OS43NjkiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjM4LjIzOCIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNS4yNzkiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjI4Mi43ODIiIHI9IjE0LjgzMSIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMjgyLjc4MiIgcj0iMTQuODMxIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjgyLjMzNCIgY3k9IjE0Ny44NTIiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjwvc3ZnPg==)  no-repeat center;
	background-size: 50%;
	transition: opacity 300ms ease;
}
.bx-touch .product-item-more,
.product-item-container.hover .product-item-more{opacity: 1;}
.product-item-more-title{
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.__price-old{
	text-decoration: 2px line-through red;
}




.goods div.__item{
	background-color: unset;
	padding: 20px 16px;
	/*border:1px solid #D9D9D9;*/
}

.goods--columns div.__item:before{
	content: unset;
}
.goods .__item div.__btns a{
	background-color: unset;
	border:unset;
}
div.goods .__item .__image{
	background-color: white;
	top:0;
	width:100%;
}
.goods .__item div.__details{
	position: static;
	visibility:visible;
	opacity: 1;
	background-color:unset;
	box-shadow:unset;
	padding: 0;
}

.goods--columns .__item div.__content{
	text-align: left;
}
.goods .__item div.__content{
	margin: 0;
}
div.goods .__item .__title{
	font-size: inherit;
}
div.__content ul{
	padding-left: 0;
}
div.goods .__item .__price{
	font-size: 20px;
	font-weight: bold;
}
div.goods .__item .__btns{
	display: flex;
}
div.goods .__item .__btns a:first-child{
	margin-right: 20px;
}
div.goods .__item .__btns a{
	margin-top:0
}
div.goods--columns .__item ul{
	margin: 0;
	padding: 0;
}
div.goods--columns .__item:hover .__details{
	box-shadow: none;
}
.__details table tr td:nth-child(2) {
	vertical-align: top;
	text-align: right;
}
.__line--buy form .row{
	width: 100%;
	justify-content: space-between;
	margin-left: 0;
}
.__line--buy input.product_count{
	margin: 0;
	border: 0;
}

.button.black {
	display: block;
	line-height: 0;
	width: max-content;
	padding: 20px;
	font-size: 18px;
	font-weight: 600;
	background-color: #414142;
	color: #FFFFFF;
	text-decoration: none;
}
.__line--buy form .textfield.rounded{
	max-width:100%;
}

@media only screen and (max-width: 768px){
	div.goods--columns .__item .__content{
		margin: 0!important;
	}
}
.goods .__btns.row{
	margin-right: calc(-.5* var(--bs-gutter-x));
	margin-left: calc(-.5* var(--bs-gutter-x));
	width: 100%;
}
div.product-item-label-right{
	position:static;
}
.goods div.product-item-label-ring{
	padding:0 20px;
	border-radius:0;
	width:initial;
	color:initial;
	background-color:var(--color-orange);
}
div.product-single .__info .__line--buy form{
	text-align: right;
}
div.product-single .__info .__line--buy form a.add-to-card{
	min-width: unset;
	padding: 16px 20px;
}

div.__line--buy input.product_count {
	margin: 0;
	padding: 16px;
	height: 100%;
	background: #F7F7F7;
	border: 0;
}


.product-single.out-of-stock{
	/*border-radius: 6px;*/
	/*background-color: var(--color-orange);*/
	text-align: center;
	align-content: center;
	height: 57px;
}
.product-single.out-of-stock .__status{
	color:var(--color-orange);
}





/* End */


/* Start:/local/components/innet/form/templates/popap_subscribe_mailsender/style.css?17530808005077*/
.errortext {
    color: red !important;
}

.faq-ant .__ask .__title {
    color: #252525 !important;
}

.faq .__ask {
    border: 1px solid #e1e1e1 !important;
}

.index-form .textfield {
    border: 0;
    border: 1px solid #ccc;
    padding: 17px 20px;
    min-height: 20px;
}


.modal div.header {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.modal .container {
    padding: 40px;
    width: auto;
}

.modal div.title {
    /*margin-bottom: 10px;*/
    font-size: 36px;
    font-weight: 700;
    color: black;
    margin-bottom:20px;
}

.modal div.description {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

#register_product.modal {
    border-radius: 10px;
    padding-bottom: 0;
    max-width: 690px;
}

.modal .buttons {
    gap: 10px;
    margin-bottom: 40px;
    display: flex;
}

.modal .buttons a {
    font-size: 19px;
    border-radius: 10px;
    border: solid 1px #F5C186;
    padding: 20px;
}

.modal .buttons a:hover {
    background-color: #F5C186;
    color: black;
    cursor: pointer;
}

.modal div.btn-register a {
    font-size: 20px;
    text-decoration: underline;
    cursor: pointer;
}

@media (max-width: 425px) {
    .modal .buttons {
        flex-direction: column;
    }
}

.modal form {
    display: flex;
    flex-direction: column;
}

.modal form input, .modal form textarea {
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 0;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 5px;
    font-size: 20px;
    margin: 0;
    margin-bottom: 26px;
    font-family: inherit;
    color: inherit;
    width: 100%;
    background: unset;
    height: auto;
}

.modal form input::placeholder,.modal form textarea::placeholder{
    color:#A1A0A0;
}

.modal form input:last-child,.modal form textarea:last-child {
    margin-bottom: 0px;
}

.modal form input:focus-visible, .modal form textarea:focus-visible {
    outline: none;
}

.modal form label i {
    background: url('/local/templates/innet_focus_s1_new_design/img/unchecked.svg') no-repeat center center;
    background-size: contain;
    border: none;
    margin-left: -30px;
}

.input-invisible:checked + i {
    background: url('/local/templates/innet_focus_s1_new_design/img/checked.svg') no-repeat center center;
    background-size: contain;
}

.modal form label i:before {
    content: '';
}

.modal form .custom-checkbox {
    padding-left: 30px;
}

.modal form [type="submit"], .form-btn {
    /*max-width: 260px;*/
    height: 69px;
    border: none;
    background-color: var(--color-orange);
    border-radius: 5px;
    font-size: 24px;
    color: white;
    text-transform: none;
    padding: 26px;
    line-height: 0;
    cursor:pointer;
}
@media (max-width:360px){
    .modal form [type="submit"], .form-btn {
        padding: 0;
    }
}
.modal {
    max-width: 560px;
}

.modal label > span {
    font-weight: normal;
}

.modal label > span a {
    color: var(--color-orange);
}

#register_product.modal button.fs-custom_dropdown-selected {
    border: none;
    border-bottom: 1px solid #ccc;
    padding-left: 5px;
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.modal div.fs-custom_dropdown-options {
    font-size: 20px;
}


.input-file {
    position: relative;
    display: flex;
    align-items: center;
}

.input-pic{
    background: url('/images/pick_file.svg') center/cover no-repeat;
    height:20px;
    width:20px;
}
.text-btn{
    text-decoration: underline;
}
.input-file-btn {
    position: relative;
    display: flex;
    gap: 20px;
    cursor: pointer;
    outline: none;
    font-size: 20px;
    vertical-align: middle;
    text-align: center;
    border-radius: 5px;
    border: 1px dashed #735F54;
    line-height: 0;
    padding: 20px;
    margin: 0;
    transition: background-color 0.2s;
    height:65px;
    line-height: 25px;
}
.input-file-text {
    padding: 0 10px;
    display: inline-block;
    font-size:16px;
}
.input-file input[type=file] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}

/* Focus */
.input-file input[type=file]:focus + .input-file-btn {
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.modal form .input-wrp label span {
    color:#434242;
}

@media (max-width:480px){
    .input-file{
        gap: 10px;
        flex-direction: column;
        align-items: flex-start;
    }
    .input-file-btn{
        justify-content: center;
        width: 100%;
        font-size: 18px;
    }
    .modal form [type="submit"], .form-btn{
        width: 100%;
        max-width:unset;
        font-size: 20px;
    }
    .input-file input[type=file]{
        z-index: 99;
    }
    .modal .header .title{
        font-size: 26px;
    }
    .modal .header .description{
        font-size: 16px;
    }
}
/* End */
/* /local/templates/innet_focus_s1_new_design/blocks/price-compare/price-compare.css?1763108318687 */
/* /local/templates/innet_focus_s1_new_design/components/bitrix/catalog.element/innet/style.css?177729314051623 */
/* /local/templates/innet_focus_s1_new_design/components/bitrix/news.list/count_reviews_small/style.css?17655447041397 */
/* /local/components/custom/element-multi-tab/templates/.default/style.css?1774530089624 */
/* /local/templates/innet_focus_s1_new_design/components/bitrix/news.list/element_reviews_new_design/style.css?17778828883972 */
/* /local/components/innet/form/templates/popap/style.css?17787486665806 */
/* /local/templates/innet_focus_s1_new_design/components/bitrix/news.list/element_questions_new_design/style.css?17746116411400 */
/* /local/templates/innet_focus_s1_new_design/components/bitrix/catalog.section/catalog_slider/style.css?17721918991202 */
/* /local/templates/innet_focus_s1_new_design/components/bitrix/catalog.item/innet_slider/style.css?177330553732076 */
/* /local/components/innet/form/templates/popap_subscribe_mailsender/style.css?17530808005077 */
