
.b-catalog-sections {
    margin-bottom: 25px;
    font-size: 0;
}
    .b-catalog-sections_item {
        position: relative;
        display: inline-block;
        vertical-align: top;    
        box-sizing: border-box;
        transition: none;
        margin-bottom: 20px;
        font-size: 14px;
    }
        /*** УБРАНО: перенесено в часть стилей для не мобильных;
        .b-catalog-sections_item {
            width: 33.3333%;
        }
        ***/

        .b-catalog-sections_text-block {
            font: bold 21px/28px 'Opium Bold', sans-serif;
        }
            .b-catalog-sections_text-block .b-aside-ornament_holder {
                display: table-cell;
                vertical-align: middle;
            }
        .b-catalog-sections_text-block,
        .b-catalog-sections_item_holder {
            box-shadow: 0 2px 6px rgba(87, 41, 41, .15);            
        }
        .b-catalog-sections_item_holder {
            /*border: 1px solid transparent;*/
            background: rgb(255, 255, 255);
            /*margin-left: 20px;*/
            padding: 0 20px 15px 20px;
        }
            .b-catalog-sections_item_pic {
                margin: 0 -20px;
                /*overflow: hidden;*/
                position: relative;   
            }
        /*.b-catalog-sections_item:hover .b-catalog-sections_item_holder {
            position: absolute;
            z-index: 100;
            left: 0;
            right: 0;
        }*/
            .b-catalog-sections_item_img {
                display: block;
                height: 220px;
                position: relative;
                text-align: center;
                /*width: 265px;*/
                z-index: 91;
                /*background-position: center;
                background-repeat: no-repeat;
                -webkit-background-size: contain;
                background-size: contain;*/
            }
                .b-catalog-sections_item_img img {
                    vertical-align: middle;
                    max-height: 100%;
                    max-width: 100%;
                }
            .b-catalog-sections_item_title {
                color: rgb(56, 16, 16);
                font: bold 16px/21px 'Open Sans', sans-serif;
                margin-top: 10px;
                max-height: 42px;
                min-height: 42px;
                overflow: hidden;
            }
            .b-catalog-sections_item_price {
                color: rgb(144, 10, 16);
                font: 300 30px/1 'Open Sans', 'Rouble Sign', sans-serif;/* Open Sans Light */
                margin-top: 12px;
            }
            /*.b-catalog-sections_item:hover .b-catalog-sections_item_price {
                border-bottom: 1px solid rgb(232, 232, 232);
                padding-bottom: 16px;
            }*/

            /** Иконка избранного */
            .b-catalog-sections_item_favorite {
                display: inline-block;
                font-size: 0;
                position: absolute;
                left: 0;
                top: 0;
                z-index: 93;
                width: 48px;
                height: 48px;
            }
                .b-catalog-sections_item_holder:not(:hover) .b-catalog-sections_item_favorite:not([data-active]).g-ico {
                    display: none;
                }
                .b-catalog-sections_item_favorite:before {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    margin-left: -9px;
                    margin-top: -7px;
                    z-index: 1;
                }
                .b-catalog-sections_item_favorite:after,
                .b-catalog-sections_item_favorite.g-ico:after {
                    border-radius: 50%;
                    background: rgb(255, 255, 255);
                    content: '';
                    display: inline-block;
                    height: 32px;
                    position: absolute;
                    left: 50%;
                    margin-left: -16px;
                    margin-top: -16px;
                    top: 50%;
                    width: 32px;
                }

            /* Иконки "Хит", "Акция", "Новинка", "Скидки" */
            .b-catalog-sections_item_label-list {
                bottom: -2px;
                padding-left: 20px;
                position: absolute;
                font-size: 0;
                z-index: 92;
            }
            .b-catalog-sections_item_label {
                background-color: rgb(9, 152, 63);
                color: rgb(255, 255, 255);
                display: inline-block;
                font-size: 14px;
                font-weight: bold;
                position: relative;
                text-transform: uppercase;
            }
            .b-catalog-sections_item_label:before,
            .b-catalog-sections_item_label-holder:after {
                content: '';
                display: inline-block;
                width: 7px;
                height: 7px;
                position: absolute;
                top: 0;
            }
            .b-catalog-sections_item_label:before {
                left: 0;                
            }
            .b-catalog-sections_item_label-holder:after {
                right: 0;
            }
            .b-catalog-sections_item_label:not(:last-child) {
                margin-right: 2px;
            }
            .b-catalog-sections_item_label-hit,
            .b-catalog-sections_item_label-hit:before,
            .b-catalog-sections_item_label-hit .b-catalog-sections_item_label-holder:after {
                background-color: rgb(155, 44, 154);
            }
            .b-catalog-sections_item_label-stock,
            .b-catalog-sections_item_label-stock:before,
            .b-catalog-sections_item_label-stock .b-catalog-sections_item_label-holder:after {
                background-color: rgb(33, 53, 124);
            }
            .b-catalog-sections_item_label-new,
            .b-catalog-sections_item_label-new:before,
            .b-catalog-sections_item_label-new .b-catalog-sections_item_label-holder:after {
                background-color: rgb(9, 152, 63);
            }
            .b-catalog-sections_item_label-sale,
            .b-catalog-sections_item_label-sale:before,
            .b-catalog-sections_item_label-sale .b-catalog-sections_item_label-holder:after {
                background-color: rgb(144, 10, 16);
            }
            .b-catalog-sections_item_label-thai_market,
            .b-catalog-sections_item_label-thai_market:before,
            .b-catalog-sections_item_label-thai_market .b-catalog-sections_item_label-holder:after {
                background-color: rgb(144, 10, 16);
            }
            .b-catalog-sections_item_label-holder {
                border: solid rgb(237, 183, 125);
                border-width: 1px 1px 0 1px;
                display: inline-block;
                line-height: 30px;
                margin: 1px 1px 0 1px;
                text-align: center;
                width: 48px;
                /*padding: 0 10px;*/
            }
                .b-catalog-sections_item_label.b-catalog-sections_item_label-thai_market .b-catalog-sections_item_label-holder {
                    width: auto;
                    padding: 0px 5px;
                }
            .b-catalog-sections_item_label-holder:before,
            .b-catalog-sections_item_label:after {
                content: '';
                display: inline-block;
                width: 7px;
                height: 7px;
                position: absolute;
                top: 0;
            }
            .b-catalog-sections_item_label-holder:before {
                left: 0;
            }
            .b-catalog-sections_item_label:after {
                -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
                right: 0;
            }

            .b-catalog-sections_item_articul {
                color: #a5a5a5;
                font-size: 13px;
            }
            .b-catalog-sections_item_scu {
                padding-top: 10px
            }
                .b-catalog-sections_item_scu>div {
                    margin: 0 auto
                }
                .b-catalog-sections_item_scu_prop {
                    position: relative;
                    margin-bottom: 5px;
                    max-width: 100%;
                    width: 100%;
                }
                    .b-catalog-sections_item_scu_prop_title {
                        font: bold 16px/21px 'Open Sans', sans-serif;
                        color: rgb(56, 16, 16);
                    }

            .b-catalog-sections_item_controls {
                margin-top: 15px;
                overflow: hidden;
                opacity: 0;
            }
                .b-catalog-sections_item_controls_quantity {
                    display: inline-block;
                    float: left;
                    vertical-align: top;
                    position: relative;
                    width: 57px;
                }
                    .b-catalog-sections_item_controls_quantity_minus,
                    .b-catalog-sections_item_controls_quantity_plus {
                        background-color: rgb(189, 164, 137);
                        color: rgb(255, 255, 255);
                        font-size: 0;
                        line-height: 16px;
                        position: absolute;
                        right: 0;
                        text-align: center;
                        width: 23px;
                    }
                    .b-catalog-sections_item_controls_quantity_minus:before,
                    .b-catalog-sections_item_controls_quantity_plus:before {
                        position: absolute;
                        top: 50%;
                        margin-top: -4px;
                        left: 50%;
                        margin-left: -5px;
                    }
                    .b-catalog-sections_item_controls_quantity_minus:hover,
                    .b-catalog-sections_item_controls_quantity_plus:hover {
                        background-color: rgb(144, 10, 16);
                    }
                    .b-catalog-sections_item_controls_quantity_minus {
                        border-radius: 0 0 3px 0;
                        height: 16px;
                        bottom: 0;
                    }
                    .b-catalog-sections_item_controls_quantity_input, 
                    .b-catalog-sections_item_controls_quantity input[type=text] {
                        width: 100%;
                    }
                    .b-catalog-sections_item_controls_quantity_plus {
                        border-radius: 0 3px 0 0;
                        top: 0;
                        height: 17px;
                    }

                .b-catalog-sections_item_controls_basket {
                    display: inline-block;
                    float: right;
                }
                    .b-catalog-sections_item_controls_basket .g-button {
                        box-sizing: border-box;
                        font-size: 14px;
                        height: 33px;
                        line-height: 33px;
                        text-align: center;
                        width: 148px;
                    }
                .b-catalog-sections_item_controls_compare {

                }
            .bx-touch .b-catalog-sections .b-catalog-sections_item_controls/*,
            .b-catalog-sections .b-catalog-sections_item:hover .b-catalog-sections_item_controls*/ {
                opacity: 1
            }

