

/* Start:/local/components/ameton/catalog_api/templates/catalog/style.css?173927600111196*/
.CatalogFilterEmptyRes {
    background: var(--gray50);
    border-radius: 20px;
    padding:40px 62px
}
.CatalogFilterEmptyResTitle {
    font-weight: 700;
    font-size: 34px;
    line-height: 120%;
    text-align:center
}
.CatalogFilterEmptyResSubTitle {
    font-size: 15px;
    line-height: 140%;
    color: var(--gray500);
    margin-bottom:20px;
    text-align:center
}
.CatalogFilterEmptyResTags {
    margin-bottom:16px;
}
.CatalogFilterEmptyRes .VVCatalog2020Tags__List {
    justify-content:center
}
.CatalogFilterEmptyRes .VVCatalog2020Tags__Col {
    margin-bottom:8px
}

@media (max-width:1023px) {
    .CatalogFilterEmptyRes {
        padding:32px 62px
    }
    .CatalogFilterEmptyResTitle {
        font-size: 24px;
        margin-bottom:2px;
    }
    .CatalogFilterEmptyResSubTitle {
        font-size: 13px;
        margin-bottom:16px;
    }
    .CatalogFilterEmptyResTags {
        margin-bottom:12px;
    }
}

@media (max-width:767px) {
    .CatalogFilterEmptyRes {
        border-radius: 12px;
        padding:24px 15px
    }
    .CatalogFilterEmptyResTitle {
        font-size: 17px;
        margin-bottom:4px;
    }
    .CatalogFilterEmptyResTags {
        margin-bottom:8px;
    }
}

/* Скрываем меню в каталоге на мобильных, переносим пункты в теги, abtest 3338 */
.VV23_CategoryTopTags{
    margin: 0 -10px 15px 0;
    display: none;
}
.VVCatalog2020._with-tag-menu .FilterPanel__TopCol._btn{  
    display: none;
}
.VVCatalog2020._with-tag-menu .ProductCards__list .ProductCards__item{
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
}
.VVCatalog2020._with-tag-menu .ProductCards__list .VV23_6ProdsAuthorizedWithTizers ~ .ProductCards__item:nth-child(2){
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}
.VVCatalog2020._with-tag-menu .ProductCards__list .VV23_6ProdsAuthorizedWithTizers ~ .ProductCards__item:nth-child(3){
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}
.VVCatalog2020._with-tag-menu .ProductCards__list .VV23_6ProdsAuthorizedWithTizers ~ .ProductCards__item:nth-child(4){
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
}
.VVCatalog2020._with-tag-menu .ProductCards__list .VV23_6ProdsAuthorizedWithTizers{
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 100%;
    margin: 0 0 12px;
}
.VVCatalog2020._with-tag-menu .ProductCards__list .VV23_6ProdsAuthorizedWithTizers .VV23_6ProdsAuthorized._goods{
    margin-bottom: 0;
}
._phone_device .VVCatalog2020._with-tag-menu .VV23_6ProdsAuthorizedWithTizers .VV23_6ProdsAuthorized._goods .VV23_6ProdsAuthorizedSlider__Row {
    padding-bottom: 5px !important;
    margin-bottom: 5px !important;
}
.VVCatalog2020._with-tag-menu .ProductCards__list .ProductCards__Pagination{
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
}

