

/* 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:/offers/style.css?175204981019459*/
.VVCatalog2020 .FilterPanel._offers{
    height: auto;
    margin: 0 0 8px;
}
.VV22_Promo_AuthBannerOver{
    display: none;
}
.VV22_Promo .VV23_6ProdsAuthorized._goods{
    margin: 0 0 32px;
}
.VV25_Promo__Header{
    margin: 0 0 2px;
}
.VV25_Promo__HeaderRow{
    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;
}
.VV25_Promo__HeaderInfo{
    display: none;
}
.VV25_Promo__Text{
    color: var(--light-secondary);
    max-width: 570px;
    margin: 8px 0 0;
}
.VV25_Promo__ChipsWrap{
    margin: 24px -16px 0;
}
.VV25_Promo__Chips{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 16px 8px;
    margin: 0;
}
.VV25_Promo__Chips .VV_Chips__List{
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.VV25_Promo__Chips .VV_ChipsItem{
    margin: 0 8px 8px 0;
    white-space: nowrap;
}
.VV25_Promo__Chips .VV_ChipsItem:last-child{
    margin-right: 0;
}
.VV25_Promo__Chips .VV_ChipsItem__ILayer{
    padding-left: 16px;
    padding-right: 16px;
}
.VV22_PromoProds{
	margin: 0 0 64px;
}
.VV22_PromoProds__Header{
	margin-bottom: 22px;
}
.VV22_PromoSection__Title{
	margin: 0 0 40px;
}
.VV22_PromoProds .ProductCards__list {
    margin: 0 -12px;
}
.VV22_PromoProds .ProductCards__item {
    padding: 0 12px;
    margin-bottom: 24px;
}
.VV22_PromoProds .Section__footer1 .VV_Button{
	margin-top: 15px;
	margin-bottom: 0;
}

/* News */
.VV22_PromoSection._news{
    margin: 0 0 64px;
}
.VV22_PromoSection._news .Section__container {
    padding-top: 0;
    padding-bottom: 0;
}

@media (max-width: 1023px) {
    .VV22_Promo .VV23_6ProdsAuthorized._goods{
        margin-bottom: 24px;
    }
    .VV25_Promo__Header{
        margin-bottom: 6px;
    }
    .VV25_Promo__ChipsWrap{
        margin-top: 16px;
    }
    .VV25_Promo__Chips .VV_ChipsItem{
        margin-right: 6px;
    }
    .VV25_Promo__Chips .VV_ChipsItem__ILayer{
        padding-left: 12px;
        padding-right: 12px;
    }
	.VV22_PromoProds {
	    margin: 0 0 41px;
	}
	.VV22_PromoProds__Header {
    	margin-bottom: 14px;
	}
	.VV22_PromoProds .VV_PagerMoreBtn {
	    margin-top: 0;
	    margin-bottom: 0;
	}
	.VV22_PromoSection__Title {
	    margin: 0 0 32px;
	}
	.VV22_PromoProds .Section__footer1 .VV_Button {
	    margin-top: 0;
	    margin-bottom: 0;
	}
	.VV22_PromoProds .VV_Pager2Columns{
		margin: 0;
	}
}

@media (max-width: 767px){
    .VV22_Promo .VV23_6ProdsAuthorized._goods{
        margin-bottom: 20px;
    }
    .FilterPanel._offers .FilterPanelInner{
        padding: 0;
    }
    .FilterPanel._offers .VV23_CategoryTagsWrapper{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        margin: 16px 0 0;
    }
    .FilterPanel._offers .FilterPanel__count{
        display: block;
        margin: 16px 0 0;
    }
    .VV25_Promo__Text{
        display: none;
    }
    .VV25_Promo__HeaderInfo{
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0 0 0 4px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: var(--light-tertiary);
    }
    .VV25_Promo__HeaderInfoIcon{
        fill: currentColor;
    }
    .VV25_Promo__ChipsWrap{
        margin-top: 12px;
    }
    .VV22_PromoSection._news {
    	margin: 0 0 22px;
	}
	.VV22_PromoProds .ProductCards__list {
	    margin: 0 -4px;
	}
	.VV22_PromoProds .ProductCards__item {
	    padding: 0 4px;
	    margin-bottom: 16px;
	}
	.VV22_PromoProds .VV_Pager2Columns{
		margin: 0;
	}
}

@media (max-width: 550px){
	.VV22_PromoProds__Body .VV_Button._mobile-md {
		width: 100%;
	}
}


/* Баннер 2023 */
.VV23_Promo_Header{
    position: relative;
    min-height: 360px;
    margin-bottom: 32px;
    padding: 58px 51px;
    border-radius: 40px;
    overflow: hidden;
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}
.VV23_Promo_Header__Bg{
    position: absolute;
    height: 100%;
    width: 659px;
    top: 0;
    right: 0;
    transform: skewX(-37.8deg);
    transform-origin: bottom;
}
.VV23_Promo_Header__Bg_Mobile{
    display: none;
}
.VV23_Promo_Header__Img{
    position: absolute;
    right: 0;
    bottom: 0;
}
.VV23_Promo_Header__Img._tablet,
.VV23_Promo_Header__Img._mobile{
    display: none;
}
.VV23_Promo_Header__Title{
    width: 352px;
    margin-bottom: 28px;
}
.VV23_Promo_Header__Text{
    width: 318px;
}

@media (max-width: 1279px) {
    .VV23_Promo_Header{
        min-height: 310px;
        padding: 33px 30px 45px;
    }
    .VV23_Promo_Header__Bg{
        width: 387px;
    }
    .VV23_Promo_Header__Img._desktop{
        display: none;
    }
    .VV23_Promo_Header__Img._tablet{
        display: block;
    }
    .VV23_Promo_Header__Title{
        margin-bottom: 12px;
    }
}

@media (max-width: 1023px) {
    .VV23_Promo_Header{
        min-height: 242px;
        border-radius: 20px;
    }
    .VV23_Promo_Header__Title{
        width: 260px;
    }
    .VV23_Promo_Header__Text{
        width: 260px;
    }
}

@media (max-width: 767px) {
    .VV23_Promo_Header{
        padding: 26px 20px 0px 10px;
    }
    .VV23_Promo_Header__Bg {
        width: 295px;
        height: 306px;
        top: auto;
        bottom: 0;
        transform: skewX(316deg);
    }
    .VV23_Promo_Header__Bg_Mobile{
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -24px;
        height: 68px;
        overflow: hidden;
    }
    .VV23_Promo_Header__Bg_Mobile ._gradient{
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    }
    .VV23_Promo_Header__Bg_Mobile ._round{
        position: absolute;
        top: -120px;
        right: 0;
        width: 254px;
        height: 257px;
        border-radius: 50%;
        transform: rotate3d(1, 0, 0, 65deg);
    }
    .VV23_Promo_Header__Img._tablet{
        display: none;
    }
    .VV23_Promo_Header__Img._mobile{
        display: block;
        position: relative;
        margin-left: auto;
        margin-right: -20px;
    }
    .VV23_Promo_Header__Title{
        position: relative;
        width: auto;
    }
    .VV23_Promo_Header__Text{
        position: relative;
        width: auto;
        margin-bottom: 6px;
    }
}

/* Присоединиться к программе лояльности, кнопка */
.VV22_BeLoyaltyBtn{
    position: fixed;
    left: 40px;
    bottom: 40px;
    z-index: 100;
    background: var(--berry1);
    -webkit-border-radius: 16px;
     -moz-border-radius: 16px;
          border-radius: 16px;
    color: var(--white);
    padding: 0;
    border: 0;
    -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
    text-align: left;
    cursor: pointer;
    -webkit-transition: .1s transform, .3s background-color;
    -o-transition: .1s transform, .3s background-color;
    -moz-transition: .1s transform, .3s background-color;
    transition: .1s transform, .3s background-color;
}
.bx-no-touch .VV22_BeLoyaltyBtn:hover{
    background-color: hsl(344, 79%, 43%);
}

@media (max-width:1023px) {
    .VV_Demand20PopInfoContainer .VV22_BeLoyaltyBtn {
        position: absolute;
        right: 10px;
        left:auto;
        bottom:auto;
    }
}
@media (min-width:1024px) {
    .VV_Demand20PopInfoContainer .VV22_BeLoyaltyBtn {
        position:static;
        margin: 0 0 20px;
    }
}

.VV22_BeLoyaltyBtn__Row{
    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;
    padding: 12px;
}
.VV22_BeLoyaltyBtn__Col._img{
    -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.VV22_BeLoyaltyBtn__Col._img ~ .VV22_BeLoyaltyBtn__Col._text{
    margin-left: 8px;
}
.VV22_BeLoyaltyBtn__Img{
    display: block;
}

@media (max-width: 1023px){
    .VV22_BeLoyaltyBtn {
        left: auto;
        right: 34px;
        bottom: 69px;
        -webkit-border-radius: 6px;
         -moz-border-radius: 6px;
              border-radius: 6px;
    }
    .VV22_BeLoyaltyBtn{
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    body._btn-lty-moved .VV22_BeLoyaltyBtn{
        -webkit-transform: translateY(-54px);
        -moz-transform: translateY(-54px);
        -ms-transform: translateY(-54px);
        -o-transform: translateY(-54px);
        transform: translateY(-54px);
    }
    .VV_Demand20PopInfo .VV22_BeLoyaltyBtn{
        -webkit-transform: translateY(-64px);
        -moz-transform: translateY(-64px);
        -ms-transform: translateY(-64px);
        -o-transform: translateY(-64px);
        transform: translateY(-64px);
    }
    body._btn-lty-moved .VV_Demand20PopInfo .VV22_BeLoyaltyBtn{
        -webkit-transform: translateY(-120px);
        -moz-transform: translateY(-120px);
        -ms-transform: translateY(-120px);
        -o-transform: translateY(-120px);
        transform: translateY(-120px);
    }
    .VV22_BeLoyaltyBtn__Row{
        -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;
        padding: 0;
        width: 44px;
        height: 44px;
    }
    .VV22_BeLoyaltyBtn__Col._text{
        display: none;
    }
    .VV22_BeLoyaltyBtn__Img{
        width: 32px;
        height: auto;
    }
}

@media (max-width: 767px){
    .VV22_BeLoyaltyBtn {
		right: 10px;
	}
}


/* таб все товары*/
.VV_Tabs__item._all_url {
    display:block;
    position:absolute;
    top:0;
    right:0;
    margin-right: 0;
    margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
    .VV_Tabs__item._all_url {
        width:32px;
        height:32px;
        top:-6px
    }
    .VV_Tabs__item._all_url .VV_Tabs__link {
        font-size: 0;
        color: transparent!important;
        width:32px;
        height:32px;
        background: url("data:image/svg+xml,%3Csvg width='9' height='14' viewBox='0 0 9 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.36385 5.77777L2.38048 1.22597C1.95896 0.840958 1.31338 0.840991 0.891898 1.22605C0.412903 1.66365 0.412941 2.41805 0.89198 2.8556L5.72769 7.27253L0.891938 11.6895C0.412866 12.1271 0.412696 12.8815 0.89157 13.3193C1.31318 13.7047 1.95923 13.7048 2.38098 13.3195L7.36385 8.76729L9 7.27253L7.36385 5.77777Z' fill='%23949494'/%3E%3C/svg%3E%0A") 50% 50% no-repeat;

    }
}

/*axord 100123*/
.VV22_Promo__Body .VVCatalog2020{
    margin-top: 0;
}
.VVCatalog2020Menu {
    overflow: hidden;
}
.VVCatalog2020 .FilterPanel {
    height:44px
}
/*.VVCatalogElements2020 .FilterPanel__count {
    font-size: 24px;
}*/
.VVCatalog2020._no-side .VVCatalog2020__Btn._show {
    display:inline-flex;
    margin-right:129px
}
.VVCatalog2020__Col._side .VVCatalog2020__Btn {
    margin:0 0 20px
}
.VVCatalog2020._no-side .FilterPanel {
    margin-bottom:24px;
    height:auto
}
@media (max-width: 1279px){
    .VVCatalog2020._no-side .VVCatalog2020__Btn._show {
        margin-right:65px
    }
}
@media (max-width: 1023px){
    .VVCatalog2020__Btn {
        display:none
    }
}
@media (max-width:767px) {
    .VVCatalogElements2020 .FilterPanel__count {
        font-size: 15px;
    }
    .VVCatalog2020 .FilterPanel{
        height: auto;
    }
    .VVCatalog2020FilterToggler{
        margin-top: 0;
    }
}

.CatalogFilterEmptyRes {
    background: #F9F9F9;
    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: #949494;
    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;
    }
}

.CategoriesSection .Section__header {
    cursor:initial
}

/* Кнопка открытия категорий на мобилках */
.VVCatalog2020SubmenuToggler{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 13px 12px;
    border: 0;
}
.VVCatalog2020SubmenuToggler._active{
    margin-bottom: 0;
}
.VVCatalog2020SubmenuToggler._active .VVCatalog2020SubmenuToggler__Arrow{
    transform: rotate(180deg);
}

@media (min-width: 1024px) {
    .VVCatalog2020SubmenuToggler{
        display: none;
    }
    .VVCatalog2020Submenu{
        display: block !important;
    }
}

@media (max-width: 1023px) {
    .VVCatalog2020Panel._both{
        margin: 0 0 16px;
    }
    .VVCatalog2020Menu__Link{
        margin-bottom: 0;
    }
    .VVCatalog2020Submenu{
        display: none;
    }
    .VVCatalog2020Submenu > li:first-child{
        display: none;
    }
}

/* Баннер манго 2023 */
.VV23_OffersBannerMango__Wrapper{
    width: 100% !important;
}
.VVCatalog2020._withSide .VV23_OffersBannerMango__Wrapper._no-side{
    display: none;
}
.VVCatalog2020._no-side .VV23_OffersBannerMango__Wrapper._withSide{
    display: none;
}

.VV23_OffersBannerMango{
    position: relative;
    width: 100%;
    padding: 27px 32px 26px 480px;
    background: var(--light-brand2-container-fill);
    border-radius: 24px;
    overflow: hidden;
}
.VV23_OffersBannerMango__Img{
    position: absolute;
    left: 0;
    top: 0;
}
.VV23_OffersBannerMango__Img ._mobile,
.VV23_OffersBannerMango__Img ._tablet,
.VV23_OffersBannerMango__Img ._desktop-sm{
    display: none;
}
.VV23_OffersBannerMango__Inner{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.VV23_OffersBannerMango__Left{
    margin-right: 16px;
}
.VV23_OffersBannerMango__Title{
    color: var(--light-brand2);
}
.VV23_OffersBannerMango__Text{
    color: var(--light-brand2);
}
.VV23_OffersBannerMango__Button{
    min-width: 150px;
    flex-shrink: 0;
}

.VV23_OffersBannerMango__Wrapper._withSide .VV23_OffersBannerMango{
    padding-left: 311px;
}
.VV23_OffersBannerMango__Wrapper._withSide .VV23_OffersBannerMango__Img ._desktop{
    display: none;
}
.VV23_OffersBannerMango__Wrapper._withSide .VV23_OffersBannerMango__Img ._desktop-sm{
    display: block;
}

@media (max-width: 1279px) {
    .VV23_OffersBannerMango{
        padding-left: 350px;
    }
    .VV23_OffersBannerMango__Img{
        left: -100px;
    }

    .VV23_OffersBannerMango__Wrapper._withSide .VV23_OffersBannerMango{
        padding-left: 258px;
    }
    .VV23_OffersBannerMango__Wrapper._withSide .VV23_OffersBannerMango__Img ._desktop-sm{
        display: none;
    }
    .VV23_OffersBannerMango__Wrapper._withSide .VV23_OffersBannerMango__Img ._tablet{
        display: block;
    }
}

@media (max-width: 1279px) and (min-width: 1024px) {
    .VV23_OffersBannerMango__Wrapper._withSide .VV23_OffersBannerMango {
        padding: 23px 32px 20px 250px;
    }
    .VV23_OffersBannerMango__Wrapper._withSide .VV23_OffersBannerMango__Title{
        font-size: 24px;
    }
    .VV23_OffersBannerMango__Wrapper._withSide .VV23_OffersBannerMango__Text{
        font-size: 13px;
    }
    .VV23_OffersBannerMango__Wrapper._withSide .VV23_OffersBannerMango__Img{
        left: 0;
    }
}

@media (min-width: 1024px) {
    .VV23_OffersBannerMango__Button._mobile{
        display: none;
    }
}

@media (max-width: 1023px) {
    .VV23_OffersBannerMango{
        margin-top: -4px;
        margin-bottom: -4px;
        padding: 22px 32px 21px 258px;
        background: var(--light-brand2-container-fill);
    }
    .VV23_OffersBannerMango__Img{
        left: 0;
    }
    .VV23_OffersBannerMango__Img ._desktop{
        display: none;
    }
    .VV23_OffersBannerMango__Img ._tablet{
        display: block;
    }
    .VV23_OffersBannerMango__Button._desktop{
        display: none;
    }
}

@media (min-width: 768px) {
    .VV23_OffersBannerMango__Wrapper._mobile{
        display: none;
    }
}

@media (max-width: 767px) {
    .VV23_OffersBannerMango__Wrapper._desktop{
        display: none;
    }
    .VV23_OffersBannerMango{
        margin: 0;
        padding: 16px !important;
        border-radius: 12px;
    }
    .VV23_OffersBannerMango__Inner{
        align-items: flex-end;
    }
    .VV23_OffersBannerMango__Img{
        left: auto;
        right: 0;
        bottom: 0;
    }
    .VV23_OffersBannerMango__Img ._tablet{
        display: none !important;
    }
    .VV23_OffersBannerMango__Img ._mobile{
        display: block;
        min-height: 100%;
        width: auto;
    }
    .VV23_OffersBannerMango__Button{
        min-width: 0;
        padding-left: 14px;
        padding-right: 14px;
    }
    .VV23_OffersBannerMango__Left{
        margin-right: 12px;
        max-width: 240px;
    }
}

/* 6 prods tab */
.VVCatalog2020Menu {
    border: 1px solid var(--light-outline);
    border-radius: 8px;
}
.VVCatalog2020__Col._side .VVCatalog2020__Btn {
    margin: 0 0 18px;
}
.VVCatalog2020Submenu__Item._active .VVCatalog2020Submenu__Link{
    padding: 14px 10px 14px 10px;    
}
.VVCatalog2020Submenu__Link{
    padding: 7px 10px 7px 10px;
}
@media (max-width: 1023px){
    .VVCatalog2020Menu{
        border: 0;
        border-radius: 0;
        padding: 0;
        margin-bottom: 0;
    }
}
@media (max-width: 767px){
    .VVCatalog2020Submenu__Link {
        padding: 7px 10px 7px 10px;
    }
}

.js-bonuses[data-tab="prod6"] .VVCatalog2020{
    display: none;
}

.js-bonuses:not([data-tab="prod6"]) .VV23_ActionPage6Prod{
    display: none;
}

.VV23_ActionPage6Prod{
    margin: 0 0 30px;
}
.VV23_ActionPage6Prod .VV23_6ProdsNoAuth {
    margin: 0;
}
/* End */


/* Start:/local/templates/main-responsive/css/auth_banner.css?17520498106265*/
/* Авторизация в акциях */
.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 24px;
    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 .VV25_Promo_AuthBanner__Link{
    position: relative;
    white-space: nowrap;
}
.VV25_Promo_AuthBanner .VV25_Promo_AuthBanner__Link:before{
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: currentColor;
}
.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 (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: 20px;
    }
    .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;
    }
    .VV25_Promo_AuthBanner .VV25_Promo_AuthBanner__Link:before{
        bottom: 1px;
    }
}
@media (max-width: 767px){
    .VV25_Promo_AuthBanner{
        padding: 16px;
        margin-bottom: 16px;
    }
    .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;
    }
    .VV25_Promo_AuthBanner .VV25_Promo_AuthBanner__Link:before{
        bottom: 1px;
        height: 1px;
    }
}
/* 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/components/bitrix/news.list/bonuses/style.css?17392760029662*/