.b-tooltip-gift-certificates {
    width: 320px;
    z-index: 100;
}

/**
 * Стили для телефонов
 */
@media all and (max-width: 767px) {
    .b-catalog-sections_item {
        margin: 15px;
        width: calc(100vw - 30px);
    }
    .b-catalog-sections_item:not(.b-catalog-sections_text-item) {
        height: 350px;        
    }
    .b-catalog-sections_placeholder {
        display: none;
    }
    .b-catalog-sections_text-block .b-aside-ornament_holder {
        padding-top: 26px;
        padding-bottom: 43px;
    }
        .b-catalog-sections_item_img {
            height: 241px;
        }
}


/**
 * Стили для НЕ телефонов (компьютеров, ноутбуков, планшетов)
 */
@media all and (min-width: 768px) {
    .b-catalog-sections {
        margin-left: -20px;
        position: relative;
    }
        .b-catalog-sections_item { width: 33.3333%; }
        .b-catalog-sections[data-element-line-count="1"] .b-catalog-sections_item { width: 100%; }
        .b-catalog-sections[data-element-line-count="2"] .b-catalog-sections_item { width: 50%; }
        .b-catalog-sections[data-element-line-count="3"] .b-catalog-sections_item { width: 33.3333%; }
        .b-catalog-sections[data-element-line-count="4"] .b-catalog-sections_item { width: 25%; }
        .b-catalog-sections[data-element-line-count="5"] .b-catalog-sections_item { width: 20%; }
        .b-catalog-sections[data-element-line-count="6"] .b-catalog-sections_item { width: 16.6666%; }
        .b-catalog-sections[data-element-line-count="7"] .b-catalog-sections_item { width: 14.2857%; }
        .b-catalog-sections[data-element-line-count="8"] .b-catalog-sections_item { width: 12.5%; }
        .b-catalog-sections[data-element-line-count="9"] .b-catalog-sections_item { width: 11.1111%; }
        .b-catalog-sections[data-element-line-count="10"] .b-catalog-sections_item { width: 10%; }

        .b-catalog-sections_item_holder:hover {
            position: absolute;
            z-index: 100;
            left: 0;
            right: 0;
        }

        .b-catalog-sections_text-block,
        .b-catalog-sections_item_holder {
            margin-left: 20px;
        }


        /** Стили при наведении на элемент */
        /*.bx-no-touch .b-catalog-sections .b-catalog-sections_item_holder:hover .b-catalog-sections_item_controls,
        .bx-no-touch .b-catalog-sections .b-catalog-sections_item_holder:hover .b-catalog-sections_item_articul,
        .bx-no-touch .b-catalog-sections .b-catalog-sections_item_holder:hover .b-catalog-sections_item_scu {
            display: block
        }*/
        .b-catalog-sections .b-catalog-sections_item_holder:hover .b-catalog-sections_item_controls,
        .b-catalog-sections .b-catalog-sections_item_holder:hover .b-catalog-sections_item_articul,
        .b-catalog-sections .b-catalog-sections_item_holder:hover .b-catalog-sections_item_scu {
            /*display: block;*/
        }
        .b-catalog-sections_item_holder:hover .b-catalog-sections_item_price {
            border-bottom: 1px solid rgb(232, 232, 232);
            padding-bottom: 16px;
        }
        .b-catalog-sections .b-catalog-sections_item_holder:hover .b-catalog-sections_item_controls {
            opacity: 1
        }

        .b-catalog-sections_text-item {
            /*left: 0;
            position: absolute;
            top: 0;*/
        }

        /*
         * OPTIMIZE: 
         *  .content{
         *      --x: 1;
         *      width: calc(100px * var(--x));
         *      width: calc(100px * var(--x));
         *  }
         *  [data-x="1"] { --x: 1; }
         *  [data-x="2"] { --x: 2; }
         *  [data-x="3"] { --x: 3; }
         */

        .b-catalog-sections[data-element-line-count="1"] .b-catalog-sections_text-item[data-block-number="1"] { left: 0; top: 0; }
        .b-catalog-sections[data-element-line-count="1"] .b-catalog-sections_text-item[data-block-number="2"] { left: 0; top: 50%; }

        .b-catalog-sections[data-element-line-count="2"] .b-catalog-sections_text-item[data-block-number="1"] { left: 0; top: 0; }
        .b-catalog-sections[data-element-line-count="2"] .b-catalog-sections_text-item[data-block-number="2"] { left: 50%; top: 0; }
        .b-catalog-sections[data-element-line-count="2"] .b-catalog-sections_text-item[data-block-number="3"] { left: 0; top: 50%; }
        .b-catalog-sections[data-element-line-count="2"] .b-catalog-sections_text-item[data-block-number="4"] { left: 50%; top: 50%; }

        .b-catalog-sections[data-element-line-count="3"] .b-catalog-sections_text-item[data-block-number="1"] { left: 0; top: 0; }
        .b-catalog-sections[data-element-line-count="3"] .b-catalog-sections_text-item[data-block-number="2"] { left: 33.3333%; top: 0; }
        .b-catalog-sections[data-element-line-count="3"] .b-catalog-sections_text-item[data-block-number="3"] { left: 66.6666%; top: 0; }
        .b-catalog-sections[data-element-line-count="3"] .b-catalog-sections_text-item[data-block-number="4"] { left: 0; top: 50%; }
        .b-catalog-sections[data-element-line-count="3"] .b-catalog-sections_text-item[data-block-number="5"] { left: 33.3333%; top: 50%; }
        .b-catalog-sections[data-element-line-count="3"] .b-catalog-sections_text-item[data-block-number="6"] { left: 66.6666%; top: 50%; }

        .b-catalog-sections[data-element-line-count="4"] .b-catalog-sections_text-item[data-block-number="1"] { left: 0; top: 0; }
        .b-catalog-sections[data-element-line-count="4"] .b-catalog-sections_text-item[data-block-number="2"] { left: 25%; top: 0; }
        .b-catalog-sections[data-element-line-count="4"] .b-catalog-sections_text-item[data-block-number="3"] { /*left: 50%; top: 0;*/ }
        .b-catalog-sections[data-element-line-count="4"] .b-catalog-sections_text-item[data-block-number="4"] { left: 75%; top: 0; }
        .b-catalog-sections[data-element-line-count="4"] .b-catalog-sections_text-item[data-block-number="5"] { left: 0; top: 50%; }
        .b-catalog-sections[data-element-line-count="4"] .b-catalog-sections_text-item[data-block-number="6"] { left: 25%; top: 50%; }
        .b-catalog-sections[data-element-line-count="4"] .b-catalog-sections_text-item[data-block-number="7"] { left: 50%; top: 50%; }
        .b-catalog-sections[data-element-line-count="4"] .b-catalog-sections_text-item[data-block-number="8"] { left: 75%; top: 50%; }

        .b-catalog-sections[data-element-line-count="5"] .b-catalog-sections_text-item[data-block-number="1"] { left: 0; top: 0; }
        .b-catalog-sections[data-element-line-count="5"] .b-catalog-sections_text-item[data-block-number="2"] { left: 20%; top: 0; }
        .b-catalog-sections[data-element-line-count="5"] .b-catalog-sections_text-item[data-block-number="3"] { left: 40%; top: 0; }
        .b-catalog-sections[data-element-line-count="5"] .b-catalog-sections_text-item[data-block-number="4"] { left: 60%; top: 0; }
        .b-catalog-sections[data-element-line-count="5"] .b-catalog-sections_text-item[data-block-number="5"] { left: 80%; top: 0; }
        .b-catalog-sections[data-element-line-count="5"] .b-catalog-sections_text-item[data-block-number="6"] { left: 0; top: 50%; }
        .b-catalog-sections[data-element-line-count="5"] .b-catalog-sections_text-item[data-block-number="7"] { left: 20%; top: 50%; }
        .b-catalog-sections[data-element-line-count="5"] .b-catalog-sections_text-item[data-block-number="8"] { left: 40%; top: 50%; }
        .b-catalog-sections[data-element-line-count="5"] .b-catalog-sections_text-item[data-block-number="9"] { left: 60%; top: 50%; }
        .b-catalog-sections[data-element-line-count="5"] .b-catalog-sections_text-item[data-block-number="10"] { left: 80%; top: 50%; }

            .b-catalog-sections_text-block .b-aside-ornament_holder {
                height: 288px;
            }

}





