

/* Start:/local/templates/supereyes_resp/components/bitrix/catalog/sy_catalog/style.css?176778647137305*/
.grid {
}

.grid .bx_content_section {
    margin-bottom: 15px;
}

.grid .bx_sidebar {
    margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1 {
}

.grid2x1 .bx_content_section {
    float: left;
    width: 66%;
    margin-bottom: 15px;
}

.grid2x1 .bx_sidebar {
    float: right;
    width: 33%;
    margin-bottom: 15px;
    padding-left: 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 960px) {
    .grid2x1 .bx_sidebar {
        padding-left: 4%;
    }
}

@media (max-width: 640px) {
    .grid2x1 .bx_content_section,
    .grid2x1 .bx_sidebar {
        width: 100%;
        float: none;
    }

    .grid2x1 .bx_sidebar {
        padding-left: 3%;
    }
}

@media (max-width: 479px) {
    .grid2x1 .bx_sidebar {
        padding-left: 1%;
    }

}

.catalog-block-header {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    margin: 5px 0;
    padding: 5px 15px;
    border-bottom: 2px solid #d9dee6;
    color: #000;
}

body.bx-theme-blue .catalog-block-header {
    border-color: #006cc0;
}

body.bx-theme-green .catalog-block-header {
    border-color: #63aa28;
}

body.bx-theme-red .catalog-block-header {
    border-color: #da3737;
}

body.bx-theme-yellow .catalog-block-header {
    border-color: #f4b236;
}

/* sp_modifaer */
.bx-filter-popup-result {
    height: 40px;
    z-index: 99;
    background-color: #4682b4;
    border-top-right-radius: 5px 5px;
    border-bottom-right-radius: 5px 5px;
    color: #fff;
    font-size: 18px;
}

.bx-filter-popup-result:hover {
    background: linear-gradient(#4682b4, #33ccfe);
}

.bx-filter-popup-result:hover:before {
    background: linear-gradient(to bottom right, #4682b4, #33ccfe);
}

.bx-filter-popup-result a {
    color: #fff;
    position: relative;
}

.bx-filter-popup-result::before {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: -15px;
    width: 29px;
    height: 29px;
    background-color: #4682b4;
    transform: rotate(45deg);
    border-top-left-radius: 5px 1px;
    border-bottom-right-radius: 5px 3px;
}

.skrolling {
    overflow-y: auto;
    overflow-x: hidden;
}

/* /sp_modifaer */
.bx-section-desc {
    margin: 0 0 10px;
}

/** ajax блоки похожее и рекомендуемое */

.product-item-container {
    position: relative
}

.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
}

.bx-retina .product-item {
    border-width: .5px
}

.product-item * {
    -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-no-touch .product-item-container .product-item {
    box-shadow: 0 0 4px rgba(123, 152, 165, .4);
    background: #fff;
    padding: 15px 15px 15px 15px;
    width: auto;
    margin-bottom: 15px;
    height: 380px;
    padding-top: 7px
}

.bx-touch .product-item {
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
    width: auto;
    height: auto
}

.product-item-image-wrapper {
    display: block;
    height: 150px;
    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-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: 90
}

.product-item-image-alternative {
    z-index: 30;
    opacity: 0
}

.product-item-big-card .bx_stick_free_delivery {
    position: relative;
    top: 0;
    left: 5px;
    background-color: #ca2929;
    color: #fff;
    text-transform: uppercase;
    width: 65px;
    font-size: 10px;
    line-height: 10px;
    padding: 7px 5px;
    border-radius: 5px;
    opacity: .8;
    text-align: center
}

.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: #fff;
    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, .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
}

.product-item-label-text span, .product-item-label-ring {
    color: #000;
    display: inline-block;
    clear: both;
    background: #F5CB26;
    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
}

.product-item-label-text span {
    padding: 2px 5px;
    font-weight: 700;
    vertical-align: middle
}

.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: 400
}

.product-item-big-card .product-item-label-text.product-item-label-small span {
    height: 33px;
    line-height: 21px;
    font-size: 14px;
    padding: 6px 10px;
    font-weight: 700;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .7)
}

.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
}

.productButtons {
    justify-content: start
}

.productButton {
    margin-right: 8px
}

.productButton_buy {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding: 0 !important;
    flex-grow: 1
}

.productButtons .productButton_similar {
    white-space: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    border: 1px solid #0E619D;
    border-radius: 5px;
    background: #fff;
    padding: 0;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #0E619D
}

.productButtons .productButton_similar:hover {
    background: #EEF5FC;
    cursor: pointer;
    text-decoration: none
}

.productButtons .productButton_similar:active {
    background: #EEF5FC;
    border: 1px solid #EEF5FC
}

.product-item-label-ring {
    border-radius: 50%;
    font-weight: 700;
    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
}

.product-item-label-top {
    position: absolute;
    top: 0;
    right: 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 > div {
    text-align: right
}

.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 {
    top: 15px;
    display: flex
}

.product-item-label-right > div {
    text-align: right;
    padding-right: 5px
}

.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%)
}

.product-item-titlea a {
    width: 100%;
    display: block;
    margin: 0 auto
}

.product-item-title {
    text-align: center
}

.product-item-title a {
    color: #007acf;
    font-size: 13px
}

.product-item-big-card .product-item-title a {
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline
}

.product-item-big-card .product-item-title a:hover {
    color: #e83434
}

.product-item-line-card .product-item-title a {
    font-size: 20px
}

.product-item-price-container {
    margin: 5px 0 10px
}

.product-item-price-current {
    color: #3f3f3f;
    font-size: 13px;
    font-weight: 700;
    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: 15px 0 10px;
    font-size: 19px;
    text-align: center;
    color: #2d2d2d
}

.product-item-big-card .product-item-price-current {
    font-size: 18px
}

.product-item-big-card .product-item-price-old {
    font-size: 15px
}

.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: 700;
    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
}

.product-item-amount {
    text-align: center;
    padding: 0 0 2px
}

.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: 700;
    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: 700;
    color: #a5a5a5;
    font-size: 12px;
    margin: 5px 0
}

.product-item-quantity {
    color: #333;
    font-weight: 400;
    font-size: 12px
}

.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: 400
}

.product-item-properties dd {
    margin-bottom: 3px;
    float: right;
    margin-left: 5px;
    color: #000
}

.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
}

.product-item-scu-container {
    padding: 0 0 2px
}

.product-item-scu-container-title {
    font-size: 12px;
    color: #333
}

.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 {
    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, .75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
    background-size: 80% 80%
}

.product-item-preview img {
    max-height: 20px
}

.product-item-preview {
    height: 100px;
    overflow: hidden
}

.product-item-description-container p {
    font-size: 13px;
    color: #575757
}

.product-item-button-container {
    flex-grow: 1;
    text-align: center
}

