

/* Start:/local/templates/BBK/components/bitrix/catalog.element/.default/style.css?175404042936124*/
.gallery-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 20px;
    box-sizing: border-box;
}
    .gallery-list .gallery-item {
        display: block;
        flex: 0 0 20%;
        margin: 0 20px 20px 0;
        width: 20%;
        box-sizing: border-box;
    }
        .gallery-list .gallery-item a,
        .gallery-list .gallery-item img {
            display: block;
            width: 100%;
            max-width: 100%;
            border: 2px solid #999;
            box-sizing: border-box;
        }


.tugle-gallery {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10001;
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity 0.2s;
    max-width: 1472px;
    max-height: calc(100vh - 70px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
    .tugle-gallery.close {
        display: none;
    }
    .tugle-gallery.show {
        opacity: 1;
    }
    .tugle-gallery__background {
        display: block;
        position: fixed;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 10000;
        left: 0;
        top: 0;
        opacity: 0;
        transition: opacity 0.2s;
    }
        .tugle-gallery__background.close {
            display: none;
        }
        .tugle-gallery__background.show {
            opacity: 1;
        }
    .tugle-gallery-icon {
        fill: #999;
        max-width: 100%;
        max-height: 100%;
        transition: fill 0.2s ease;
    }
    .tugle-gallery__toolbar_info {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
        padding: 10px;
        color: #ccc;
        font-size: 14px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        transition: opacity 0.2s;
    }
        .thumbnails-vertical .tugle-gallery__toolbar_info {
            transition: left 0.2s;
        }
            .thumbnails-vertical.show-thumbnails .tugle-gallery__toolbar_info {
                left: 140px;
            }
        .tugle-gallery.zoom .tugle-gallery__toolbar_info {
            opacity: 0;
        }
        .tugle-gallery__toolbar_current_slide {
            display: inline-block;
        }
        .tugle-gallery__toolbar_count_slide {
            display: inline-block;
            position: relative;
            padding-left: 5px;
            margin-left: 5px;
        }
            .tugle-gallery__toolbar_count_slide::before {
                content: '';
                height: 100%;
                width: 1px;
                background: #ccc;
                transform: rotate(15deg);
                position: absolute;
                left: -2px;
                top: 0;
            }
    .tugle-gallery__toolbar_btns {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2;
        background: transparent;
        user-select: none;
    }
        .tugle-gallery__btn {
            background: rgba(0,0,0,0);
            border: none;
            width: 45px;
            height: 45px;
            padding: 12px;
            margin: 0;
            cursor: pointer;
            float: left;
            transition: background 0.2s ease;
        }
            .tugle-gallery__btn:hover {
                background: transparent;
            }
            .tugle-gallery__btn.disabled,
            .tugle-gallery__btn.disabled:hover {
                cursor: not-allowed;
                background: rgba(0,0,0,0);
            }
            .tugle-gallery__btn:hover .tugle-gallery-icon {
                fill: #000;
            }
            .disabled .tugle-gallery-icon,
            .disabled:hover .tugle-gallery-icon {
                fill: #666;
            }
    .tugle-gallery__navigation {
        user-select: none;
        transition: opacity 0.2s;
    }
        .tugle-gallery.zoom .tugle-gallery__navigation {
            opacity: 0;
        }
        .tugle-gallery__navigation_prev,
        .tugle-gallery__navigation_next {
            position: absolute;
            top: 50%;
            z-index: 2;
            transform: translate(0, -50%);
            background: rgba(0,0,0,0.5);
            border: none;
            width: 45px;
            height: 45px;
            padding: 12px;
            margin: 0;
            cursor: pointer;
        }
            .tugle-gallery__navigation_prev .tugle-gallery-icon,
            .tugle-gallery__navigation_next .tugle-gallery-icon {
                fill: #d1d2d2;
            }
            .tugle-gallery__navigation_prev:hover .tugle-gallery-icon,
            .tugle-gallery__navigation_next:hover .tugle-gallery-icon {
                fill: #fff;
            }
            .tugle-gallery__navigation_prev {
                left: 20px;
            }
                .thumbnails-vertical .tugle-gallery__navigation_prev {
                    transition: left 0.2s;
                }
                .thumbnails-vertical.show-thumbnails .tugle-gallery__navigation_prev {
                    left: 160px;
                }
            .tugle-gallery__navigation_next {
                right: 20px;
            }
    .tugle-gallery__content {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        width: 100%;
        padding: 10px 0;
        height: calc(100% - 20px);
        user-select: none;
        transition: height 0.2s, width 0.2s, left 0.2s;
        overflow: hidden;
    }
        .show-thumbnails .tugle-gallery__content {
            padding: 10px 0 0;
            height: calc(100% - 150px);
        }
            .tugle-gallery.zoom .tugle-gallery__content {
                height: 100%;
            }
            .thumbnails-vertical .tugle-gallery__content {
                transition: height 0.2s;
            }
            .thumbnails-vertical.show-thumbnails .tugle-gallery__content {
                padding: 10px 0;
                width: calc(100% - 150px);
                height: calc(100% - 20px);
                left: 150px;
            }
            .tugle-gallery.zoom.thumbnails-vertical .tugle-gallery__content {
                left: 0;
                width: 100%;
            }
        .tugle-gallery__content_zoom {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
            align-items: center;
            justify-content: center;
            box-sizing: border-box;
            padding: 10px 0;
            display: none;
        }
            .zoom-hover .tugle-gallery__content_zoom {
                display: flex;
            }
            .tugle-gallery__content_zoom img {
                max-width: 100%;
                max-height: 100%;
                transition: transform 0.2s;
                user-select: none;
                object-fit: contain;
            }
        .tugle-gallery__content_list {
            display: flex;
            flex-direction: row;
            width: 100%;
            height: 100%;
            transition-duration: 400ms;
        }
            .thumbnails-vertical.change-thumbnails .tugle-gallery__content_list {
                transition-duration: 0ms;
            }
        .tugle-gallery__content_item {
            width: 100%;
            height: 100%;
            flex: 0 0 100%;
        }
            .tugle-gallery__content_item_image {
                width: 100%;
                height: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
            }
                .tugle-gallery__content_item_image img,
                .tugle-gallery__content_item_image video {
                    max-height: 100%;
                    max-width: 100%;
                    object-fit: contain;
                    transition: transform 0.2s;
                    user-select: none;
                }
            .tugle-gallery__content_item_caption {

            }
                .tugle-gallery__content_item_title {

                }
                .tugle-gallery__content_item_descr {

                }
    .tugle-gallery__thumbnails {
        position: absolute;
        left: 10px;
        bottom: -140px;
        z-index: 2;
        height: 140px;
        width: calc(100% - 20px);
        padding: 10px 0;
        display: block;
        box-sizing: border-box;
        overflow: hidden;
        user-select: none;
        transition: bottom 0.2s;
    }
        .thumbnails-vertical .tugle-gallery__thumbnails {
            left: -140px;
            bottom: 0;
            z-index: 2;
            height: 100%;
            width: 140px;
            padding: 10px;
            transition: left 0.2s;
        }
        .tugle-gallery.zoom .tugle-gallery__thumbnails {
            bottom: -140px;
        }
        .show-thumbnails .tugle-gallery__thumbnails {
            bottom: 0px;
        }
            .thumbnails-vertical.show-thumbnails .tugle-gallery__thumbnails {
                background: transparent;
                left: 0;
                top: 50%;
                height: 70%;
                width: 140px;
                padding: 10px;
                transform: translate(0, -50%);
                max-height: 350px;
            }
            .tugle-gallery.thumbnails-vertical.zoom .tugle-gallery__thumbnails {

            }
        .tugle-gallery__thumbnails_list {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-items: center;
            height: 100%;
            transition-duration: 200ms;
        }
            .thumbnails-vertical .tugle-gallery__thumbnails_list {
                flex-direction: column;
            }
            .tugle-gallery__thumbnails_item {
                height: 100%;
                margin-right: 10px;
                cursor: pointer;
                position: relative;
            }
                .thumbnails-vertical .tugle-gallery__thumbnails_item {
                    height: 90px;
                    width: 90px;
                    margin-right: 0;
                    margin-bottom: 10px;
                    border: 1px solid #bfbfc0;
                    padding: 6px;
                    border-radius: 4px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }
                    .thumbnails-vertical .tugle-gallery__thumbnails_item:hover {
                        border: 1px solid #99999a;
                    }
                .tugle-gallery__thumbnails_item::before {
                    content: "";
                    position: absolute;
                    left: -2px;
                    top: -2px;
                    width: calc(100% + 4px);
                    height: calc(100% + 4px);
                    box-sizing: border-box;
                    border: 0px solid #127dfa;
                    transition: border 0.2s;
                    border-radius: 4px;
                }
                    .tugle-gallery__thumbnails_item.active::before {
                        border-width: 2px;
                    }
                .tugle-gallery__thumbnails_item img {
                    height: 100%;
                }
                    .thumbnails-vertical .tugle-gallery__thumbnails_item img {
                        height: auto;
                        width: 100%;
                    }
                .tugle-gallery__thumbnails_item_caption {
                    display: none;
                }
    .tugle-gallery__thumbnails_arrows {
        display: none;
        user-select: none;
        transition: opacity 0.2s;
    }
        .show-thumbnails .tugle-gallery__thumbnails_arrows {
            display: block;
            position: absolute;
            left: 0;
            top: 50%;
            height: calc(70% + 70px + 30px);
            width: 140px;
            transform: translate(0, -50%);
            max-height: 500px;
        }
        .tugle-gallery.zoom .tugle-gallery__thumbnails_arrows {
            display: none;
        }
        .tugle-gallery__thumbnails_arrows_prev,
        .tugle-gallery__thumbnails_arrows_next {
            
        }
            .thumbnails-vertical .tugle-gallery__thumbnails_arrows_prev,
            .thumbnails-vertical .tugle-gallery__thumbnails_arrows_next {
                width: 140px;
                height: 35px;
            }
            .thumbnails-vertical .tugle-gallery__thumbnails_arrows_prev .tugle-gallery-icon,
            .thumbnails-vertical .tugle-gallery__thumbnails_arrows_next .tugle-gallery-icon {
                transform: rotate(90deg);
            }
            .tugle-gallery__thumbnails_arrows_prev .tugle-gallery-icon,
            .tugle-gallery__thumbnails_arrows_next .tugle-gallery-icon {
                fill: #d1d2d2;
            }
            .tugle-gallery__thumbnails_arrows_prev:hover .tugle-gallery-icon,
            .tugle-gallery__thumbnails_arrows_next:hover .tugle-gallery-icon {
                fill: #fff;
            }
            .thumbnails-horizontal .tugle-gallery__thumbnails_arrows_prev {
                left: 10px;
                bottom: 10px;
            }
            .thumbnails-vertical .tugle-gallery__thumbnails_arrows_prev {
                left: 0px;
                top: 0;
            }
            .thumbnails-horizontal .tugle-gallery__thumbnails_arrows_next {
                right: 10px;
                bottom: 10px;
            }
            .thumbnails-vertical .tugle-gallery__thumbnails_arrows_next {
                left: 0px;
                bottom: 0;
            }
    .tugle-gallery__share {
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.7);
        z-index: 2;
        opacity: 0;
        transition: opacity 0.2s;
    }
        .tugle-gallery__share.show {
            opacity: 1;
        }
        .tugle-gallery__share.close {
            display: none;
        }
        .tugle-gallery__share_content {
            width: 600px;
            background: #fff;
            padding: 30px;
            border-radius: 5px;
            position: relative;
        }
            .tugle-gallery__share_title {
                font-size: 34px;
                margin: 5px 0 20px;
                line-height: 34px;
                text-align: center;
                font-weight: 700;
            }
            .tugle-gallery__share_list {
                display: flex;
                flex-direction: row;
                flex-wrap: wrap;
            }
                .tugle-gallery__btn_share_service {
                    flex: 0 0 calc(33.333333% - 10px);
                    box-sizing: border-box;
                    margin: 0 10px 10px 0;
                    display: flex;
                    align-items: center;
                    flex-direction: row;
                    flex-wrap: nowrap;
                    background: #eee;
                    padding: 8px;
                    border-radius: 4px;
                    text-decoration: none;
                    transition: all 0.2s;
                }
                    .tugle-gallery__btn_share_service:nth-of-type(3n) {
                        margin-right: 0;
                        flex: 0 0 33.33333%;
                    }
                    .tugle-gallery__btn_share_service:hover {
                        background: #e0dfdf;
                    }
                    .tugle-gallery__btn_share_icon {
                        width: 32px;
                        height: 32px;
                    }
                    .tugle-gallery__btn_share_text {
                        color: #7b7b7b;
                        font-weight: 600;
                        margin-left: 10px;
                        display: inline-block;
                    }
            .tugle-gallery__share_link {
                margin-top: 10px;
            }
                .tugle-gallery__share_input {
                    display: block;
                    width: 100%;
                    padding: 10px 20px;
                    box-sizing: border-box;
                    font-size: 14px;
                    color: #666;
                    border: none;
                    border-bottom: 1px solid #ccc;
                }
            .tugle-gallery__btn_share_close {
                width: 20px;
                height: 20px;
                border: none;
                background: transparent;
                position: absolute;
                right: 20px;
                top: 20px;
                padding: 0;
                cursor: pointer;
            }
            
.product-gallery {
    width: 400px;
    height: 520px;
    margin: 0 auto 50px;
    position: relative;
}
    .product-gallery-v4 {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }
    .product-gallery_zoom_btn {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 20px;
        top: 20px;
        z-index: 2;
        width: 45px;
        height: 45px;
        background: linear-gradient(90deg, #e95e0c, #ffa500);
        box-shadow: 0px 0px 4px rgb(0 0 0 / 30%);
        border: none;
        cursor: pointer;
        font-size: 28px;
        font-weight: 400;
        color: #fff;
        transition: color 0.2s ease;
        border-radius: 100%;
    }
        .product-gallery_zoom_btn:hover {
            color: #fff;
        }
    .thumbnails-vertical.product-gallery {
        width: 520px;
        height: 400px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .thumbnails-vertical.tugle-gallery__content {

    }
    .product-gallery__navigation {
        user-select: none;
        transition: opacity 0.2s;
        opacity: 0;
    }
        .product-gallery:hover .product-gallery__navigation {
            opacity: 1;
        }
        .product-gallery.zoom .product-gallery__navigation {
            opacity: 0;
        }
        .product-gallery__navigation_prev,
        .product-gallery__navigation_next {
            position: absolute;
            top: 50%;
            z-index: 2;
            transform: translate(0, calc(-50% - 60px));
            background: linear-gradient(90deg, #e95e0c, #ffa500);
            box-shadow: 0px 0px 4px rgb(0 0 0 / 30%);
            border: none;
            width: 45px;
            height: 45px;
            padding: 12px;
            margin: 0;
            cursor: pointer;
            border-radius: 100%;
        }
            .product-gallery-v4 .product-gallery__navigation_prev,
            .product-gallery-v4 .product-gallery__navigation_next {
                top: 44%;
                width: 35px;
                height: 35px;
                border-radius: 10%;
                padding: 10px;
                background: #1f425d none repeat scroll 0 0;
            }
            .thumbnails-vertical.product-gallery .product-gallery__navigation_prev,
            .thumbnails-vertical.product-gallery .product-gallery__navigation_next {
                transform: translate(0, -50%);
            }
            .product-gallery__navigation_prev .tugle-gallery-icon,
            .product-gallery__navigation_next .tugle-gallery-icon {
                fill: #fff;
            }
            .product-gallery__navigation_prev:hover .tugle-gallery-icon,
            .product-gallery__navigation_next:hover .tugle-gallery-icon {
                fill: #fff;
            }
            .product-gallery__navigation_prev {
                left: 20px;
            }
                .product-gallery-v4 .product-gallery__navigation_prev {
                    left: 0px;
                }
                .thumbnails-vertical .product-gallery__navigation_prev {
                    transition: left 0.2s;
                }
                .thumbnails-vertical.show-thumbnails .product-gallery__navigation_prev {
                    left: 140px;
                }
            .product-gallery__navigation_next {
                right: 20px;
            }
                .product-gallery-v4 .product-gallery__navigation_next {
                    right: 0px;
                }

    .product-gallery_big {
        height: 100%;
        width: 100%;
        box-sizing: border-box;
        margin: 0 0 20px;
        overflow: hidden;
        position: relative;
    }
        .product-gallery-v4 .product-gallery_big {
            margin-bottom: 0;
        }
        .show-thumbnails .product-gallery_big {
            height: 400px;
            width: 100%;
        }
        .show-thumbnails.thumbnails-vertical .product-gallery_big {
            height: 100%;
            width: 400px;
            margin: 0 0 0 20px;
            order: 2;
        }
        .product-gallery_big_list {
            height: 100%;
            width: 100%;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            transition-duration: 400ms;
        }
            .product-gallery_big_item {
                width: 100%;
                height: 100%;
                flex: 0 0 100%;
            }
                .product-gallery_big_item_image {
                    width: 100%;
                    height: 100%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }
                    .product-gallery-v4 .product-gallery_big_item_image {
                        background: #fafafa;
                    }
                    .product-gallery_big_item_image img {
                        max-width: 100%;
                        max-height: 100%;
                        object-fit: contain;
                        transition: transform 0.2s;
                    }
    .product-gallery_thumbs {
        display: none;
        width: 100%;
        height: 100px;
        overflow: hidden;
    }
        .product-gallery-v4 .product-gallery_thumbs {
            background: #fafafa;
            padding: 35px;
            min-height: 175px;
        }
        .show-thumbnails .product-gallery_thumbs {
            display: block;
        }
        .thumbnails-vertical .product-gallery_thumbs {
            width: 100px;
            height: 100%;
            overflow: hidden;
            order: 1;
        }
            .thumbnails-vertical.thumbnails-arrows .product-gallery_thumbs {
                height: calc(100% - 55px);
            }
            .thumbnails-horizontal.thumbnails-arrows .product-gallery_thumbs {
                width: 100%;
            }
        .product-gallery_thumbs_list {
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-items: center;
            transition-duration: 400ms;
        }
            .product-gallery-v4 .product-gallery_thumbs_list {
                justify-content: center;
            }
            .thumbnails-vertical .product-gallery_thumbs_list {
                flex-direction: column;
            }
            .product-gallery_thumbs_item {
                width: auto;
                height: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                border: 1px solid #ccc;
                box-sizing: border-box;
                margin-right: 10px;
                cursor: pointer;
            }
                .thumbnails-vertical .product-gallery_thumbs_item {
                    width: 100%;
                    height: auto;
                    display: flex;
                    margin-right: 0;
                    margin-bottom: 10px;
                }
                .product-gallery_thumbs_item:last-child {
                    margin-right: 0;
                }
                    .thumbnails-vertical .product-gallery_thumbs_item:last-child {
                        margin-bottom: 0;
                    }
                .product-gallery_thumbs_item.active {
                    border-color: #FFB588;
                }
                    .product-gallery-v4 .product-gallery_thumbs_item {
                        position: relative;
                    }
                    .product-gallery-v4 .product-gallery_thumbs_item::before {
                        content: '';
                        position: absolute;
                        left: 0;
                        top: 0;
                        width: 100%;
                        height: 100%;
                        background: #ffb400;
                        transform: scale(0.5);
                        transition: all 0.2s;
                        opacity: 0;
                    }
                    .product-gallery-v4 .product-gallery_thumbs_item::after {
                        content: '+';
                        position: absolute;
                        left: 0;
                        top: 0;
                        width: 100%;
                        height: 100%;
                        opacity: 0;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        color: #ffffff;
                        font-size: 30px;
                        font-weight: bold;
                        font-style: italic;
                        transform: translate(-2px, 0);
                    }
                    .product-gallery-v4 .product-gallery_thumbs_item.active::before {
                        transform: scale(1);
                        opacity: 0.8;
                    }
                    .product-gallery-v4 .product-gallery_thumbs_item.active::after {
                        opacity: 1;
                    }
                .product-gallery_thumbs_item img {
                    width: auto;
                    height: 100%;
                    object-fit: contain;
                }
                    .thumbnails-vertical .product-gallery_thumbs_item img {
                        width: 100%;
                        height: auto;
                        object-fit: contain;
                    }
        .product-gallery_thumbs_arrows {
            display: none;
            user-select: none;
            transition: opacity 0.2s;
        }
            .show-thumbnails  .product-gallery_thumbs_arrows {
                display: block;
                opacity: 0;
            }
                .show-thumbnails:hover .product-gallery_thumbs_arrows {
                    opacity: 1;
                }
            .product-gallery_thumbs_arrows_prev,
            .product-gallery_thumbs_arrows_next {
                position: absolute;
                z-index: 2;
                background: linear-gradient(90deg, #e95e0c, #ffa500);
                box-shadow: 0px 0px 4px rgb(0 0 0 / 30%);
                border: none;
                margin: 0;
                cursor: pointer;
                border-radius: 100%;
            }
                .product-gallery-v4 .product-gallery_thumbs_arrows_prev,
                .product-gallery-v4 .product-gallery_thumbs_arrows_next {
                    border-radius: 10%;
                    background: #1f425d none repeat scroll 0 0;
                }
                .thumbnails-horizontal.product-gallery .product-gallery_thumbs_arrows_prev,
                .thumbnails-horizontal.product-gallery .product-gallery_thumbs_arrows_next {
                    width: 30px;
                    height: 30px;
                    padding: 8px;
                    bottom: 68px;
                }
                    .product-gallery-v4 .thumbnails-horizontal.product-gallery .product-gallery_thumbs_arrows_prev,
                    .product-gallery-v4 .thumbnails-horizontal.product-gallery .product-gallery_thumbs_arrows_next {
                        width: 35px;
                        height: 35px;
                        padding: 8px;
                        bottom: 32px;
                    }
                .thumbnails-vertical.product-gallery .product-gallery_thumbs_arrows_prev,
                .thumbnails-vertical.product-gallery .product-gallery_thumbs_arrows_next {
                    width: 45px;
                    height: 45px;
                    padding: 12px;
                    bottom: 0;
                    transform: rotate(90deg);
                }
                .product-gallery_thumbs_arrows_prev .tugle-gallery-icon,
                .product-gallery_thumbs_arrows_next .tugle-gallery-icon {
                    fill: #fff;
                }
                .product-gallery_thumbs_arrows_prev:hover .tugle-gallery-icon,
                .product-gallery_thumbs_arrows_next:hover .tugle-gallery-icon {
                    fill: #fff;
                }
                .product-gallery_thumbs_arrows_prev {
                    left: 20px;
                }
                .product-gallery_thumbs_arrows_next {
                    right: 20px;
                }
                    .thumbnails-vertical.product-gallery .product-gallery_thumbs_arrows_next {
                        left: 55px;
                    }
                    
.tugle-slider {
    width: 100%;
    position: relative;
}
    .tugle-slider_big {
        height: 400px;
        width: 100%;
    }
        .tugle-slider_big_list {
            height: 100%;
            width: 100%;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            transition-duration: 400ms;
        }
            .tugle-slider_big_item {
                width: 100%;
                height: 100%;
                flex: 0 0 100%;
            }
                .tugle-slider_big_item_image {
                    width: 100%;
                    height: 100%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }
                    .tugle-slider_big_item_image img {
                        max-width: 100%;
                        max-height: 100%;
                        object-fit: contain;
                        transition: transform 0.2s;
                    }
.full-gallery {
    position: relative;
}
    .full-gallery .tugle-gallery__navigation_prev,
    .full-gallery .tugle-gallery__navigation_next {
        position: absolute;
        top: 50%;
        z-index: 2;
        transform: translate(0, -50%);
        background: rgba(17,41,66,0.5);
        border: none;
        width: 20%;
        height: 100%;
        padding: 12px;
        margin: 0;
        cursor: pointer;
        border-radius: 0;
    }
        .full-gallery .tugle-gallery__navigation_prev svg,
        .full-gallery .tugle-gallery__navigation_next svg {
            max-width: 30%;
        }
        .full-gallery .tugle-gallery__navigation_prev {
            left: 0;
        }
        .full-gallery .tugle-gallery__navigation_next {
            right: 0;
        }
    .full-gallery__wrapper {
        margin: -50px 0 50px;
        background: #112942;
        padding: 10px 0 0px;
    }
        .full-gallery__wrapper .breadcrumb__link,
        .full-gallery__wrapper .breadcrumb__item > a,
        .full-gallery__wrapper .breadcrumb__item {
            color: #fff;
            font-size: 14px;
            font-family: 'Montserrat', sans-serif;
            font-weight: 500;
        }
            .full-gallery__wrapper .breadcrumb__item::after {
                color: rgba(255,255,255,.5);
            }
        .full-gallery__title {
            color: #fff;
            font-size: 24px;
            line-height: 1;
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
            padding: 0;
            margin: 25px 0;
            text-align: center;
        }
    .full-gallery-slider_big {
        height: 600px;
        width: 100%;
    }
        .full-gallery-slider_big_list {
            height: 100%;
            width: 100%;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            transition: all 0.4s;
            transition-duration: 400ms;
        }
            .full-gallery-slider_big_item {
                width: 100%;
                height: 100%;
                flex: 0 0 100%;
            }
                .full-gallery-slider_big_item.prevSlide,
                .full-gallery-slider_big_item.nextSlide {
                    flex: 0 0 20% !important;
                    width: 20% !important;
                    position: relative;
                }
                    .full-gallery-slider_big_item.prevSlide::before,
                    .full-gallery-slider_big_item.nextSlide::before {
                        content: '';
                        position: absolute;
                        left: 0;
                        top: 0;
                        width: 100%;
                        height: 100%;
                        background: rgba(17,41,66,0.8);
                    }
                .full-gallery-slider_big_item.centerSlide {
                    flex: 0 0 60% !important;
                    width: 60% !important;
                    cursor: zoom-in;
                }
                .full-gallery-slider_big_item_image {
                    width: 100%;
                    height: 100%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    overflow: hidden;
                }
                    .full-gallery-slider_big_item_image img {
                        min-width: 100%;
                        min-height: 100%;
                        object-fit: cover;
                        transition: all 0.2s;
                    }
.tugle-gallery__btn_thumbnails {
    display: none;
}
.tugle-gallery__navigation_prev2 {
    left: 160px;
}
.tugle-gallery__navigation_next2 {
    
}
@media (max-width: 992px) {
    .product-gallery {
        width: 100%;
    }
    .product-gallery__navigation {
        opacity: 1;
        
    }
    .show-thumbnails .product-gallery_thumbs_arrows {
        display: none;
    }
    .product-gallery-v4 {
        margin-bottom: 25px;
    }
    .product-gallery-v4.show-thumbnails .product-gallery_big {
        height: 200px;
    }
    .thumbnails-vertical.show-thumbnails .tugle-gallery__thumbnails,
    .show-thumbnails .tugle-gallery__thumbnails_arrows {
        display: none;
    }
    .thumbnails-vertical.show-thumbnails .tugle-gallery__content {
        width: 100%;
        left: 0px;
    }
    .tugle-gallery__content_item_image {
        padding: 30px;
    }
    .tugle-gallery__navigation_prev2 {
        left: 12px;
        display: block;
    }
    .tugle-gallery__navigation_next2 {
        display: block;
    }
}

/* End */
/* /local/templates/BBK/components/bitrix/catalog.element/.default/style.css?175404042936124 */