/***
 * Стили Битрикса
 */

/*
@media (min-width: 768px) and (max-width: 960px) {
    .b-catalog-sections .b-catalog-sections_item_controls {
        height: auto
    }
}
@media (max-width: 767px) {
    .bx-touch .b-catalog-sections .b-catalog-sections_item:hover .b-catalog-sections_item_controls {
        height: auto
    }
}
.b-catalog-sections .b-catalog-sections_item_controls .b-catalog-sections_item_controls_blockone {
    width: 100%;
    white-space: nowrap;
    text-align: center;
}
.b-catalog-sections .b-catalog-sections_item_controls .b-catalog-sections_item_controls_blockone span {
    color: #3f3f3f;
    font-size: 13px;
}
.b-catalog-sections .b-catalog-sections_item_controls .b-catalog-sections_item_controls_blockone .bx_notavailable {
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    border: 1px solid #E4E4E4;
    background: #F3F3F3;
    white-space: normal;
    line-height: normal;
    padding: 5px 15px;
}
.b-catalog-sections .b-catalog-sections_item_controls .b-catalog-sections_item_controls_blockone,
.b-catalog-sections .b-catalog-sections_item_controls .b-catalog-sections_item_controls_blocktwo {
    width: 100%;
    text-align: center;
}
.b-catalog-sections .b-catalog-sections_item_controls .b-catalog-sections_item_controls_blocktwo a {
    margin: 1%;
    width: 48%;
    min-width: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 25px;
    height: 25px;
}

@media (max-width: 767px) {
    .bx-touch .b-catalog-sections .b-catalog-sections_item_controls .b-catalog-sections_item_controls_blockone,
    .bx-touch .b-catalog-sections .b-catalog-sections_item_controls .b-catalog-sections_item_controls_blocktwo {
        float: none;
        width: 100%;
        text-align: center;
    }
}
*/
/*.b-catalog-sections .b-catalog-sections_item_controls input[type=text] {
    border: none;
}*/