.product-item-button-container .btn {
    background: #00afe4;
    background: -moz-linear-gradient(top, #00afe4 0%, #0169b5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00afe4), color-stop(100%, #0169b5));
    background: -webkit-linear-gradient(top, #00afe4 0%, #0169b5 100%);
    background: -o-linear-gradient(top, #00afe4 0%, #0169b5 100%);
    background: -ms-linear-gradient(top, #00afe4 0%, #0169b5 100%);
    background: linear-gradient(to bottom, #00afe4 0%, #0169b5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00afe4', endColorstr='#0169b5', GradientType=0);
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px #006eaf;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    box-shadow: inset 0 1px 1px 0 #4ddff4;
    border-radius: 5px;
    border-right: 1px solid #0169b5;
    border-top: 1px solid #5aace5;
    border-left: 1px solid #308ccf;
    border-bottom: 1px solid #308ccf;
    padding: 10px 15px;
    white-space: nowrap
}

.product-item-button-container .btn:hover {
    background: #33ace2;
    text-decoration: none;
    background: -moz-linear-gradient(top, #33bfe9 0%, #3389d4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #33bfe9), color-stop(100%, #3389d4));
    background: -webkit-linear-gradient(top, #33bfe9 0%, #3389d4 100%);
    background: -o-linear-gradient(top, #33bfe9 0%, #3389d4 100%);
    background: -ms-linear-gradient(top, #33bfe9 0%, #3389d4 100%);
    background: linear-gradient(to bottom, #33bfe9 0%, #3389d4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bfe9', endColorstr='#3389d4', GradientType=0);
    box-shadow: inset 0 1px 1px 0 #4ddff4;
    color: #fff
}

.product-item-button-container .btn:active {
    background: #0282db;
    box-shadow: inset 0 0 13px 2px #006bb5;
    text-decoration: none;
    color: #fff
}

.product-item-button-container .product-item-button-cart {
    background: url(/local/templates/supereyes_resp/images/gui.png) no-repeat 0 -751px;
    height: 23px;
    width: 26px;
    display: inline-block;
    margin-bottom: -7px;
    margin-right: 5px
}

.product-item-sticker, .product-item-sticker-round {
    display: none
}

.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
}

.btn-without-icon {
    margin: 0 auto;
    display: block !important;
    background: #00afe4;
    background: -moz-linear-gradient(top, #00afe4 0%, #0169b5 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00afe4), color-stop(100%, #0169b5)) !important;
    background: -webkit-linear-gradient(top, #00afe4 0%, #0169b5 100%) !important;
    background: -o-linear-gradient(top, #00afe4 0%, #0169b5 100%) !important;
    background: -ms-linear-gradient(top, #00afe4 0%, #0169b5 100%) !important;
    background: linear-gradient(to bottom, #00afe4 0%, #0169b5 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00afe4', endColorstr='#0169b5', GradientType=0) !important;
    margin: 0 auto !important;
    text-align: center !important;
    text-decoration: none !important;
    text-shadow: 0 1px 1px #006eaf !important;
    font-size: 14px !important;
    font-weight: bold !important;
    color: #fff !important;
    box-shadow: inset 0 1px 1px 0 #4ddff4 !important;
    border-radius: 5px !important;
    border-right: 1px solid #0169b5 !important;
    border-top: 1px solid #5aace5 !important;
    border-left: 1px solid #308ccf !important;
    border-bottom: 1px solid #308ccf !important;
    padding: 10px 15px !important;
    white-space: nowrap !important;
    width: 110px !important
}

.product-item-detail-compare-checkbox {
    position: relative !important;
    margin: 0px !important
}

.product-item-compare-container {
    display: block !important
}

.main-label {
    height: 34px;
    position: relative;
    margin-bottom: 5px
}

.main-label .product-item-label-right {
    top: 0
}

.productBlock {
    padding: 52px 18px 15px;
    position: relative;
    background: #FFF;
    border: 1px solid #D0DBE6;
    border-radius: 10px;
    margin-bottom: 15px;
    height: 415px
}

.productBlock .product-item-midrow {
    margin-bottom: 0
}

.product__info {
    display: flex;
    flex-wrap: wrap
}

.productBlock__title {
    height: 60px;
    overflow: hidden;
    margin-bottom: 15px
}

.productBlock__title a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #0E619D
}

.product-item-midrow {
    margin-bottom: 30px
}

.priceBlock {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-top: 25px;
    width: 100%
}

.badgeBlockMobile {
    display: none;
    margin-bottom: 13px
}

@media (max-width: 991px) {
    .product-item-line-card .product-item .col-sm-6:nth-child(2n) {
        clear: both
    }

    .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
    }
}

@media (max-width: 767px) {
    .product-item {
        padding: 15px 5px 5px
    }

    .product-item-line-card .product-item .col-xs-12:nth-child(2n) {
        clear: both
    }

    .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
    }

    .product-item-big-card .product-item-label-text.product-item-label-big span {
        line-height: 25px;
        font-size: 20px;
        padding: 3px 12px
    }

    .compareBlock .productButton_compareLink {
        display: none !important
    }

    .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__info {
        width: 66%
    }
}

@media (max-width: 575px) {
    .product__info {
        width: 100%
    }
}

#productBlock_placeholder .badge,
#productBlock_placeholder_similar .badge {
    background-color: #c1c1c1;
    width: 125px;
    color: #c1c1c1;
}

#productBlock_placeholder .productBlock__title span,
#productBlock_placeholder_similar .productBlock__title span {
    background-color: #c1c1c1;
    color: #c1c1c1;
    width: 80%;
    display: block;
    border-radius: 5px;
}

#productBlock_placeholder .priceBlock__digits,
#productBlock_placeholder_similar .priceBlock__digits {
    background-color: #c1c1c1;
    color: #c1c1c1;
    width: 100px;
    display: block;
    border-radius: 5px;
}

#productBlock_placeholder .product-item-preview b,
#productBlock_placeholder_similar .product-item-preview b {
    background-color: #c1c1c1;
    color: #c1c1c1;
    width: 90%;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

.hidden_filter {
    position: absolute;
    left: -9999px;
    opacity: 0;
}
@media(max-width: 400px) {
    .item-props-second-props {
        display: none !important;
    }
}
/* End */


/* Start:/local/templates/supereyes_resp/components/bitrix/catalog.element/2025/style.css?176778647192710*/
@keyframes imgPopupShow {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.h1, h1 {
    display: inline-block !important;
    margin-bottom: 20px !important
}

.element__cnt {
    display: none
}

.product-item-detail-container {
    /* min-height: 60px; */
    background: #fff;
    filter: drop-shadow(0 6px 12px rgba(171, 190, 209, .3));
    border-radius: 10px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-item-detail-container.no-padding-top {
    padding-top: 0;
}

.product-item-detail-container .video-title-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-left: 2.5%;
    margin-bottom: 30px;
}

.product-item-detail-container .video-titles-container {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.product-item-detail-container .video-title-item {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0e619d;
    color: #fff;
    width: 100px;
    height: 80px;
    font-size: 12px;
    cursor: pointer;
}

.product-item-detail-container .video-title-item.active {
    background: #5fc6f1;
    border-color: #5fc6f1 !important;
}

.product-item-detail-container .video-title-item:not(.product-item-detail-container .video-title-item:last-child) {
    border-right: 2px solid #0e619d;
}

.product-item-detail-container .video-title-item:last-child {
    border-top-right-radius: 10px;
}

.product-item-detail-container .video-item {
    display: none;
}

.product-item-detail-container .video-item.active {
    display: block;
}

.product-item-detail-container > * {
    /* padding: 0 9px; */
    width: 95%;
}

.product-item-detail-container .product-item-detail-characteristics {
    padding: 10px 10px 0px 10px;
}

.product-item-detail-characteristics .characteristics-content {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    justify-content: space-between;
}

.product-item-detail-characteristics .characteristics-item {
    display: flex;
    width: calc(50% - 10px);
    padding: 5px 0;
    overflow: hidden;
}

.product-item-detail-characteristics .characteristics-item-inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.product-item-detail-characteristics .characteristics-item:before {
    float: left;
    width: 0;
    white-space: nowrap;
    content:
            "...................."
            "...................."
            "...................."
            "...................."
            "...................."
            "...................."
            "...................."
            "....................";
    color: rgba(106, 106, 106, 1);
    z-index: 9;
}

.product-item-detail-characteristics .characteristics-item-title {
    background: #fff;
    padding-right: 10px;
    /* width: inherit */
}

.product-item-detail-characteristics .characteristics-item-dotted {
    width: -webkit-fill-available;
    border-bottom: 2px dotted lightgray;
}

.product-item-detail-characteristics .characteristics-item-value {
    /* margin-left: 10px; */
    width: 50%;
    background: #fff;
    padding-left: 20px;
    font-weight: 500;
}

.product-item-detail-info-section {
    padding: 0 20px
}

.product-item-detail-info-container {
    margin-bottom: 20px
}

.product-item-detail-info-container-title {
    font-weight: 700;
    color: #000;
    font-size: 13px;
    margin-bottom: 3px
}

.product-item-detail-pay-block {
    position: relative
}

.bx-retina .product-item-detail-pay-block {
    border-width: .5px
}

.product-item-detail-compare-container {
    font-size: 12px;
    padding: 4px 15px;
    position: relative;
    margin: 0 -20px;
    line-height: 20px;
    vertical-align: middle;
    min-height: 30px;
    color: #4e4e4e
}

.product-item-detail-compare .checkbox {
    margin: 0;
    padding: 0
}

@media (min-width: 991px) {
    .product-item-preview-text {
        margin-bottom: 20px
    }
}

.product-item-detail-price-current {
    font-size: 33px;
    color: #007acf;
    line-height: 33px;
    font-weight: 700;
    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: 700;
    white-space: nowrap;
    text-decoration: line-through
}

.custom-button-container {
    display: inline-block;
    margin-left: 5px
}

.product-item-scu-container {
    padding: 0 0 2px
}

.product-item-scu-container-title {
    font-size: 12px;
    color: #333
}

.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 {
    padding: 5px 3px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle
}

.product-item-scu-item-text-container {
    max-width: 100%;
    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, .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-color-block, .bx-retina .product-item-scu-item.selected .product-item-scu-item-text-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, .bx-retina .product-item-selected-scu {
    outline-width: .5px
}

.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, .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
}

.product-item-selected-scu-color {
    background-position: center;
    background-size: 20px 20px;
    background-repeat: no-repeat
}

.product-item-amount {
    text-align: center;
    padding: 0 0 2px
}

.product-item-amount-field-btn-minus, .product-item-amount-field-btn-plus {
    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-minus, .bx-retina .product-item-amount-field-btn-plus {
    border-width: .5px
}

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

.product-item-amount-field-btn-minus:after, .product-item-amount-field-btn-plus: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-minus:after, .product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after {
    opacity: .3 !important;
    cursor: default
}

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

.product-item-amount-field-btn-minus:after {
    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-minus:hover:after, .product-item-amount-field-btn-plus:hover:after, .product-item-detail-slider-container.popup .product-item-detail-slider-close:hover {
    opacity: 1
}

.product-item-amount-field {
    max-width: 50px;
    width: auto;
    color: #000;
    font-weight: 700;
    display: inline-block;
    line-height: 22px;
    vertical-align: middle;
    height: 22px;
    padding: 0;
    font-size: 19px;
    text-align: center;
    background: 0 0 !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: 0 !important
}

.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button, .bx-no-touch input.product-item-amount-field::-webkit-outer-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: 700;
    color: #a5a5a5;
    font-size: 12px;
    margin: 5px 0
}

.product-item-quantity {
    color: #333;
    font-size: 12px;
    font-weight: 400
}

.btn.product-item-detail-buy-button {
    background: #00afe4;
    background: -moz-linear-gradient(top, #00afe4 0, #0169b5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00afe4), color-stop(100%, #0169b5));
    background: -webkit-linear-gradient(top, #00afe4 0, #0169b5 100%);
    background: -o-linear-gradient(top, #00afe4 0, #0169b5 100%);
    background: -ms-linear-gradient(top, #00afe4 0%, #0169b5 100%);
    background: linear-gradient(to bottom, #00afe4 0, #0169b5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00afe4', endColorstr='#0169b5', GradientType=0);
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px #006eaf;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    box-shadow: inset 0 1px 1px 0 #4ddff4;
    border-radius: 5px;
    border-right: 1px solid #0169b5;
    border-top: 1px solid #5aace5;
    border-left: 1px solid #308ccf;
    border-bottom: 1px solid #308ccf;
    padding: 10px 15px;
    white-space: nowrap
}

.btn.product-item-detail-buy-button:hover {
    background: #33ace2;
    background: -moz-linear-gradient(top, #33bfe9 0, #3389d4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #33bfe9), color-stop(100%, #3389d4));
    background: -webkit-linear-gradient(top, #33bfe9 0, #3389d4 100%);
    background: -o-linear-gradient(top, #33bfe9 0, #3389d4 100%);
    background: -ms-linear-gradient(top, #33bfe9 0%, #3389d4 100%);
    background: linear-gradient(to bottom, #33bfe9 0, #3389d4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bfe9', endColorstr='#3389d4', GradientType=0);
    box-shadow: inset 0 1px 1px 0 #4ddff4;
    color: #fff;
    text-decoration: none
}

.btn.product-item-detail-buy-button:active {
    background: #0282db;
    box-shadow: inset 0 0 13px 2px #006bb5;
    color: #fff;
    text-decoration: none
}

.btn.product-item-detail-buy-button:before {
    content: "";
    background: url(/local/templates/supereyes_resp/images/gui.png) no-repeat 0 -751px;
    height: 23px;
    width: 26px;
    display: inline-block;
    margin-bottom: -7px;
    margin-right: 5px
}

.product-item-detail-short-card-btn .btn.product-item-detail-buy-button {
    margin: 0
}

.btn.product-item-detail-buy-button span {
    white-space: normal;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.product-item-detail-slider-container {
    max-width: 100%;
    position: relative;
    background: 0 0;
    -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: 15px;
    height: 400px;
    background: #fff;
    margin-bottom: 53px;
    border: 1px solid #d0dbe6;
    border-radius: 10px
}

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

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

.product-item-detail-slider-image {
    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-controls-image img, .product-item-detail-slider-image img {
    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-image img {
    -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;
    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
}

.product-item-detail-slider-controls-block {
    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
}

.product-item-detail-slider-container.popup .product-item-detail-slider-close, .product-item-detail-slider-left, .product-item-detail-slider-right {
    -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
}

.product-item-detail-slider-left, .product-item-detail-slider-right {
    opacity: .57;
    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%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: 90;
    top: 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;
    z-index: 150
}

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

.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-ring, .product-item-detail-slider-container.magnified .product-item-label-text {
    opacity: 0
}

.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%)
}

.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
}

.product-item-label-text {
    position: absolute;
    z-index: 90;
    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-ring, .product-item-label-text span {
    margin-bottom: 2px;
    color: #000;
    display: inline-block;
    clear: both;
    background: #f5cb26;
    text-align: center;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    vertical-align: middle
}

.product-item-label-ring {
    position: absolute;
    z-index: 90;
    opacity: 1
}

.product-item-label-text span {
    padding: 2px 5px;
    font-weight: 700
}

.bx-red .product-item-label-ring, .bx-red .product-item-label-text span {
    background-color: #fba90c
}

.product-item-label-ring > div, .product-item-label-text > div {
    line-height: 0
}

.product-item-detail-slider-container.popup .product-item-label-ring, .product-item-detail-slider-container.popup .product-item-label-text {
    display: none
}

.product-item-label-text.product-item-label-small span {
    line-height: 14px;
    font-size: 13px;
    padding: 2px 7px;
    margin-bottom: 1px;
    font-weight: 400
}

.product-item-label-text.product-item-label-big span {
    line-height: 17px;
    font-size: 13px;
    padding: 4px 10px
}

.bx_stick_free_delivery {
    position: absolute;
    top: 10px;
    left: 5px;
    background-color: #ca2929;
    color: #fff;
    text-transform: uppercase;
    width: 65px;
    font-size: 10px;
    line-height: 10px;
    padding: 7px 5px;
    border-radius: 5px;
    opacity: .8;
    text-align: center;
    z-index: 11
}

.product-item-label-ring {
    border-radius: 50%;
    font-weight: 700;
    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-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 > 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%)
}

.product-item-detail-tabs-container {
    min-height: 60px;
    background: #fff;
    position: relative;
}

.product-item-detail-tabs-container:after {
    content: "";
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(232, 232, 232, 1);
}

.product-item-detail-tabs-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.product-item-detail-tab {
    float: left;
    min-height: 60px
}

.product-item-detail-tab-link, .product-item-detail-tab-link:after {
    -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 {
    height: 60px;
    position: relative;
    box-sizing: border-box;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #4f4f4f;
    text-transform: uppercase
}

.product-item-detail-tab-link:hover, .product-item-detail-tab.active .product-item-detail-tab-link {
    color: #0e619d;
    text-decoration: none
}

.product-item-detail-tab-content {
    padding: 25px 0
}

.product-item-detail-tabs-container-fixed {
    position: fixed;
    top: -100px;
    left: 0;
    right: 0;
    z-index: 900;
    background-color: #fff;
    box-shadow: 0 6px 12px rgba(171, 190, 209, .3);
    -webkit-transition: top 350ms linear;
    -moz-transition: top 350ms linear;
    -ms-transition: top 350ms linear;
    -o-transition: top 350ms linear;
    transition: top 350ms linear;
    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: 1178px;
    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
}

.product-item-detail-short-card-fixed {
    position: fixed;
    top: -85px;
    left: 0;
    right: 0;
    z-index: 910;
    background-color: #fff;
    border-bottom: 1px solid #d0dbe6;
    -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: 14px 0
}

.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, .product-item-detail-buy-button-without-icon:before {
    display: none !important
}

.product-item-detail-short-card-fixed .product-item-detail-short-card-content-container {
    max-width: 1170px;
    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: 54px;
    width: 54px;
    max-width: none
}

.product-item-detail-short-title-container {
    max-width: 650px
}

.product-item-detail-short-title-text {
    display: block;
    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
}

.product-item-detail-tab-content .document-item .document-language span, .product-item-detail-tab-content .document-item .document-type-size span, .product-item-detail-tab-content .document-item .document-version span {
    display: none
}

.product-item-detail-tab-content.active {
    display: block
}

.product-item-detail-tab-content iframe {
    max-width: 100%
}

.product-item-detail-tab-content h3 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px
}

.product-item-detail-properties {
    color: #a5a5a5;
    font-size: 12px;
    margin: 0;
    display: block;
    overflow: hidden;
    max-width: 560px
}

.header-video {
    font-size: 12pt;
    color: #333;
    font-weight: 700;
    text-align: left
}

.title_video {
    text-align: center;
    color: #333;
    font-weight: 700;
    padding: 15px
}

.product-item-detail-properties dl {
    clear: both
}

.product-item-detail-properties dt {
    clear: both;
    float: left;
    font-weight: 400
}

.product-item-detail-properties dd {
    margin-bottom: 3px;
    float: right;
    margin-left: 5px;
    color: #000
}

.product-item-preview-text .remains {
    margin-top: 25px;
    border: 2px solid #007acf;
    padding: 5px
}

.product-item-preview-text .remains div {
    position: relative;
    padding-left: 15px
}

.product-item-preview-text .delivery_conditions {
    margin-top: 25px;
    border: 2px solid #007acf;
    text-align: center
}

.product-item-preview-text .delivery_conditions .delivery_name {
    font-weight: 600
}

.product-item-preview-text .delivery_conditions .delivery_text {
    color: #007acf
}

.product-item-detail-compare-checkbox {
    margin-left: 0 !important;
    position: relative !important
}

.product-item-detail-tab-content .align-center {
    text-align: center
}

.product-item-detail-tab-content .document-header {
    height: 14px;
    line-height: normal;
    font-size: 14px;
    font-weight: 600;
    color: rgba(125, 125, 125, 1);
    text-align: center;
    margin-bottom: 35px;
    margin-top: 20px;
}

.product-item-detail-tab-content .document-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px
}

.product-item-detail-tab-content .document-desc {
    font-size: 14px
}

.product-item-detail-tab-content .document-file {
    margin-top: 20px
}

.product-item-detail-tab-content .document-file i {
    float: left;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(/local/templates/supereyes_resp/components/bitrix/catalog.element/2025/images/download.png) no-repeat center;
    margin-right: 9px
}

.product-item-detail-tab-content .document-file a {
    color: rgba(14, 97, 157, 1);
    line-height: normal;
    font-size: 14px;
    font-weight: 600;
}

.product-item-detail-tab-content .document-header > div, .product-item-detail-tab-content .document-item > div:not(.clear) {
    float: left;
    width: 16%
}

.product-item-detail-tab-content .document-header > div:first-child, .product-item-detail-tab-content .document-item > div:not(.clear):first-child {
    width: 52%;
    height: 100%
}

.product-item-detail-tab-content .document-item {
    display: flex;
    background: #fff;
    border: 1px solid #efefef;
    clear: both
}

.product-item-detail-tab-content .document-info {
    padding: 25px 50px
}

.product-item-detail-tab-content .document-language, .product-item-detail-tab-content .document-type-size, .product-item-detail-tab-content .document-version {
    font-size: 14px;
    padding: 25px 10px;
    border-left: 1px solid #efefef
}

.product-item-detail-tab-content .document-type-size {
    text-transform: uppercase
}

.product-item-detail-tab-content .document-item div > div {
    width: 100%
}

.cod_producta {
    font-size: 22px;
    color: #bbb;
    margin-bottom: 1em
}

.notice {
    display: flex;
    flex-direction: row;
    margin: 20px 0
}

.notice img.notice__img {
    height: 42px;
    margin-right: 5px
}

.notice .notice__text {
    color: #333
}

.catalogElement__top {
    display: flex;
    align-items: center
}

.catalogElement__top-swiper .swiper-wrapper {
    display: flex
}

.catalogElement__top img {
    margin-right: 6px
}

.catalogElement__topCode, .catalogElement__topText {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px
}

.catalogElement__topCode {
    white-space: nowrap;
    color: #333;
    margin: 0 8px 0 0
}

.catalogElement__topText {
    color: #0e619d;
    margin: 0
}

.badgeBlockDetail {
    display: flex;
    flex-wrap: wrap;
    width: 285px;
    position: absolute;
    left: 25px;
    top: 20px;
    gap: 10px;
}

.badgeBlockDetail.swiper {
    z-index: 151;
}

.badgeBlockDetail .badge {
    height: 24px;
    width: auto !important
}

.payBlock {
    padding: 35px;
    width: 100%;
    background: #fff;
}

.nds {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 600;
    color: rgb(154 152 152);
    font-family: Montserrat;
}

.nds__text .nds__underline {
    border-bottom: 1px dashed #838383;
}

.nds__tooltip {
    display: none;
}

.productRow .payBlock.payBlock_withoutSale,
.productRow .payBlock.payBlock
{
    padding: 20px 20px 15px;
    display: flex;
    gap: 20px;
}

.productRow .payBlock.payBlock_withoutSale .priceBlock,
.productRow .payBlock.payBlock .priceBlock {
    padding-top: 0
}

.productRow .priceBlock {
    display: flex;
    position: relative;
    padding-top: 36px;
    width: calc(50% - 10px);
    flex-direction: column;
}

.main-button-container-wrapper {
    width: calc(50% - 10px);
}

.payBlock, .productRow .priceBlock__sale {
    position: relative
}

.productRow .priceBlock__sale .priceBlock__percent {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding: 2px 8px;
    margin-bottom: 10px;
}

.productRow .priceBlock__economy {
    position: absolute;
    z-index: 92;
    opacity: 0;
    visibility: hidden;
    right: 10px;
    top: 10px;
    background: #FFFFFF;
    border: 1px solid #0e619d;
    color: #333333;
    opacity: 0;
    transition: .3s;
    width: max-content;
    max-width: 200px;
    padding: 5px;
    box-sizing: border-box;
    z-index: 5;
}

.productRow .economyItem__text {
    font-size: 12px !important;
}

.productRow .priceBlock__sale:hover .priceBlock__economy {
    display: flex
}

.productRow .nds:hover .priceBlock__economy {
    display: flex
}

.productRow .priceBlock__sale:hover .priceBlock__economy,
.productRow .nds:hover .priceBlock__economy,
.productRow .priceBlock__sale:hover .priceBlock__economy::after,
.productRow .nds:hover .priceBlock__economy::after {
    opacity: 1;
    visibility: visible;
    filter: drop-shadow(0 -6px 12px rgba(171, 190, 209, .3)) drop-shadow(0 6px 12px rgba(171, 190, 209, .3))
}

.productRow .priceBlock__economyItem {
    display: flex;
    flex-direction: column
}

.productRow .priceBlock__economyItem:first-child {
    margin-right: 25px
}

.productRow .economyItem__text, .productRow .priceBlock .priceCurrent {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 36px;
    color: #0e619d
}

.productRow .priceBlock .priceTotal {
    display: none
}

.productRow .economyItem__text {
    white-space: nowrap;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #333
}

.productRow .economyItem__text_green {
    color: #27ae60
}

.productRow .productButtons {
    gap: 15px;
    display: flex;
    flex-direction: column;
    width: 100%
}

.productRow .productButtons .productButton:focus {
    outline: 0;
    text-decoration: none
}

.productRow .productButtons .productButton:focus-visible {
    outline: 0;
    text-decoration: none
}

.productRow .productButtons .productButton_buy {
    margin-right: 0;
    flex-grow: 1;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    white-space: nowrap
}

.productRow .productButton.productButton_buy {
    padding: 16px 0;
    white-space: nowrap
}

.productButton .productButton__text {
    display: block
}

.productButton .productButton__icon {
    display: none;
    stroke: currentColor
}

.product-item-detail-short-card-btn .productButton_similar, .productRow .productButtons .productButton_similar {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0e619d;
    border-radius: 5px;
    background: #fff;
    padding: 0;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #0e619d
}

.product-item-detail-short-card-btn .productButton_similar:hover, .productRow .productButtons .productButton_similar:hover {
    background: #eef5fc;
    cursor: pointer;
    text-decoration: none;
    color: #0e619d
}

.product-item-detail-short-card-btn .productButton_similar:active, .productRow .productButtons .productButton_similar:active {
    background: #eef5fc;
    border: 1px solid #eef5fc;
    color: #0e619d
}

.productBenefits p, .productRow .productButton_compare {
    margin: 0
}

.productRow .productButtons .compareBlock {
    position: relative;
    overflow: visible
}

.productRow .productButtons .compareBlock .productButton_compareLink {
    white-space: nowrap;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 206px
}

.productRow .productButtons .compareBlock .productButton_compareLink::after {
    top: auto;
    bottom: -26px;
    left: 48%
}

.productRow .productButton_compare label {
    padding: 11px;
}

.productRow .productButton_compare img {
    width: 24px;
    height: 24px
}

.productRow .productGetKp {
    max-width: 100%;
}

.main_detail_btns {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.productRow .productGetKp.disabled a.kpLink {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #b3b3b3;
    background: #eef5fc;
    border: 1px solid #eef5fc
}

.productRow .productGetKp.disabled a.kpLink img {
    filter: invert(78%) sepia(12%) saturate(0%) hue-rotate(187deg) brightness(89%) contrast(94%)
}

.productRow .kpLink, .productRow .kpLink__text {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px
}

.productRow .kpLink {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0e619d;
    border-radius: 5px;
    background: #fff;
    padding: 12px 94px;
    color: #0e619d
}

.productRow .kpLink__text {
    margin-left: 5px;
    white-space: nowrap
}

.productRow .kpLink:hover {
    background: #eef5fc;
    cursor: pointer;
    text-decoration: none
}

.productRow .kpLink:active {
    background: #eef5fc;
    border: 1px solid #eef5fc
}

.productBenefits {
    background: #fff;
    border: 1px solid #d0dbe6;
    border-radius: 10px;
    width: 100%
}

.productRow .productAvailable {
    width: 100%;
    margin-top: 5px;
}

.productRow .productAvailable {
    font-weight: 600;
    font-size: 14px;
    color: rgba(51, 51, 51, 1);
    line-height: 36px;
}

.productRow .productAvailable .available,
.productRow .productAvailable .out_of_stock {
    padding: 0
}

.productRow .productAvailable .available:before,
.productRow .productAvailable .out_of_stock:before {
    content: unset
}

.productRow .productAvailable__header img {
    margin-right: 24px
}

.productBenefits {
    padding: 24px 34px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.productBenefits a, .productRow .productAvailable .available,
.productRow .productAvailable .out_of_stock {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #4f4f4f
}

.productBenefits a:hover, .productBenefits a:hover .productBenefits__itemHeader {
    color: #5fc6f1;
    cursor: pointer;
    text-decoration: none
}

.productBenefits__item {
    margin-bottom: 20px
}

.productBenefits a:last-child .productBenefits__item {
    margin-bottom: 0
}

.productBenefits__item:hover, .productBenefits__item:hover .productBenefits__itemHeader {
    color: #5fc6f1;
    cursor: pointer
}

.productBenefits__itemHeader {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    margin-bottom: 10px
}

.productBenefits__itemHeader img {
    margin-right: 18px
}

.productPreview {
    border: 1px solid #d0dbe6;
    border-radius: 10px;
    padding: 18px 34px;
    width: 100%
}

.productPreview__header {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    color: #333;
    margin: 0 0 15px
}

.productPreview__header img {
    margin-right: 10px
}

.bx-catalog-element .product-item-detail-tabs-container {
    margin-top: 40px;
    border-radius: 10px;
    padding: 0 7px
}

.productButton_compare .productButton_compareLink {
    width: unset
}

.compareBlock_small .productButton_compare {
    width: 48px
}

.product-item-detail-short-card-btn {
    padding-right: 19px;
    text-align: center;
    vertical-align: middle;
    width: 18%
}

.product-item-detail-short-card-btn .productButton {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    white-space: nowrap;
    padding: 16px 42px
}

.product-item-detail-short-card-btn .productButton_compare img {
    width: 30px;
    height: 30px
}

.compareLink_before img {
    display: none;
    margin-left: 7px
}

.product-item-detail-short-card-btn a.productButton {
    height: 54px;
    width: 100%
}

[data-entity=panel-compare-button] {
    width: 54px;
    vertical-align: middle;
    position: relative
}

[data-entity=panel-compare-button] .compareBlock {
    padding: 1px
}

[data-entity=panel-compare-button] .productButton_compare {
    width: 54px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0
}

[data-entity=panel-compare-button] .productButton_compare label {
    padding: 16px 17px
}

[data-entity=panel-compare-button] .compareBlock .productButton_compareLink {
    width: 211px;
    left: -22%;
    top: 150%
}

[data-entity=panel-compare-button] .compareBlock .productButton_compareLink::after {
    transform: unset;
    top: -20px
}

.small__code, .small__header {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center
}

.small__code {
    font-family: "Montserrat";
    font-style: normal;
    color: #4f4f4f
}

.small__header {
    color: #333
}

.small__header, .small__priceCurrent, .small__priceOld {
    font-family: "Montserrat";
    font-style: normal
}

.small__priceOld {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-decoration-line: line-through;
    color: #333
}

.small__priceCurrent {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #0e619d;
    white-space: nowrap
}

.product-item-detail-slider-controls-block {
    position: relative;
    width: 85%;
    margin: auto;
    padding: unset
}

.productImage__button {
    position: absolute;
    width: 7px;
    height: 16px;
    background: url(/local/templates/supereyes_resp/images/productImage_arrow.svg) no-repeat !important;
    padding: 0;
    margin: 0;
    top: calc(50% - 12px)
}

.productImage__button_prev {
    left: -10px;
    right: auto;
    transform: rotate(-180deg)
}

.productImage__button_next {
    left: auto;
    right: -10px
}

.productRow {
    display: flex;
    flex-wrap: wrap
}

.productCol {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
}

.payBlock_withoutSale .compareBlock .productButton_compareLink {
    top: 17%
}

.payBlock .compareBlock .productButton_compareLink {
    width: 55%;
    left: 74%;
    Padding: 14px 21px
}

.productBenefitsMobile__slider.swiper,
.productBenefitsMobile__slider .productBenefitsMobile,
.productPreviewMobile {
    display: none
}

.catalogElement__top .swiper-slide {
    height: 36px;
    width: auto !important;
    padding: 6px;
    background: #eef5fc;
    border-radius: 5px
}

.catalogElement__top-wrapper {
    position: relative;
    display: flex;
    flex-grow: 1;
    justify-content: center
}

.catalogElement__top-wrapper .catalogElement__top-swiper {
    width: 91%
}

.catalogElement__top-wrapper .catalogElement__top-next, .catalogElement__top-wrapper .catalogElement__top-prev {
    display: none;
    position: absolute;
    background: url(/local/templates/supereyes_resp/images/navigation.svg) no-repeat center center;
    background-size: cover;
    width: 24px;
    height: 24px;
    left: auto;
    right: 0;
    top: 6px
}

.catalogElement__top-wrapper .catalogElement__top-prev {
    transform: rotate(180deg);
    left: 0;
    right: auto
}

.catalogElement__top-wrapper .catalogElement__top-next[role=button], .catalogElement__top-wrapper .catalogElement__top-prev[role=button] {
    display: block
}

.catalogElement__top-wrapper .catalogElement__top-next.swiper-button-disabled, .catalogElement__top-wrapper .catalogElement__top-prev.swiper-button-disabled {
    display: none
}

.productImages__slider {
    background: #fff;
    width: 100%;
}

.left_main_detail,
.right_main_detail {
    border: 1px solid rgba(232, 232, 232, 1);
    border-radius: 10px;
    background: #ffffff;
    height: 100%;
}

.left_main_detail {
    overflow: hidden;
}

.productRow .priceBlock__sale:hover .priceBlock__economy {
    z-index: 9999;
}

.productImages__navigationWrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    margin-left: 5px;
    height: auto;
    z-index: 90;
}

.productImages__navigationWrapper:not(.productImages__navigationWrapper *) {
    bottom: 20px;
    left: 20%;
}

.productImages__navigationColMobile, .productImages__navigationWrapperMobile {
    display: none
}

.productImages__navigation {
    height: auto;
    max-height: 300px;
    width: 100% !important;
    margin: 0
}

.productImages__navigation .swiper-slide {
    text-align: center;
    height: 65px;
    padding: 2px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-around
}

.productImages__navigation .swiper-slide.swiper-slide-thumb-active {
    border: 1px solid #0e619d;
}

.productImages__navigation img {
    height: 60px
}

.productImages-next, .productImages-prev {
    flex-grow: 1;
    background-size: cover;
    width: 24px;
    height: 24px;
    top: 20px;
    left: auto;
    right: 0;
    z-index: 10
}

.productImages-prev {
    background: url(/local/templates/supereyes_resp/images/productImages-prev.svg) no-repeat center center;
    left: 0;
    right: auto;
    caret-color: transparent;
}

.productImages-next {
    caret-color: transparent;
    background: url(/local/templates/supereyes_resp/images/productImages-next.svg) no-repeat center center
}

.bx-catalog-element.bx-blue {
    margin-bottom: 30px
}

.fancybox-bg {
    background: #fff !important
}

.fancybox-container:has(.modal) .fancybox-bg {
    background: #000 !important;
    opacity: .3 !important;
}

.fancybox-caption-wrap {
    background: linear-gradient(to bottom, transparent 0, rgba(255, 255, 255, .1) 20%, rgba(255, 255, 255, .2) 40%, rgba(255, 255, 255, .6) 80%, rgba(255, 255, 255, .8) 100%) !important
}

.fancybox-caption-wrap .fancybox-caption {
    color: #000 !important
}

.productImages-pagination {
    margin: 30px 0;
    display: flex;
    justify-content: center;
    position: unset;
    display: none
}

.productImages-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 4px;
    background: #b3b3b3;
    border-radius: 101px
}

.serviceBlockMobile {
    display: none !important;
}

.productImages-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #4f4f4f
}

@media (max-width: 1399px) {
    .payBlock .compareBlock .productButton_compareLink {
        left: 52%
    }
}

@media (max-width: 1199px) {
    .productBlock {
        padding: 15px 18px
    }

    .productButton_buy {
        padding: 12px 24px
    }
}

.product-item-detail-tabs-arrow {
    display: none;
}

@media (max-width: 991px) {
    .productRow {
        gap: 16px;
    }

    .productBenefitsMobile__slider, .productRow .productAvailable {

    }

    .product-item-detail-info-section {
        padding: 0
    }

    .product-item-detail-tab-content {
        display: block !important
    }

    .productImages__navigationWrapper {
        display: none
    }

    .productImages__navigationColMobile {
        display: block
    }

    .productImages__navigationWrapperMobile {
        display: flex
    }

    .productImages__navigationWrapperMobile .productImages__navigation {
        width: 82px !important
    }

    .productImages__navigationWrapperMobile .swiper-slide {
        height: 4px;
        width: 10px;
        background: #b3b3b3;
        border-radius: 101px;
        padding: 0;
        border: 0
    }

    .productImages__navigationWrapperMobile .swiper-slide img {
        visibility: hidden;
        border: 0;
        height: 4px;
        width: 10px;
        background: #b3b3b3;
        border-radius: 101px
    }

    .productImages__navigationWrapperMobile .swiper-slide.swiper-slide-active {
        background: #4f4f4f;
        border: 0
    }

    .productImages__navigationWrapperMobile .swiper-slide.swiper-slide-active img {
        background: #4f4f4f
    }

    .productButton_buy {
        padding: 12px 28px
    }

    .productPreview {
        margin: 0 0 7px;
        display: none
    }

    .productPreviewMobile {
        display: block
    }

    .productBenefitsMobile__slider .productBenefitsMobile {
        display: block;
        height: 155px;
        width: auto !important
    }

    .catalogElement__top-wrapper .catalogElement__top-next, .catalogElement__top-wrapper .catalogElement__top-prev, .productBenefits {
        display: none
    }

    .catalogElement__top-wrapper {
        overflow-x: hidden
    }

    .catalogElement__top-wrapper .catalogElement__top-swiper {
        width: 100%
    }

    .catalogElement__topCode {
        margin-right: 30px
    }

    .productImages-pagination {
        bottom: -35px !important;
        position: absolute !important;
        margin: 0 !important;
        display: flex
    }

    .swiper {
        position: unset !important
    }

    .product-item-detail-tabs-container,
    .product-item-detail-tab {
        min-height: 30px;
    }

    .product-item-detail-tab-link {
        height: 30px;
    }

    .product-item-detail-tabs-arrow {
        display: block;
        width: 20px;
        height: 20px;
        margin-top: -3px;
    }

    .product-item-detail-tabs-arrow img {
        width: 100%;
        height: 100%;
    }

    .product-item-detail-tabs-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .product-item-detail-tabs-list {
        width: calc(100% - 30px);
    }
}

@media (max-width: 767px) {
    .product-item-detail-slider-controls-image img, .product-item-detail-tab-content .document-header {
        display: none
    }

    .productRow .productButton.productButton_buy {
        margin-right: 30px
    }

    .product-item-detail-tab-content .document-item {
        display: block
    }

    .product-item-detail-tab-content .document-item > div:not(.clear) {
        width: 100% !important;
        padding: 15px 20px
    }

    .product-item-detail-tab-content .document-item > div:not(.clear):first-child {
        border-bottom: 1px solid #efefef;
        margin-bottom: 15px
    }

    .product-item-detail-tab-content .document-language, .product-item-detail-tab-content .document-type-size, .product-item-detail-tab-content .document-version {
        padding: 0 20px !important;
        text-align: left;
        border-left: none
    }

    .product-item-detail-tab-content .document-item .document-language span, .product-item-detail-tab-content .document-item .document-type-size span, .product-item-detail-tab-content .document-item .document-version span {
        display: inline-block;
        font-weight: 700;
        text-transform: none
    }

    .product-item-detail-tab-content .document-file {
        padding: 15px 20px;
        border-top: 1px solid #efefef;
        margin-top: 15px
    }

    .product-item-detail-slider-container, .productCol {
        width: 100%
    }

    .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
    }

    .product-item-detail-slider-controls-image {
        background: #b3b3b3;
        border-radius: 101px
    }

    .product-item-detail-slider-controls-block .productImage__button {
        display: none
    }

    .product-item-detail-slider-controls-block .swiper-slide {
        width: 20px !important;
        height: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer
    }

    .product-item-detail-slider-controls-block {
        display: flex
    }

    .product-item-detail-slider-controls-image.active {
        background: #4f4f4f
    }

    .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
    }

    .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
    }

    .productRow .compareBlock .productButton_compareLink.compareLink_show {
        display: none !important
    }

    .productImages__slider {
        position: unset !important
    }
}

@media (max-width: 430px) {
    .productRow .productButton.productButton_buy {
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 30px
    }

    .main .productRow .productButton img {
        max-width: unset;
        width: 14px;
        height: 18px
    }

    .productRow .productButton_compare label {
        width: 48px;
        height: 48px;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .productRow .kpLink {
        padding: 14px 94px !important
    }

    .productRow {
        margin-bottom: 0 !important
    }

    .product-item-detail-tab-content {
        padding: 0 0 25px
    }

    h2 {
        margin: 10px 0
    }
}

a.oneClick__popupInit:focus {
    text-decoration: none
}

.oneClick__popupInit_disabled, a.oneClick__popupInit {
    margin: auto;
    font-weight: 500;
    border-bottom: 1px dashed;
    line-height: 14px;
    user-select: none;
    font-size: 16px;
    color: #0e619d;
    text-decoration: none;
    display: block;
    width: 129px;
    text-align: center
}

@media (max-width: 480px) {
    .oneClick__popupInit_disabled, a.oneClick__popupInit {
        font-size: 14px;
        width: 113px
    }
}

.oneClick__popupInit_disabled {
    cursor: pointer
}

.productCol__payBlock .productButtons .addToFavorite__btn {
    width: 48px;
    height: 48px
}

.productCol__payBlock .productButtons .addToFavorite__btn .addToFavorite__icon {
    width: 22px
}

@media (max-width: 1199px) {
    .productRow .productButtons {
        gap: 13px;
        flex-wrap: wrap
    }

    .productRow .productButtons .productButton_buy.productButton_buy-notAvailable, .productRow .productButtons .productButton_similar {
        width: 100%;
        flex: none;
        height: 54px;
        order: 2
    }
}

@media (max-width: 991px) {
    .productCol__payBlock .productButtons .addToFavorite__btn {
        width: 46px;
        height: 48px
    }

    .productCol__payBlock .productButtons .addToFavorite__btn .addToFavorite__icon {
        width: 18px
    }

    .productRow .productButton_compare label {
        height: 46px;
        width: 44px
    }

    .productButton .productButton__text {
        display: block
    }

    .productButton .productButton__icon {
        display: none
    }

    .productRow .productButtons {
        gap: 11px
    }

    .productRow .payBlock.payBlock_withoutSale,
    .productRow .payBlock.payBlock {
        padding: 35px;
    }

    .productRow .productButton.productButton_buy {
        margin-right: 0
    }

    .productRow .productButtons .productButton_buy.productButton_buy-notAvailable, .productRow .productButtons .productButton_similar {
        width: auto;
        flex: 1;
        height: auto
    }

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

    .product-item-detail-tabs-container:after {
        content: none;
    }

    .product-item-detail-tabs-list {
        display: flex;
        align-items: center;
        overflow-x: scroll;
        position: relative;
        scrollbar-width: none;
    }

    .product-item-detail-tab-link:hover:after, .product-item-detail-tab.active .product-item-detail-tab-link:after {
        height: 0;
    }

    .product-item-detail-tab-link {
        padding: 0;
        padding-right: 15px;
        white-space: nowrap;
        font-size: 16px;
    }

    .product-item-detail-tab-content {
        padding: 25px 15px;
    }

    .product-item-detail-tab-content[data-value="documents"] {
        padding: 25px 15px;
    }

    .product-item-detail-container .video-title-container {
        flex-direction: column-reverse;
    }

    .product-item-detail-container .video-title-item {
        padding: 0;
        width: 50px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 7px;
        font-weight: 500;
    }

    .product-item-detail-container .video-titles-container {
        gap: 5px;
        width: 100%;
        justify-content: flex-end;
        margin-right: -30px;
    }

    .video-title-container {
        margin-bottom: 10px !important;
    }
}

@media (max-width: 768px) {
    .product-item-detail-characteristics .characteristics-item {
        width: 100%;
    }
}

@media (max-width: 430px) {
    .productRow .productButton.productButton_buy {
        margin-right: 0
    }

    .productRow .productButton_compare label {
        height: 46px;
        width: 44px
    }
}

@media (max-width: 400px) {
    .productRow .productButtons {
        flex-wrap: wrap;
        justify-content: center
    }

    .productRow .productButton.productButton_buy {
        width: 100%;
        height: 50px;
    }

    .productRow .productButtons .productButton_buy.productButton_buy-notAvailable, .productRow .productButtons .productButton_similar {
        flex: none;
        width: 100%;
        height: 50px;
    }
}

.detailPropBrand {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 15px;
    top: 5px;
    width: 100px;
    height: 100px;
    z-index: 150
}

.detailPropBrand img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: scale-down
}

.catalog-block-header {
    border-bottom: none;
    margin: 0;
    margin-bottom: 40px;
}

.tyLetter__header {
    font-size: 20px !important;
    font-weight: 500 !important;
}

.sliderBlock .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
}

.characteristics-title,
.product-item-detail-tab-content h2 {
    font-size: 20px;
}

.characteristics-item.hidden_prop:not(.characteristics-item.hidden_prop.active) {
    display: none;
}

.btn_show_more,
.btn_show_less {
    display: none;
    width: 100%;
    height: 65px;
    background: rgba(95, 198, 241, 0.3);
    font-size: 20px;
    color: rgba(51, 51, 51, 1);
    cursor: pointer;
    justify-content: center;
    align-items: center;
    transition: all .4s ease-in-out;
    margin-top: 10px;
    border-radius: 6px;
}

.btn_show_more:hover,
.btn_show_less:hover {
    background: rgba(95, 198, 241, 0.75);
}

.btn_show_more.active,
.btn_show_less.active {
    display: flex;
}

@media(max-width: 768px) {
    .btn_show_more,
    .btn_show_less {
        width: 315px;
        margin: 10px auto 0;
    }
}

.detail_text.hidden_text {
    overflow: hidden;
}

@media(min-width: 991px) and (max-width: 1200px) {
    .product-item-detail-container .video-title-item {
        padding: 10px;
    }

    .product-item-detail-container .video-title-container {
        align-items: flex-start;
    }
}

.detail_actions {
    margin-top: 30px;
}

.open_text {
    height: auto !important;
}

.characteristics-item.blur_prop {
    opacity: 0.3;
}

.characteristics-item.blur_prop.active {
    opacity: 1;
}

.characteristics-item-title {
    color: rgba(106, 106, 106, 1);
}

@media(max-width: 768px) {
    .characteristics-item.blur_prop {
        opacity: 1
    }

    .characteristics-title {
        margin-top: 10px;
    }

    .characteristics-title, .product-item-detail-tab-content h2 {
        font-size: 16px;
    }

    .characteristics-content {
        font-size: 12px;
    }

    .btn_show_more, .btn_show_less {
        height: 48px;
        font-size: 16px;
    }

    .product-item-detail-container .product-item-detail-characteristics {
        padding: 0;
    }

    .product-item-detail-tab-content.product-item-detail-container[data-value="description"] {
        padding-top: 15px;
    }

    .video-title-container h2,
    .detail_text  h2 {
        margin-top: 15px;
    }

    .product-item-detail-tab-content.product-item-detail-container[data-value="documents"] h2,
    .product-item-detail-tab-content.product-item-detail-container.comments-wrapper h2 {
        margin-top: 0;
    }

    .product-item-detail-container > * {
        width: 100%;
    }

    .btn-main.send_comment_js {
        height: 45px;
    }

    .comments-section__form-container textarea,
    .comment-item__text {
        font-size: 14px !important;
    }

    .comment-item__footer {
        margin-top: 5px;
    }

    .catalog-block-header {
        margin-bottom: 30px;
    }

    .productBlock__title {
        height: auto;
    }

    .product-item-detail-tab-content .document-header {
        display: block;
        font-style: normal;
        font-size: 10px;
        font-weight: 600;
    }

    .product-item-detail-tab-content .align-center {
        text-align: left;
    }

    .product-item-detail-tab-content .document-header > div:first-child, .product-item-detail-tab-content .document-header > div {
        width: 25%;
    }

    .product-item-detail-tab-content .document-item {
        display: flex;
        flex-wrap: wrap;
    }

    .product-item-detail-tab-content .document-item {
        border: none;
    }

    .document-info {
        width: 100% !important;
        padding: 0 !important;
        border: none;
        font-size: 12px;
        font-weight: 600;
    }

    .document-info .document-title {
        font-size: 12px;
        font-weight: 600;
    }

    .product-item-detail-tab-content .document-item > div:not(.clear):first-child {
        border-bottom: 0;
        margin-bottom: 0;
    }

    .product-item-detail-tab-content .document-item > div.document-language {
        width: 50% !important;
        padding: 0 !important;
        padding-left: 25% !important;
        font-weight: normal;
        font-size: 12px;
        font-style: normal;
    }

    .product-item-detail-tab-content .document-item > div.document-version,
    .product-item-detail-tab-content .document-item > div.document-type-size {
        width: 25% !important;
        padding: 0 !important;
        font-weight: normal;
        font-size: 12px;
        font-style: normal;
    }

    .document-language div span:first-child,
    .document-version div span:first-child,
    .document-type-size div span:first-child {
        display: none !important;
    }

    .product-item-detail-tab-content .document-file {
        border-top: none;
        margin-top: 0;
        text-align: center;
    }

    .product-item-detail-tab-content .document-file span {
        text-decoration: none;
        font-size: 12px;
        color: #0e619d;
    }

    .document-file i {
        display: none !important;
    }

    #comment-success-modal {
        width: 90%;
    }
}

.sliderBlock .productBlock {
    height: auto;
}

.sliderBlock .product-item-props-item-name,
.sliderBlock .product-item-props-item-value {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sliderBlock .product-item-props-item-value {
    min-width: 50px;
}

.sliderBlock .productBlock__title {
    height: 40px !important;
    text-overflow: ellipsis;
}

.document-type-size.align-center {
    display: flex;
    align-items: center;
}

.hidden_iframe {
    display: none;
}

iframe.hidden_iframe.active {
    display: block;
}

.product-item-detail-container-delivery {
    padding: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.product-item-detail-container-delivery .product_item_delivery_wrapper {
    width: 30%;
    height: 100%;
}

.product-item-detail-container-delivery .product_item_delivery_wrapper a {
    width: 100%;
}

.product_item_delivery_title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 18px;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 20px;
}

.product_item_delivery_body {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    color: rgba(51, 51, 51, 1);
}

.slider_block {
    width: 505px;
    position: relative;
}

.info_block {
    width: calc(100% - 535px);
}

.row.productRow {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    align-items: stretch;
}

.row.productRow::before,
.row.productRow::after {
    content: none;
}

@media(max-width: 991px) {
    .product-item-detail-container-delivery {
        flex-direction: column;
        gap: 20px;
    }

    .product-item-detail-container-delivery .product_item_delivery_wrapper {
        width: 100%;
    }

    .product_item_delivery_title {
        font-size: 16px;
        margin-bottom: 15px;
    }
}

.badgeBlockDetail .badge_wrapper {
    margin-right: 0px;
    margin-bottom: 0px;
}

.slider_block.productCol {
    position: relative;
}

.priceBlock__wrap .priceBlock__old {
    position: initial;
    justify-content: flex-start;
    gap: 10px;
}

.productRow .priceBlock__sale .priceBlock__percent {
    font-size: 12px;
    padding: 0px 12px;
}

.priceBlock .priceBlock__old .priceBlock__digits_old {
    font-size: 22px;
    margin-bottom: 10px;
}

.priceCurrent {
    font-size: 38px !important;
}

.badge_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.badge_row .catalogElement__topCode span {
    font-weight: 600;
}

.badge_row .catalogElement__topCode,
.badge_row_end {
    font-size: 14px;
}

.badge_row,
.badge_row_end {
    height: 25px;
}

.badge_row_end {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-weight: 500;
}

.badge_row_end a {
    font-weight: 600;
    color: rgba(14, 97, 157, 1);
}

.left_main_detail_inner {
    position: relative;
    width: calc(100% - 75px);
}

.badge_row_reviews {
    color: rgba(14, 97, 157, 1);
    cursor: pointer;
    font-weight: 600;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.left_main_detail {
    display: flex;
    justify-content: space-between;
}

.productImages-prev,
.productImages-next {
    transform: rotate(90deg);
}

.nds__text span {
    color: rgba(14, 97, 157, 1);
}

.seller {
    margin-top: 20px;
    margin-bottom: 10px;
}

.seller_name {
    color: rgba(51, 51, 51, 1);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.select2-search.select2-search--dropdown {
    display: none !important;
}

.seller_value span.select2 {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid rgba(217, 217, 217, 1) !important;
    height: 35px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    display: flex !important;
    align-items: center;
    height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px !important;
    display: flex;
    align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow::after {
    content: url(/img/drop_arrow.svg);
    height: 100%;
    display: flex;
    align-items: center;
    margin-top: -3px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 12px !important;
    font-weight: 600 !important;
    color: rgba(14, 97, 157, 1) !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    font-size: 12px !important;
}

.productButton.productButton_buy {
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.btns_row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.oneClick__popupInit_disabled, a.oneClick__popupInit {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0e619d;
    border-radius: 5px;
    background: #fff;
    color: #0e619d;
    height: 48px;
    font-weight: 700;
    font-size: 12px;
    width: calc(100% - 116px);
}

.productRow .productAvailable .available {
    margin-bottom: 5px;
    font-size: 12px;
}

.available span, .green_span {
    color: #27ae60 !important;
}

.main_characteristics {
    margin: 15px 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.main_characteristics .characteristics-item-inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.main_characteristics .characteristics-item-title {
    background: #ffffff;
    padding-right: 5px;
    font-weight: 500;
    font-size: 12px;
}

.main_characteristics .characteristics-item-value {
    background: #ffffff;
    padding-left: 5px;
    font-weight: 500;
    font-size: 12px;
}

.main_characteristics .characteristics-item:before {
    float: left;
    width: 0;
    white-space: nowrap;
    content: "...................."
    "...................."
    "...................."
    "...................."
    "...................."
    "...................."
    "...................."
    "...................."
    "....................";
    color: rgba(106, 106, 106, 1);
}

.all_main_characteristics {
    margin-top: 10px;
    color: rgba(14, 97, 157, 1) !important;
    text-decoration: underline;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}

.badge_row {
    width: 505px;
    margin-bottom: 20px;
}

.badge_row_end {
    width: calc(100% - 535px);
    margin-bottom: 20px;
}

.slider_block.productCol.height_sale {
    height: 463px;
}


.serviceBlock {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 10px;
    justify-content: space-between;
}

#addService, #addServiceForm, #addServiceKP {
    display: none;
}

label[for="addService"],
label[for="addServiceForm"],
label[for="addServiceKP"] {
    width: 15px;
    height: 15px;
    border: 1px solid #0e619d;
    display: flex;
    position: relative;
    cursor: pointer;
    margin: 0;
}

.serviceBlock #addService:checked+label[for="addService"],
.serviceBlock #addServiceForm:checked+label[for="addServiceForm"],
.serviceBlock #addServiceKP:checked+label[for="addServiceKP"] {
    background: #0e619d;
}

label[for="addService"]:after,
label[for="addServiceForm"]:after,
label[for="addServiceKP"]:after {
    content: "✓";
    position: absolute;
    top: -2px;
    left: 3px;
    color: #FFFFFF;
    font-size: 12px;
    opacity: 0;
}

.serviceBlock #addService:checked+label[for="addService"]:after,
.serviceBlock #addServiceForm:checked+label[for="addServiceForm"]:after,
.serviceBlock #addServiceKP:checked+label[for="addServiceKP"]:after {
    opacity: 1;
}

.serviceBlock_hint {
    position: relative;
    width: 15px;
    height: 15px;
    background: #0e619d;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #FFFFFF;
    font-size: 12px;
    cursor: pointer;
    flex: 0 0 15px;
}

.serviceBlock_hint_text {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #FFFFFF;
    border: 1px solid #0e619d;
    color: #333333;
    opacity: 0;
    transition: .3s;
    width: max-content;
    max-width: 200px;
    padding: 5px;
    box-sizing: border-box;
    z-index: 5;
}

.serviceBlock_hint:hover .serviceBlock_hint_text {
    opacity: 1;
}

.serviceBlock_hint.hidden_hint {
    opacity: 0;
}

.serviceBlock_hint.hidden_hint .serviceBlock_hint_text {
    display: none;
}

@media (max-width: 768px) {
    .serviceBlock_hint_text {
        left: -100px;
    }
}

.serviceBlock_name {
    font-size: 11px;
    line-height: 15px;
}

@media(max-width: 1199px) {
    .slider_block, .badge_row {
        width: 450px;
    }

    .left_main_detail, .right_main_detail {
        min-height: 435px;
    }

    .info_block, .badge_row_end {
        width: calc(100% - 475px);
    }

    .priceCurrent {
        font-size: 36px !important;
    }

    .main_characteristics .characteristics-item:before {
        content: "...................."
        "...................."
        "...................."
        "...................."
        "...................."
        "...................."
        "....................";
    }

    .main_detail_btns {
        width: 100%;
    }

    .js-section-swiper .productBlock {
        padding-top: 50px;
    }
}

@media(max-width: 991px) {
    .productImages-pagination {
        z-index: 9;
        bottom: 35px !important;
    }

    .row.productRow, .badge_row {
        flex-direction: column;
    }

    .slider_block, .badge_row,
    .info_block, .badge_row_end {
        width: 100%;
    }

    .badge_row {
        margin-bottom: 0;
        align-items: flex-start;
    }

    .badge_row_end {
        margin-bottom: 10px;
        justify-content: flex-start;
    }

    .catalogElement__topCode {
        margin: 0;
    }

    h1 {
        font-size: 22px !important;
        margin-bottom: 0 !important;
    }

    .badge_row_reviews.js_to_reviews {
        font-size: 12px;
    }

    .left_main_detail_inner {
        width: 100%;
    }

    .badge {
        border-radius: 10px !important;
    }

    .left_main_detail, .right_main_detail {
        min-height: auto;
    }

    .badgeBlockDetail {
        width: 60%;
        left: 15px;
        top: 15px;
    }

    .badgeBlockDetail .badge {
        padding: 2px 15px;
    }

    .main_characteristics .characteristics-item:before {
        content: "...................."
        "...................."
        "...................."
        "...................."
        "...................."
        "...................."
        "...................."
        "...................."
        "...................."
        "...................."
        "....................";
    }
}

@media(max-width: 768px) {
    h1 {
        font-size: 18px !important;
    }

    .priceBlock__wrap .priceBlock__old {
        flex-direction: row-reverse;
        justify-content: flex-end;
    }

    .priceBlock .priceBlock__old .priceBlock__digits_old {
        margin-right: 0;
    }

    .productRow .payBlock.payBlock_withoutSale,
    .productRow .payBlock.payBlock {
        flex-direction: column;
        padding: 15px;
    }

    .productRow .priceBlock,
    .main-button-container-wrapper {
        width: 100%;
    }

    .priceBlock__wrap {
        width: 50%;
        order: 0;
    }

    .productRow .productAvailable {
        order: 1;
        width: 50%;
        margin-top: 0;
    }

    .seller {
        order: 3;
        width: 100%;
        margin-top: 40px !important;
    }

    .seller.not_service {
        margin-top: 0px !important;
    }

    .productRow .priceBlock {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .priceBlock .priceBlock__old .priceBlock__digits_old {
        font-size: 14px;
    }

    .productRow .priceBlock .priceCurrent {
        font-size: 24px !important;
    }

    .productRow .priceBlock__sale .priceBlock__percent,
    .priceBlock .priceBlock__old .priceBlock__digits_old,
    .productRow .productAvailable .available {
        margin-bottom: 0;
    }

    .nds {
        margin-top: 0;
        font-size: 12px;
    }

    .productRow .productAvailable{
        line-height: 18px;
    }

    .serviceBlock {
        position: absolute;
        top: 72.5px;
        width: calc(100% - 55px);
        justify-content: flex-start;
    }

    .serviceBlock.has_sale {
        top: 92.5px;
    }

    .serviceBlock.serviceBlockMobile {
        display: flex !important;
        order: 2;
    }

    label[for="addService"] {
        width: 12px;
        height: 12px;
        border: 2px solid #0e619d;
    }

    label[for="addService"]:after {
        top: -3px;
        left: 1px;
    }

    .serviceBlock_name {
        font-size: 10px;
        width: fit-content;
    }

    .serviceBlock_hint {
        font-size: 10px;
    }

    .productRow .productAvailable {
        font-size: 12px;
    }

    .seller {
        margin-top: 15px;
        margin-bottom: 0;
    }

    .seller_name {
        font-size: 10px;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 10px !important;
    }

    .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
        font-size: 10px !important;
    }

    .productRow .productGetKp {
        margin-bottom: 0;
        height: 53px;
    }

    .main_detail_btns {
        gap: 10px;
    }

    .btns_row {
        order: 1;
        width: 118px;
        flex-wrap: wrap;
    }

    .main_detail_btns {
        order: 2;
    }

    a.oneClick__popupInit {
        width: 100%;
        height: 53px;
    }

    .productCol__payBlock .productButtons .addToFavorite__btn,
    .productRow .productButton_compare label {
        width: 53px;
        height: 53px;
    }

    .main_detail_btns {
        width: calc(100% - 133px);
    }

    .productRow .productButtons {
        flex-direction: row;
        gap: 15px;
    }

    .productRow .productButton.productButton_buy {
        height: 53px;
    }

    .productRow .kpLink {
        padding: 14px 80px !important;
        height: 53px;
    }

    .main_characteristics {
        margin: 0px 15px 15px;
    }

    .main_characteristics .characteristics-item-title {
        font-size: 14px;
    }

    .all_main_characteristics {
        margin-top: 5px;
    }

    .productImages-pagination {
        bottom: 15px !important;
    }
}

@media(max-width: 725px) {
    .main_characteristics .characteristics-item:before {
        content: "...................."
        "...................."
        "...................."
        "...................."
        "...................."
        "...................."
        "...................."
        "...................."
        "...................."
        "....................";
    }
}

@media(max-width: 673px) {
    .main_characteristics .characteristics-item:before {
        content: "...................."
        "...................."
        "...................."
        "...................."
        "...................."
        "...................."
        "...................."
        "...................."
        "....................";
    }
}

@media(max-width: 610px) {
    .main_characteristics .characteristics-item:before {
        content: "...................."
        "...................."
        "...................."
        "...................."
        "...................."
        "...................."
        "...................."
        "....................";
    }
}

@media(max-width: 550px) {
    .main_characteristics .characteristics-item:before {
        content: "...................."
        "...................."
        "...................."
        "...................."
        "...................."
        "...................."
        "....................";
    }
}

@media(max-width: 490px) {
    .main_characteristics .characteristics-item:before {
        content: "...................."
        "...................."
        "...................."
        "...................."
        "...................."
        "....................";
    }
}

@media(max-width: 430px) {
    .main_characteristics .characteristics-item:before {
        content: "...................."
        "...................."
        "...................."
        "...................."
        "....................";
    }
}

@media(max-width: 370px) {
    .main_characteristics .characteristics-item:before {
        content: "...................."
        "...................."
        "...................."
        "....................";
    }
}

@media(max-width: 310px) {
    .main_characteristics .characteristics-item:before {
        content: "...................."
        "...................."
        "....................";
    }
}

.characteristics-item-value a {
    font-weight: 600;
}

.swiper-wrapper .productButton.productButton_buy {
    height: 32px;
}

.swiper-wrapper .productButton {
    margin-right: 0;
}

.product-item-container .productButton_compare {
    height: 38px;
}

.product-item-button-container {
    align-items: center;
}

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

.letter_block {
    margin-bottom: 0 !important;
    margin-top: 40px;
}

.productImages-prev {
    background: url(/local/templates/supereyes_resp/images/productImages-prev1.svg) no-repeat center center !important;
}

.productImages-next {
    background: url(/local/templates/supereyes_resp/images/productImages-next1.svg) no-repeat center center !important;
}

.out_of_stock span, .orange_span,
.out_of_stock {
    font-size: 12px !important;
}

.video-title-item {
    transition: 0.3s all;
}

.video-title-item:hover {
    background: #5fc6f1;
    border-color: #5fc6f1 !important;
}

.comments-section__form-action {
    display: flex;
    align-items: center;
    gap: 35px;
    margin-top: 25px;
}

.comments-section__form-action .send_comment_js {
    margin-top: 0;
}

.comments-section__form-action .js_grade {
    cursor: pointer;
}

.uploader__action {
    margin-top: 25px;
}

.comments-section__form-container {
    margin-bottom: 50px;
}

@media(max-width: 768px) {
    .comments-section__form-action {
        width: 100%;
        justify-content: space-between;
    }

    .comments-section__form-grade:not(.comments-section__form-grade.upper_grade) {
        width: 50%;
    }

    .comments-section__form-action .btn-main.send_comment_js {
        width: 200px;
    }

    .badge_row_reviews {
        width: 100%;
    }

    .product-item-detail-characteristics .characteristics-item:before {
        content: "...................." "...................." "...................." "...................." "...................." "...................." "...................." "...................." "...................." "...................." "...................." "...................." "...................." "...................." "...................." "....................";
    }
}

@media(max-width: 420px) {
    .comments-section__form-action {
        flex-direction: column;
    }

    .comments-section__form-grade:not(.comments-section__form-grade.upper_grade) {
        width: 100%;
        display: flex;
        gap: 5px;
        justify-content: center;
        align-items: center;
    }

    .comments-section__form-action {
        gap: 15px;
    }

    .comments-section__form-action .btn-main.send_comment_js {
        width: 100%;
    }
}

.no_mb.comment-item__date {
    margin-bottom: 0;
}

.comments-section__form-grade.comments_grade {
    margin-bottom: 10px;
    margin-top: 5px;
}

.comments-section__form-grade.upper_grade img {
    width: 20px;
}

@media(max-width: 355px) {
    .productAvailable .available {
        white-space: nowrap;
    }
}

/*.productImages__navigationWrapper .swiper-slide.swiper-slide-thumb-active.swiper-slide-active {
    border: 1px solid #0e619d;
}*/

.productImages__navigationWrapper .swiper img {
    min-width: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.swiper-wrapper.productImages__navigationWrapper {
    margin-left: 0 !important;
height: auto !important;
}

.characteristics-item-title, .characteristics-item-value span {
    background: #ffffff;
    z-index: 10;
    position: relative;
}

.characteristics-item-value {
    text-align: right;
}

.characteristics-item-value span {
    padding-left: 10px;
}

.swiper-slide {
    align-items: center;
    justify-content: center;
}

.swiper.productImages__slider {
    height: 100%;
}

.left_main_detail_inner .swiper-slide {
    display: flex;
}

.productImages__navigationWrapper .swiper {
    height: 100%;
}

.badge_row_reviews.js_to_reviews.mobile {
    display: none;
}

@media(max-width: 991px) {
    .badge_row_reviews.js_to_reviews.desctop {
        display: none;
    }

    .row.productRow.productRowCustom {
        gap: 0;
    }

    .badge_row_reviews.js_to_reviews.mobile {
        display: flex;
        margin-bottom: 10px;
    }

    .badge_row_end {
        margin-bottom: 0;
    }

    .product-item-detail-tabs-container.active .product-item-detail-tabs-list {
        flex-direction: column;
        align-items: flex-start;
        top: 0;
        background: #fff;
        z-index: 55;
        width: 100%;
    }

    .product-item-detail-tabs-container.active {
        justify-content: flex-end;
        align-items: flex-start;
    }

    .product-item-detail-tabs-container.active .product-item-detail-tabs-arrow {
        transform: scale(-1, 1);
    }

    .product-item-detail-tabs-arrow {
        z-index: 56;
    }
}

@media(max-width: 768px) {
    .badgeBlockDetail {
        flex-direction: column;
    }

    .oneClick__popupInit_disabled, a.oneClick__popupInit {
        width: 100%;
    }

    .productRow .priceBlock__economy {
        right: auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .productButton.productButton_buy.productButton_similar {
        padding: 12px 0 !important;
    }
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: #0e619d !important;
}

.productButton_compare:hover, .productButton_compare.productButton_compareClicked {
    background: #eef5fc !important;
}

@media (max-width: 450px) {
    .serviceBlock_hint_text {
        left: -150px;
    }
}

@media(max-width: 370px) {
    .productRow .kpLink {
        padding: 14px !important;
    }

    .productRow .kpLink__text, 
    .productButton .productButton__text {
        font-size: 12px;
    }

    .priceBlock__wrap {
        width: 47%;
    }

    .productRow .productAvailable {
        width: 53%;
    }

    .btn_show_more, .btn_show_less {
        width: 100%;
    }
}

.document-items-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.document-item.document-item-hidden:not(.document-item.document-item-hidden.active) {
    display: none;
}

.seller {
    display: none !important;
}

.productRow .productAvailable .available, 
.main_characteristics .characteristics-item-title, 
.main_characteristics .characteristics-item-value {
    font-size: 14px;
}

.productImages__navigationWrapper .swiper {
    padding-top: 3px;
}

@media(min-width: 992px) {
    .productRow .productAvailable:not(.productRow .productAvailable.mt_not) {
        margin-top: 30px;
    }

}

@media(max-width: 768px) {
    .priceBlock {
        margin-bottom: 15px;
    }
}

@media(max-width: 420px) {
    .productRow .productAvailable .available {
        font-size: 12px;
    }
}

@media(max-width: 365px) {
    .main-button-container-wrapper {
        margin-top: 10px;
    }
}

@media(max-width: 330px) {
    .productRow .productAvailable .available {
        font-size: 11px;
    }
}
/* End */


/* Start:/local/components/sdv/favorite.add/templates/.default/style.min.css?17123011531945*/
.addToFavorite{position:relative;display:inline-block}.addToFavorite__btn{display:flex;align-items:center;justify-content:center;width:46px;height:48px;border-radius:5px;border:1px solid var(--color-primary);color:var(--color-primary);background-color:var(--color-white);outline:0;transition:background-color .3s linear}.addToFavorite:hover .addToFavorite__btn{background-color:#eef5fc;cursor:pointer}.addToFavorite_active:hover .addToFavorite__btn{background-color:var(--color-white);cursor:pointer}.addToFavorite__icon{display:block;flex:none;width:12px;height:auto;fill:currentColor;transition:fill .3s linear}.addToFavorite_active .addToFavorite__icon{fill:var(--color-red)}.addToFavorite__tip,.addToFavorite__tip::after{position:absolute;display:block;transition:all .4s ease-in-out}.addToFavorite__tip{width:206px;border-radius:4px;top:-56px;left:-15px;filter:drop-shadow(0 6px 12px rgba(171,190,209,.3)) drop-shadow(0-6px 12px rgba(171,190,209,.3));padding:13px 5px;background:#fff;text-align:center;font-family:"Montserrat",sans-serif;font-weight:400;font-size:12px;line-height:16px;color:#333;z-index:115;opacity:0;visibility:hidden;cursor:pointer}.addToFavorite__tip::after{content:"";top:50px;left:29px;transform:translateY(-50%) matrix(1,0,0,-1,0,0);border:10px solid #fff;border-color:transparent transparent #fff;z-index:92;filter:drop-shadow(0-6px 12px rgba(171,190,209,.3)) drop-shadow(0 6px 12px rgba(171,190,209,.3))}.addToFavorite:hover .addToFavorite__tip{opacity:1;visibility:visible}.addToFavorite__link{display:flex;align-items:center;justify-content:center;color:var(--color-primary);transition:color .3s ease-out}.addToFavorite__link:hover{color:var(--color-secondary)}.addToFavorite__link svg{margin-top:2px;margin-left:5px;height:8px;display:block;width:auto;stroke:currentColor}@media screen and (max-width:800px){.addToFavorite__tip{display:none}}@media screen and (max-width:576px){.addToFavorite__icon{width:14px}}
/* End */


/* Start:/local/components/webit/product.comments/templates/.default/style.css?17677864715292*/
.product-item-detail-tab-content.product-item-detail-container[data-value="comments"] h2 {
	font-size: 24px;
}

.comments-section__list-container {
	margin-top: 30px;
}

.comment-item__username {
	font-size: 20px;
	font-weight: 500;
	color: rgba(14, 97, 157, 1);
}

.comment-item__date {
	font-size: 14px;
	color: rgba(179, 179, 179, 1);
	margin-bottom: 10px;
}

.comment-item__text {
	font-size: 16px;
	color: rgba(51, 51, 51, 1);
}

.comment-item__reply-button {
	color: rgba(14, 97, 157, 1);
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
}

.comment-item {
	margin-bottom: 20px;
}

.comment-item__date span {
	color: rgba(14, 97, 157, 1);
}

.comments-section__form-container {
	margin-top: 10px;
}

.comments-section__form-container textarea {
	width: 100%;
    height: 160px;
    border: 1px solid #bcbcbc;
    border-radius: 10px;
    padding: 20px;
    font-size: 16px;
    resize: none;
    color: rgba(51, 51, 51, 1);
}

.send_comment_js {
    width: 200px;
    height: 50px;
    background: rgba(14, 97, 157, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    transition: all .4s ease-in-out;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    border: none;
    margin-top: 25px;
}

.send_comment_js:hover {
    background: #5fc6f1;
    color: #ffffff;
}

.comments-section__form-actions {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.comments-section__form-subactions {
	justify-content: flex-end;
}

.comments-section__form:not(.comments-section__form.main_form) {
	overflow: hidden;
	height: 0;
}

.comments-section__form.active {
	height: auto !important;
}

.comments-section__form-item textarea.error {
	border-color: red;
}

.comment-subitems {
	display: none;
	flex-direction: column;
	padding-left: 50px;
	position: relative;
}

.comment-subitems::before {
	content: '';
	width: 4px;
	height: 100%;
	background: rgba(15, 168, 224, 1);
	position: absolute;
	left: 25px;
	top: 0;
}

.comment-item__footer {
	display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
}

.comment-item__comments_count {
	color: rgba(14, 97, 157, 1);
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

.comment-subitems.active {
	display: flex;
}

.comment-item__comments_count_hide {
	display: none;
	color: rgba(14, 97, 157, 1);
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

.back_success_review {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000047;
    z-index: 999;
    display: none;
    justify-content: center;
    align-items: center;
}

.back_success_review.active {
	display: flex;
}

#comment-success-modal {
	opacity: 1;
	background: #ffffff;
	color: #000000;
	width: 50%;
	padding: 25px;
	border-radius: 10px;
	position: relative;
}

.modal_success__close {
	position: absolute;
    right: 25px;
    top: 25px;
    cursor: pointer;
}

.comment-item__text .quote {
	font-style: italic;
}

.comment-item-hidden {
	display: none;
}

.comment-item-hidden.active {
	display: block;
}

.comments-section__form-add-files {
	font-size: 16px;
	cursor: pointer;
}

.uploader__notes {
	font-size: 12px;
	position: relative;
}

.uploader__action img {
	width: 30px;
}

.uploader__action {
	display: flex;
	gap: 10px;
	align-items: center;
	font-weight: 400;
	margin-bottom: 0;
	cursor: pointer;
}

.files_js {
	position: absolute;
	left: -9999px;
	opacity: 0;
}

.comment-item__photos {
	flex-wrap: wrap;
	gap: 10px;
	display: flex;
	align-items: center;
	margin: 10px 0;
}

.comment-item__photo {
	cursor: pointer;
	width: 150px;
	height: 150px;
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bg_big_image {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    display: none;
}

.bg_big_image.show {
    display: flex !important;
}

.big_image_item {
	max-width: 80% !important;
	max-height: 80%;
}

.comment-item__photo img {
	pointer-events: none;
}

@media(max-width: 991px) {
	.comment-item__photo {
		width: 120px;
		height: 120px;
	}
}

@media(max-width: 768px) {
	.comment-item__photo {
		width: 100px;
		height: 100px;
	}

	.big_image_item {
		max-width: 90% !important;
	}

	.product-item-detail-tab-content.product-item-detail-container[data-value="comments"] h2 {
		font-size: 16px;
	}

	.comments-section__list {
		margin-top: 20px;
	}

	.comments-section__form-actions {
		flex-direction: column;
		align-items: flex-start;
	}

	.uploader__action_text:not(.uploader__action_text .uploader__notes) {
		font-size: 14px;
	}

	.btn-main.send_comment_js {
		width: 100%;
	}

	.comment-item__username {
		font-size: 18px;
	}

	.comment-item__date {
		font-size: 12px;
	}
}
/* End */


/* Start:/local/templates/supereyes_resp/components/bitrix/form.result.new/oneClick/style.css?17616347018664*/
.oneClickForm__product {
    display: flex;
    align-items: center;
}

.oneClickForm__productWrapper {
    max-width: 110px;
    height: 110px;
    width: 100%;
    margin-right: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.oneClickForm__productWrapper > img {
    max-width: 100%;
    height: auto;
}

.oneClickForm__productName {
    font-size: 16px;
    line-height: 1.2;
    color: #000;
}

.oneClickForm__calculator {
    display: flex;
    margin-top: 10px;
    margin-bottom: 48px;
    justify-content: flex-start;
}

.oneClickForm__calculator > label {
    font-weight: 400;
    margin-right: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 0;
}

.oneClickCalculator__label {
    font-size: 14px;
    color: #4F4F4F;
    margin-bottom: 5px;
}

.oneClick__quiantityinput {
    appearance: none;
    -moz-appearance: textfield;
    background-color: #fff;
    border: 0.5px solid #E7E7E7;
    color: #333333;
    outline: none;
    height: 36px;
    width: 43px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
}

.oneClick__quiantityControl {
    cursor: pointer;
    user-select: none;
    background-color: #E8E8E8;
    width: 40px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.oneClick__quiantity {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
}

.oneClick__quiantityinput::-webkit-outer-spin-button,
.oneClick__quiantityinput::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.oneClickCalculator__data, .oneClickCalculator__label {
    white-space: nowrap;
}

.oneClick__userType {
    display: flex;
    justify-content: space-between;
    margin-bottom: 31px;
}

.oneClick__userType input {
    display: none;
}

.oneClick__userType input + label {
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    margin-bottom: 0;
}

.oneClick__userType input + label::before {
    content: '';
    cursor: pointer;
    display: inline-block;
    min-width: 24px;
    width: 24px;
    height: 24px;
    border: 1px solid #0E619D;
    border-radius: 50%;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.oneClick__userType input:checked + label::after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border-color: #0E619D;
    background-color: #0E619D;
    position: absolute;
    left: 7px;
}

.oneClick__textInputs {
    display: flex;
    flex-direction: column;
}

.oneClick__textInputsWrapper {
    position: relative;
    margin-bottom: 22px;
}

.oneClick__textInputsWrapper > input {
    background: #EEF5FC;
    border-radius: 3px;
    height: 56px;
    display: flex;
    align-items: center;
    outline: none;
    border: none;
    width: 100%;
    padding: 12px 17px 0;
    color: #4F4F4F;
    border: 1px solid #EEF5FC;
    font-size: 16px;
}

.oneClick__textInputsWrapper > input::placeholder {
    color: #4F4F4F;
}

.oneClick__textInputsWrapper > input:placeholder-shown {
    padding: 0 17px;
}

.oneClick__textInputsWrapper > input + label {
    position: absolute;
    left: 17px;
    top: 6px;
    color: #717171;
    font-size: 12px;
    font-weight: 400;
}

.oneClick__textInputsWrapper > input:placeholder-shown + label {
    display: none;
}

.oneClick__textInputsWrapper > input:-ms-input-placeholder + label {
    display: none;
}

.oneClick__textInputsWrapper > input::after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border-color: #0E619D;
    background-color: #0E619D;
    position: absolute;
    left: 7px;
}

.oneClick__textInputsWrapper > input.oneClick__textInputs_error {
    background: #FFF1F0;
    border: solid 1px #EC1414;
}

.oneClick__textInputsErrorMessage {
    text-align: start;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-danger);

}

.oneClick__textInputsWrapper > input:focus {
    background-color: #fff;
    border: 1px solid #0E619D;
}

.oneClick__textInputsWrapper > input:hover {
    border: 1px solid #5FC6F1;
    cursor: pointer;
}

.oneClick__textInputs_success::after {
    content: "";
    width: 12px;
    height: 7px;
    border-bottom: 1px solid #27AE60;
    border-left: 1px solid #27AE60;
    transform: rotate(-45deg);
    display: block;
    position: absolute;
    right: 20px;
    top: 23px;
}

#oneClick__phoneInput {
    letter-spacing: 1px;
}

.oneClick__userType label {
    user-select: none;
}

.oneClick__submit input {
    background: #0E619D;
    border-radius: 4px;
    color: #fff;
    width: 100%;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: none;
    font-size: 16px;
}

.oneClick__submit input:hover {
    background: #5FC6F1;
}

.oneClick__submit input:disabled {
    background: #EEF5FC;
    color: #B3B3B3;
}

.oneClick__footer p {
    color: #B3B3B3;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    margin: 0;
    text-align: center;
}

.oneClick__footer {
    margin-top: 40px;
}

.oneClick__footer a {
    color: #0E619D;
}

#oneClick button.fancybox-close-small {
    /* opacity: 0; */
    width: 41px;
    height: 51px;
}

#oneClick button.fancybox-close-small:after {
    content: "";
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 26px;
    left: 0;
    height: 1px;
    width: 29px;
    border-radius: initial;
    border-width: 1px;
    outline: none;
}

#oneClick button.fancybox-close-small:before {
    content: "";
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    position: absolute;
    top: 26px;
    left: 0;
    height: 1px;
    width: 29px;
}

div[data-calculation-price],
div[data-calculation-result] {
    font-size: 16px;
    line-height: 16px;
}

div[data-calculation-result] {
    font-weight: 600;
}


#oneClick .oneClickForm_confirm {
    padding: 0;
    aspect-ratio: 1 / 1;
    background-image: url(/local/templates/supereyes_resp/components/bitrix/form.result.new/oneClick/./img/success.png);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 361px;
    margin: 0 auto;
}

#oneClick .oneClickForm_confirm [onclick*="fancybox.close"] {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 11;
    cursor: pointer;
}

#oneClick .vpnTrouble {
    font-size: 11px;
    font-weight: 600;
    line-height: 15px;
    margin-top: 20px;
}

.fancybox-slide:has(#oneClick) {
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 542px) {
    .oneClick__userType {
        flex-wrap: wrap;
    }

    .oneClickForm__calculator {
        flex-wrap: wrap;
    }
}

@media (max-width: 480px) {
    .oneClick__submit input {
        font-size: 14px;
    }

    .oneClick__footer p {
        font-size: 10px;
    }

    .oneClickForm__product {
        justify-content: center;
    }

    .oneClickForm__productName {
        font-size: 14px;
    }

    .oneClickForm__productWrapper {
        max-width: 95px;
        width: 100%;
        height: 95px;
    }

    .oneClickForm__calculator {
        margin-top: 17px;
    }

    .oneClickCalculator__label {
        font-size: 12px;
    }

    div[data-calculation-price],
    div[data-calculation-result] {
        font-size: 14px;
        line-height: 14px;
    }

    .oneClick__quiantityinput, .oneClick__quiantityControl {
        height: 30px;
        width: 36px;
        font-size: 14px;
    }

    .oneClickForm__calculator {
        margin-bottom: 40px;
    }

    .oneClick__userType input + label {
        font-size: 14px;
    }

    .oneClick__userType input + label::before {
        min-width: 20px;
        width: 20px;
        height: 20px;
    }

    .oneClick__userType input:checked + label::after {
        left: 5px;
    }

    .oneClick__textInputsWrapper > input {
        height: 46px;
        font-size: 14px;
    }

    .oneClick__textInputsWrapper > input + label {
        top: 5px;
    }

    .oneClick__footer {
        margin-top: 24px;
    }
}

@media (max-width: 400px) {
    .oneClick__userType {
        margin-bottom: 0;
    }

    .oneClick__userType > div {
        margin-bottom: 20px;
    }

    .oneClickForm__calculator {
        margin-bottom: 0;
    }

    .oneClickForm__calculator > label {
        margin-bottom: 20px;
    }
}

.serviceBlock .inputtext {
    display: none;
}
/* End */


/* Start:/local/templates/supereyes_resp/components/bitrix/form.result.new/getKP/style.css?17616347013989*/
.kpForm__productLine {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 25px;
}

.kpForm__productName {
    flex: none;
    width: 45%;
    margin-right: 60px;
}

.kpForm__productPrice {
    flex: 1;
}

.kpForm__productQuantity {
    flex: 1;


}

.kpForm__productQuantity input::-webkit-outer-spin-button,
.kpForm__productQuantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.kpForm__productLabelText {
    display: block;
    font-size: 18px;
    margin-bottom: 8px;
}

.kpForm__productLabelText_small {
    color: #838383;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.kpForm__quiantityinput {
    appearance: none;
    -moz-appearance: textfield;
    background-color: #fff;
    border: 0.5px solid #E7E7E7;
    color: #333333;
    outline: none;
    height: 36px;
    width: 43px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
}

.kpForm__quiantityControl {
    cursor: pointer;
    user-select: none;
    background-color: #E8E8E8;
    width: 40px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kpForm__quiantity {
    display: flex;
    justify-content: start;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
}

.kpForm__quiantityinput::-webkit-outer-spin-button,
.kpForm__quiantityinput::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.kpForm__fields {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 25px;
}

.kpForm__coll {
    flex: none;
    width: calc(50% - 16px);
}

.kpForm__fields .kpForm__coll:first-child .kpForm__Label {
    margin-bottom: 39px;
}

@media (width <= 768px) {
    .kpForm__fields .kpForm__coll:first-child .kpForm__Label {
        margin-bottom: 15px;
    }
}

.kpForm__fields .kpForm__coll:first-child .kpForm__Label:has(.kpForm__LabelError) {
    margin-bottom: 19px;
}


.kpForm__File {
    margin-bottom: 0;
    margin-top: -25px;
}

.kpForm__FileLabel {
    color: #4682b4;
    font-weight: 400;
    display: block;
}

.kpForm__FileLabel:hover {
    color: #2c7acf;
    cursor: pointer;
}

.kpForm__File input[type="file"] {
    display: none;
}

.kpForm__fields .kpForm__coll:last-child .kpForm__button {
    display: none;
    margin-top: 28px;
}

@media (width <= 768px) {
    .kpForm__fields .kpForm__coll:first-child .kpForm__button {
        display: none;
    }

    .kpForm__fields .kpForm__coll:last-child .kpForm__button {
        display: block;
    }
}


@media (max-width: 768px) {

    .kpForm__productLabelText {
        font-size: 14px;
    }

    .kpForm__productLabel div {
        font-size: 14px;
    }

    .kpForm__quiantityinput {
        height: 20px;
    }

    .kpForm__quiantityControl {
        height: 20px;
        line-height: 20px;

    }

    .kpForm__fields {
        flex-flow: column;
    }

    .kpForm__coll {
        width: 100%;
    }

    .kpForm__productName {
        width: 35%;
        margin-right: 30px;
    }


}

.kpForm > p:has(.errortext) {
    display: none;
}

@media only screen and (max-width: 480px) {
    .kpForm__productLine {
        flex-flow: column;
    }

    .kpForm__productName {
        width: 100%;
        margin-bottom: 15px;
    }

    .kpForm__productPrice {
        margin-bottom: 15px;
    }

    .kpForm__quiantityinput {
        height: 30px;
    }

    .kpForm__quiantityControl {
        height: 30px;
        line-height: 30px;

    }

    .kpForm__productLabelText {
        font-size: 16px;
    }
}

@media(min-width: 480px) {
    .kpForm__productLabelText_nds {
        line-height: 1.75;
    }

    .kpForm__productItemName {
        margin-top: -2px;
    }
}

@media(min-width: 768px) {
    .kpForm__productLabelText_nds {
        line-height: 1.55;
    }

    .kpForm__productItemName {
        margin-top: -2px;
    }
}
/* End */


/* Start:/local/templates/supereyes_resp/components/bitrix/catalog.section/2025/style.css?17677864715206*/
@media (min-width: 1200px){
	/*lg*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
		/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
		/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
		/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
		/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 992px) and (max-width:1199px){
	/*md*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
		/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
		/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
		/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
		/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 768px) and (max-width: 991px){
	/*sm*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
		/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
		/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
		/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
		/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (max-width: 767px){
	/*xs*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
		/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
		/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
		/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
		/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}

.sliderBlock .productButton_buy .productButton__icon {
	display: block !important;
	width: 12px !important;
}

.sliderBlock .productButton.productButton_buy,
.sliderBlock .productButton.productButton_similar {
	display: flex;
	flex-direction: row-reverse;
	gap: 10px;
	height: 33px;
}

.sliderBlock .productButton.productButton_compare,
.sliderBlock .addToFavorite {
	margin-right: 0;
	width: 38px !important;
	height: 38px !important;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sliderBlock .product-item-container .addToFavorite__btn {
	width: 38px !important;
	height: 38px !important;
}

.sliderBlock .productButton__text,
.sliderBlock .productButton.productButton_similar {
	font-size: 10px;
	font-weight: 600;
}

.sliderBlock .product-item-button-container {
	align-items: center;
}

.sliderBlock .addToFavorite__icon {
	width: 18px;
}

.sliderBlock .productButton_buy .productButton__text {
	display: block !important;
}

.sliderBlock .productBlock {
	padding: 45px 15px 15px;
}

.sliderBlock .productButtons {
	align-items: center;
}

.sliderBlock {
	overflow: hidden;
}

.sliderBlock .swiper-pagination {
	bottom: -5px !important;
}

[data-entity="header"] {
	margin-top: 10px;
	margin-bottom: 20px;
}

@media(max-width: 576px) {
	.sliderBlock .product-item-container .productButtons {
		max-width: 100%;
	}

	.sliderBlock .product-item-container .productButtons .productButton_buy {
		width: auto;
		padding: 0 8px !important;
	}

	.sliderBlock .product-item-container .productButtons .product-item-button-container {
		width: auto;
	}
}
/* End */


/* Start:/local/templates/supereyes_resp/components/bitrix/catalog.item/2025/style.css?176778647142791*/

.product-item-container {
    position: relative;
}

.product-item-container.hover {
}

.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;
}

.bx-retina .product-item {
    border-width: .5px;
}

.product-item * {
    -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-no-touch .product-item-container .product-item {
    box-shadow: 0 0 4px rgba(123, 152, 165, 0.4);
    background: #fff;
    padding: 15px 15px 15px 15px;
    width: auto;
    margin-bottom: 15px;
    height: 380px;
    padding-top: 7px;
}

.bx-touch .product-item {
    background: #fff;
    /*	left: -15px;
        right:-15px;*/
    padding: 15px;
    margin-bottom: 15px;
    width: auto;
    height: auto;
}

.bx-no-touch .product-item-container.hover .product-item {
}

/*Image*/
.product-item-image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    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 img {
    width: unset;
    max-height: 150px;
}

.product-item-container.hover.product-item-scalable-card .product-item-image-wrapper {
    padding-top: 54%;
    border-radius: 10px;
    overflow: hidden;
}

.product-item-image-wrapper:not(:has(.loaded)){
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.product-item-image-wrapper:not(:has(.loaded))::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    width: 45px;
    transform: skewX(-45deg);
    left: -150%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
    animation: flareAnimationCard 2s infinite linear;
}
@keyframes flareAnimationCard {
    0% {
        left: -150%;
    }
    100% {
        left: 150%;
    }
}

.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: 90;
}

.product-item-image-alternative {
    z-index: 30;
    opacity: 0;
}

.bx-no-touch .product-item-container.hover .product-item-image-original {
}

.bx-no-touch .product-item-container.hover .product-item-image-alternative {
}

.product-item-big-card .product-item-image-wrapper {
}

.product-item-big-card .bx_stick_free_delivery {
    position: relative;
    top: 0px;
    left: 5px;
    background-color: #ca2929;
    color: #fff;
    text-transform: uppercase;
    width: 65px;
    font-size: 10px;
    line-height: 10px;
    padding: 7px 5px;
    border-radius: 5px;
    opacity: .8;
    text-align: center;
}

/*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: #fff;
    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 {

}

.product-item-label-text span,
.product-item-label-ring {
    color: #000;
    display: inline-block;
    clear: both;
    background: #F5CB26;
    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 {
    height: 33px; /**/
    line-height: 21px;
    font-size: 14px;
    padding: 6px 10px;
    font-weight: 700;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.7);
}

/* 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;
}

.productButtons {
    justify-content: start;
}

.productButton {
    margin-right: 8px;
}

.productButton_buy {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding: 0 !important;
    flex-grow: 1;
}

.productButtons .productButton_similar {
    white-space: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    border: 1px solid #0E619D;
    border-radius: 5px;
    background: #fff;
    padding: 0;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #0E619D;
}

.productButtons .productButton_similar:hover {
    background: #EEF5FC;
    cursor: pointer;
    text-decoration: none;
}

.productButtons .productButton_similar:active {
    background: #EEF5FC;
    border: 1px solid #EEF5FC;
}

/*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;
}

.product-item-label-top {
    position: absolute;
    top: 0px;
    right: 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 {
}

.product-item-label-left > div {
    text-align: right;
}

.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; */
    top: 15px;
    /* left: 80px; */
    display: flex;
}

.product-item-label-right > div {
    text-align: right;
    padding-right: 5px;
}

.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-titlea a {
    width: 100%;
    display: block;
    margin: 0px auto;
}

.product-item-title {
    /* margin-bottom: 15px; */
    text-align: center;
    /* height: 35px; */
}

.bx-touch .product-item-title,
.product-item-container.hover .product-item-title {

}

.product-item-title a {
    color: #007acf;
    font-size: 13px;
}

.product-item-big-card .product-item-title a {
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
}

.product-item-big-card .product-item-title a:hover {
    color: #e83434;
}

.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: 15px 0 10px;
    font-size: 19px;
    text-align: center;
    color: #2d2d2d;
}

.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%;
}

/*Description*/
.product-item-preview {
    display: block;
    color: var(--color-link);
    height: 100px;
    overflow: hidden;
}
.product-item-preview:hover {
    color: var(--color-link);
}
.product-item-preview:visited {
    color: var(--color-link);
}

.product-item-description-container {
}

.product-item-description-container p {
    font-size: 13px;
    color: #575757;
}

/*Buttons*/
.product-item-button-container {
    flex-grow: 1;
    text-align: center;
}

.product-item-button-container .btn {
    background: #00afe4;
    background: -moz-linear-gradient(top, #00afe4 0%, #0169b5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00afe4), color-stop(100%, #0169b5));
    background: -webkit-linear-gradient(top, #00afe4 0%, #0169b5 100%);
    background: -o-linear-gradient(top, #00afe4 0%, #0169b5 100%);
    background: -ms-linear-gradient(top, #00afe4 0%, #0169b5 100%);
    background: linear-gradient(to bottom, #00afe4 0%, #0169b5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00afe4', endColorstr='#0169b5', GradientType=0);
    margin: 0px auto;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px #006eaf;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    box-shadow: inset 0 1px 1px 0 #4ddff4;
    border-radius: 5px;
    border-right: 1px solid #0169b5;
    border-top: 1px solid #5aace5;
    border-left: 1px solid #308ccf;
    border-bottom: 1px solid #308ccf;
    padding: 10px 15px;
    white-space: nowrap;
}

.product-item-button-container .btn:hover {
    background: #33ace2;
    text-decoration: none;
    background: -moz-linear-gradient(top, #33bfe9 0%, #3389d4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #33bfe9), color-stop(100%, #3389d4));
    background: -webkit-linear-gradient(top, #33bfe9 0%, #3389d4 100%);
    background: -o-linear-gradient(top, #33bfe9 0%, #3389d4 100%);
    background: -ms-linear-gradient(top, #33bfe9 0%, #3389d4 100%);
    background: linear-gradient(to bottom, #33bfe9 0%, #3389d4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bfe9', endColorstr='#3389d4', GradientType=0);
    box-shadow: inset 0 1px 1px 0 #4ddff4;
    color: #fff;
}

.product-item-button-container .btn:active {
    background: #0282db;
    box-shadow: inset 0 0 13px 2px #006bb5;
    text-decoration: none;
    color: #fff;
}

.product-item-button-container .product-item-button-cart {
    background: url(/local/templates/supereyes_resp/images/gui.png) no-repeat 0 -751px;
    height: 23px;
    width: 26px;
    display: inline-block;
    margin-bottom: -7px;
    margin-right: 5px;
}

/*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;
}

.btn-without-icon {
    margin: 0 auto;
    display: block !important;
    background: #00afe4;
    background: -moz-linear-gradient(top, #00afe4 0%, #0169b5 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00afe4), color-stop(100%, #0169b5)) !important;
    background: -webkit-linear-gradient(top, #00afe4 0%, #0169b5 100%) !important;
    background: -o-linear-gradient(top, #00afe4 0%, #0169b5 100%) !important;
    background: -ms-linear-gradient(top, #00afe4 0%, #0169b5 100%) !important;
    background: linear-gradient(to bottom, #00afe4 0%, #0169b5 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00afe4', endColorstr='#0169b5', GradientType=0) !important;
    margin: 0px auto !important;
    text-align: center !important;
    text-decoration: none !important;
    text-shadow: 0 1px 1px #006eaf !important;
    font-size: 14px !important;
    font-weight: bold !important;
    color: #fff !important;
    box-shadow: inset 0 1px 1px 0 #4ddff4 !important;
    border-radius: 5px !important;
    border-right: 1px solid #0169b5 !important;
    border-top: 1px solid #5aace5 !important;
    border-left: 1px solid #308ccf !important;
    border-bottom: 1px solid #308ccf !important;
    padding: 10px 15px !important;
    white-space: nowrap !important;
    width: 110px !important;
}

.product-item-detail-compare-checkbox {
    position: relative !important;
    margin: 0px !important;
}

.product-item-compare-container {
    display: block !important;
    /* 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; */
}

.main-label {
    height: 34px;
    position: relative;
    margin-bottom: 5px;
}

.main-label .product-item-label-right {
    top: 0px;
}

.productBlock {
    padding: 52px 15px 15px;
    position: relative;
    background: #FFFFFF;
    border: 1px solid #D0DBE6;
    border-radius: 10px;
    margin-bottom: 15px;
    height: 425px;
}

@media(max-width: 1200px) {
    .productBlock {
        height: 450px;
    }
}

@media(max-width: 768px) {
    .productBlock {
        height: 400px;
    }
}

.productBlock .product-item-midrow {
    margin-bottom: 0;
}

.product__info {
    display: flex;
    flex-wrap: wrap;
}

.productBlock__title {
    height: 60px;
    overflow: hidden;
    margin-bottom: 15px;
}

.productBlock__title a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #0E619D;
}

.product-item-midrow {
    margin-bottom: 30px;
}

.priceBlock {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-top: 25px;
    width: 100%;
}

.badgeBlockMobile.swiper {
    display: none;
    margin-bottom: 13px;
}

@media (max-width: 991px) {
    .product-item-line-card .product-item .col-sm-6:nth-child(2n) {
        clear: both;
    }

    .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;
    }
}

@media (max-width: 767px) {
    .product-item {
        padding: 15px 5px 5px
    }

    .product-item-line-card .product-item .col-xs-12:nth-child(2n) {
        clear: both;
    }

    .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;
    }

    .compareBlock .productButton_compareLink {
        display: none !important;
    }

    .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__info {
        width: 66%;
    }
}

@media (max-width: 575px) {
    .product__info {
        width: 100%;
    }
}

.product-item-container .productButton_buy .productButton__icon{
    display: none;
}

.product-item-container .addToFavorite__btn{
    width: 36px;
    height: 38px;
}

.product-item-container .productButton_compare label{
    padding: 7px 8px;
}
.product-item-container .productButtons .compareBlock{
    position: relative;
    overflow: visible;
}
.product-item-container  .productButtons .compareBlock  .productButton_compareLink{

    white-space: nowrap;
    top: -52px;
    left: 50%;
    transform: translateX(-50%);
    width: 206px;
}
.product-item-container  .productButtons .compareBlock  .productButton_compareLink::after{
    top: auto;
    bottom: -26px;
    left: 48%;
}
.product-item-container .productButtons{
    gap: 7px;
}
.product-item-container  .productButton_buy,
.product-item-container .productButtons .productButton_similar{
    margin-right: 0;
}

.product-item-container .productButton_buy--notAvailable{
    font-size: 12px;
}

@media (max-width: 1199px) {
    .product-item-container .productButton_buy .productButton__text {
        display: none;
    }
    .product-item-container .productButton_buy .productButton__icon{
        display: block;
        stroke: currentColor;
        width: 29px;
    }
    .product-item-container .addToFavorite__btn{
        width: 46px;
        height: 46px;
    }
    .product-item-container .productButton_compare label{
        padding: 11px 12px;
    }
    .product-item-container .productButtons{
        gap: 5px;
        flex-wrap: wrap;
        margin-bottom: 5px;
        justify-content: flex-end;
    }
    .product-item-container .productButtons .productButton_buy--notAvailable,
    .product-item-container .productButtons .productButton_similar{
        flex: none;
        width: 100%;
        height: 45px;
    }
    .product-item-container .productButtons  .addToFavorite__tip{
        left: -60px;
    }
    .product-item-container .productButtons  .addToFavorite__tip::after{
        left: 65px;
    }
}

@media (max-width: 991px) {

    .product-item-container .productButtons .productButton_buy--notAvailable,
    .product-item-container .productButtons .productButton_similar{
        flex: 1;
        width: auto;
        height: auto;
    }
}
@media (max-width: 768px) {

    .product-item-container .productButtons .productButton_buy--notAvailable,
    .product-item-container .productButtons .productButton_similar{
        flex: none;
        width: 100%;
        height: 45px;
    }
}
@media (max-width: 576px) {
    .sp_content .sp_content{
        padding-left: 0;
        padding-right: 0;
    }
    .product-item-container .addToFavorite__btn{
        width: 33px;
        height: 34px;
    }
    .product-item-container .productButton_compare label{
        padding: 4px 6px;
        height: 32px;
        display: block;
    }
    .product-item-container .productButtons .productButton_buy{
        flex: none;
        width: 70px;
        height: 34px;


    }
    .product-item-container .productButton_buy .productButton__icon{
        display: block;
        stroke: currentColor;
        width: 20px;
    }
    .product-item-container .productButtons .product-item-button-container{
        flex: none;
        width: auto;
    }
    .product-item-container .productButtons{
        justify-content: flex-start;
        gap: 4px;
        max-width: 160px;
    }

    .product-item-container .productButtons .productButton_buy--notAvailable,
    .product-item-container .productButtons .productButton_similar{
        flex: none;
        width: 100%;
        height: 34px;
    }

}
@media (max-width: 360px) {
    .product-item-container .productButtons .productButton_buy{
        width: 100px;
    }
    .product-item-container .productButtons .product-item-button-container{
        width: 100%;
    }
    .product__info .priceBlock{
        padding-top: 0;
    }
    .product__info .priceBlock__old{
        position: relative;
        top: 0;
        left: 0;
        justify-content: flex-start;
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .product__info  .priceBlock__percent{
        align-self: flex-end;
    }
}

.product-item-props-wrapper {
    display: flex;
    width: 100%;
    gap: 10px;
    justify-content: space-between;
}

.product-item-props {
    width: calc(50% - 5px);
}

.product-item-props-item {
    display: flex;
    gap: 5px;
    font-size: 10px;
}

.product-item-props-item-value {
    font-weight: 600 !important;
}

@media(max-width: 400px) {
    .product-item-props-wrapper {
        flex-direction: column;
        gap: 0;
    }

    .product-item-props {
        width: 100%;
    }
}
/* End */


/* Start:/local/templates/supereyes_resp/components/bitrix/news.list/tyLetter__grid_new/style.css?17677864713508*/

.tyLetter__block {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0 15px;
    align-items: center;
}


.tyLetter__header {
    font-size: 30px;
    color: #000;
    font-weight: 400;
    padding: 0;
    margin: 0;
}

.tyLetter__link {
    margin-left: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.tyLetter__link:hover {
    text-decoration: none;
}

.tyLetter__linkP {
    margin: 0;
    font-size: 20px;
    color: #2c7acf;
}

.tyLetter__linkP:hover {
    text-decoration: underline;
}

.tyLetter__link i {
    margin-left: 10px;
    font-size: 20px;
    color: #2c7acf;
}

.tyLetter__grid{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.tyLetter__slider {
    position: relative;
    width: 85%;
    margin: auto;
}

.tyLetter__item img {
    box-shadow: 0 0 5px rgba(0,0,0,.2);
}

@media screen  and (max-width: 991px) {
    .tyLetter__grid{
        grid-template-columns: repeat(2, 150px);
        justify-content: center;
        gap: 30px;
    }
    .tyLetter__block {
        display: block;
    }
    .tyLetter__header{
        margin-bottom: 10px;
    }
    .tyLetter__link{
        margin-left: 0;
    }
}
@media screen  and (max-width: 767px) {
    .tyLetter__grid{
        grid-template-columns: repeat(4, 150px);
        justify-content: space-between;
        gap: unset;
    }
}
@media screen  and (max-width: 690px) {
    .tyLetter__grid{
        grid-template-columns: repeat(4, 1fr);
        justify-content: space-between;
        gap: 10px;
    }
}
@media screen  and (max-width: 576px) {
    .tyLetter__grid{
        grid-template-columns: repeat(2, 150px);
        justify-content: center;
        gap: 25px;
    }
    .tyLetter__header{
        font-size: 26px;
    }
}
@media screen  and (max-width: 360px) {
    .tyLetter__grid{
        grid-template-columns: repeat(2, 1fr);
        justify-content: center;
        gap: 25px;
    }
}

.letter_block {
    margin-bottom: 40px;
    background: #FFFFFF;
    padding: 20px;
    border: 1px solid rgba(232, 232, 232, 1);
    border-radius: 10px;
}

.letter_block .tyLetter__block {
    margin-top: 0;
}

.letter_block .tyLetter__grid {
    grid-template-columns: repeat(6, 150px);
}

.tyLetter__btn {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
}

.tyLetter__item_name {
    margin-top: 10px;
    color: #000000;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
}

.tyLetter__btnP {
    width: 200px;
    height: 50px;
    background: rgba(14, 97, 157, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    transition: all .4s ease-in-out;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
}

.tyLetter__btnP:hover {
    background: #5fc6f1;
    border: 1px solid #fff;
    color: #ffffff;
}

.tyLetter__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tyLetter__item_name {
    max-width: 150px;
}

@media (max-width: 1200px) {
    .l_hidden {
        display: none;
    }
}

@media (max-width: 768px) {
    .m_hidden {
        display: none;
    }

    .tyLetter__btn {
        justify-content: center;
    }
}

@media (max-width: 540px) {
    .s_hidden {
        display: none;
    }
}
/* End */
/* /local/templates/supereyes_resp/components/bitrix/catalog/sy_catalog/style.css?176778647137305 */
/* /local/templates/supereyes_resp/components/bitrix/catalog.element/2025/style.css?176778647192710 */
/* /local/components/sdv/favorite.add/templates/.default/style.min.css?17123011531945 */
/* /local/components/webit/product.comments/templates/.default/style.css?17677864715292 */
/* /local/templates/supereyes_resp/components/bitrix/form.result.new/oneClick/style.css?17616347018664 */
/* /local/templates/supereyes_resp/components/bitrix/form.result.new/getKP/style.css?17616347013989 */
/* /local/templates/supereyes_resp/components/bitrix/catalog.section/2025/style.css?17677864715206 */
/* /local/templates/supereyes_resp/components/bitrix/catalog.item/2025/style.css?176778647142791 */
/* /local/templates/supereyes_resp/components/bitrix/news.list/tyLetter__grid_new/style.css?17677864713508 */