.VV_PromoCards__list{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -12px -24px;
}
.PromoCards__item{
    width: 100%;
    padding: 0 12px;
    margin: 0 0 24px;
}
.PromoCards__item._w50{
    width: 50%;
}
.PromoCards__item._partners{
    margin-top: 20px;
}

@media (max-width: 550px){
    .PromoCards__item._mobile-hide{
        display: none;
    }
    .VV_PromoCards__list{
        display: block;
        margin: 0;
    }
    .PromoCards__item{
        padding: 0;
        width: auto;
    }
    .PromoCards__item._w50{
        width: auto;
    }
    .PromoCards__item._partners {
        margin-top: 45px;
    }
}

/* Products */
    .VV22_PromoSection._actions{
        margin: 0 0 40px;
    }

/* Promo cards */
    .VV_PromoCard{
        position: relative;
    }
    .VV_PromoCard__ImgWrp{
        position: relative;
        -webkit-border-radius: 20px;
           -moz-border-radius: 20px;
                border-radius: 20px;
        overflow: hidden;
        padding-top: 56%;
        margin: 0 0 16px;
    }
    .VV_PromoCard__Img{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-border-radius: 20px;
           -moz-border-radius: 20px;
                border-radius: 20px;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: 50% 50%;
           object-position: 50% 50%;
        -webkit-transition: -webkit-transform .6s ease;
        -o-transition: transform .6s ease;
        transition: -webkit-transform .6s ease;
        -o-transition: -o-transform .6s ease;
        -moz-transition: transform .6s ease, -moz-transform .6s ease;
        transition: transform .6s ease;
        transition: transform .6s ease, -webkit-transform .6s ease, -moz-transform .6s ease, -o-transform .6s ease;
        transition: transform .6s ease, -webkit-transform .6s ease;
    }
    .VV_PromoCard__Date{
        margin: 0 0 12px;
    }
    .bx-no-touch .VV_PromoCard:hover .VV_PromoCard__Img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -moz-transform: scale(1.1);
          -o-transform: scale(1.1);
             transform: scale(1.1);
    }
    .VV_PromoCard__Title{
        margin: 0 0 6px;
    }
    .VV_PromoCard__TitleLink{
        color: var(--gray900) !important;
    }
    .VV_PromoCard__TitleLink:after{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    @media (max-width: 1023px){
        .VV_PromoCard__ImgWrp{
            -webkit-border-radius: 12px;
               -moz-border-radius: 12px;
                    border-radius: 12px;
        }
        .VV_PromoCard__Img{
            -webkit-border-radius: 12px;
               -moz-border-radius: 12px;
                    border-radius: 12px;
        }
        .VV_PromoCard__Date{
            margin: 0 0 12px;
        }
    }

/* Promo empty card */
    .VV_PromoEmptyCard{
        display: block;
        color: var(--redToPink1);
        background-color: var(--redToPink1);        
        -webkit-border-radius: 20px;        
           -moz-border-radius: 20px;        
                border-radius: 20px;
        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;
        min-height: 328px;
        padding: 24px 24px 24px;
        position: relative;
        overflow: hidden;
    }
    .VV_PromoEmptyCard__Title{
        margin: 0 0 16px;
    }
    .VV_PromoEmptyCard__Top{
        margin-bottom: 20px;
        position: relative;
        z-index: 2;
    }
    .VV_PromoEmptyCard__Bottom{
        margin-top: auto;
        position: relative;
        z-index: 2;
    }
    .VV_PromoEmptyCard__Desc{
        max-width: 400px;
    }
    .VV_PromoEmptyCard__Bg{
        position: absolute;
        z-index: 1;
        bottom: -44px;
        right: -30px;
    }

/* Skewed 2 columns banner */
    .VV_Swd2CBanner{
        position: relative;
        background: var(--redToPink1);
        color: var(--white);
    }
    .VV_Swd2CBanner__Corner{
        position: absolute;
        fill: var(--white);
        z-index: 2;
    }
    .VV_Swd2CBanner__Corner._top-left{
        top: -1px;
        left: -1px;
        width: 53px;
        height: 72px;
    }
    .VV_Swd2CBanner__Corner._top-center{
        top: -1px;
        left: 51px;
        width: -webkit-calc(100% - 91px);
        width: -moz-calc(100% - 91px);
        width: calc(100% - 91px);
        height: 27px;
    }
    .VV_Swd2CBanner__Corner._top-right{
        top: -1px;
        right: -1px;
        width: 42px;
        height: 51px;
    }
    .VV_Swd2CBanner__Corner._bottom-left{
        bottom: -1px;
        left: -1px;
        width: 53px;
        height: 117px;
    }
    .VV_Swd2CBanner__Corner._bottom-center{
        bottom: -1px;
        left: 51px;
        width: -webkit-calc(100% - 91px);
        width: -moz-calc(100% - 91px);
        width: calc(100% - 91px);
        height: 71px;
    }
    .VV_Swd2CBanner__Corner._bottom-right{
        bottom: -1px;
        right: -1px;
        width: 42px;
        height: 51px;
    }
    .VV_Swd2CBanner__CornersBlocks._tablet,
    .VV_Swd2CBanner__CornersBlocks._mobile{
        display: none;
    }
    .VV_Swd2CBanner__Row{
        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;
        padding: 80px 103px 110px 64px;
    }
    .VV_Swd2CBanner__Col._main{
        width: 68%;
        padding-right: 30px;
    }
    .VV_Swd2CBanner__Col._text{
        width: 40%;
    }
    .VV_Swd2CBanner__TopTitle{
        margin: 0 0 24px;
    }
    .VV_Swd2CBanner__BtnWrp{
        margin: 40px 0 0;
    }
    .VV_Swd2CBanner__Col._text .VV_Swd2CBanner__BtnWrp{
        display: none;
    }
    .VV_Swd2CBanner__BtnWrp .VV_Button{
        min-width: 150px;
    }

@media (max-width: 1023px){
    .VV_Swd2CBanner__Corner._top-left {
        width: 25px;
        height: 46px;
    }
    .VV_Swd2CBanner__Corner._top-center{
        left: 24px;
        width: -webkit-calc(100% - 50px);
        width: -moz-calc(100% - 50px);
        width: calc(100% - 50px);
        height: 22px;
    }
    .VV_Swd2CBanner__Corner._top-right{
        width: 29px;
        height: 31px;
    }
    .VV_Swd2CBanner__Corner._bottom-left{
        width: 25px;
        height: 72px;
    }
    .VV_Swd2CBanner__Corner._bottom-center{
        left: 24px;
        width: -webkit-calc(100% - 50px);
        width: -moz-calc(100% - 50px);
        width: calc(100% - 50px);
        height: 48px;
    }
    .VV_Swd2CBanner__Corner._bottom-right{
        width: 29px;
        height: 31px;
    }
    .VV_Swd2CBanner__CornersBlocks._desktop{
        display: none;
    }
    .VV_Swd2CBanner__CornersBlocks._tablet{
        display: block;
    }

    .VV_Swd2CBanner__Row {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding: 59px 41px 66px 40px;
    }
    .VV_Swd2CBanner__Col._text {
        width: 48%;
        padding: 45px 0 0;
    }
    .VV_Swd2CBanner__BtnWrp .VV_Button {
        min-width: 142px;
    }
    .VV_PromoEmptyCard__Bg {
        bottom: -31px;
        right: -23px;
        width: 150px;
        height: auto;
    }
}

@media (max-width: 767px){
    .VV_Swd2CBanner__Corner._top-left {
        width: 25px;
        height: 34px;
    }
    .VV_Swd2CBanner__Corner._top-center{
        left: 22px;
        width: -webkit-calc(100% - 36px);
        width: -moz-calc(100% - 36px);
        width: calc(100% - 36px);
        height: 13px;
    }
    .VV_Swd2CBanner__Corner._top-right{
        width: 19px;
        height: 27px;
    }
    .VV_Swd2CBanner__Corner._bottom-left{
        width: 24px;
        height: 43px;
    }
    .VV_Swd2CBanner__Corner._bottom-center{
        left: 23px;
        width: -webkit-calc(100% - 39px);
        width: -moz-calc(100% - 39px);
        width: calc(100% - 39px);
        height: 23px;
    }
    .VV_Swd2CBanner__Corner._bottom-right{
        width: 19px;
        height: 23px;
    }
    .VV_Swd2CBanner__CornersBlocks._tablet{
        display: none;
    }
    .VV_Swd2CBanner__CornersBlocks._mobile{
        display: block;
    }

    .VV_Swd2CBanner__Row {
        display: block;
        padding: 30px 20px 40px 20px;
    }
    .VV_Swd2CBanner__Col._main {
        width: auto;
        padding-right: 0;
        margin: 0 0 12px;
    }
    .VV_Swd2CBanner__Col._main .VV_Swd2CBanner__BtnWrp{
        display: none;
    }
    .VV_Swd2CBanner__TopTitle {
        margin: 0 0 10px;
    }
    .VV_Swd2CBanner__Col._text {
        width: 100%;
        padding: 0;
    }
    .VV_Swd2CBanner__Col._text .VV_Swd2CBanner__BtnWrp {
        margin: 15px 0 0;
        display: block;
    }
    .VV_Swd2CBanner__BtnWrp .VV_Button {
        min-width: 100px;
    }
}

/* End */
/* /local/components/ameton/catalog_api/templates/catalog/css/sections_all_col.css?17490346825502 */
/* /offers/style.css?175204981019459 */
/* /local/templates/main-responsive/css/auth_banner.css?17520498106265 */
/* /local/templates/main-responsive/assets/nouislider/nouislider.min.css?17410100666050 */
/* /local/templates/main-responsive/css/inset_6prods.css?174765108629356 */
/* /local/templates/main-responsive/components/bitrix/news.list/bonuses/style.css?17392760029662 */