/*
.b-catalog-sections .bx_cnt_desc {
    text-align: left;
    position: absolute;
    right: -45px;
    top: 2px;
    width: 40px;
}
.b-catalog-sections .b-catalog-sections_item_controls a {
    margin-bottom: 10px;
}
*/

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

.b-catalog-sections .b-catalog-sections_item_holder .b-catalog-sections_item_controls,
.b-catalog-sections .b-catalog-sections_item_holder .b-catalog-sections_item_articul,
.b-catalog-sections .b-catalog-sections_item_holder .b-catalog-sections_item_scu {
    /*display: none;*/
}
.b-catalog-sections .b-catalog-sections_item_holder:hover .b-catalog-sections_item_controls,
.b-catalog-sections .b-catalog-sections_item_holder:hover .b-catalog-sections_item_articul,
.b-catalog-sections .b-catalog-sections_item_holder:hover .b-catalog-sections_item_scu {
    display: block;
}

/*.bx-no-touch .b-catalog-sections .b-catalog-sections_item:hover .b-catalog-sections_item_controls,
.bx-no-touch .b-catalog-sections .b-catalog-sections_item:hover .b-catalog-sections_item_articul,
.bx-no-touch .b-catalog-sections .b-catalog-sections_item:hover .b-catalog-sections_item_scu {
    display: block
}*/
.bx-no-touch .b-catalog-sections .b-catalog-sections_item .b-catalog-sections_item_controls.touch,
.bx-touch .b-catalog-sections .b-catalog-sections_item .b-catalog-sections_item_controls.no_touch {
    display: none !important;
}