@media (max-width: 767px){
    .VVCatalog2020._with-tag-menu .ProductCards__list .VV23_6ProdsAuthorizedWithTizers ~ .ProductCards__item:nth-child(5){
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4;
    }
    .VVCatalog2020._with-tag-menu .ProductCards__list .VV23_6ProdsAuthorizedWithTizers{
        -webkit-box-ordinal-group: 6;
            -ms-flex-order: 5;
                order: 5;
        margin: 0;
    }
    .VVCatalog2020Submenu._with-tag-menu{
        display: none;
    }
    .VVCatalog2020Submenu._with-tag-menu._opened{
        display: block;
    }
    .VV23_CategoryTopTags{
        display: block;
    }
    .VV23_CategoryTopTags .VV23_CategoryTags{
        opacity: 0;
        -webkit-transition: .3s all;
        -o-transition: .3s all;
        transition: .3s all;            
    }
    .VV23_CategoryTopTags .VV23_CategoryTags._active{
        opacity: 1;
    }
    .VV23_CategoryTopTags__Row{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .VV23_CategoryTopTags__Col._menu{
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 48px;
        padding-right: 4px;
    }
    .VV23_CategoryTopTags__Col._tags{
        width: calc(100% - 48px);
    }
    .VV23_CategoryTopTags__Btn{
        height: 32px;
        width: 44px;
        background: var(--gray50);
        border-radius: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border: 0;
    }
    .VV23_CategoryTopTags .VV23_CategoryTags{
        overflow: auto;
        padding-bottom: 10px;
        margin-bottom: 0;
        margin-right: 0;
    }
    .VV23_CategoryTopTags .VV_Chips__List{
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        white-space: nowrap;
        margin: 0;
    }
    .VV23_CategoryTopTags .VV_ChipsItem {
        border-radius: 10px;
    }
    .VV23_CategoryTopTags .VV_Chips__Item {
        margin: 0 4px 0 0;
    }
    .VV23_CategoryTopTags .VV_Chips__Item:last-child{
        padding-right: 10px;
    }
    .VV23_6ProdsAuthorizedWithTizers{
        display: none;
        width: 100%;
    }
    .VVCatalog2020._with-tag-menu .VVCatalog2020Menu__Link{
        margin-bottom: 16px;
    }
    .VV23_6ProdsAuthorizedWithTizers{
        display: block;
    }
    .VV23_6ProdsAuthorizedCatalogTop{
        display: none;
    }

    .VVCatalog2020._with-tag-menu .VV23_CategoryTagsWrapper .VV23_CategoryTags{
        display: none !important;
    }

    .VVCatalog2020._with-tag-menu  .FilterPanel._wide-mode .FilterPanel__Top {
        padding: 0;
        margin: 0;
        border-bottom: none;
    }

    .VVCatalog2020._with-tag-menu .FilterPanelInner .VVCatalog2020SectH1,
    .VVCatalog2020._with-tag-menu .FilterPanelInner._with-tags .VVCatalog2020SectH1{
        display: block !important;
    }
    .VVCatalog2020._with-tag-menu._section .VVCatalog2020SectH1 h1{
        font-size: 17px;
    }
    .VVCatalog2020._with-tag-menu .FilterPanelInner .FilterPanel__count{
        display: block !important;
        margin: 0 !important;
    }
    .VVCatalog2020._with-tag-menu .FilterPanel{
        display: block !important;
    }
    .VVCatalog2020._with-tag-menu .FilterPanelInner .VV23_CategoryTagsWrapper .FilterPanel__count{
        display: none !important;
    }
    .VVCatalog2020._with-tag-menu .FilterPanel__Top{
        position: relative;
    }
    .VVCatalog2020._with-tag-menu .FilterPanel__TopRow{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .VVCatalog2020._with-tag-menu .FilterPanel__TopCol._text{
        margin-right: auto;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
    }
    .VVCatalog2020._with-tag-menu .FilterPanel__TopCol._btn{
        margin-left: 12px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .VVCatalog2020._with-tag-menu .FilterPanel__MobileTogglerVV23{
        position: relative;
        display: block;
        width: 44px;
        height: 44px;
        border-radius: 12px;
        background: var(--gray50);
        color: var(--gray900);
        border: 0;
        padding: 0;
        cursor: pointer;
        -webkit-transition: .3s all;
        -o-transition: .3s all;
        transition: .3s all;
    }
    .VVCatalog2020._with-tag-menu .FilterPanel__MobileTogglerVV23:active{
        background: var(--green500) !important;
        color: var(--white) !important;    
    }
    .VVCatalog2020._with-tag-menu .FilterPanel__MobileTogglerVV23__Img{
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%);
        fill: currentColor;
    }
    .VVCatalog2020._with-tag-menu .FilterPanelInner._with-tags .VV_Chips__List{
        margin: 0 0 -6px;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        position: relative;
        opacity: 0;
        -webkit-transition: .1s all;
        -o-transition: .1s all;
        transition: .1s all;
    }
    .VVCatalog2020._with-tag-menu .FilterPanelInner._with-tags .VV_Chips__List._inited{
        opacity: 1;
    }
    
    .VVCatalog2020._with-tag-menu .VV23_CatalogSortDblView{
        margin-left: auto;
    }
    .VVCatalog2020._with-tag-menu .VVCatalog2020FilterToggler.VV_Button._tertiary{
        font-weight: 600;
        width: 124px;
    }

    .VVCatalog2020._with-tag-menu .FilterPanel__Top{
        padding: 0;
        margin: 0;
    }
    .VVCatalog2020._with-tag-menu .VVCatalog2020SectH1 h1{
        font-weight: 700;
        margin-right: 7px;
    }
    .VVCatalog2020._with-tag-menu .VVCatalog2020FilterToggler{
        display: none;
    }
    .VVCatalog2020._with-tag-menu .FilterPanel__TopCol._btn{
        display: block;
    }
    .VVCatalog2020._with-tag-menu .VV23_CatalogSortDblView__Col {
        padding: 0 4px;
    }
    .VVCatalog2020._with-tag-menu .FilterPanelInner .VV23_CategoryTagsWrapper,
    .VVCatalog2020._with-tag-menu .FilterPanelInner._with-tags .VV23_CategoryTagsWrapper {
        display: block;
        margin-top: 15px;
    }
    .VVCatalog2020._with-tag-menu .VV23_CatalogSortDblView {
        margin: 0 0 0;
    }
    .VVCatalog2020._with-tag-menu .VV23_CatalogSortDblView__Col._default .VV_Button{
        min-width: 143px;
    }
    .VVCatalog2020._with-tag-menu .VV23_CatalogSortDblView__Col._more .VV_Button {
        min-width: 185px;
    }
}

@media (max-width: 450px){
    .VVCatalog2020._with-tag-menu .VV23_CatalogSortDblView{
        width: 100%;
    }
    .VVCatalog2020._with-tag-menu .VV23_CatalogSortDblView__Col._more{
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
    }
    .VVCatalog2020._with-tag-menu .VV23_CatalogSortDblView__Col._default{
        -ms-flex-negative: 0;
            flex-shrink: 0;
    }
    .VVCatalog2020._with-tag-menu .VV23_CatalogSortDblView__Col._more .VV_Button {
        min-width: 0;
        width: 100%;
    }
}

@media (max-width: 355px){
    .VVCatalog2020._with-tag-menu .VV23_CatalogSortDblView__Col._default {
        -ms-flex-negative: 1;
            flex-shrink: 1;
    }
    .VVCatalog2020._with-tag-menu .VV23_CatalogSortDblView__Col._default .VV_Button {
        min-width: 0;
    }
    .VVCatalog2020._with-tag-menu .VV23_CatalogSortDblView .VV_Button {
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media (max-width: 330px){
    .VVCatalog2020._with-tag-menu .VV23_CatalogSortDblView .VV_Button {
        font-size: 13px;
    }  
}

/* End */


/* Start:/local/components/ameton/catalog_api/templates/catalog/css/sections_all_col.css?17490346825502*/
.VVCatalog2020Menu{
    border: 1px solid var(--light-outline);
    border-radius: 8px;
}

.VVCatalog2020Panel._filter .VVCatalog2020Menu,
.VVCatalog2020Panel._both._active .VVCatalog2020Menu,
.VVCatalog2020Panel._both._active .VVCatalog2020Menu__Header,
.VVCatalog2020Panel._both._active .VVCatalog2020Menu__Slider,
.VVCatalog2020Menu._mobile{
    display: none;
}
.VVCatalog2020Panel._menu._active .VVCatalog2020Menu {
    border: 0;
    border-radius: 0;
    padding: 0 0 5px;
}
.VVCatalog2020Menu__HeaderText{
    display: block;
    padding: 14px 12px 12px 12px;
}
.VVCatalog2020Menu__HeaderText._back{
    padding: 12px 12px 12px 30px;
    position: relative;
    color: var(--light-primary);
}
.VVCatalog2020Menu__HeaderText._back:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 12px;
    width: 8px;
    height: 8px;
    border: 2px solid var(--gray900);
    border-top: 0;
    border-right: 0;
    transform: translateY(-50%) rotate(45deg);
}
.VVCatalog2020Menu__List{
    list-style: none;
    margin: 0;
    padding: 0;
}
.VVCatalog2020Menu__Item{
    position: relative;
    margin: 0;
    padding: 0;
}
.VVCatalog2020Menu__Item:after{
    content: '';
    height: 1px;
    width: 100%;
    width: calc(100% - 24px);
    position: absolute;
    bottom: 0;
    left: 12px;
    background: var(--gray100);
}
.VVCatalog2020Menu__Item:last-child:after{
    display: none;
}
.VVCatalog2020Menu__Item._hide .VVCatalog2020Submenu {
    height: 0;
    opacity: 0;
    visibility: hidden;
    padding:0
}
.VVCatalog2020Menu__Link{
    display: flex;
    align-items: center;
    padding: 10px 12px;
    position: relative;
    font-size: 15px;
    color: var(--gray900);
}
.VVCatalog2020Menu__Link._active {
    background-color: var(--gray50);
    font-weight: 500;
    min-height:60px
}
.VVCatalog2020Menu__Link._active:after{
    content:'';
    min-height:40px;
    font-size:0;
    display: block
}
.VVCatalog2020Menu__Link._active:hover,
.VVCatalog2020Menu__Link._active:focus{
    color: var(--gray900) !important;
}
.bx-no-touch .VVCatalog2020Menu__Link:hover,
.bx-no-touch .VVCatalog2020Menu__Link:focus,
.bx-touch .VVCatalog2020Menu__Link:active{
    color: var(--green500);
}
.VVCatalog2020Menu__Item._active .VVCatalog2020Menu__Link{
    background-color: var(--green500);
    color: var(--white);
    cursor:default
}
.VVCatalog2020Menu__Item._active .VVCatalog2020Menu__Link:after{
    border-color: var(--white);
}
.VVCatalog2020Menu__Item._active:after{
    background-color: var(--green500);
}
.VVCatalog2020Menu__Item._opened .VVCatalog2020Menu__Link:before{
    border-width: 0 2px 2px 0;
    margin-top: -1px;
}
.VVCatalog2020Menu__LinkContainer {
    position:relative;
    display:block;
}
.VVCatalog2020Menu__LinkCol._img{
    display: block;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    position: relative;
    margin-right: 8px;
    overflow: hidden;
    background-size: cover;
    background-position: 100% 100%;
}


.VVCatalog2020Submenu{
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    padding-bottom: 10px;
}
.VVCatalog2020Submenu__Item{
    padding: 0;
    margin: 0;
}
.VVCatalog2020Submenu__Link{
    display: block;
    padding: 7px 16px 7px 12px;
    color: var(--gray900);
    display:flex;
    align-items: center;
    justify-content:space-between
}

.VVCatalog2020Submenu__Link .svg {
    fill:var(--gray400);
    width:8px;
    height:14px;
    margin-left:6px
}
.bx-touch .VVCatalog2020Submenu__Link:hover,
.bx-touch .VVCatalog2020Submenu__Link:focus{
    color: var(--gray900);
}
.bx-touch .VVCatalog2020Submenu__Link:hover .svg,
.bx-touch .VVCatalog2020Submenu__Link:focus .svg {
    fill: var(--gray400);
}
.bx-no-touch .VVCatalog2020Submenu__Link:hover,
.bx-no-touch .VVCatalog2020Submenu__Link:focus,
.bx-touch .VVCatalog2020Submenu__Link:active{
    color: var(--green500);
}
.bx-no-touch .VVCatalog2020Submenu__Link:hover .svg,
.bx-no-touch .VVCatalog2020Submenu__Link:focus .svg,
.bx-touch .VVCatalog2020Submenu__Link:active .svg{
    fill: var(--green500);
}
.VVCatalog2020Submenu__Item._active .VVCatalog2020Submenu__Link{
    background: var(--green500) !important;
    color: var(--white) !important;
    font-weight:500
}

@media (max-width: 1023px){
    .VVCatalog2020Menu__Item._active .VVCatalog2020Menu__Link:after{
        border-color: var(--gray900);
    }
}
@media (max-width: 767px){
    .VVCatalog2020._section .VVCatalog2020Menu {
        border: 0;
        border-radius: 0;
        padding: 0;
        margin-bottom: 0;
    }
    .VVCatalog2020Menu__Item._active .VVCatalog2020Menu__Link{
        background-color: var(--gray50);
        color: var(--gray900);
    }
    .VVCatalog2020Menu._mobile{
        display: block;
    }

    .VVCatalog2020Menu__HeaderText._back {
        padding: 15px 12px 15px 17px;
    }
    .VVCatalog2020Menu__HeaderText._back:before {
        left:2px
    }
    .VVCatalog2020._section .VVCatalog2020Menu._level-next{
        margin-bottom: 5px;
    }
    .VVCatalog2020Menu__Item._hide {
        margin-bottom:15px
    }
    .VVCatalog2020Submenu__Item:last-child {
        border-bottom: none;
    }
    .VVCatalog2020Submenu {
        padding-bottom:15px
    }
    .VVCatalog2020Submenu__Item {
        border-bottom: 1px solid var(--gray100);
    }
    .VVCatalog2020Submenu__Link {
        padding: 12px 12px 12px;
    }
}
/* End */


/* Start:/local/templates/main-responsive/assets/nouislider/nouislider.min.css?17410100666050*/
/*! nouislider - 15.7.1 - Jun 14, 2023 */
.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative}.noUi-base,.noUi-connects{width:100%;height:100%;position:relative;z-index:1}.noUi-connects{overflow:hidden;z-index:0}.noUi-connect,.noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;right:0;height:100%;width:100%;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;-webkit-transform-style:preserve-3d;transform-origin:0 0;transform-style:flat}.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin{left:0;right:auto}.noUi-vertical .noUi-origin{top:-100%;width:0}.noUi-horizontal .noUi-origin{height:0}.noUi-handle{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute}.noUi-touch-area{height:100%;width:100%}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{-webkit-transition:transform .3s;transition:transform .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;right:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;right:-6px;bottom:-17px}.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle{left:-17px;right:auto}.noUi-target{background:#FAFAFA;border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}.noUi-connects{border-radius:3px}.noUi-connect{background:#3FB8AF}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#B8B8B8}[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target{cursor:not-allowed}.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#CCC}.noUi-marker-sub{background:#AAA}.noUi-marker-large{background:#AAA}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%)}.noUi-rtl .noUi-value-horizontal{-webkit-transform:translate(50%,50%);transform:translate(50%,50%)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);padding-left:25px}.noUi-rtl .noUi-value-vertical{-webkit-transform:translate(0,50%);transform:translate(0,50%)}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px solid #D9D9D9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{-webkit-transform:translate(-50%,0);transform:translate(-50%,0);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);top:50%;right:120%}.noUi-horizontal .noUi-origin>.noUi-tooltip{-webkit-transform:translate(50%,0);transform:translate(50%,0);left:auto;bottom:10px}.noUi-vertical .noUi-origin>.noUi-tooltip{-webkit-transform:translate(0,-18px);transform:translate(0,-18px);top:auto;right:28px}

.VV_NoUiSliderWrap {
    padding:0 12px;
    position: relative;
}
.VV_NoUiSlider.noUi-target {
    background: none;
    border-radius: 0;
    border: none;
    box-shadow: none;
    height:5px;
    margin-bottom: 10px;
}
.VV_NoUiSlider.noUi-horizontal .noUi-handle:after,
.VV_NoUiSlider.noUi-horizontal .noUi-handle:before {
    display:none;
}
.VV_NoUiSlider.noUi-horizontal .noUi-connects {
    background: var(--gray100);
    position: absolute;
    top: 12px;
}
.VV_NoUiSlider.noUi-horizontal .noUi-connect {
    background: var(--green500);
}
.VV_NoUiSlider.noUi-horizontal .noUi-handle {
    width: 28px;
    height: 28px;
    top: 0;
    right: -14px;
    border-radius: 50%;
    background-color: var(--white);
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.15);   
    border: 0;
    cursor: pointer;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-box-shadow .2s ease, -webkit-transform .2s ease;
    -o-transition: box-shadow .2s ease, transform .2s ease;
    transition: box-shadow .2s ease, transform .2s ease;
    transition: box-shadow .2s ease, transform .2s ease, -webkit-box-shadow .2s ease, -webkit-transform .2s ease;
    outline: none;
}
.VV_NoUiSlider.noUi-horizontal .noUi-touch-area {
    outline: none;
}

.VV_NoUiSliderWrap:before,
.VV_NoUiSliderWrap:after{
    content: '';
    position: absolute;
    top: 12px;
    height: 5px;
    width: 13px;
}
.VV_NoUiSliderWrap:before{
    left: 0;
    border-radius: 3px 0 0 3px;
    background: var(--green500);    
}
.VV_NoUiSliderWrap._two:before {
    background: var(--gray100);
}
.VV_NoUiSliderWrap:after{
    right: 0;
    border-radius: 0 3px 3px 0;
    background: var(--gray100);
}
/* End */


/* Start:/local/templates/main-responsive/css/inset_6prods.css?174765108629356*/
/* Промо медиа в рецептах */
.VV23_INSETPROMODP{
    margin: 0 0 30px;
}
.VV_RecipeDetailSteps__ListItem .VV23_INSETPROMODP{
    margin: 30px 0 0;
}
.VV23_INSETPROMODP__Outer{
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-height: 100px;
    position: relative;
    background: var(--blue7);
    -webkit-border-radius: 12px;
       -moz-border-radius: 12px;
            border-radius: 12px;
    overflow: hidden;
    padding: 13px 120px 13px 33px;
}
.VV23_INSETPROMODP__LeftDots{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 18px;
    height: 78px;
    z-index: 1;
}
.VV23_INSETPROMODP__LeftDot{
    width: 100%;
    padding-top: 100%;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background-color: var(--white);
    display: block;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
}
.VV23_INSETPROMODP__VerticalDots{
    position: absolute;
    top: 0;
    right: 60px;
    height: 100%;
    width: 23px;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.VV23_INSETPROMODP__VerticalDot{
    position: absolute;
    left: 0;
    width: 100%;
    padding-top: 100%;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background-color: var(--white);
}
.VV23_INSETPROMODP__VerticalDot._n1{
    top: -8px;
}
.VV23_INSETPROMODP__VerticalDot._n2{
    bottom: -10px;
}
.VV23_INSETPROMODP__VerticalCenterDots{
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 4px;
    height: 68px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.VV23_INSETPROMODP__VerticalCenterDot{
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 100%;
    padding-top: 100%;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background-color: var(--white);
}
.VV23_INSETPROMODP__Text{
    margin-right: 10px;
    font-weight: 500;
    line-height: 1.2;
}
.VV23_INSETPROMODP__Top{
    line-height: 1.2;
}
.VV23_INSETPROMODP__Promo{
    position: relative;
    top: 0;
    font-weight: 400;
    line-height: 1.2;
    border-bottom: 1px solid currentColor;
    color: var(--blue3);
}
.VV23_INSETPROMODP__Promo:hover {
    color: var(--blue2);
}
.VV23_INSETPROMODP__TopSubtitle{
    margin-top: 11px;
    font-weight: 400;
}
.VV23_INSETPROMODP__Bottom{
    margin-top: 8px;
}
.VV23_INSETPROMODP__BtnWrp .VV_Button{
    min-width: 180px;    
}

@media (max-width: 1279px){
    .VV23_INSETPROMODP__Outer{
        min-height: 89px;
    }
}

@media (max-width: 1023px){
    .VV23_INSETPROMODP__Text {
        margin-right: 5px;
    }
}

@media (max-width: 767px){
    .VV23_INSETPROMODP__Outer {
        min-height: 80px;
        padding: 9px 43px 9px 16px;
    }
    .VV23_INSETPROMODP__Text {
        font-weight: 500;
    }
    .VV23_INSETPROMODP__LeftDots {
        left: -10px;
        width: 16px;
        height: 65px;
    }
    .VV23_INSETPROMODP__VerticalDots{
        right: 12px;
        width: 18px;
    }
    .VV23_INSETPROMODP__VerticalDot._n1 {
        top: -9px;
    }
    .VV23_INSETPROMODP__VerticalDot._n2 {
        bottom: -9px;
    }
    .VV23_INSETPROMODP__VerticalCenterDots {
        width: 3px;
        height: 55px;
    }
    .VV23_INSETPROMODP__TopSubtitle {
        margin-top: 5px;
    }
    .VV23_INSETPROMODP__Bottom {
        margin-top: 8px;
    }
    .VV23_INSETPROMODP__BtnWrp .VV_Button {
        min-width: 200px;
    }
}




/* 6 prods, no auth */
.VV23_6ProdsNoAuth{
    padding: 24px 375px 24px 24px;
    -webkit-box-shadow: 0px 0px 30px rgba(26, 26, 26, 0.05);
       -moz-box-shadow: 0px 0px 30px rgba(26, 26, 26, 0.05);
            box-shadow: 0px 0px 30px rgba(26, 26, 26, 0.05);
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
    background: var(--white);
    overflow: hidden;
    position: relative;
    margin: 33px 0 64px;
    min-height: 193px;
}
.VV23_6ProdsNoAuth._goods{
    margin: 0 0 30px;
}
.VV23_6ProdsNoAuth__Inner{
    position: relative;
    max-width: 585px;
    z-index: 2;
}
.VV23_6ProdsNoAuth__Title{
    font-weight: 600 !important;
}
.VV23_6ProdsNoAuth__Title ~ .VV23_6ProdsNoAuth__Subtitle{
    margin-top: 8px;
}
.VV23_6ProdsNoAuth__BtnWrp{
    margin-top: 16px;
}
.VV23_6ProdsNoAuth__ImgContainer{
    position: absolute;
    top: 50%;
    right: 65px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
}
.VV23_6ProdsNoAuth__ImgMain{
    position: relative;
    z-index: 1;
}
.VV23_6ProdsNoAuth__ImgLabel {
    position: absolute;
    left: -73px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 40px 0 0 0;
    z-index: 2;
}
.VV23_6ProdsNoAuth__Btn{
    min-width: 170px;
}

@media (min-width: 1280px){
    .VVCatalog2020:not(._no-side) .VV23_6ProdsNoAuth__ImgContainer{
        right: 41px;
    }
}

@media (max-width: 1279px){
    .VV23_6ProdsNoAuth{
        margin: 65px 0 63px;
    }
    .VV23_6ProdsNoAuth__ImgContainer{
        right: 41px;
    }
}

@media (max-width: 1023px){
    .VV23_6ProdsNoAuth {
        margin: 60px 0 63px;
    }
    .VV23_6ProdsNoAuth__ImgContainer {
        right: 26px;
    }
    .VV23_6ProdsNoAuth._goods{
        margin-top: 20px;
    }
}

@media (max-width: 767px){
    .VV23_6ProdsNoAuth{
        padding: 16px 16px 16px 16px;
        min-height: 72px;
    }
    .VV23_6ProdsNoAuth__Inner{
        padding-bottom: 56px;
    }
    .VV23_6ProdsNoAuth__InnerText{
        padding-right: 64px;
    }
    .VV23_6ProdsNoAuth__ImgMain {
        width: 56px;
        height: auto;
    }
    .VV23_6ProdsNoAuth__ImgContainer{
        top: 16px;
        right: 16px;
        -webkit-transform: none;
           -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                transform: none;
    }
    .VV23_6ProdsNoAuth__TitleText{
       position: relative; 
       z-index: 1;
    }
    .VV23_6ProdsNoAuth__TitleTextInner{
       position: relative; 
       z-index: 2;
    }
    .VV23_6ProdsNoAuth__TitleText._mobile-block{
        display: block;
    }
    .VV23_6ProdsNoAuth__TitleText._colored:before{
        content: '';
        position: absolute;
        top: -1px;
        left: -6px;
        width: -webkit-calc(100% + 12px);
        width: -moz-calc(100% + 12px);
        width: calc(100% + 12px);
        background-color: #FFD508;
        -webkit-border-radius: 12px;
           -moz-border-radius: 12px;
                border-radius: 12px;
        padding: 1px 2px 1px;
        height: 100%;
        -webkit-box-sizing: content-box;
           -moz-box-sizing: content-box;
                box-sizing: content-box;
    }
    .VV23_6ProdsNoAuth__TitleTextColoredInner{
        position: relative;
        z-index: 2;
    }
    .VV23_6ProdsNoAuth__ImgLabel{
        display: none;
    }
    .VV23_6ProdsNoAuth__BtnWrp{
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
    }
    .VV23_6ProdsNoAuth__Btn {
        min-width: 0;
        width: 100%;
    }
}

/* 6 prods, authorized */
.VV23_6ProdsAuthorized{
    margin: 33px 0 64px;
}
.VV23_6ProdsAuthorized__Top{
    min-height: 143px;
    padding: 24px 18px 25px 24px;
    background: var(--blue5);
    -webkit-border-radius: 12px;
       -moz-border-radius: 12px;
            border-radius: 12px;
    color: var(--white);
}
.VV23_6ProdsAuthorized__TopRow{
    width: 378px;
}
.VV23_6ProdsAuthorized__Header{
    max-width: 315px;
}
.VV23_6ProdsAuthorized__Title{
    font-weight: 600;
}
.VV23_6ProdsAuthorized__TopCol._update{
   margin: 12px 0 0; 
   position: relative;
   z-index: 2;
}
.VV23_6ProdsAuthorized__Update{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.VV23_6ProdsAuthorized__UpdateBtn{
    color: var(--white);
    border-bottom: 1px solid currentColor;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 6px;
}
.ProductCards__item._update._hide {
    pointer-events: none;
    display: none!important;
}
.VV23_6ProdsAuthorized__UpdateBtn._hide{
    opacity:0;
    pointer-events: none;
}
.VV23_6ProdsAuthorized__UpdateBtnTooltip{
	--offset: min(52px, max(0px, (1340px - 100vw) * 0.8667));
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    position: relative;
}
.VV23_6ProdsAuthorized__UpdateBtnTooltipImg{
    display: block;
}
.VV23_6ProdsAuthorized__UpdateBtnTooltipText{
    position: absolute;
    top: 100%;
    -webkit-transform: translate(-50%, 10px);
       -moz-transform: translate(-50%, 10px);
        -ms-transform: translate(-50%, 10px);
         -o-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px);
    background-color: var(--light-secondary);
    border-radius: 8px;
    color: var(--white);
    margin: 16px 0 0;
    word-break: break-word;
    padding: 8px 12px 8px;
    text-align: center;
    -webkit-transition: .3s opacity, .3s transform;
    -o-transition: .3s opacity, .3s transform;
    -moz-transition: .3s opacity, .3s transform;
    transition: .3s opacity, .3s transform;

    left: -9999999px;
    width: 0;
    height: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    opacity: 0;
}
.VV23_6ProdsAuthorized__UpdateBtnTooltip:hover .VV23_6ProdsAuthorized__UpdateBtnTooltipText{
    left: calc(50% - var(--offset));
    width: 168px;
    height: auto;
    overflow: visible;
    clip: unset;
    opacity: 1;
    -webkit-transform: translate(-50%,0);
       -moz-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
         -o-transform: translate(-50%,0);
            transform: translate(-50%,0);
}
.VV23_6ProdsAuthorized__UpdateBtnTooltipTextImg{
    position: absolute;
    bottom: 100%;
    left: calc(50% + var(--offset));
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 0 0 0 0;
    fill: var(--light-secondary);
}
.VV23_6ProdsAuthorized__Bottom {
    width: -webkit-calc(100% - 400px);
    width: -moz-calc(100% - 400px);
    width: calc(100% - 400px);
    margin: -118px 0 0 auto;
    position: relative;
    z-index: 1;
}
.VV23_6ProdsAuthorizedSliderWrp {
    position: relative;
}
.VV23_6ProdsAuthorizedSlider .ProductCards__item {
    padding: 0 3px 6px!important;
    height: auto !important;
    width: 131px !important;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-bottom: 0;
}
.VV23_6ProdsAuthorizedSliderWrp .VV_SliderBtn._next {
    z-index: 2;
    right: 0;
    transform: translateX(50%);
    top: 30px;
}
.VV23_6ProdsAuthorizedSliderWrp .VV_SliderBtn._prev {
    z-index: 2;
    left: 0;
    transform: translateX(-50%);
    top: 30px;
}
.VV23_6ProdsAuthorizedSlider .ProductCard{
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    border:none;
    background: var(--white);
    padding-bottom: 46px;
    -webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,.1);
       -moz-box-shadow: 0 0 3px 1px rgba(0,0,0,.1);
            box-shadow: 0 0 3px 1px rgba(0,0,0,.1);
}
.VV23_6ProdsAuthorizedSlider .ProductCard .ProductCard__content {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 9px 8px 16px 8px;
}
.VV23_6ProdsAuthorizedSlider .ProductCard .ProductCard__cartFooter {
    padding: 0 8px 8px;
}
.VV23_6ProdsAuthorizedSlider .ProductCard__cartButton .CartButton {
    height: 36px;
    font-size: 14px;
    border-radius: 8px;
}
.VV23_6ProdsAuthorizedSlider .ProductCard .CartButton .SvgIcon--cart + .CartButton__text .CartButton__textInner {
    padding: 0 0px 0 5px;
}
.VV23_6ProdsAuthorizedSlider .ProductCard .CartButton__quantityInputLinePrice{
    margin-top: 0;
}
.VV23_6ProdsAuthorizedSlider .ProductCard .CartButton__quantityButton{
    width: 30px;
}
.VV23_6ProdsAuthorizedSlider .ProductCard .ProductCard__cartFooter {
    padding: 0 8px 8px;
}
.VV23_6ProdsAuthorizedSlider .ProductCards__item .ProductCard__imageInner{
    padding-bottom: 63%;
}
.VV23_6ProdsAuthorizedSlider .ProductCards__item .Rating__icon .SvgIcon--star {
    width: 8px;
    height: 8px;
}
.VV23_6ProdsAuthorizedSlider .ProductCard .ProductCard__rating {
    bottom: -6px;
    left: 6px;
}
.VV23_6ProdsAuthorizedSlider .ProductCard .ProductCard__ratingIcon {
    margin: -1px 3px 0px 0;
}
.VV23_6ProdsAuthorizedSlider .ProductCard .ProductCard__ratingText{
    font-size: 12px;
}
.VV23_6ProdsAuthorizedSlider .ProductCard .ProductCard__link{
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
       -moz-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    max-height: 30px;
    color: var(--gray900) !important;
    margin: 0 0 7px;
}
.VV23_6ProdsAuthorizedSlider .ProductCard .ProductCard__link,
.VV23_6ProdsAuthorizedSlider .ProductCard .ProductCard__Rest,
.VV23_6ProdsAuthorizedSlider .ProductCard .Rating,
.VV23_6ProdsAuthorizedSlider .ProductCard .AccentText {
    font-size: 12px;
    line-height: 1.2;
}
.VV23_6ProdsAuthorizedSlider .ProductCard__title {
    line-height: 1.4;
}
.VV23_6ProdsAuthorizedSlider .ProductCard__price .Price{
    font-size: 12px;
    line-height: 1.4;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-right: 4px;
    margin-bottom: 2px;
}
.VV23_6ProdsAuthorizedSlider .ProductCard__price .Price:last-child {
    margin-right:0
}
.VV23_6ProdsAuthorizedSlider .ProductCard__price .Price--label{
    background: var(--gray100);
}
.bx-mac .VV23_6ProdsAuthorizedSlider .ProductCard__price .Price--label.Price--md{
    padding-top: 3px;
    padding-bottom: 1px;
}
.VV23_6ProdsAuthorizedSlider .ProductCard__price .Price__imgLP._lpm {
    top: 4px;
    margin-right: 2x;
}
.VV23_6ProdsAuthorizedSlider .ProductCard__price .Price__imgANP{
    transform: translateY(2px);
    margin-right: 2px;
}
.VV23_6ProdsAuthorizedSlider .ProductCard__image,
.VV23_6ProdsAuthorizedSlider .ProductCard__imageInner {
    -webkit-border-bottom-right-radius: 0;
       -moz-border-radius-bottomright: 0;
            border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
       -moz-border-radius-bottomleft: 0;
            border-bottom-left-radius: 0;
}
.VV23_6ProdsAuthorizedSlider .ProductCard__imageImg{
    height: 100%;
}
.VV23_6ProdsAuthorizedSlider .ProductCardLabel__Col._img img{
    height: 20px;
}
.VV23_6ProdsAuthorizedSliderWrp .ProductCard__QuickView{
    display: none;
}
.VV23_6ProdsAuthorizedProdItem{
    -webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,.1);
       -moz-box-shadow: 0 0 3px 1px rgba(0,0,0,.1);
            box-shadow: 0 0 3px 1px rgba(0,0,0,.1);
    background: var(--white);
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
}
.VV23_6ProdsAuthorizedProdItem__Top{
    margin: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
}
.VV23_6ProdsAuthorizedProdItem__Center{
    margin: 0 0 auto;
}
.VV23_6ProdsAuthorizedProdItem__Bottom{
    margin: 20px 0 0;
    padding: 6px 8px 8px;
}
.VV23_6ProdsAuthorizedProdItem__ImgWrp{
    position: relative;
    -webkit-border-radius: 10px 10px 0 0;
       -moz-border-radius: 10px 10px 0 0;
            border-radius: 10px 10px 0 0;
    overflow: hidden;
    padding-bottom: 63%;
}
.VV23_6ProdsAuthorizedProdItem__ImgCircle{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 56px;
    height: 56px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #E5F4FF;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    margin: 0 0 0 0;
}
.VV23_6ProdsAuthorizedProdItem__Img{
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
}
.VV23_6ProdsAuthorizedProdItem__Content{
    padding: 6px 8px 0px 8px;
    width: 100%;
    text-align: center;
}
.VV23_6ProdsAuthorizedSlider .ProductCards__item._update{
    display: none;
}
._phone_device .VV23_6ProdsAuthorizedSlider__Row {
    overflow-x: auto;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
    width: auto;
}
._phone_device .VV23_6ProdsAuthorizedSlider .ProductCards__item {
    margin-bottom: 0;
}
.VV23_6ProdsAuthorized .ProductCardLabelContainer{
    display: none;
}
.VV23_6ProdsAuthorized._goods{
    margin: 0 0 28px;
}
.VVCatalog2020:not(._no-side) .VV23_6ProdsAuthorized._goods .VV23_6ProdsAuthorized__Top{
    padding: 20px 24px 108px;
}
.VVCatalog2020:not(._no-side) .VV23_6ProdsAuthorized._goods .VV23_6ProdsAuthorized__TopRow{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.VVCatalog2020:not(._no-side) .VV23_6ProdsAuthorized._goods .VV23_6ProdsAuthorized__TopCol._header{
    margin-right: 30px;
}
.VVCatalog2020:not(._no-side) .VV23_6ProdsAuthorized._goods .VV23_6ProdsAuthorized__TopCol._update{
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-left: auto;
    margin-top: 2px;
}
.VVCatalog2020:not(._no-side) .VV23_6ProdsAuthorized._goods .VV23_6ProdsAuthorized__TopRow {
    width: auto;
}
.VVCatalog2020:not(._no-side) .VV23_6ProdsAuthorized._goods .VV23_6ProdsAuthorized__Header {
    max-width: 100%;
}
.VVCatalog2020:not(._no-side) .VV23_6ProdsAuthorized._goods .VV23_6ProdsAuthorized__Bottom {
    width: auto;
    margin: -93px 0 0 auto;
    padding: 0 21px;
}
.VVCatalog2020:not(._no-side) .VV23_6ProdsAuthorized._goods .VV23_6ProdsAuthorizedSlider .ProductCards__item {
    height: auto !important;
    width: 144px !important;
} 
.VVCatalog2020:not(._no-side) .VV23_6ProdsAuthorized._goods .VV23_6ProdsAuthorizedSlider .ProductCards__item .ProductCard__imageInner {
    padding-bottom: 63%;
}
.VV23_6ProdsAuthorizedSlider .Tooltip.active .Tooltip__content, 
.VV23_6ProdsAuthorizedSlider .Tooltip._hovered:hover .Tooltip__content {
    min-width: 0; 
    width: 100%;   
}
.VV23_6ProdsAuthorizedSlider .Tooltip__inner {
    padding: 8px 8px 9px;
}
.VV23_6ProdsAuthorizedSlider .Tooltip .Tooltip__innerText{
    font-size: 12px !important;
}

@media (max-width: 1279px){
    .VV23_6ProdsAuthorized{
        margin: 65px 0 63px;
    }
    .VV23_6ProdsAuthorized__Top{
        min-height: 0;
        padding: 20px 24px 108px;
    }
    .VV23_6ProdsAuthorized__TopRow{
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .VV23_6ProdsAuthorized__TopCol._header{
        margin-right: 30px;
    }
    .VV23_6ProdsAuthorized__TopCol._update{
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        margin-left: auto;
        margin-top: 2px;
    }
    .VV23_6ProdsAuthorized__TopRow {
        width: auto;
    }
    .VV23_6ProdsAuthorized__Header {
        max-width: 100%;
    }
    .VV23_6ProdsAuthorized__Bottom {
        width: auto;
        margin: -93px 0 0 auto;
        padding: 0 25px;
    }
    .VV23_6ProdsAuthorizedSlider .ProductCards__item {
        height: auto !important;
        width: 148px !important;
    }

    .VVCatalog2020:not(._no-side) .VV23_6ProdsAuthorized._goods .VV23_6ProdsAuthorizedSlider .ProductCards__item{
        width: 146px !important;
    }
    .VVCatalog2020:not(._no-side) .VV23_6ProdsAuthorized._goods .VV23_6ProdsAuthorized__Bottom {
        padding: 0;
    }
    ._phone_device .VVCatalog2020:not(._no-side) .VV23_6ProdsAuthorized._goods .VV23_6ProdsAuthorizedSlider__Row {
        margin: 0;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 10px;
    }
    .VVCatalog2020:not(._no-side) .VV23_6ProdsAuthorized._goods .VV23_6ProdsAuthorizedSlider{
        padding-left: 20px;
        padding-right: 20px;
    }
    ._phone_device .VVCatalog2020:not(._no-side) .VV23_6ProdsAuthorized._goods .VV23_6ProdsAuthorizedSlider{
        padding-left: 0;
        padding-right: 0;
    }
	.VV23_6ProdsAuthorized__UpdateBtnTooltip{
		--offset: min(52px, max(0px, (1060px - 100vw) * 1.444));
	}
}

@media (max-width: 1023px){
    .VV23_6ProdsAuthorized__Bottom {
        padding: 0;
    }
    .VV23_6ProdsAuthorizedSlider .ProductCards__item {
        padding: 0 3px 6px !important;
        width: 146px !important;
    }        
    .VVCatalog2020:not(._no-side) .VV23_6ProdsAuthorized._goods .VV23_6ProdsAuthorized__Bottom,
    .VV23_6ProdsAuthorized._goods .VV23_6ProdsAuthorized__Bottom {
        margin: -93px 0 0 auto;
        padding: 0;
    }
    .VVCatalog2020:not(._no-side) .VV23_6ProdsAuthorized._goods .VV23_6ProdsAuthorizedSlider .ProductCards__item,
    .VV23_6ProdsAuthorized._goods .VV23_6ProdsAuthorizedSlider .ProductCards__item {
        height: auto !important;
        width: 146px !important;
    }
    ._phone_device .VVCatalog2020:not(._no-side) .VV23_6ProdsAuthorized._goods .VV23_6ProdsAuthorizedSlider__Row,
    ._phone_device .VVCatalog2020 .VV23_6ProdsAuthorized._goods .VV23_6ProdsAuthorizedSlider__Row,
    ._phone_device .VV23_6ProdsAuthorized .VV23_6ProdsAuthorizedSlider__Row {
        padding-left: 22px;
        padding-right: 22px;
    }
    .VV23_6ProdsAuthorized .VV23_6ProdsAuthorizedSlider{
        padding-left: 22px;
        padding-right: 22px;
    }
    ._phone_device .VV23_6ProdsAuthorized .VV23_6ProdsAuthorizedSlider{
        padding-left: 0;
        padding-right: 0;
    }
	.VV23_6ProdsAuthorized__UpdateBtnTooltip{
		--offset: min(52px, max(0px, (840px - 100vw) * 0.722));
	}
}

@media (max-width: 767px){
    .VV23_6ProdsAuthorized__Top {
        min-height: 0;
        padding: 12px 12px 92px;
        -webkit-border-radius: 0;
           -moz-border-radius: 0;
                border-radius: 0;
        margin: 0 -10px;
    }
    .VV23_6ProdsAuthorized__TopCol._update{
        display: none;
    }
    .VV23_6ProdsAuthorized__Bottom {
        padding: 0;
        margin: -80px -10px 0;
    }
    .VV23_6ProdsAuthorizedSlider .ProductCards__item {
        width: 131px !important;
    }
    .VV23_6ProdsAuthorizedSlider .ProductCards__item._update{
        display: block;
        cursor: pointer;
    }

    .VV23_6ProdsAuthorized._goods {
        margin: 0 0 14px;
    }
    ._phone_device .VVCatalog2020:not(._no-side) .VV23_6ProdsAuthorizedSlider,
    ._phone_device .VV23_6ProdsAuthorizedSlider{
        padding: 0 !important;
    }
    ._phone_device .VVCatalog2020:not(._no-side) .VV23_6ProdsAuthorizedSlider__Row, 
    ._phone_device .VV23_6ProdsAuthorizedSlider__Row {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .VV23_6ProdsAuthorized .VV23_6ProdsAuthorizedSlider{
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    ._phone_device .VV23_6ProdsAuthorized .VV23_6ProdsAuthorizedSlider{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .VVCatalog2020:not(._no-side) .VV23_6ProdsAuthorized._goods .VV23_6ProdsAuthorized__Top,
    .VV23_6ProdsAuthorized._goods .VV23_6ProdsAuthorized__Top {
        min-height: 0;
        padding: 12px 12px 92px;
    }
    .VVCatalog2020:not(._no-side) .VV23_6ProdsAuthorized._goods .VV23_6ProdsAuthorized__Bottom,
    .VV23_6ProdsAuthorized._goods .VV23_6ProdsAuthorized__Bottom {
        margin: -80px -10px 0;
        padding: 0;
    }
    .VVCatalog2020:not(._no-side) .VV23_6ProdsAuthorized._goods .VV23_6ProdsAuthorizedSlider .ProductCards__item,
    .VV23_6ProdsAuthorized._goods .VV23_6ProdsAuthorizedSlider .ProductCards__item {
        width: 131px !important;
    }
    .VVCatalog2020:not(._no-side) .VV23_6ProdsAuthorized._goods .VV23_6ProdsAuthorized__TopCol._header,
    .VV23_6ProdsAuthorized__TopCol._header{
        margin-right: 0;
    }
    .VV23_6ProdsAuthorizedSlider .ProductCard .ProductCard__rating {
        bottom: -4px;
    }
}
/* End */


/* Start:/local/templates/main-responsive/css/auth_banner.css?17459256336059*/
@media (max-width: 767px) {
    .VV22_Promo .FilterPanel._not-auth{
        margin-bottom: 12px;
    }
}

/* Авторизация в акциях */
.VV23_CatalogAuthBanner{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    padding: 24px 40px 24px 24px;
    border-radius: 17px;
    min-height: 110px;
}
.VV23_CatalogAuthBanner__Title{
    font-weight: 700;
}
.VV23_CatalogAuthBanner__Text{
    margin-top: 5px;
}
.VV23_CatalogAuthBanner__Text a{
    margin-left: 5px;
}
.VV23_CatalogAuthBanner__Button{
    min-width: auto;
    font-weight: 500;
}
.VV23_CatalogAuthBanner__ButtonImg{
    fill: currentColor;
    stroke: none;
}
.VV23_CatalogAuthBanner__Left{
    padding-right: 20px;
}
.VV23_CatalogAuthBanner .show_tablet,
.VV23_CatalogAuthBanner__Title._mobile,
.VV23_CatalogAuthBanner__Text._mobile{
    display: none;
}

@media (max-width: 1279px) {
    .VV23_CatalogAuthBanner__Button{
        min-width: 0;
    }
}

@media (max-width: 1023px) {
    .VV23_CatalogAuthBanner{
        min-height: 0;
    }

    .VV23_CatalogAuthBanner .show_desktop{
        display: none;
    }
    .VV23_CatalogAuthBanner .show_tablet{
        display: block;
    }
    .VVCatalog2020__Col._main{
        display: flex;
        flex-direction: column;
    }
    .VVCatalogElements2020,
    .VVCatalogElements2020 .Catalog__col--main{
        display: contents;
    }
    .VVCatalogElements2020 .FilterPanel{
        order: -1;
    }
    .VV23_CatalogAuthBanner{
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        margin-bottom: 24px;
        padding: 24px 28px 24px 24px;
    }
    .VV23_CatalogAuthBanner__Title {
        margin-bottom: 8px;
    }
    .VV23_CatalogAuthBanner__Right .VV_Button{
        width: 44px;
        padding: 0;
    }
}

@media (max-width: 767px) {
    .VV23_CatalogAuthBanner{
        margin-bottom: 12px;
        padding: 16px;
    }
    .VV23_CatalogAuthBanner__Text{
        display: none;
    }
    .VV23_CatalogAuthBanner__Title._mobile{
        display: block;
        margin: 0;
    }
    .VV23_CatalogAuthBanner__Text._mobile{
        display: block;
        margin: 2px 0 0;
    }
    .VV23_CatalogAuthBanner__Text a {
        margin-left: 0;
        font-weight: 500;
    }
    .VV23_CatalogAuthBanner__Title._tablet{
        display: none;
    }
    .VV23_CatalogAuthBanner__Text._tablet{
        display: none;
    }
}
.VV25_Promo_AuthBanner{
    border-radius: 16px;
    background: -webkit-gradient(linear, left top, right top, from(#D9EEFF), to(#E8F2FB));
    background: -o-linear-gradient(left, #D9EEFF 0%, #E8F2FB 100%);
    background: linear-gradient(90deg, #D9EEFF 0%, #E8F2FB 100%);
    padding: 24px 40px 24px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin: 0 0 32px;
    overflow: hidden;
}
.js-bonuses[data-tab="prod6"] .VV25_Promo_AuthBanner {
    display: none;
}
.VV25_Promo_AuthBanner__Content{
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    padding: 0 16px 0 0;
    position: relative;
    z-index: 1;
}
.VV25_Promo_AuthBanner__Title{
    margin: 0 0 8px;
}
.VV25_Promo_AuthBanner__TextMobile{
    display: none;
}
.bx-no-touch .VV25_Promo_AuthBanner__Link:hover,
.bx-no-touch .VV25_Promo_AuthBanner__Link:active{
    color: var(--blue2);
}
.VV25_Promo_AuthBanner__Link._more{
    margin: 0 0 0 5px;
}
.VV25_Promo_AuthBanner__BtnWrap{
    width: 205px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}
.VV25_Promo_AuthBanner__BtnIco{
    display: none;
}
.VV25_Promo_AuthBanner__ImgsWrap{
    position: absolute;
    right: 174px;
    top: 0;
}
.VV25_Promo_AuthBanner__Img{
    position: absolute;
    display: block;
}
.VV25_Promo_AuthBanner__Img._lg{
    right: 0;
    top: -45px;
}
.VV25_Promo_AuthBanner__Img._md{
    right: 203px;
    top: -41px;
}
@media (min-width: 768px){
    .VV25_Promo_AuthBanner._mobile{
        display: none;
    }
}
@media (max-width: 1279px){
    .VV25_Promo_AuthBanner__BtnWrap{
        width: 170px;
    }
    .VV25_Promo_AuthBanner__ImgsWrap{
        right: -121px;
    }
    .VV25_Promo_AuthBanner__Img._lg {
        top: -40px;
    }
    .VV25_Promo_AuthBanner__Img._md {
        right: 205px;
        top: -37px;
    }
}
@media (max-width: 1023px){
    .VV25_Promo_AuthBanner{
        padding-right: 28px;
        margin-bottom: 24px;
        order: -1;
    }
    .VV25_Promo_AuthBanner__Title{
        margin-bottom: 4px;
    }
    .VV25_Promo_AuthBanner__BtnWrap{
        width: 44px;
    }
    .VV25_Promo_AuthBanner__Btn{
        padding: 0;
    }
    .VV25_Promo_AuthBanner__BtnText{
        display: none;
    }
    .VV25_Promo_AuthBanner__BtnIco{
        fill: currentColor;
        display: block;
    }
    .VV25_Promo_AuthBanner__ImgsWrap{
        right: -64px;
    }
    .VV25_Promo_AuthBanner__Img{
        height: auto;
    }
    .VV25_Promo_AuthBanner__Img._lg{
        width: 134px;
        top: -9px;
    }
    .VV25_Promo_AuthBanner__Img._md{
        right: 122px;
        top: -42px;
        width: 110px;
    }
}
@media (max-width: 767px){
    .VV22_Promo_AuthBannerOver .VV25_Promo_AuthBanner {
        display: none;
    }
    .VV25_Promo_AuthBanner{
        padding: 16px;
        margin-bottom: 12px;
    }
    .VV25_Promo_AuthBanner__Title{
        margin-bottom: 2px;
    }
    .VV25_Promo_AuthBanner__TitleDesktop{
        display: none;
    }
    .VV25_Promo_AuthBanner__TextMobile{
        display: block;
    }
    .VV25_Promo_AuthBanner__TextDesktop{
        display: none;
    }
    .VV25_Promo_AuthBanner__ImgsWrap{
        right: 11px;
    }
    .VV25_Promo_AuthBanner__Img._lg {
        top: -22px;
    }
    .VV25_Promo_AuthBanner__Img._md {
        width: 68px;
        right: 112px;
        top: -22px;
    }
}
/* End */
/* /local/components/ameton/catalog_api/templates/catalog/style.css?173927600111196 */
/* /local/components/ameton/catalog_api/templates/catalog/css/sections_all_col.css?17490346825502 */
/* /local/templates/main-responsive/assets/nouislider/nouislider.min.css?17410100666050 */
/* /local/templates/main-responsive/css/inset_6prods.css?174765108629356 */
/* /local/templates/main-responsive/css/auth_banner.css?17459256336059 */