/* Stickers */
.b-catalog-sections .bx_stick {
    position: absolute;
    width: 123px;
    height: 35px;
    background: url(images/stick.png) left center no-repeat;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 0 #ba3434;
    line-height: 35px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.b-catalog-sections .bx_stick.short {
    font-weight: bold;
    font-size: 18px
}
.b-catalog-sections .bx_stick.average {
    font-weight: bold;
    font-size: 13px
}
.b-catalog-sections .bx_stick.long {
    font-weight: normal;
    font-size: 11px
}
.b-catalog-sections .bx_stick_disc {
    position: absolute;
    width: 72px;
    height: 74px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 23px;
    line-height: 74px;
    background: #f42c2c url(images/stick_disc.png) no-repeat center;
    text-shadow:0 1px 0 #ba3434;
    font-weight:bold;
}
.b-catalog-sections .bx_stick.left,
.b-catalog-sections .bx_stick_disc.left {
    left: -2px;
}
.b-catalog-sections .bx_stick.right,
.b-catalog-sections .bx_stick_disc.right {
    right: 0;
}
.b-catalog-sections .bx_stick.top,
.b-catalog-sections .bx_stick_disc.top {
    top: 15px;
}
.b-catalog-sections .bx_stick.bottom,
.b-catalog-sections .bx_stick_disc.bottom {
    bottom: 5px;
}
.b-catalog-sections .bx_stick.middle,
.b-catalog-sections .bx_stick_disc.middle {
    top: 49%;
}
@media (min-width: 768px) and (max-width: 960px) {
    .b-catalog-sections .bx_stick {
        width: 90px;
        height: 30px;
        background-size: 100%;
        line-height: 30px;
    }
    .b-catalog-sections .bx_stick.short {
        font-weight: normal;
        font-size: 14px
    }
    .b-catalog-sections .bx_stick.average {
        font-weight: normal;
        font-size: 11px
    }
    .b-catalog-sections .bx_stick.long {
        font-weight: normal;
        font-size: 11px
    }
    .b-catalog-sections .bx_stick_disc {
        width: 64px;
        height: 65px;
        background-size:100%;
        font-size: 20px;
        line-height: 65px;
    }
}
@media (max-width: 767px) {
    .bx-touch .b-catalog-sections .bx_stick {
        width: 70px;
        height: 30px;
        background-size: 100%;
        font-size: 11px;
        line-height: 30px;
    }
    .bx-touch .b-catalog-sections .bx_stick_disc {
        width: 37px;
        height: 38px;
        background-size: 100%;
        font-size: 13px;
        line-height: 38px;
    }
}
/* buttons */

/*
.b-catalog-sections .bx_bt_button,
.b-catalog-sections .bx_bt_button_type_2 {
    display: inline-block;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
}
.b-catalog-sections .bx_bt_button_type_2 {
    border: 1px solid #e9e9e9;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fcfcfc), to(#f1f1f1));
    background-image: -webkit-linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
    background-image: -moz-linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
    background-image: -o-linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
    background-image: linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
    color: #656565;
    text-shadow: 0 1px 0 #fff;
}
.b-catalog-sections .bx_bt_button_type_2:hover {
    background: #fff;
}
.b-catalog-sections .bx_bt_button_type_2:active {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f1f1f1), to(#fcfcfc));
    background-image: -webkit-linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
    background-image: -moz-linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
    background-image: -o-linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
    background-image: linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, .05);
}
.b-catalog-sections .bx_bt_button {
    background: #00a2df;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTJkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00a2df), color-stop(100%, #006fcb));
    background: -webkit-linear-gradient(top, #00a2df 0%, #006fcb 100%);
    background: -moz-linear-gradient(top, #00a2df 0%, #006fcb 100%);
    background: -ms-linear-gradient(top, #00a2df 0%, #006fcb 100%);
    background: -o-linear-gradient(top, #00a2df 0%, #006fcb 100%);
    background: linear-gradient(to bottom, #00a2df 0%, #006fcb 100%);
    color: #fff;
    text-shadow: 0 1px 0 #006cae;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00a2df', endColorstr='#006fcb', GradientType=0);
}
.b-catalog-sections .bx_bt_button:hover {
    background: #21afe4;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxYWZlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #21afe4), color-stop(100%, #006fcb));
    background: -webkit-linear-gradient(top, #21afe4 0%, #006fcb 100%);
    background: -moz-linear-gradient(top, #21afe4 0%, #006fcb 100%);
    background: -ms-linear-gradient(top, #21afe4 0%, #006fcb 100%);
    background: -o-linear-gradient(top, #21afe4 0%, #006fcb 100%);
    background: linear-gradient(to bottom, #21afe4 0%, #006fcb 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#21afe4', endColorstr='#006fcb', GradientType=0);
}
.b-catalog-sections .bx_bt_button:active {
    background: #21afe4;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxYWZlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #21afe4), color-stop(100%, #006fcb));
    background: -webkit-linear-gradient(top, #21afe4 0%, #006fcb 100%);
    background: -moz-linear-gradient(top, #21afe4 0%, #006fcb 100%);
    background: -ms-linear-gradient(top, #21afe4 0%, #006fcb 100%);
    background: -o-linear-gradient(top, #21afe4 0%, #006fcb 100%);
    background: linear-gradient(to bottom, #21afe4 0%, #006fcb 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#21afe4', endColorstr='#006fcb', GradientType=0);
}
.b-catalog-sections .bx_small.bx_bt_button {
    display: inline-block;
    min-width: 20px;
    line-height: 20px;
}
.b-catalog-sections .bx_small.bx_bt_button_type_2 {
    display: inline-block;
    min-width: 18px;
    line-height: 18px;
}
.b-catalog-sections .bx_small.bx_bt_button_type_2 {}
.b-catalog-sections .bx_small.bx_bt_button_type_2:hover {}
.b-catalog-sections .bx_small.bx_bt_button_type_2:active {}
.b-catalog-sections .bx_medium.bx_bt_button {
    padding: 0 13px;
    height: 25px;
    font-weight: bold;
    line-height: 25px;
}
.b-catalog-sections .bx_medium.bx_bt_button_type_2 {
    padding: 0 13px;
    height: 23px;
    font-weight: bold;
    line-height: 23px;
}
.b-catalog-sections .bx_medium.bx_bt_button,
.b-catalog-sections .bx_medium.bx_bt_button_type_2 {
    font-weight: bold;
}
.b-catalog-sections .bx_medium.bx_bt_button_type_2:hover {}
.b-catalog-sections .bx_medium.bx_bt_button_type_2:active {}
.b-catalog-sections .bx_col_input {
    display: inline-block;
    width: 40px;
    text-align: center;
}
*/

/* scu_detail_size */
.b-catalog-sections .b-catalog-sections_item_scu_size{
    position: relative;
    margin-bottom: 10px;
    padding: 0;
    max-width: 100%;
    width: 100%;
}
.bx-no-touch .b-catalog-sections .b-catalog-sections_item_scu_size.full {
    position: relative;
    margin-left: -5%;
    padding: 0 5%;
}

/*----*/

/*.b-catalog-sections .b-catalog-sections_item_scu_size .bx_item_section_name_gray{
    color: #9e9e9e;
    vertical-align: middle;
    font-size: 11px;
    line-height: 11px;
}*/


/**
 * Заменены стандартные битриксовские стили для свойств торговых предложений
 */

.b-catalog-sections .b-catalog-sections_item_scu_size ul {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap;
}
.b-catalog-sections .b-catalog-sections_item_scu_size ul{
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap;
}
.b-catalog-sections .b-catalog-sections_item_scu_size ul li{
    box-sizing: border-box;
    display: block;
    padding-left: 24px;
    position: relative;
    /*float: left;*/
    /*height: 25px;*/
}
.b-catalog-sections .b-catalog-sections_item_scu_size ul li:before {
    content: '';
    border: 1px solid rgb(190, 166, 139);
    border-radius: 50%;
    box-sizing: border-box;
    display: inline-block;
    height: 16px;
    position: absolute;
    left: 0;
    margin-top: -8px;
    top: 50%;
    width: 16px;
}
.b-catalog-sections .b-catalog-sections_item_scu_size ul li:hover:before {
    border-color: rgb(144, 10, 16);
    /*background-color: rgb(144, 10, 16);*/
}
.b-catalog-sections .b-catalog-sections_item_scu_size ul li:active:after,
.b-catalog-sections .b-catalog-sections_item_scu_size ul li.bx_active:after {
    content: '';
    background-color: rgb(144, 10, 16);
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    position: absolute;
    left: 3px;
    margin-top: -5px;
    top: 50%;
    width: 10px;
}
.b-catalog-sections .b-catalog-sections_item_scu_size ul li .cnt{
    cursor: pointer;
    font: 14px/21px 'Open Sans', sans-serif;
}

.b-catalog-sections .b-catalog-sections_item_scu_size ul li:hover .cnt{
    /*border: 1px solid #006cc0*/
}
.b-catalog-sections .b-catalog-sections_item_scu_size ul li:active .cnt,
.b-catalog-sections .b-catalog-sections_item_scu_size ul li.bx_active .cnt{
    /*border: 2px solid #006cc0;*/
}

.b-catalog-sections .b-catalog-sections_item_scu_size .bx_size ul li.bx_missing .cnt{
    /*border: 1px solid #c0cfda !important*/
}
.b-catalog-sections .b-catalog-sections_item_scu_size .bx_size ul li.bx_missing>i{
    cursor: not-allowed;
    position: absolute;
    display: block;
    top: 0;
    right: 2px;
    bottom: 2px;
    left:2px;
    z-index:11;
    background: rgba(255,255,255,.79) url(images/missing.png) no-repeat center;
}

/*----*__/

.b-catalog-sections .b-catalog-sections_item_scu_size .bx_size_scroller_container{position: relative}

.b-catalog-sections .b-catalog-sections_item_scu_size .bx_size{
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
}
.b-catalog-sections .b-catalog-sections_item_scu_size ul{
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap;
}
.bx-touch    .b-catalog-sections .b-catalog-sections_item_scu_size .bx_size{overflow-x: auto;}
.b-catalog-sections .b-catalog-sections_item_scu_size ul{
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap;
}
.bx-touch   .b-catalog-sections .b-catalog-sections_item_scu_size .bx_size ul{margin-left: 0 !important;}
.b-catalog-sections .b-catalog-sections_item_scu_size ul li{
    position: relative;
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 25px;
}
.b-catalog-sections .b-catalog-sections_item_scu_size ul li .cnt{
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 2px;
    bottom: 2px;
    left:2px;
    display: block;
    overflow: hidden;
    border: 1px solid #c0cfda;
    background: #fff;

    color: #3f3f3f;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    font-size: 10px;
    line-height: 22px;
}
.bx-retina .b-catalog-sections .b-catalog-sections_item_scu_size ul li .cnt{
    border: none;
    border-style: solid;
    border-width: 1px;
    -webkit-border-image: url(images/x2border.png) 2 stretch;
    -moz-border-image: url(images/x2border.png) 2 stretch;
    -o-border-image: url(images/x2border.png) 2 stretch;
    border-image: url(images/x2border.png) 2 fill stretch;
}
.b-catalog-sections .b-catalog-sections_item_scu_size ul li:hover .cnt{border: 1px solid #006cc0}
.b-catalog-sections .b-catalog-sections_item_scu_size ul li:active .cnt,
.b-catalog-sections .b-catalog-sections_item_scu_size ul li.bx_active .cnt{
    border: 2px solid #006cc0;
}
.bx-retina .b-catalog-sections .b-catalog-sections_item_scu_size ul li.bx_active .cnt{
    border: none;
    border-style: solid;
    border-width: 1px;
    -webkit-border-image: url(images/x2border_active.png) 2 stretch;
    -moz-border-image: url(images/x2border_active.png) 2 stretch;
    -o-border-image: url(images/x2border_active.png) 2 stretch;
    border-image: url(images/x2border_active.png) 2 fill stretch;
}

.b-catalog-sections .b-catalog-sections_item_scu_size .bx_size ul li.bx_missing .cnt{border: 1px solid #c0cfda !important}
.b-catalog-sections .b-catalog-sections_item_scu_size .bx_size ul li.bx_missing>i{
    cursor: not-allowed;
    position: absolute;
    display: block;
    top: 0;
    right: 2px;
    bottom: 2px;
    left:2px;
    z-index:11;
    background: rgba(255,255,255,.79) url(images/missing.png) no-repeat center;
}
/__*----*/
/*
.bx-no-touch .b-catalog-sections .b-catalog-sections_item_scu_size .bx_slide_left,
.bx-no-touch .b-catalog-sections .b-catalog-sections_item_scu_size .bx_slide_right          {opacity:0.8}
.bx-no-touch .b-catalog-sections .b-catalog-sections_item_scu_size .bx_slide_left:hover,
.bx-no-touch .b-catalog-sections .b-catalog-sections_item_scu_size .bx_slide_right:hover {opacity:1.0}

.b-catalog-sections .b-catalog-sections_item_scu_size.full .bx_slide_left,
.b-catalog-sections .b-catalog-sections_item_scu_size.full .bx_slide_right{
    position: absolute;
    top: 0;
    bottom:4px;
    width :5%;
    max-width:11px;
    cursor: pointer;
}
.bx-no-touch .b-catalog-sections .b-catalog-sections_item_scu_size .bx_slide_left {left: -5%;background:url(images/arr_left.png)  no-repeat left  center;background-size: 100% auto}
.bx-no-touch .b-catalog-sections .b-catalog-sections_item_scu_size .bx_slide_right{right:-5%;background:url(images/arr_right.png) no-repeat right center;background-size: 100% auto}
.bx-touch    .b-catalog-sections .b-catalog-sections_item_scu_size .bx_slide_left {left:   0;background:url(images/fade_left.png)  repeat-y left  center;background-size: 100% auto}
.bx-touch    .b-catalog-sections .b-catalog-sections_item_scu_size .bx_slide_right{right:  0;background:url(images/fade_right.png) repeat-y right center;background-size: 100% auto}
*/



/* scu_detail_scu */
/*.b-catalog-sections .b-catalog-sections_item_scu_pic{
    position: relative;
    margin-bottom: 5px;
    padding: 0;
    max-width: 100%;
    width: 100%;
}
.bx-no-touch .b-catalog-sections .b-catalog-sections_item_scu_pic.full {
    position: relative;
    margin-left: -5%;
    padding: 0 5%
}*/

/*----*/

/*.b-catalog-sections .b-catalog-sections_item_scu_pic .bx_item_section_name_gray{
    color: #9e9e9e;
    vertical-align: middle;
    font-size: 11px;
    line-height: 11px;
}*/

/*----*/

.b-catalog-sections .b-catalog-sections_item_scu_pic .bx_scu_scroller_container{position: relative}

.b-catalog-sections .b-catalog-sections_item_scu_pic .bx_scu{
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
}
.bx-touch    .b-catalog-sections .b-catalog-sections_item_scu_pic .bx_scu{overflow-x: auto}

.b-catalog-sections .b-catalog-sections_item_scu_pic .bx_scu ul{
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap
}
.bx-touch   .b-catalog-sections .b-catalog-sections_item_scu_pic .bx_scu ul{margin-left: 0 !important}
.b-catalog-sections .b-catalog-sections_item_scu_pic .bx_scu ul li{
    position: relative;
    display: block;
    float: left;
    height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.b-catalog-sections .b-catalog-sections_item_scu_pic .bx_scu ul li .cnt{
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 2px;
    bottom: 4px;
    left:2px;
    display: block;
    overflow: hidden;
    border: 1px solid #c0cfda;
    background: #fff;
    z-index:10;
}
.bx-retina .b-catalog-sections .b-catalog-sections_item_scu_pic .bx_scu ul li .cnt{
    border: none;
    border-style: solid;
    border-width: 1px;
    -webkit-border-image: url(images/x2border.png) 2 stretch;
    -moz-border-image: url(images/x2border.png) 2 stretch;
    -o-border-image: url(images/x2border.png) 2 stretch;
    border-image: url(images/x2border.png) 2 fill stretch;
}
.b-catalog-sections .b-catalog-sections_item_scu_pic .bx_scu ul li:hover .cnt{border: 1px solid #006cc0}
.b-catalog-sections .b-catalog-sections_item_scu_pic .bx_scu ul li:active .cnt,
.b-catalog-sections .b-catalog-sections_item_scu_pic .bx_scu ul li.bx_active .cnt{
    padding: 3px;
    border: 2px solid #006cc0;
}
.b-catalog-sections .b-catalog-sections_item_scu_pic .bx_scu ul li.bx_missing .cnt{border: 1px solid #c0cfda !important}
.b-catalog-sections .b-catalog-sections_item_scu_pic .bx_scu ul li.bx_missing>i{
    cursor: not-allowed;
    position: absolute;
    display: block;
    top: 0;
    right: 2px;
    bottom: 4px;
    left: 2px;
    z-index:11;
    background: rgba(255,255,255,.79) url(images/missing.png) no-repeat center;
}

.bx-retina .b-catalog-sections .b-catalog-sections_item_scu_pic .bx_scu ul li.bx_active .cnt{
/*  border: none;
    border-style: solid;
    border-width: 1px;
    -webkit-border-image: url(images/x2border_active.png) 2 stretch;
    -moz-border-image: url(images/x2border_active.png) 2 stretch;
    -o-border-image: url(images/x2border_active.png) 2 stretch;
    border-image: url(images/x2border_active.png) 2 fill stretch;*/
}
.b-catalog-sections .b-catalog-sections_item_scu_pic .bx_scu ul li .cnt .cnt_item{
    position: absolute;
    top:   6%;
    right: 6%;
    bottom:6%;
    left:  6%;
    background-size:contain;
    background-repeat: no-repeat;
}
.b-catalog-sections .b-catalog-sections_item_scu_pic .bx_scu ul li .cnt .cnt_item img{
    width: auto;
    height: 25px;
}

/* Описание раздела */
.b-catalog-elements-description {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    clear: both;
    font: 14px/21px 'Open Sans', sans-serif;
    min-height: 79px;
}

/*----*/

.bx-no-touch .b-catalog-sections .b-catalog-sections_item_scu_pic .bx_slide_left,
.bx-no-touch .b-catalog-sections .b-catalog-sections_item_scu_pic .bx_slide_right     {opacity:0.8}
.bx-no-touch .b-catalog-sections .b-catalog-sections_item_scu_pic .bx_slide_left:hover,
.bx-no-touch .b-catalog-sections .b-catalog-sections_item_scu_pic .bx_slide_right:hover{opacity:1.0}

.b-catalog-sections .b-catalog-sections_item_scu_pic.full .bx_slide_left,
.b-catalog-sections .b-catalog-sections_item_scu_pic.full .bx_slide_right{
    position: absolute;
    top: 0;
    bottom:4px;
    width :5%;
    max-width:11px;
    cursor: pointer;
}
.bx-no-touch .b-catalog-sections .b-catalog-sections_item_scu_pic .bx_slide_left {left: -5%;background:url(images/arr_left.png)  no-repeat   left  center;background-size: 100% auto}
.bx-no-touch .b-catalog-sections .b-catalog-sections_item_scu_pic .bx_slide_right{right:-5%;background:url(images/arr_right.png) no-repeat   right center;background-size: 100% auto}
.bx-touch    .b-catalog-sections .b-catalog-sections_item_scu_pic .bx_slide_left {left:   0;background:url(images/fade_left.png)  repeat-y   left  center;background-size: 100% auto}
.bx-touch    .b-catalog-sections .b-catalog-sections_item_scu_pic .bx_slide_right{right:  0;background:url(images/fade_right.png) repeat-y   right center;background-size: 100% auto}



/**
 * Стили для телефонов
 */
@media all and (max-width: 767px) {
    /* Описание раздела */
    .b-catalog-elements-description {
        padding: 22px 15px 22px;
    }
    .b-page-navigation {
        margin: 0 15px;
        text-align: center;
    }
}

/**
 * Стили для НЕ телефонов (компьютеров, ноутбуков, планшетов)
 */
@media all and (min-width: 768px) {
    .b-catalog-elements-description {
        background-image: url(img/flower-plumeria.png);
        background-position: left -197px bottom -76px;
        background-origin: content-box;
        background-repeat: no-repeat;
        border-top: 1px solid rgb(250, 247, 243);
        margin: 48px -1000px 0;
        padding: 47px 1000px 76px 1285px;
    }
}
