

/* 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/templates/main-responsive/css/product_detail.css?175069920737356*/
.Product__text--gray {
    color: var(--gray500)
}

.Product{
    margin: 0 0;
}

/* Унифицированные заголовки блоков описания */
.Product__Block{
    margin-bottom: 16px;
}
.Product__Block:last-child{
    margin-bottom: 32px;
}
.Product__BlockTitle{
    margin-bottom: 7px;
}

/* Строка с параметрами Срок годности, вес и т.д.*/


.Product__list {
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.Product__list:not(:has(li)) {
    margin: 0;
}
.Product__listItem {
    margin-top: .3125rem;
    margin-right: .625rem
}



/*Пищевая и энергетическая ценность */

.Product__details-text{
    line-height: 1.2;
}


/* Фото */
.Product__gallery {
    margin-bottom: 14px;
    overflow: initial;
    max-width: 530px;
    margin: 0 auto 14px;
    position: relative;
}
.Product__galleryInner {
    overflow: hidden;
}
.Product__gallery .VV_SliderBtn.swiper-button-disabled {
    opacity: .3
}
.Product__gallery .Slider__slider.swiper-container-horizontal .Slider__pagination {
    right: .625rem;
    bottom: .625rem;
    left: auto;
    top:16px;
    right:16px;
    bottom:auto;
}
.Product__gallery .Slider__slider.swiper-container-horizontal .Slider__item {
    padding:0;
}
._phone_device .Product__gallery .Slider__slider.swiper-container-horizontal .Slider__pagination {
    z-index:2
}
._phone_device .Product__gallery .Slider__slider.swiper-container-horizontal .Slider__item {
    z-index:1
}
._phone_device .Product__gallery .Slider__slider.swiper-container-horizontal .Slider__item.swiper-slide-active {
    z-index:2
}

.Product__gallery .VV_SliderBtn._prev,
.Product__gallery .VV_SliderBtn._next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left:auto;
    top:auto;
    bottom:16px;
    margin:0;
    width:45px;
    height:45px;
}
.Product__gallery .VV_SliderBtn._prev {
    right:69px;
}
.Product__gallery .VV_SliderBtn._next {
    right:16px;
}
.ProductGallery .Slider__slider.swiper-container-fade .Slider__item{
    -webkit-transition-property:opacity;
    -o-transition-property:opacity;
    transition-property:opacity;
    pointer-events:none;
}
.ProductGallery .Slider__slider.swiper-container-fade .Slider__item.swiper-slide-active{
    pointer-events:auto;
}

.ProductGallery__image {
    border-radius: 8px;
    overflow:hidden
}
.ProductGallery__image img {
    width:100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
}

.ProductGallery {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.ProductGallery .Slider__list {
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.ProductGallery .Slider__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.ProductGallery .Slider__item {
    width: 100%;
    display: flex;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.ProductGallery .Slider__slider.swiper-container-horizontal {
    margin-right: 0;
    margin-left: 0
}

.ProductGallery .Slider__slider.swiper-container-horizontal .Slider__itemInner {
    padding-right: 0;
    padding-left: 0
}

.ProductGallery .Slider__slider.swiper-container-horizontal .Slider__pagination {
    height: 1.6875rem;
    padding: 0 .625rem;
    position: absolute;
    bottom: auto;
    left: auto;
    border-radius: 1.875rem;
    background-color: rgba(0, 0, 0, .6);
    color: var(--white);
    font-weight: 300;
    font-size: .8125rem;
    line-height: 1.6875rem;
}

.Product__galleryThumbs,
.VV23_ProductGallery_PaginationMobile{
    display: none;
}

@media (min-width: 1280px) {
    .Product__cols._with-thumbs .Product__col--gallery {
        width: 590px;
    }
    .Product__cols._with-thumbs .Product__ColRight {
        width: 590px;
        padding-right: 60px;
    }
    .Product__cols._with-thumbs .Product__gallery{
        max-width: 590px;
        margin-right: -60px;
    }
    .Product__cols._with-thumbs .Product__galleryInner {
        display: flex;
        margin-right: -1px;
        padding-right: 1px;
        margin-top: -1px;
        padding-top: 1px;
    }
    .Product__cols._with-thumbs .ProductGallery{
        overflow: hidden;
    }
    .Product__cols._with-thumbs .Product__galleryThumbs{
        position: relative;
        display: block;
        margin-left: 8px;
    }
    .Product__cols._with-thumbs .Product__galleryThumbsSlider{
        max-height: 226px;
        margin-bottom: 7px;
        overflow: hidden;
        padding: 1px;
        opacity: 0;
        visibility: hidden;
    }
    .Product__cols._with-thumbs .Product__galleryThumbsSlider.swiper-container-initialized{
        opacity: 1;
        visibility: visible;
    }
    .Product__cols._with-thumbs .Product__galleryThumb{
        width: 50px;
        height: 50px !important;
        /* margin-bottom: 8px; */
        border-radius: 8px;
        overflow: hidden;
        cursor: pointer;
    }
    .Product__cols._with-thumbs .Product__galleryThumb.swiper-slide-thumb-active{
        border: 3px solid var(--white);
        box-shadow: 0 0 0 1px var(--green500);
    }
    .Product__cols._with-thumbs .Product__galleryThumb img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .Product__cols._with-thumbs .Product__galleryThumb.swiper-slide-thumb-active img{
        width: calc(100% + 6px);
        height: calc(100% + 6px);
        transform: translate(-3px, -3px);
    }

    .Product__galleryThumbsNavBtn{
        position: relative;
        display: flex;
        justify-content: center;
        width: 50px;
        height: 24px;
        margin-left: 1px;
        border-radius: 8px;
        background: transparent;
        cursor: pointer;
        transition: .3s;
        opacity:0;
    }
    .swiper-container-initialized ~ .Product__galleryThumbsNav .Product__galleryThumbsNavBtn {
        opacity:1;
    }

    .Product__galleryThumbsNav.swiper-button-disabled{
        display: none;
    }

    .Product__galleryThumbsNavBtn:hover{
        background: var(--gray50);
    }

    .Product__galleryThumbsNav._prev{
        position: absolute;
        top: 0;
        z-index: 1;
    }
    .Product__galleryThumbsNav._prev:before{
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 52px;
        height: 37px;
        background: linear-gradient(180deg, #FFF 0%, #FFF 71.49%, rgba(255, 255, 255, 0.00) 100%);
    }
    .ProductGallery .Slider__slider.swiper-container-horizontal .Slider__pagination,
    .Product__gallery .VV_SliderBtn._prev,
    .Product__gallery .VV_SliderBtn._next {
        display: none;
    }
}

@media screen and (min-width:768px) {
    .Product__gallery {
        margin-bottom: 33px;
    }
}

@media screen and (max-width:767px) {
    .Product--fresh .ProductGallery {
        padding-right: 10px;
        padding-left: 10px;
    }
    .Product__cols .Product__gallery {
        max-width: none;
        margin: 0 -10px 32px;
    }
    .ProductGallery .Slider__slider.swiper-container-horizontal:not([data-slider-slides-cnt="1"]) .Slider__item{
        width: calc(100% - 28px);
    }
    .Product__gallery .Slider__slider.swiper-container-horizontal .Slider__pagination{
        display: none;
    }
    .VV23_ProductGallery_PaginationMobile{
        position: absolute;
        bottom: -15px;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
        z-index: 1;
    }
    .VV23_ProductGallery_PaginationMobile__Dot{
        width: 6px;
        height: 6px;
        margin-left: 3px;
        margin-right: 3px;
        border-radius: 50%;
        background: var(--gray500);
        opacity: .3;
    }
    .VV23_ProductGallery_PaginationMobile__Dot._current{
        background: var(--gray900);
        opacity: 1;
    }
    .Product__gallery .Slider__button{
        display: none;
    }
    .Product__gallery .Slider__item{
        -ms-touch-action: none;
        touch-action: none;
    }
    .Product__gallery .VV_SliderBtn._next,
    .Product__gallery .VV_SliderBtn._prev{
        display: none;
    }
}

@media (max-width: 374px) {
    .ProductGallery .Slider__slider.swiper-container-horizontal:not([data-slider-slides-cnt="1"]) .Slider__item{
        width: calc(100% - 4px);
    }
}

/* видео */
._detailProdPage .fancybox-slide--video{
    padding-left: 100px;
    padding-right: 100px;
}
.Product__video {
    overflow: initial;
    max-width: 530px;
    margin: 0 auto;
    position: relative;
}
.Product__videoInner {
    position: relative;
    overflow: hidden;
    background: var(--gray50);
    border-radius: 12px;
}

.Product__videoImage{
    max-width: 100%;
    width: 100%;
}

.Product__videoBtn{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.Product__videoBtn-inner{
  position: absolute;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  height: 60px;
  padding: 8px 2px 8px 8px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 102px;
    margin: auto;
    background-image: url('/local/templates/main-responsive/img/product-video-play.svg');
}

.Product__videoBtn-play{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: var(--green400);
  border-radius: 20px;
}

.Product__videoBtn-duration{
  flex-grow: 1;
  text-align: center;
}

@media (min-width: 1024px){
    .ProductGallery__item.Slider__item._tablet{
        display: none;
    }
    .Product__videoBtn._mobile {
        display:none
    }    
}

@media (max-width: 1023px){
    .Product__video._desktop{
        display: none;
    }
}

@media (max-width: 767px){
    ._detailProdPage .fancybox-slide--video{
        padding-left: 0px;
        padding-right: 0px;
    }
    .Breadcrumbs{
        margin-bottom: 0;
    }
}
#js-modal-video{
    z-index: 1051;
}

/* Рецепты */
.Product__recipes .PostsSection__container.Section__container.Container {
    width: 100%;
    padding: 0;
}

.Product__recipes .Section__header{
    margin-bottom: 0;
}

.Product__recipes._desktop{
    margin-top: 30px;
}
.Product__recipes._desktop .Product__recipes__Title{
    margin-bottom: 20px;
}

@media (min-width: 1024px){
    .Product__recipes._tablet{
        display: none;
    }
}
@media (max-width: 1023px){
    .Product__recipes._desktop{
        display: none;
    }
    .Product__recipes{
        margin-bottom: 10px;
    }
    .Product__recipes._tablet .Product__recipes__Title{
        margin-bottom: 12px;
    }
}
@media (max-width: 767px){
    .Product__recipes{
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: 10px;
    }
    .Product__recipes .PostCards .Slider__list{
        padding-left: 10px;
    }
    .Product__recipes._tablet .Product__recipes__Title{
        margin-left: 10px;
    }
}

/* Описание */

.Product__descMore {
    color: var(--green500);
    cursor: pointer;
    transition: color .2s ease
}

.Product__descMore:hover {
    color: var(--gray900)
}


/*Состав*/
.Product__compositionMore {
    color: var(--green500);
    cursor: pointer;
    transition: color .2s ease
}
.Product__compositionMore:hover {
    color: var(--gray900)
}
.Product__composition .TooltipContainer {
    margin-top: 5px;
}


/* Колонки и шапка*/
.Product__cols+.Product__cols {
    padding-top: 1.875rem;
    border-top: 1px solid var(--gray200)
}

.Product__head {
    margin-bottom:20px;
}

.Product__headTitle {
    margin-bottom:10px
}

.Product__title {
    font-size: 40px;
    font-weight: 700;
    line-height:120%;
    margin:0
}

.Product__headWeightQ {
    margin-bottom:16px;
    position:relative
}

.Product__head .ProductCard__weight,
.Product__head .ProductLkRest {
    display:inline-block;
    width:auto;
    margin:0;
    position:static;
}
.ProductLkRest {
    color:var(--green500);
    font-weight:500;
    margin:-20px 0 20px
}
.ProductLkRest._low {
    color:var(--yelloworange3);
}
.ProductLkRest._empty {
    color:var(--redToPink4);
}
.ProductLkRest._soon-stockout {
    color:var(--light-ptag5);
    font-weight: normal;
}
.ProductFull .ProductLkRestDot {
    color: var(--gray500);
    background: var(--gray500);
    width: 3px;
    height: 3px;
    border-radius: 50%;
    flex-shrink: 0;
    margin: 0 8px;
    align-self: center;
}
.Product__head .ProductCard__weight .Tooltip__trigger .SvgIcon {
    color:var(--gray400)
}
.Product--fresh .Product__cols {
    margin-bottom: 16px;
}


@media screen and (min-width:768px) {
    .Product__cols+.Product__cols {
        padding-top: 0;
        margin-top: 1.875rem;
        border-top: 0
    }
    .ProductLkRest._soon-stockout {
        font-weight: 500;
    }
    .Product--fresh .Product__cols {
        margin-bottom: 24px;
    }
}
@media screen and (min-width:1024px) {
    .Product--fresh .Product__cols {
        margin-bottom: 40px;
    }
    .Product__cols {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .Product__cols+.Product__cols {
        margin-top: 5rem
    }

    .Product__cols {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .Product--fresh .Product__col--content {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .Product--fresh .Product__col--gallery {
        width: 27rem;
        margin-left: 1.5rem;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
}

@media screen and (min-width:1280px) {
    .Product--fresh .Product__col--content {
        width:636px
    }

    .Product--fresh .Product__col--gallery {
        width: 33.75rem
    }
}
@media(max-width:1023px) {
    .Product__title {
        font-size: 30px;
    }
}
@media screen and (max-width:767px) {
    .Product__head {
        margin-bottom:16px;
    }
    .Product__title {
        font-size: 24px;
    }
    .Product__headTitle {
        margin-bottom:8px;
    }
    .Product__cols {
        padding-right: 0;
        padding-left: 0;
        margin-right: 0;
        margin-left: 0;
    }
}

/* Цена */
.Product__headPrice {
    margin-bottom:8px
}
.Product__headPrice .Price .Price__value,
.Product__headPrice .Price .Price__unit {
    font-weight: 500;
}

.Product__headPrice .Price__imgAb{
    position: relative;
    top: 2px;
    margin-right: 6px;
}
.Product__priceItem {
    align-items: baseline;
}
.Product__headPrice .Price.Price--lg{
    font-weight: 500;
}
.Product__headPrice .Price.Price--lg {
    font-size:24px;
    line-height:1.2;
    border-radius: 6px;
    padding: 5px 0 4px;
    margin-right: 10px;
    display: inline-flex;
    align-items: baseline;
}
.Product__headPrice .Price.Price--lg .Price__unit{
    margin-left: 3px;
}
.Product__headPrice .Price.Price--lg.Price--label{
    padding-left: 11px;
    padding-right: 11px;
}
.Product__headPrice .Price--label:before,
.Product__headPrice .Price--label:after {
    width: 10px;
    height: 10px;
}
.Product__headPrice .Price--label:before{
    left: -5px;
}
.Product__headPrice .Price--label:after{
    right: -5px;
}

.Product__headPrice .Price--label {
    padding: 4px 8px;
}
.Product__headPrice .Price.Price--lg + .Price--cross,
.Product__headPrice .Price.Price--lg + .Price--sm {
    margin-left:12px;
}
.Product__headPrice .Price._last{
    font-size: 20px;
}
.Product__headPrice .Price._last:before{
    height: 1px;
    top: calc(50% - 2px);
    transform: none;
}
.bx-mac .Product__headPrice .Price._last:before{
    margin: -1px;
}
.Product__headPrice .Price--sm {
    font-size: 20px;
    line-height: 120%;
}
.Product__headPrice .ProductCard__notice {
    margin:4px 0 0 0;
    line-height: 140%;
}

.Product__headPrice .AccentText {
    font-size: 13px;
    line-height: 140%;
}

.Product__price .Price {
    font-weight:500;
    margin-right:6px;
}

body._detailProdPage .Product__price .Price__imgLP{
    position: relative;
    top: 3px;
}
.Price__imgLP {
    fill:var(--berry1)
}

/* Комменты */
.Product--fresh .Rating--default .Rating__text {
    font-size:27px;
    color:var(--yelloworange3)
}
.ProductCommentsRatings {
    margin-bottom:20px;
    margin-left: .9375rem;
    display: inline-block;
}
.ProductCommentsRating {
    display:flex;
    margin-bottom:8px;
    align-items:center;
}
.ProductCommentsRatingRadio {
    margin-right:6px
}

.ProductCommentsRatingText {
    font-size: 13px;
    line-height: 120%;
    color: var(--gray900);
    width:150px
}
.ProductCommentsRating--avg {
    color:var(--yelloworange3)
}
.ProductCommentsRating--cnt {
    color:var(--gray500)
}

.ProductCommentsRatingStars {
    height:15px
}
.ProductCommentsRating .Rating__icon {
    width:1rem
}

.ProductCommentsBrands {
    margin: 0 -10px 28px;
    padding-left: 10px;
}
.VV23_DetailProdPageInfoTabs__BodyItem .CommentForm__header{
    display: none;
}
.CommentForm__header {
    padding: 0 .9375rem;
}
.comment-edit .CommentForm__header {
    padding: 0;
}
.ReviewsApi .Comment {
    padding: 12px 16px;
    margin-left: 0;
}
@media (max-width:600px) {
    .CommentForm__header {
        display:block;
    }
    .CommentForm__headerLeft {
        margin-bottom:6px;
    }

    .CommentForm__ratingText {
        margin-left:0
    }
    .CommentForm__rating {
        justify-content: space-between;
    }
}





/* рейтинг в шапке*/
.Product__rating .Rating {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.Product__rating .Rating__count {
    margin-top: .375rem
}

.Product__rating .Rating--default .Rating__count {
    margin-left: .5rem
}
.Product__gallery .Product__rating {
    position: absolute;
    bottom: -17px;
    left: 27px;
    background: var(--white);
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    font-size: 13px;
    line-height: 120%;
    padding: 7px 8px 9px;
    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;
}
.Product__gallery .ProductCard__rating .Rating {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.Product__rating .Rating--default .Rating__text {
    font-size: 17px;
    line-height: 120%;
    font-weight: 500;
    color: var(--yelloworange1);
    margin-left:4px
}
.Product__rating  a.Rating:hover .Rating__icon,
.Product__rating .Rating--lg .Rating__icon,
.Product__rating .Rating--default .Rating__icon .SvgIcon--star {
    width: 19px;
    height: 17px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}
.Product__gallery .RatingCornerLeft, .Product__gallery .RatingCornerRight {
    position: absolute;
    width: 11px;
    height: 11px;
    top: 9px;
    bottom:auto;
}
.Product__gallery .RatingCornerLeft {
    left: -11px;
}
.Product__gallery .RatingCornerRight {
    right: -11px;
}
@media(max-width:1023px) {
    .Product__gallery .Product__rating {
        left: 23px;
    }
    .Product__gallery .RatingCornerLeft {
        left: -10px;
    }
    .Product__gallery .RatingCornerRight {
        right: -10px;
    }
}
@media(max-width:767px) {
    .Product__gallery .Product__rating {
        left: 37px;
    }
}


/* Кнопки */
.ProductLkBtns {
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    margin: 0 0 20px;
}

.ProductLkBtns._bot{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.ProductLkBtns .CartButton__text--phantom {
    display:block;
    max-width:999px;
    opacity:1;
}

.bx-no-touch .ProductLkBtns .CartButton {
    -webkit-transition: background .2s ease, opacity .2s ease;
    -o-transition: background .2s ease, opacity .2s ease;
    transition: background .2s ease, opacity .2s ease
}

.bx-no-touch .ProductLkBtns .CartButton:hover {
    position:relative;
    z-index:2
}

.bx-no-touch .ProductLkBtns .CartButton:hover .CartButton__text {
    max-width: none;
}

.ProductLkBtns .CartButton._basket{
    min-width: 160px;
}

.ProductLkBtns .CartButton__inner {
    padding: 0;
}
.ProductLkBtns .CartButton._basket .CartButton__inner {
    padding: 0 12px;
}
.ProductLkBtns .CartButton._basket.CartButton--added .CartButton__inner {
    padding: 0;
}
.ProductLkBtns .CartButton__textInner {
    display: block;
    padding: 0 0 0 8px;
}
.ProductLkBtns .CartButton__textInner._woIcon,
.ProductLkBtns .CartButtonTomorrow .CartButton__textInner,
.ProductLkBtns .disabled .CartButton__textInner,
.ProductLkBtns ._restDisabled .CartButton__textInner,
.ProductLkBtns .CartButton._pickup-self .CartButton__textInner{
    padding-left: 0;
}

.ProductLkBtns .CartButton._basket .SvgIcon._cart{
    width: 16px;
    height: 16px;
    margin: 0 0 0 4px;
}
.ProductLkBtns .ProductLkBtnsAddit{
    margin: 0 0 0 auto;
}
.ProductLkBtns .CartButtonCol{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 69px;
    margin: 0 20px 0 0;
    text-align: center;
}
.ProductLkBtns .CartButtonCol._reviews{
    display: none;
}

.ProductLkBtns .CartButtonCol:last-child{
    margin-right: 0;
}
.ProductLkBtns .CartButtonCol._w-auto {
    width: auto;
}
.ProductLkBtns .ProductLkBtnsAddit .CartButton{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--light-brand1-container-fill);
}
.ProductLkBtns .ProductLkBtnsAddit .CartButton:hover{
    background-color: var(--light-brand1-container-fill-action-1);
}

.ProductLkBtns .ProductLkBtnsAddit .CartButton .SvgIcon._full{
    display: none;
}
.ProductLkBtns .ProductLkBtnsAddit .CartButton .SvgIcon__symbol{
    fill: var(--light-brand1);
    display: block;
}
.ProductLkBtns .ProductLkBtnsAddit .CartButton._loved{
    background-color: var(--light-surface2);
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.ProductLkBtns .ProductLkBtnsAddit .CartButton._loved._disabled:hover{
    background-color: var(--light-surface2-action-2);
}
.ProductLkBtns .ProductLkBtnsAddit .CartButton._loved .SvgIcon__symbol{
    stroke: var(--light-tertiary);
    -webkit-transition: stroke .2s ease;
    -o-transition: stroke .2s ease;
    transition: stroke .2s ease;
    fill: none;
}
.ProductLkBtns .ProductLkBtnsAddit .CartButton._loved:not(._disabled){
    background-color: var(--light-brand2-container-fill);
}
.ProductLkBtns .ProductLkBtnsAddit .CartButton._loved:not(._disabled):hover{
    background-color: var(--berry7);
}
.ProductLkBtns .ProductLkBtnsAddit .CartButton._loved:not(._disabled) .SvgIcon__symbol{
    stroke: var(--light-brand2);
}

.ProductLkBtns .ProductLkBtnsAddit .CartButton._is-loved .SvgIcon__symbol{
    fill: var(--light-brand2);
}

.ProductLkBtns .ProductLkBtnsAddit .CartButton__content._in-fav .SvgIcon._full{
    display: block;
}
.ProductLkBtns .ProductLkBtnsAddit .CartButton__content._in-fav .SvgIcon._empty{
    display: none;
}
.ProductLkBtns .CartButtonCol._reviews .CartButton{
    background-color: var(--light-additional4-container-fill);
}

.ProductLkBtns .ProductLkBtnsAddit .CartButton._reviews .SvgIcon__symbol{
    stroke: var(--light-promo2);
    fill: none;
}

.ProductLkBtns .CartButtonBottomText{
    display: block;
    color: var(--light-secondary);
    margin-top: 7px;
}

.ProductLkBtns .CartButton._loved .CartButton__textInner--choiced-loveled,
.ProductLkBtns .CartButton._loved + .CartButtonBottomText .CartButton__textInner--choiced-loveled{
    display: none;
}
.ProductLkBtns .CartButton._loved._is-loved .CartButton__textInner--choiced-loveled,
.ProductLkBtns .CartButton._loved._is-loved + .CartButtonBottomText .CartButton__textInner--choiced-loveled{
    display: block;
}
.ProductLkBtns .CartButton._loved._is-loved .CartButton__textInner--choice-loveled,
.ProductLkBtns .CartButton._loved._is-loved + .CartButtonBottomText .CartButton__textInner--choice-loveled{
    display: none;
}

@media (min-width:1024px) and (max-width:1279px){
    .ProductLkBtns .CartButtonCol{
        margin-right: 12px;
    }
}
@media (max-width: 1023px){
    .ProductLkBtns .CartButton._basket{
        width:100%;
    }
    .ProductLkBtns .CartButton__content--quantity{
        width:100%
    }
    .ProductLkBtns .CartButtonCol._favorite{
        display: none;
    }
    .ProductLkBtns .CartButtonCol._reviews{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .ProductLkBtns .ProductLkBtnsAddit{
        margin-left: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}
@media (max-width: 767px){
    .ProductLkBtns .CartButton._basket .CartButton__quantityButton{
        width: 36px;
    }
}
@media (min-width: 500px) {
    .ProductLkBtns .CartButton._basket._cake {
        width: auto;
    }
}
@media (max-width: 359px){
    .ProductLkBtns .ProductLkBtnsAddit{
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .ProductLkBtns .CartButtonCol{
        margin-right: 0;
    }
}

/* MARK: Вкусмил app баннер */
.VV_VkusmilAppBanner {
    margin-bottom: 68px;
    border-radius: 20px;
    overflow: hidden;
}
.VV_VkusmilAppBanner__Wrapper {
    padding-top: 60px;
}
.VV_VkusmilAppBanner__Inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    gap: 16px;
    padding: 66px 92px;
    border-radius: 20px;
    border: 1px solid var(--gray100);
    background-color: var(--light-space);
}
.VV_VkusmilAppBanner__Img {
    position: absolute;
    left: -1px;
    bottom: -1px;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.VV_VkusmilAppBanner__Img ._tablet,
.VV_VkusmilAppBanner__Img ._mobile {
    display: none;
}
.VV_VkusmilAppBanner__Content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 524px;
            flex: 0 0 524px;
  
    display: -ms-grid;
    display: grid;
    padding-top: 6px;
}
.VV_VkusmilAppBanner__Title {
    margin-bottom: 20px;
}
.VV_VkusmilAppBanner__Text {
    margin-bottom: 16px;
}
.VV_VkusmilAppBanner__Load {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px 24px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
  .VV_VkusmilAppBanner__Load .Footer__appIcon {
    margin: 0;
    color: var(--gray600);
}
.VV_VkusmilAppBanner__Load .SvgIcon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 16px;
    height: 16px;
}
.VV_VkusmilAppBanner__QR {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
    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;
    aspect-ratio: 1 / 1;
    background-color: var(--white);
    border-radius: 16px;
    overflow: hidden;
}

.VV_VkusmilAppBanner__QR img {
    display: block;
    width: 100%;
    height: auto;
}

@media (orientation: portrait) and (max-width: 1279px) {
    .bx-mac .VVPageApplication .VV_VkusmilAppBanner {
        margin-top: 0;
    }
    .bx-mac .VV_VkusmilAppBanner__Wrapper {
        padding-top: 30px;
    }
}
  
@media (max-width: 1279px) {
    .VV_VkusmilAppBanner__Inner {
        gap: 16px;
        padding: 48px 36px;
    }
    .VV_VkusmilAppBanner__Img {
        left: -18px;
    }
    .VV_VkusmilAppBanner__Img ._desktop {
        width: 366px;
        height: auto;
    }
    .VV_VkusmilAppBanner__Content {
        -ms-flex-preferred-size: 420px;
            flex-basis: 420px;
        padding-top: 0;
    }
    .VV_VkusmilAppBanner__QR {
        -ms-flex-preferred-size: 140px;
            flex-basis: 140px;
    }
}

@media (max-width: 1023px) {
    .VV_VkusmilAppBanner {
        margin-bottom: 60px;
    }
    .VV_VkusmilAppBanner__Wrapper {
        padding-top: 30px;
    }
    .VV_VkusmilAppBanner__Inner {
        gap: 9px;
        padding: 37px 44px;
    }
    .VV_VkusmilAppBanner__Img {
        left: -1px;
    }
    .VV_VkusmilAppBanner__Img ._desktop {
        display: none;
    }
    .VV_VkusmilAppBanner__Img ._tablet {
        display: block;
    }
    .VV_VkusmilAppBanner__Content {
        -ms-flex-preferred-size: 437px;
        flex-basis: 437px;
    }
    .VV_VkusmilAppBanner__Title {
        margin-bottom: 8px;
    }
    .VV_VkusmilAppBanner__Load {
        gap: 4px 8px;
    }
    .VV_VkusmilAppBanner__Load .Footer__appIconCol._img {
        margin-right: 8px;
    }
    .VV_VkusmilAppBanner__QR {
        -ms-flex-preferred-size: 110px;
            flex-basis: 110px;
        border-radius: 11px;
    }
    .VV_VkusmilAppBanner__QR {
        display: none;
    }
}

@media (max-width: 767px) {
    .VV_VkusmilAppBanner {
        margin-bottom: 40px;
    }
    .VV_VkusmilAppBanner__Wrapper {
        padding-top: 0px;
    }
    .VV_VkusmilAppBanner__Inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: unset;
            -ms-flex-pack: unset;
                justify-content: unset;
        gap: 28px;
        padding: 40px 24px 0 24px;
        text-align: center;
    }
    .VV_VkusmilAppBanner__Img {
        position: static;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        -webkit-transform: translateY(1px);
            -ms-transform: translateY(1px);
                transform: translateY(1px);
    }
    .VV_VkusmilAppBanner__Img ._tablet {
        display: none;
    }
    .VV_VkusmilAppBanner__Img ._mobile {
        display: block;
    }
    .VV_VkusmilAppBanner__Content {
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
        justify-items: center;
        max-width: 290px;
    }
    .VV_VkusmilAppBanner__Title {
        margin-bottom: 10px;
    }
    .VV_VkusmilAppBanner__Load {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 6px 26px;
    }
    .VV_VkusmilAppBanner__Text {
        -ms-grid-row: 2;
        grid-row-start: 2;
    }
    .VV_VkusmilAppBanner__Text ._hide-on-mobile {
        display: none;
    }
}

/* Отзывы Народный гурман*/
.ReviewsSection{
    font-weight: 400;
}

@media screen and (min-width:544px) {
    .ReviewsSection__col--aside {
        margin-right: -2.5rem;
        margin-left: -2.5rem;
    }
}
@media screen and (min-width:768px) {
    .ReviewsSection__container {
        padding-bottom: 3.375rem;
        padding-bottom: 1.375rem
    }
}
@media screen and (min-width:1024px) {
    .ReviewsSection__col--aside {
        margin-right: 0;
        margin-left: 0;
    }
}

.ReviewsSection .Section__header {
    margin-bottom: 37px;
}
.ReviewsSection .Section__header._desktop {
    display:none
}
@media screen and (min-width:768px) {
    .ReviewsSection__container {
        padding-bottom: 3.375rem
    }
    .RecipeSelectionsSection .Section__header {
        margin-bottom: 2.1875rem
    }
}

@media screen and (min-width:1024px) {
    .ReviewsSection .Section__header._mobile {
        display:none
    }
    .ReviewsSection .Section__header._desktop {
        display:block
    }
    .ReviewsSection__container {
        padding-bottom: 3.25rem
    }
    .ReviewsSection__cols {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .ReviewsSection__col--aside {
        width: 16.5625rem;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    .ReviewsSection__col--main {
        width: calc(100% - 320px);
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .ReviewsSection--fresh .ReviewsSection__col--aside {
        width: 260px
    }
    .ReviewsSection--fresh .ReviewsSection__col--main {
        width: calc(100% - 370px)
    }
}

@media screen and (min-width:1280px) {
    .ReviewsSection__col--main {
        width: calc(100% - 360px)
    }
}

.Comment__user{
    font-weight: 500;
}
.Comment__text{
    font-weight: 400;
}
.Rating .Rating__text{
    font-weight: 500;
}

/* Отзывы 2023.06.28 */
.ReviewsSection .VV_Tabs__headers{
    margin-bottom: 22px;
    overflow: auto;
}

.ProductCommentsBrands .VV_SimpleTags__Item{
    margin-bottom: 0;
    margin-right: 16px;
    flex-shrink: 0;
}
.ProductCommentsBrands .VV_SimpleTags__Item:nth-last-child(1){
    margin-right: 0px;
}
.ReviewsSection__Form{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.ReviewsSection__Form .ProductCommentsBrandsWrp{
    order: 2;
}
.ReviewsSection__Form .ProductCommentsRatings{
    order: 3
}

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

    .ReviewsSection__col--main{
        width: 100% !important;
        z-index: 1;
    }

    .ProductCommentsRatings{
        margin-left: 0;
    }

    .ProductCommentsBrands{
        margin: 0 0 37px;
        padding-left: 0;
    }

    .VV_TabsArea.ReviewsApi .Comments__list{
        width: 600px;
        margin-left: auto;
        margin-top: -236px;
    }

    .ReviewsSection .VV_Tabs__headers{
        overflow: visible;
    }

    .ReviewsSection .VV_Tabs__headers .VV_Tabs__link:before{
        z-index: 1;
    }

    .ReviewsSection .VV_Tabs__headers._shadow-small:before{
        content: '';
        position: absolute;
        top: -10px;
        display: block;
        width: 100%;
        height: 70px;
        background-image: linear-gradient(180deg, white 70%, transparent);
    }

    .ReviewsSection .VV_Tabs__headers._shadow:before{
        content: '';
        position: absolute;
        top: -10px;
        display: block;
        width: 100%;
        height: 170px;
        background-color: transparent;
        background-image: linear-gradient(180deg, white 70%, transparent);
    }

    .ProductCommentsRatings .VV_Radio__Col._text{
        flex-grow: 0;
    }

    .ProductCommentsRatingText {
        font-size: 17px;
        font-weight: 500;
        line-height: 120%;
        color: var(--gray900);
        width: auto;
        margin-right: 10px;
    }
}

@media (min-width: 1280px) {
    .VV_TabsArea.ReviewsApi .Comments__list{
        width: 792px;
        margin-left: auto;
        margin-top: -236px;
    }
}

@media (max-width: 1023px){
    .ReviewsSection .VV_Tabs__headers{
        position: static !important;
    }
    .ReviewsSection__Form{
        position: static !important;
        width: auto !important;
    }
    .ReviewsSection .VV_Tabs{
        padding-top: 0 !important;
    }
    .ReviewsSection .Comments__list{
        margin-top: 0 !important;
    }
}

@media (max-width: 767px) {
    .ReviewsSection .Section__header {
        margin-bottom: 30px;
    }
}

/* End */


/* Start:/local/components/ameton/products_api_catalog4.detail/templates/.default/style.css?175214773081710*/
/* Apteka, detail product card */
.VV21_PanelFeaturesApteka__Toggler {
    padding: 15px 30px 15px 64px;
}

.VV21_PanelFeaturesApteka__Text {
    font-size:15px;
}
.VV21_PanelFeaturesApteka__TextSub {
    font-size:13px;
    line-height: 140%;
    margin:0
}

.Product__head .ProductCard__AptekaNote {
    font-size:13px;
    margin:0
}

.VV21_PanelFeaturesApteka{
    margin: 0 0 24px;
}
@media(min-width:1024px){
    .VV21_PanelFeaturesApteka:last-child{
        margin-bottom: 0;
    }
}

.VV21_ProductAptekaDescComp{
    font-size: 15px;
    border-bottom: 1px solid var(--gray200);
    padding: 12px 0;
}
.VV21_ProductAptekaDescComp__Title{
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;
    color: var(--gray500);
    margin: 0 0 4px;
}
.VV21_ProductAptekaDescComp__Desc{
    font-size: 15px;
    line-height: 1.4;
    color: var(--gray900);
    font-weight:400;
}
.VV21_ProductAptekaDescComp__DescInner{
    padding: 0 0 4px;
}
.VV21_ProductAptekaDescCompTab{
    padding: 8px 0;
    border-bottom: 1px solid var(--gray200);
}
.VV21_ProductAptekaDescCompTab__Toggler{
    width: 100%;
    display: block;
    padding: 4px 0;
    position: relative;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;
    color: var(--gray500);
}
.VV21_ProductAptekaDescCompTab__TogglerArrow{
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    height: 12px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
.VV21_ProductAptekaDescCompTab__TogglerArrow:before,
.VV21_ProductAptekaDescCompTab__TogglerArrow:after{
    content: '';
    width: 12px;
    height: 2px;
    background: var(--gray500);
    position: absolute;
    top: 50%;
    left: 50%;
}
.VV21_ProductAptekaDescCompTab__TogglerArrow:before{
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
.VV21_ProductAptekaDescCompTab__TogglerArrow:after{
    -webkit-transform: translate(-50%,-50%) rotate(90deg);
       -moz-transform: translate(-50%,-50%) rotate(90deg);
        -ms-transform: translate(-50%,-50%) rotate(90deg);
         -o-transform: translate(-50%,-50%) rotate(90deg);
            transform: translate(-50%,-50%) rotate(90deg);
}
.js-vv21-accord-apteka._opened .VV21_ProductAptekaDescCompTab__TogglerArrow:after{
    display: none;
}
.VV21_ProductAptekaDescCompTab p{
    margin: 0 0 7px;
    font-size: 15px;
}
.VV21_ProductAptekaDescCompTab p:last-child{
    margin: 0;
}
.VV21_ProductAptekaDescCompTab .color-gray{
    color: var(--gray500);
}
.VV21_ProductAptekaDescNote{
    margin: 12px 0 24px;
}
.VV21_ProductAptekaDescNote p{
    margin: 0 0 12px;
    font-size: 15px;
    color: var(--gray500);
}
.VV21_ProductAptekaDescNote a{
    color: var(--green500);
}
.VV21_ProductAptekaDescNote p:last-child{
    margin: 0;
}

@media (max-width: 1023px){
    .VV21_ProductAptekaDescComp {
        font-size: 13px;
        padding: 15px 0;
    }
    .VV21_ProductAptekaDescComp__Title {
        font-size: 13px;
        margin: 0 0 10px;
    }
    .VV21_ProductAptekaDescComp__Desc {
        font-size: 13px;
    }
    .VV21_ProductAptekaDescCompTab__Toggler {
        padding: 7px 0;
        font-size: 13px;
    }
    .VV21_ProductAptekaDescComp__Desc,
    .VV21_ProductAptekaDescCompTab p {
        font-size: 13px;
    }
    .VV21_ProductAptekaDescComp__DescInner {
        padding: 0 0 6px;
    }
    .VV21_ProductAptekaDescNote,
    .VV21_ProductAptekaDescNote p {
        font-size: 13px;
    }
    .VV21_ProductAptekaDescCompTab__TogglerArrow{
        right: 4px;
    }
}

@media (max-width: 767px){
    .VV21_PanelFeaturesApteka {
        margin-bottom:20px;
    }
    .VV21_PanelFeaturesApteka__Toggler {
        padding: 17px 30px 19px 55px;
    }

    .VV21_PanelFeaturesApteka__Text {
        font-size:13px;
        margin-bottom:2px
    }
    .VV21_PanelFeaturesApteka__TextSub {
        font-size:10px;
        line-height: 120%;
    }
}

/*Слайдер товаров в форме*/
.ProductProdSliderTitle {
    font-weight: 900;
    font-size: 20px;
    line-height: 120%;
    margin-bottom:4px;
}
.ProductProdSlider {
    position:relative;
    margin:16px -3px 0;
}
.ProductProdSliderSwiper  {
    padding-bottom: 16px;
}

.ProductProdSlider .ProductCard {
    box-shadow: 0 0 7px 0px rgb(0 0 0 / 10%);
    border-radius: 10px;
    border: none;
    background: var(--white);
    padding-bottom: 40px;
}
.ProductProdSlider .ProductCards__item {
    padding: 0 3px !important;
    height: auto !important;
    width: 146px !important;
    flex-shrink: 0;
    margin-bottom: 0;
}
.ProductProdSlider .VV_SliderBtn {
    z-index:2
}
.ProductProdSlider .ProductCards__item .ProductCard__imageInner {
    padding-bottom: 60%;
}
.ProductProdSlider .ProductCard .ProductCard__rating {
    left: 7px;
}
.ProductProdSlider .ProductCard .ProductCard__content {
    padding: 6px 8px 16px 8px;
}
.ProductProdSlider .ProductCard .ProductCard__link,
.ProductProdSlider .ProductCard .ProductCard__Rest,
.ProductProdSlider .ProductCard .Rating,
.ProductProdSlider .ProductCard .AccentText {
    font-size: 12px;
    line-height: 1.2;
}
.ProductProdSlider .ProductCard__price .Price {
    margin-right: 2px;
}
.ProductProdSlider .ProductCard .Price {
    font-size: 13px;
    line-height: 17px;
    align-items: stretch;
}
.ProductProdSlider .ProductCard .ProductCard__cartFooter {
    padding: 0 13px 16px;
}
.ProductProdSlider .ProductCard__cartButton .CartButton {
    height: 34px;
}
.ProductProdSlider .Product .CartButton__quantityInputLinePrice .Price,
.ProductProdSlider .ProductCard .CartButton__quantityInputLinePrice .Price {
    display: block;
    font-size: 10px;
    line-height: 1.2;
    text-align: center;
    opacity: .5;
}

@media (max-width:1023px) {
    .ProductProdSliderTitle {
        font-size: 17px;
    }
}
@media (max-width:767px) {
    .ProductProdSliderTitle {
        margin-bottom:6px;
        justify-content:space-between
    }
}

/* Кнопка показать остатки */
.ProductBtnRests {
    text-align:center;
    margin-bottom:80px
}

@media (min-width: 1024px){
    body._detailProdPage .ReviewsProdSection ~ .ProductBtnRests .VV_Button{
        position: relative;
        z-index: 101;
    }
}

@media (max-width:767px) {
    .ProductBtnRests {
        margin-top:-20px;
        margin-bottom:40px
    }
}

/* Изменения на деталке - перекрашивание, кнопка с добавлением товара 01022022 */
.VV_Demand20PopInfo__HeaderImgInfo{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 12px;
    display: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .VV_Demand20PopInfo__DetailProdBtnContainer .CartButton:not(.CartButton--added) .CartButton__content{
        padding: 0 9px 0 5px;
    }
    .VV_Demand20PopInfo__DetailProdBtnContainer .CartButton._default:not(.CartButton--added) .CartButton__content{
        padding-left: 15px;
    }
    .VV_Demand20PopInfo__DetailProdBtnContainer .CartButton--added .CartButton__content--quantity{
        min-width: 230px;
    }
}
@media (max-width: 1023px){
    .VV_Demand20PopInfo__DetailProdBtnContainer {
        padding: 8px 34px;
        position: fixed;
        bottom: 52px;
        left: 0;
        right: 0;
        z-index: 1050;
        background: var(--white);
        box-shadow: 0px 0px 30px 0px rgba(26, 26, 26, 0.05);
    }
    /* AB-test task 7011 */
        body._change-to-scroll-tabbar-height .VV_Demand20PopInfo__DetailProdBtnContainer{
            transition: .3s transform !important;
        }
        body._change-to-scroll-tabbar-height._scrolled-to-top .VV_Demand20PopInfo__DetailProdBtnContainer {
            transform: translateY(12px);
        }
    /* END --- AB-test task 7011 */
    .VV_Demand20PopInfo__DetailProdBtnContainer._with-demand{
        border-radius: 0px;
        -webkit-filter: none;
        filter: none;
    }
    .bx-ios .VV_Demand20PopInfo__DetailProdBtnContainer{
        bottom: 62px;
    }
    .VV_Demand20PopInfo._detailProdPage._opened .VV_Demand20PopInfo__DetailProdBtnContainer{
        display: none;
    }
    .VV_Demand20PopInfo__DetailProdBtnContainer .CartButton {
        min-width: 0;
        height: 44px;
        width: 100%;
        max-width: 100%;
    }
    .VV_Demand20PopInfo__DetailProdBtnContainer .CartButton--added .CartButton__content--quantity, 
    .VV_Demand20PopInfo__DetailProdBtnContainer .CartButton__content--add {
        max-width: 100%;
    }
    .VV_Demand20PopInfo__DetailProdBtnContainer .CartButton--added .CartButton__content--add{
        display: none;
    }
    .VV_Demand20PopInfo__DetailProdBtnContainer .CartButton__quantity{
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .VV_Demand20PopInfo__DetailProdBtnContainer .CartButton__quantityInputContainer {
        position: relative;
        line-height: 1;
    }
    .VV_FooterProdBtnStickyContainer .CartButton__quantityInputContainer._active .CartButton__selector,
    .VV_Demand20PopInfo__DetailProdBtnContainer .CartButton__quantityInputContainer._active .CartButton__selector {
        opacity: 0;
        visibility:hidden;
    }
    .VV_Demand20PopInfo__DetailProdBtnContainer .CartButton .CartButton__quantityInputLineVal {
        font-size: 13px;
        font-weight: 700;
    }
    .VV_Demand20PopInfo__DetailProdBtnContainer .CartButton .CartButton__quantityInputLinePrice .Price {
        font-weight: 500;
        font-size: 10px;
        line-height: 1.2;
    }
    .VV_Demand20PopInfo__DetailProdBtnContainer .CartButton__text--phantom {
        max-width: none!important;
        overflow: hidden;
        opacity: 1;
    }
    .VV_Demand20PopInfo__DetailProdBtnContainer .VV_Demand20PopInfo__Subtitle{
        margin-bottom: 0 !important;
    }      
    body._burger-menu-showed .VV_Demand20PopInfo__DetailProdBtnContainer{
        display: none !important;
    }  
    .VV_Demand20PopInfo__DetailProdBtnContainer .CartButton .CartButton__text--phantom .Price{
        display: inline;
        line-height: 1.4;
        font-size: 16px;
        font-weight: 500;
        white-space: nowrap;
    }
    .VV_Demand20PopInfo__DetailProdBtnContainer .CartButton .Price__value-dot{
        margin: 0 6px;
    }
    .VV_FooterProdBtnStickyContainer .CartButton .CartButton__text--phantom .Price__unit{
        font-weight: 500;
    }
}
@media (max-width: 767px){
    .VV_Demand20PopInfo._detailProdPage .VV_Demand20PopInfo__Header{
        background: var(--white);
        -webkit-border-radius: 16px 16px 0px 0px;
           -moz-border-radius: 16px 16px 0px 0px;
                border-radius: 16px 16px 0px 0px;
    }
    .VV_Demand20PopInfo._detailProdPage .VV_Demand20PopInfo__HeaderLink{
        color: var(--gray900) !important;
        padding-right: 25px;
        position: relative;
    }
    .VV_Demand20PopInfo._detailProdPage .VV_Demand20PopInfo__Main,
    .VV_Demand20PopInfo._detailProdPage .VV_Demand20PopInfo__Body{
        background: var(--white);
    }
    .VV_Demand20PopInfo._detailProdPage .VV_Demand20PopInfo__Main{
        -webkit-filter: drop-shadow(0px 2px 13px rgb(0,0,0,.15));
                filter: drop-shadow(0px 2px 13px rgb(0,0,0,.15));
    }
    .VV_Demand20PopInfo._detailProdPage .VV_Demand20PopInfo__HeaderImgInfo{
        display: block;
    }
    .VV_Demand20PopInfo._detailProdPage._opened .VV_Demand20PopInfo__HeaderImgInfo{
        display: none;
    }
}

/* Btn sticky container */
.VV_FooterProdBtnStickyContainer{
    display: none;
}
.CartButton .CartButton__text--phantom .Price{
    display: none;
}
body._detailProdPage .CommentForm__header {
    padding:0;
    margin-bottom: 24px;
}


@media (max-width: 767px) {
    .VV_FooterProdBtnStickyContainer{
        position: fixed;
        z-index: 1050;
        left: 0;
        bottom: 52px;
        width: 100%;
        padding: 10px 10px 10px;
        background: var(--white);
        -webkit-box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.15);
           -moz-box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.15);
                box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.15);
        -webkit-border-radius: 16px 16px 0px 0px;
           -moz-border-radius: 16px 16px 0px 0px;
                border-radius: 16px 16px 0px 0px;
        text-align: center;
        display: block;
    }
    .bx-ios .VV_FooterProdBtnStickyContainer{
        bottom: 62px;
    }
    .VV_FooterProdBtnStickyContainer .CartButton {
        min-width: 0;
        height: 44px;
        width: 100%;
        max-width: 100%;
    }
    .VV_FooterProdBtnStickyContainer .CartButton .CartButton__text--phantom{
        max-width: none;
        opacity: 1;
    }
    .VV_FooterProdBtnStickyContainer .CartButton__quantity{
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .VV_FooterProdBtnStickyContainer .CartButton__quantityInputContainer {
        position: relative;
        line-height: 1;
    }
    .VV_FooterProdBtnStickyContainer .CartButton .CartButton__quantityInputLineVal {
        font-size: 13px;
        font-weight: 700;
    }
    .VV_FooterProdBtnStickyContainer .CartButton .CartButton__quantityInputLinePrice .Price {
        font-weight: 500;
        font-size: 10px;
        line-height: 1.2;
    }
    .VV_FooterProdBtnStickyContainer .CartButton--added .CartButton__content--add{
        display: none;
    }
    .VV_FooterProdBtnStickyContainer .CartButton--added .CartButton__content--quantity, 
    .VV_FooterProdBtnStickyContainer .CartButton__content--add {
        max-width: 100%;
    }
    .VV_FooterProdBtnStickyContainer .CartButton .CartButton__text--phantom .Price,
    .VV_Demand20PopInfo__DetailProdBtnContainer .CartButton .CartButton__text--phantom .Price{
        display: inline;
        line-height: 1.4;
        font-size: 16px;
        font-weight: 500;
        white-space: nowrap;
    }
    .VV_Demand20PopInfo__DetailProdBtnContainer .CartButton .Price__value-dot{
        margin: 0 6px;
    }
    .VV_FooterProdBtnStickyContainer .CartButton .CartButton__text--phantom .Price__unit{
        font-weight: 500;
    }

    body._detailProdPage .VV_Demand20PopInfoContainer.hidden .VV_Demand20PopInfoContainer__Closer,
    body._detailProdPage .VV_Demand20PopInfoContainer.hidden .VV_Demand20PopInfoTooltip,
    body._detailProdPage .VV_Demand20PopInfoContainer.hidden .VV_Demand20PopInfo__HeaderLink,
    body._detailProdPage .VV_Demand20PopInfoContainer.hidden .VV_Demand20PopInfo__Closer{
        display: none;
    }

    body._detailProdPage .VV_Demand20PopInfoContainer .VV_Demand20PopInfoContainer__Closer,
    body._detailProdPage .VV_Demand20PopInfoContainer .VV_Demand20PopInfoTooltip,
    body._detailProdPage .VV_Demand20PopInfoContainer .VV_Demand20PopInfo__HeaderLink,
    body._detailProdPage .VV_Demand20PopInfoContainer .VV_Demand20PopInfo__Closer{
        display: block;
    }

    body._detailProdPage .VV_Demand20PopInfoContainer.hidden .VV_Demand20PopInfo__DetailProdBtnContainer {
        padding: 10px 10px 10px;
    }
    body._detailProdPage .VV_Demand20PopInfoContainer .VV_Demand20PopInfo__DetailProdBtnContainer {
        padding: 0 10px 10px;
    }
    .VV_Demand20PopInfo__DetailProdBtnContainer {
        padding: 10px;
    }
}

@media (max-width: 450px){
    body._detailProdPage .ProductBtnRests .VV_Button{
        width: 100%;
    }
}

h2.Product__BlockTitle{
    margin-top: 0px;
}

/* Баннер мобильное приложение */
.VV_DetailProdPageSection._app-banner{
    display: none;
}
.VV22_ProductPageAppBanner{
    position: relative;
    border-radius: 12px;
    padding: 20px 260px 24px 24px;
    background: var(--blue7);
    min-height: 135px;
    overflow: hidden;
}
.VV22_ProductPageAppBanner__Inner{
    position: relative;
    z-index: 3;
}
.VV22_ProductPageAppBanner__Title{
    font-weight: 500;
    max-width: 240px;
    margin: 0 0 16px;
}
.VV22_ProductPageAppBanner__Buttons{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -2px -4px;
}
.VV22_ProductPageAppBanner__ButtonsCol{
    padding: 0 2px;
    margin: 0 0 4px;
}
.VV22_ProductPageAppBanner__Button{
    display: block;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.VV22_ProductPageAppBanner__Button:hover{
    -webkit-transform: translate(0,-3px);
        -ms-transform: translate(0,-3px);
            transform: translate(0,-3px);
}
.VV22_ProductPageAppBanner__ButtonImg{
    display: block;
}
.VV22_ProductPageAppBanner__Img{
    position: absolute;
    height: auto;
}
.VV22_ProductPageAppBanner__Img._main{
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 8px 0 0 0;
    z-index: 1;
}
.VV22_ProductPageAppBanner__Img._heart-1{
    position: absolute;
    right: 54px;
    top: 9px;
    z-index: 2;
}
.VV22_ProductPageAppBanner__Img._heart-2 {
    position: absolute;
    right: 206px;
    bottom: 24px;
    z-index: 2;
}
@media (max-width: 1023px){
    .VV_DetailProdPageSection._app-banner{
        display: block;
    }
}
@media (max-width: 767px){
    .VV22_ProductPageAppBanner{
        border-radius: 10px;
        padding: 16px 167px 16px 16px;
    }
    .VV22_ProductPageAppBanner__Title {
        min-height: 61px;
    }
}
@media (max-width: 550px){
    .VV22_ProductPageAppBanner__Img._main {
        right: -73px;
    }
    .VV22_ProductPageAppBanner__Img._heart-1 {
        right: 9px;
        top: 5px;
        width: 36px;
    }
    .VV22_ProductPageAppBanner__Img._heart-2 {
        right: 123px;
        bottom: 16px;
    }
}

/* Recipe slider */

@media (min-width: 1280px) {
    .PostsSection._detail-prod-page-recipe-carousel .PostsSlider .Slider__slider.swiper-container-horizontal .Slider__item {
        width: 305px;
    }
}

.PostsSection._detail-prod-page-recipe-carousel .Section__header {
    margin-bottom: 18px;
}
.PostsSection._detail-prod-page-recipe-carousel {
    margin: 0 0 40px;
}
.PostsSection._detail-prod-page-recipe-carousel .PostsSection__container {
    padding-top: 0;
}
.PostsSection._detail-prod-page-recipe-carousel .VV_NewsCard__TitleTex {
    font-weight: 500;
}

@media (min-width: 1024px) {
    .Product__ColRight {
        position: sticky;
        top: 120px;
        margin-bottom: 33px;
    }
}

@media (max-width: 1023px){
    .PostsSection._detail-prod-page-recipe-carousel {
        margin: 0 0 18px;
    }
    .PostsSection._detail-prod-page-recipe-carousel .Section__header {
        margin-bottom: 12px;
    }
}

@media (max-width: 767px){
    .PostsSection._detail-prod-page-recipe-carousel {
        margin: 0 0 18px;
    }
    .PostsSection._detail-prod-page-recipe-carousel .PostsSection__container {
        padding-bottom: 14px;
    }
}

@media (min-width: 1024px) {
    .Product__col--gallery{
        position: relative;
    }
    .Product__ColRight{
        width: 540px;
        /* overflow: hidden; */
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .Product__ColRight{
        width: 432px;
    }
}

/* Жирность шрифта на мобилках */
@media (max-width: 767px) {
    .Product__Block .b500{
        font-weight: 400;
    }
}

/* Выбранный сервис */
.VV23_Product_Service{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 24px 0 0;
    padding: 16px;
    background: var(--light-surface2);
    border-radius: 16px;
}
.VV23_Product_Service + .CartButton{
    margin-top: 13px;
}
.VV23_Product_Service__Icon{
    margin-right: 8px;
    width: 24px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.VV23_Product_Service__Icon svg,
.VV23_Product_Service__Icon img{
    display: block;
    max-width: 100%;
    height: auto;
}
.VV23_Product_Service__Content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.VV23_Product_Service__Title{
    font-weight: 700;
}
.VV23_Product_Service__Address{
    color: var(--light-secondary);
    margin: 6px 0 0;
    font-weight: 400;
}
.VV_DetailPageSection__yellowLabels .ProductsSection__container{
    padding-top: 0;
}

@media (min-width: 768px) {
    .VV23_Product_Service__Address{
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        word-break: break-word;
        max-height: 60px;
    }
    .VV23_Product_Service__Address._no-hide-text{
        display: block;
        overflow: visible;
        max-height: none;
    }
}
@media (min-width: 1024px) {
    .VV23_Product_Service__Address{
        max-height: 72px;
        padding-right: 36px;
    }
}
@media (max-width: 1023px) {
    .VV23_Product_Service{
        margin: 20px 0;
        padding: 12px;
    }
    .VV23_Product_Service__Title{
        font-weight: 600;
        line-height: 1.25 !important;
    }
    .VV23_Product_Service__Address{
        margin-top: 4px;
    }
    .VV23_Product_Service__Address._around{
        max-width: 280px;
    }
}
/* Наличие под кнопкой В корзину */
.VV23_CartButtonContainer{
    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;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.VV23_CartButtonContainer .CartButton{
    margin-right: 0 !important;
}
.VV23_CartButtonContainer .CartButton__selector input.VV_Input__Input{
    color: transparent;
}
.VV23_CartButtonContainer .ProductLkRest{
    margin: 0;
}
.VV23_CartButtonContainer__Col._button{
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.VV23_CartButtonContainer__Col._button .CartButton--added .CartButton__content--quantity,
.VV23_CartButtonContainer__Col._button .CartButton__content--add{
    max-width: 100%;
}
.VV23_CartButtonContainer__Col._button .CartButton--added .CartButton__content--add{
    max-width: 0;
}
.VV23_CartButtonContainer__Col._favorite{
    display: none;
}
.VV23_CartButtonMobFavorite{
    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;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--light-brand1-container-fill);
    color: var(--light-brand1);
    -webkit-box-shadow: none;
            box-shadow: none;
}
.VV23_CartButtonMobFavorite__Inner{
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.VV23_CartButtonMobFavorite__Img{
    fill: currentColor;
    display: block;
}
.VV23_CartButtonMobFavorite__Img._full{
    display: none;
}
.VV23_CartButtonMobFavorite._in-fav .VV23_CartButtonMobFavorite__Img._full{
    display: block;
}
.VV23_CartButtonMobFavorite._in-fav .VV23_CartButtonMobFavorite__Img._empty{
    display: none;
}

/* Detail Sticky Button Desktop */
@media (min-width: 768px) {
    .VV23_Detail_StickyBtn{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        border-top: 1px solid var(--gray100);
        transform: translateY(-100%);
        transition: transform .5s, opacity .5s;
        opacity: 0;
        z-index: 10;
    }

    .HeaderBottomAddit .VV23_Detail_StickyBtn{
        position: absolute;
        top: auto;
        left: 0;
        right: auto;
        bottom: 0;
        width: 100%;
        opacity: 0;
        background: var(--white);
        border-top: 0;
        margin-bottom: 1px;
        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);
        z-index: 1;
    }
    .HeaderBottomAddit .VV23_Detail_StickyBtn._show:before {
        -webkit-box-shadow: 0px 0px 0px 1px var(--light-outline);
                box-shadow: 0px 0px 0px 1px var(--light-outline);
    }
    .HeaderBottomAddit .VV23_Detail_StickyBtn._show{
        -webkit-transform: translateY(100%);
            -ms-transform: translateY(100%);
                transform: translateY(100%);
        opacity: 1;
    }

    .VV23_Detail_StickyBtn:not(._show){
        z-index: 1 !important;
    }

    .VV23_Detail_StickyBtn._show{
        transform: translateY(0%);
        opacity: 1;
        transition: transform .5s, opacity 0s;
    }

    .VV23_Detail_StickyBtn:before{
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        width: 100%;
        height: 50%;
        box-shadow: 0px 0px 30px 0px rgba(26, 26, 26, 0);
        transition: .5s;
    }
    .VV23_Detail_StickyBtn._show:before{
        box-shadow: 0px 0px 30px 0px rgba(26, 26, 26, 0.05);
    }

    .VV23_Detail_StickyBtn__Container{
        position: relative;
        padding: 12px 0;
        background-color: var(--white);
    }

    .HeaderBottomAddit .VV23_Detail_StickyBtn__Container{
        padding-top: 13px;
    }

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

    .VV23_Detail_StickyBtn__Left{
        display: flex;
        align-items: center;
        padding-right: 30px;
    }

    .VV23_Detail_StickyBtn__Content{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .VV23_Detail_StickyBtn__Title{
        max-width: 695px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        max-height: 21px;
        margin-bottom: 2px;
        word-break: break-all;
    }

    .VV23_Detail_StickyBtn__Img{
        display: block;
        width: 50px;
        height: 50px;
        margin-right: 16px;
        border-radius: 8px;
        object-fit: cover;
    }

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

    .VV23_Detail_StickyBtn__Rating{
        display: flex;
        align-items: center;
        margin-right: 8px;
    }
    .VV23_Detail_StickyBtn__Rating._many-stars .Rating.Rating--default .Rating__icon .SvgIcon--star {
        width: 12px;
        height: 12px;
    }
    .VV23_Detail_StickyBtn__Rating._many-stars .Rating__icon {
        width: 14px;
        height: 14px;
    }
    .VV23_Detail_StickyBtn__Rating._many-stars .Rating__iconsFront{
        position: absolute;
        z-index: 2;
    }
    .VV23_Detail_StickyBtn__Rating._many-stars .Rating._half-last-star .Rating__iconsFront{
        justify-content: flex-start;
    }
    .VV23_Detail_StickyBtn__Rating._many-stars .Rating._half-last-star .Rating__iconsFront .Rating__icon{
        justify-content: flex-start;
    }
    .VV23_Detail_StickyBtn__Rating._many-stars .Rating._half-last-star .Rating__iconsFront .Rating__icon:last-child .SvgIcon--star{
        width: 7px;
        overflow: hidden;
    }
    .VV23_Detail_StickyBtn__Rating._many-stars .Rating._half-last-star .Rating__iconsFront .SvgIcon__symbol{
        width: 14px;
    }
    .VV23_Detail_StickyBtn__Rating .Rating__icons{
        margin-right: 2px;
        color: var(--yelloworange3);
    }
    .VV23_Detail_StickyBtn__Rating .Rating__text{
        color: var(--gray900);
    }
    .VV23_Detail_StickyBtn__Rating._many-stars .Rating--default .Rating__text {
        margin-left: 2px;
        color: var(--yelloworange3);
        font-weight: 500;
        font-size: 13px;
        line-height: 1.2;
    }

    .VV23_Detail_StickyBtn__ReviewsCount{
        margin-right: 12px;
    }

    .VV23_Detail_StickyBtn__Rest.ProductLkRest{
        margin: 0;
    }

    .VV23_Detail_StickyBtn .CartButton {
        min-width: 0;
        height: 44px;
        width: 100%;
        max-width: 100%;
        transition: .3s;
    }
    .VV23_Detail_StickyBtn .CartButton .CartButton__text--phantom .Price{
        display: inline;
        line-height: 1.4;
        font-size: 16px;
        font-weight: 500;
    }
    .VV23_Detail_StickyBtn .CartButton .Price{
        white-space: nowrap;
    }
    .VV23_Detail_StickyBtn .CartButton .Price__value-dot{
        margin: 0 6px;
    }
    .VV23_Detail_StickyBtn .Price__unit{
        margin-left: -3px;
        margin-right: -3px;
    }

    .VV23_Detail_StickyBtn .CartButton .CartButton__text--phantom .Price._last{
        margin-left: 6px;
        color: var(--green300);
    }
    .VV23_Detail_StickyBtn .CartButton._tomorrow .CartButton__text--phantom .Price._last{
        color: var(--light-on-additional1-secondary);
    }
    .VV23_Detail_StickyBtn .CartButton .CartButton__text--phantom .Price._last .Price__unit{
        margin: 0;
    }
    .VV23_Detail_StickyBtn .CartButton .CartButton__text--phantom .Price._last:before {
        width: calc(100% + 2px);
        left: -1px;
        border: 0;
        transform: translateY(0);
        height: 1px;
    }
    .VV23_Detail_StickyBtn .CartButton .SvgIcon._cart{
        margin: 0 0 0 8px;
    }

    .VV23_Detail_StickyBtn .CartButton:hover .CartButton__text--phantom{
        max-width: none;
    }
    .VV23_Detail_StickyBtn .CartButton--added .CartButton__content--quantity{
        min-width: 230px;
    }
    .VV23_Detail_StickyBtn .CartButton__content--add{
        min-width: 182px;
        border-radius: 12px;
    }
    .VV23_Detail_StickyBtn .CartButton__content--add .CartButton__inner {
        padding: 0 11px 0 7px;
    }
    .VV23_Detail_StickyBtn .CartButton__textInner{
        font-size: 16px;
        font-weight: 500;
    }
    .VV23_Detail_StickyBtn .CartButton--added .CartButton__content--add{
        display: none;
    }
    .VV23_Detail_StickyBtn .CartButton__quantity{
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .VV23_Detail_StickyBtn .CartButton__quantityInputContainer {
        line-height: 1;
    }
    .VV23_Detail_StickyBtn .CartButton .CartButton__quantityInputLineVal {
        font-weight: 700;
    }
    .VV23_Detail_StickyBtn .CartButton .CartButton__quantityInputLinePrice{
        text-align: center;
    }
    .VV23_Detail_StickyBtn .CartButton .CartButton__quantityInputLinePrice .Price {
        font-weight: 500;
        font-size: 10px;
        line-height: 1.2;
        opacity: .5;
    }
    .VV23_Detail_StickyBtn .CartButton__text--phantom {
        max-width: none;
        overflow: hidden;
        opacity: 1;
    }    
    .VV23_Detail_StickyBtn .CartButton__selector input.VV_Input__Input {
        color: transparent;
    }
    .VV23_Detail_StickyBtn .Tooltip{
        position: absolute;
        width: 1px;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 0;
    }
    .VV23_Detail_StickyBtn .Tooltip__content{
        -webkit-transform: translate(0, -50%);
           -moz-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
             -o-transform: translate(0, -50%);
                transform: translate(0, -50%);
        margin: 0 12px 0 0;
    }
    .VV23_Detail_StickyBtn .Tooltip.active .Tooltip__content{     
        -webkit-transform: translate(0, -50%);     
           -moz-transform: translate(0, -50%);     
            -ms-transform: translate(0, -50%);     
             -o-transform: translate(0, -50%);     
                transform: translate(0, -50%);   
        left: auto;
        right: 100%;
        top: 50%;
        bottom: auto;        
    }
    .VV23_Detail_StickyBtn .Tooltip__arrow {
        top: 50%;
        left: 100%;
        -webkit-transform: translate(0, -50%) rotate(90deg);
           -moz-transform: translate(0, -50%) rotate(90deg);
            -ms-transform: translate(0, -50%) rotate(90deg);
             -o-transform: translate(0, -50%) rotate(90deg);
                transform: translate(0, -50%) rotate(90deg);
        bottom: auto;
        right: auto;
        margin: 0 0 0 -7px;
    }
    .VV23_Detail_StickyBtn .Tooltip__innerText{
        font-size: 12px;
        display: block;
    }
}

@media (min-width: 1024px){
    .VV23_Detail_StickyBtn__Right .CartButton__selector{
        top: 50%;
        transform: translate(-100%, -50%);
        bottom: auto;
        margin: 0 0 0 -4px;
    }
}

@media (max-width: 1279px){
    .VV23_Detail_StickyBtn__Left {
        padding-right: 20px;
    }
}

@media (max-width: 1023px) {
    .VV23_Detail_StickyBtn{
        display: none;
    }
    .VV23_CartButtonContainer{
        width: 100%;
    }
    .VV23_CartButtonContainer__Col._button{
        width: calc(100% - 56px);
    }
    .VV23_CartButtonContainer__Col._favorite{
        display: block;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0 0 0 8px;
    }
}

/* Промокоды */
/* Промокод - голубой */
.VV23_Product_PromocodeBlue{
    position: relative;
    order: 3;
    width: 456px;
    margin-top: 20px;
    padding: 17px 88px 17px 33px;
    background: var(--blue7);
    border-radius: 12px;
}

.VV23_Product_PromocodeBlue__Title{
    margin-bottom: 8px;
}

.VV23_Product_PromocodeBlue__Title .VV_Link{
    margin-left: 3px;
}

.VV23_Product_PromocodeBlue__Dots{
    position: absolute;
}

.VV23_Product_PromocodeBlue__Dots._left{
    top: 15px;
    bottom: 15px;
    left: -7px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.VV23_Product_PromocodeBlue__Dots._left div{
    width: 14px;
    height: 14px;
    background: white;
    border-radius: 50%;
}

.VV23_Product_PromocodeBlue__Dots._right{
    top: -8px;
    bottom: -8px;
    right: 48px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.VV23_Product_PromocodeBlue__Dots._right div{
    width: 3px;
    height: 3px;
    background: white;
    border-radius: 50%;
}

.VV23_Product_PromocodeBlue__Dots._right div:first-child,
.VV23_Product_PromocodeBlue__Dots._right div:last-child{
    width: 16px;
    height: 16px;
}

.VV23_Product_PromocodeBlue._mobile{
    display: none;
}

@media(min-width: 768px){
    .VV23_Product_PromocodeBlue._desktop + .VV23_Product_Service{
        order: 4;
    }
}

@media (max-width: 767px){
    .VV23_Product_PromocodeBlue._desktop{
        display: none;
    }
    .VV23_Product_PromocodeBlue._mobile{
        display: block;
    }

    .VV23_Product_PromocodeBlue._mobile + .VV23_Product_Service{
        order: 3;
    }

    .VV23_Product_PromocodeBlue._mobile + .VV23_Product_Service ~ .ProductLkBtnsAddit {
        order: 4;
    }

    .VV23_Product_PromocodeBlue._mobile{
        width: 100%;
        margin-top: 0;
        margin-bottom: 16px;
        padding: 11px 31px 11px 16px;
    }

    .VV23_Product_PromocodeBlue._mobile .VV23_Product_PromocodeBlue__Title{
        margin-bottom: 4px;
    }

    .VV23_Product_PromocodeBlue__Title .VV_Link{
        margin-left: 1px;
    }

    .VV23_Product_PromocodeBlue__Dots._left{
        top: 9px;
        bottom: 9px;
        left: -4px;
    }
    
    .VV23_Product_PromocodeBlue__Dots._left div{
        width: 10px;
        height: 10px;
    }
    
    .VV23_Product_PromocodeBlue__Dots._right{
        top: -6px;
        bottom: -6px;
        right: 15px;
    }
    
    .VV23_Product_PromocodeBlue__Dots._right div{
        width: 2px;
        height: 2px;
    }
    
    .VV23_Product_PromocodeBlue__Dots._right div:first-child,
    .VV23_Product_PromocodeBlue__Dots._right div:last-child{
        width: 12px;
        height: 12px;
    }
}

/* Промокод - зеленый\желтый */
.VV25_Product_PromocodeGreen{
    width: 100%;
    padding: 10px 12px;
    margin: 0 0 20px;
    background: var(--light-space);
    border-radius: 12px;
    text-align: center;
    cursor: pointer;
}
.VV25_Product_PromocodeGreen._wo_buy_btn{
    border-radius: 12px;
    margin-bottom: 10px;
    box-shadow: none;
}
.VV25_Product_PromocodeGreen__Text{
    color: var(--light-primary);
    position: relative;
}
.VV25_Product_PromocodeGreen__TextImg{
    position: absolute;
    margin: 0 0 0 2px;
    fill: var(--light-primary);
}

@media (min-width: 768px) {
    .VV25_Product_PromocodeGreen ~ .VV23_CartButtonContainer .CartButton._pickup-self{
        max-width: 100%;        
    }
    .VV25_Product_PromocodeGreen ~ .VV23_CartButtonContainer .CartButton__content--quantity {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 1023px){
    .VV25_Product_PromocodeGreen{
        padding: 12px;
    }
    .VV25_Product_PromocodeGreen__Text{
        max-width: 268px;
        margin: 0 auto;
    }
    .VV25_Product_PromocodeGreen__TextImg{
        margin-top: -2px;
    }
}
@media (max-width: 767px){
    .VV25_Product_PromocodeGreen{
        width: 100%;
        padding: 8px 12px;
    }
    .VV25_Product_PromocodeGreen__TextImg{
        width: 16px;
        height: 16px;
    }
}

/* Analog product */
.Product__headPrice .Price__imgAnalogIc {
    position: relative;
    top: 4px;
    margin-right: 6px;
}
.ProductCard__NoticeModalShower{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 0 7px 0 rgba(26, 26, 26, 0.08);
    color: var(--gray500);
    background: var(--white);
    padding: 0 0 0 0;
    border: 0;
    margin-left: 2px;
    cursor: pointer;
}

/* Types of Delivery slider */
.VV23_Product_Service._cursor-pointer{
    cursor: pointer;
}
.VV23_ProductDetailDeliveryTypesBlock{
    margin: 24px 0 0;
    width: 100%;
}
.VV23_ProductDetailDeliveryTypesBlock__Outer{
    display: table;
    table-layout: fixed;
    width: 100%;
}
.VV23_ProductDetailDeliveryTypesBlock__Inner{
    display: table-cell;
    margin: auto;
}
.VV23_ProductDetailDeliveryTypesBlock__SliderCol{
    width: auto;
    height: auto;
    margin: 0 8px 0 0;
}
.VV23_ProductDetailDeliveryTypesBlock__SliderCol:last-child{
    margin-right: 0;
}
.VV23_ProductDetailDeliveryTypesBlockItem{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    border: 1px solid var(--light-outline);
    border-radius: 16px;
    padding: 11px;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    width: 174px;
    min-height: 81px;
    height: 100%;
    overflow: hidden;
}
.bx-no-touch .VV23_ProductDetailDeliveryTypesBlockItem:hover{
    background-color: var(--gray50);
    border-color: var(--light-outline-strong);
}
.VV23_ProductDetailDeliveryTypesBlockItem__ImgWrp{
    width: 20px;
    height: 20px;
    margin: 0 0 8px;
}
.VV23_ProductDetailDeliveryTypesBlockItem__Img{
    display: block;
}
.VV23_ProductDetailDeliveryTypesBlockItem__Title{
    font-weight: 600;
    margin: 0 0 auto;
}
.VV23_ProductDetailDeliveryTypesBlockItem__LinkWrp{
    margin: 1px 0 -1px;
}

@media (max-width: 1279px){
    .VV23_ProductDetailDeliveryTypesBlockItem {
        width: 156px;
    }
}

@media (max-width: 1023px){
    .VV23_ProductDetailDeliveryTypesBlock{
        margin: 20px 0;
    }
    .VV23_ProductDetailDeliveryTypesBlock__Slider{
        overflow: visible;
    }
    .VV23_ProductDetailDeliveryTypesBlockItem {
        width: 158px;
    }
    .VV23_ProductDetailDeliveryTypesBlock__SliderCol{
        margin-right: 6px;
    }
}

@media (max-width: 767px){
    .VV23_ProductDetailDeliveryTypesBlockItem__LinkWrp{
        margin-top: 3px;
    }
    .VV23_ProductDetailDeliveryTypesBlock {
        margin: 20px -10px;
    }
    .VV23_ProductDetailDeliveryTypesBlock__SliderRow{
        padding: 0 10px;
    }
}

/* Tablet/Mobile footer with favorite btn */
.VV23_DetailProdBtnMobStickyContainer__Row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center; 
    -ms-flex-align: center; 
    align-items: center;
    margin: 0 -6px;
}
.VV23_DetailProdBtnMobStickyContainer__Col{
    padding: 0 6px;
}
.VV23_DetailProdBtnMobStickyContainer__Col._btn{
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
}
.VV23_DetailProdBtnMobStickyContainer__Col._fav{
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.VV23_DetailProdBtnMobStickyFavoriteWrp .Tooltip{
    display: none;
}
.VV23_DetailProdBtnMobStickyFavorite{
    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;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: var(--green50);
    color: var(--green500);
    border: 0;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.VV23_DetailProdBtnMobStickyFavorite__Inner{
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.VV23_DetailProdBtnMobStickyFavorite__Img{
    fill: currentColor;
    display: block;
}
.VV23_DetailProdBtnMobStickyFavorite__Img._full{
    display: none;
}
.VV23_DetailProdBtnMobStickyFavorite._in-fav .VV23_DetailProdBtnMobStickyFavorite__Img._full{
    display: block;
}
.VV23_DetailProdBtnMobStickyFavorite._in-fav .VV23_DetailProdBtnMobStickyFavorite__Img._empty{
    display: none;
}
.VV23_DetailProdBtnMobStickyContainer__Col._btn .CartButton .CartButton__text--phantom .CartButton__textInner{
    font-size: 16px;
    font-weight: 500;
}
.VV23_DetailProdBtnMobStickyContainer__Col._btn .CartButton .CartButton__text--phantom .CartButton__textInner._woIcon{
    padding: 0;
}
.VV23_DetailProdBtnMobStickyContainer__Col._btn .CartButton .CartButton__text--phantom .Price._last{
    margin-left: 6px;
    color: var(--green300);
}
.VV23_DetailProdBtnMobStickyContainer__Col._btn .CartButton._tomorrow .CartButton__text--phantom .Price._last{
    color: var(--light-on-additional1-secondary);
}
.VV23_DetailProdBtnMobStickyContainer__Col._btn .CartButton .CartButton__text--phantom .Price._last .Price__unit{
    margin: 0;
}
.VV23_DetailProdBtnMobStickyContainer__Col._btn .CartButton .CartButton__text--phantom .Price._last:before {
    width: calc(100% + 2px);
    left: -1px;
    border: 0;
    margin: 1px 0 0 0;
}
/* Tablet Sticky footer product info */
.VV25_DetailProdBtnTabletStickyProduct{
    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;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    margin: 0 24px 0 0;
}
.VV25_DetailProdBtnTabletStickyProduct__Img{
    width: 50px;
    height: 50px;
    margin: 0 16px 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
}
.VV25_DetailProdBtnTabletStickyProduct__Content{
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}
.VV25_DetailProdBtnTabletStickyProduct__Title{
    margin: 0 0 2px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 40px;
}
.VV25_DetailProdBtnTabletStickyProduct__Bottom{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.VV25_DetailProdBtnTabletStickyProduct__Rating{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 8px 0 0;
}
.VV25_DetailProdBtnTabletStickyProduct__Rating .Rating__icons {
    margin: 0 2px 0 0;
    color: var(--yelloworange3);
}
.VV25_DetailProdBtnTabletStickyProduct__ReviewsCount{
    margin: 0 8px 0 0;
}
.VV25_DetailProdBtnTabletStickyProduct__Rest{
    color: var(--green500);
}
.VV25_DetailProdBtnTabletStickyProduct__Rest._not_avail{
    color: var(--light-negative);
}
/* Fix bug resize */
@media (max-width: 767px){
    .VV23_DetailProdBtnMobStickyFavoriteWrp .Tooltip{
        display: block;
    }
    body._detailProdPage._has-buybtn .Footer{
        padding-bottom: 100px;
    }
    .VV23_DetailProdBtnMobStickyContainer__Row{
        margin: 0 -4px;
    }
    .VV23_DetailProdBtnMobStickyContainer__Col{
        padding: 0 4px;
    }
    .VV23_DetailProdBtnMobStickyContainer__Col._btn{
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
    }
    .VV25_DetailProdBtnTabletStickyProduct{
        display: none;
    }
}

/* abtest_3916, new */
.Product__cols._new-tabs .ProductLkBtns{
    width: 100%;
    max-width: 540px;
}
.VV23_DetailProdPageInfoTabs{
    margin: 0 0 80px;
}
.VV23_DetailProdPageInfoTabs__Header{        
    margin: 0 0 32px;
}
.VV23_DetailProdPageInfoTabs__HeaderRow{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;        
    border-radius: 16px;
    background: var(--gray50) !important;
    padding: 6px;
}
.VV23_DetailProdPageInfoTabs__HeaderCol{
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex: 1 1 0px;
        flex: 1 1 0;
}
.VV23_DetailProdPageInfoTabs__HeaderToggler{
    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;
    min-height: 52px;
    border: 0;
    background: transparent;
    padding: 5px 12px 5px;
    text-align: center;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: var(--light-secondary);
    font-weight: 500;
    cursor: pointer;
    border-radius: 12px;
    width: 100%;;
}
.VV23_DetailProdPageInfoTabs__HeaderCol._active .VV23_DetailProdPageInfoTabs__HeaderToggler{
    background-color: var(--white);
    color: var(--gray900);
}
.VV23_DetailProdPageInfoTabs__HeaderCol._active .VV23_DetailProdPageInfoTabs__HeaderToggler .VV23_DetailProdPageInfoTabs__HeaderTogglerCount{
    color: var(--light-secondary);
}

.VV23_DetailProdPageInfoTabs__HeaderTogglerCount._hidden,
.VV23_DetailProdPageAccordion__HeaderTogglerCount._hidden{
    display: none;
}

.VV23_DetailProdPageInfoTabs__HeaderTogglerInner{
    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;
}
.VV23_DetailProdPageInfoTabs__HeaderTogglerTitle {
    margin:0
}
.VV23_DetailProdPageInfoTabs__HeaderTogglerTitle ~ .VV23_DetailProdPageInfoTabs__HeaderTogglerAddit{
    margin-left: 8px;
}
.VV23_DetailProdPageInfoTabs__HeaderTogglerAddit{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 8px;
    background-color: var(--white);
    padding: 4px 8px 4px;
}
.VV23_DetailProdPageInfoTabs__HeaderTogglerRate ~ .VV23_DetailProdPageInfoTabs__HeaderTogglerCount {
    margin-left: 8px;
}
.VV23_DetailProdPageInfoTabs__HeaderTogglerRate .Rating__icon .SvgIcon--star {
    width: 13px;
    height: 13px;
}
.VV23_DetailProdPageInfoTabs__HeaderTogglerRate .Rating__text{
    color: var(--gray900);
}
.VV23_DetailProdPageInfoTabs__HeaderTogglerRate{
    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;
    color: var(--yelloworange3);
}
.VV23_DetailProdPageInfoTabs__BodyItem{
    display: none;
}
.VV23_DetailProdPageInfoTabs__BodyItem._active{
    display: block;
}
.VV23_DetailProdPageInfoTabs__BodyItem._comments._active{
    margin: 0 0 44px;
}
.VV23_DetailProdPageInfoDesc__Row,
.VV23_DetailProdPageInfoDescItemRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -12px;
}
.VV23_DetailProdPageInfoDesc__Col,
.VV23_DetailProdPageInfoDescItemRowCol {
    width: 100%;
    padding: 0 12px;
}
.VV23_DetailProdPageInfoDesc._two-cols .VV23_DetailProdPageInfoDesc__Col,
.VV23_DetailProdPageInfoDescItemRowCol {
    width: 50%;
}
.VV23_DetailProdPageInfoDescItem{
    margin: 0 0 16px;
}
.VV23_DetailProdPageInfoDescItem:last-child{
    margin: 0;
}
.VV23_DetailProdPageInfoDescItem__Desc{
    margin: 12px 0 0;
    font-weight: 400;
}
.VV23_DetailProdPageAccordion__Subtitle{
    font-weight: 700;
    margin: 0 0 24px;
}
.VV23_DetailPageSection__AnalogsSlider .ProductsSection__container {
    padding-top: 0;
}
.VV23_DetailProdPageAccordion .VV21_Map{
    margin: 0;
}
.VV23_DetailProdPageInfoTabs .VV_SimpleTag{
    font-weight: 400;
}

.VV23_DetailProdPageInfoDescItem__Title {
    padding-bottom: 2px;
    font-size: 20px;
    font-weight: 700;
    margin:0;
}
.VV23_DetailProdPageInfoDescItem__Title._link {
    display:block;
    position:relative;
    cursor:pointer;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}
.bx-no-touch .VV23_DetailProdPageInfoDescItem__Title._link:hover {
    color: var(--green600);
}
.VV23_DetailProdPageAccordion__Energy {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px;
    gap: 8px;
}
.VV23_DetailProdPageAccordion__Subtitle + .VV23_DetailProdPageAccordion__Energy {
    margin-top: -8px;
}
.VV23_DetailProdPageAccordion__EnergyItem {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 82px;
    width: calc(25% - 8px);
    padding: 8px;
    border: 1px solid var(--light-outline);
    text-align: center;
    background: var(--white);
    border-radius: 16px;
    overflow: hidden;
    white-space: nowrap;
}
.VV23_DetailProdPageAccordion__EnergyValue {
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 500;
}
.VV23_DetailProdPageAccordion__EnergyDesc {
    font-weight: normal;
    color: var(--light-secondary);
}
.VV23_DetailProdPageAccordion__BodyHeading {
    color: #000;
    margin-bottom: 32px;
}
.VV23_DetailProdPageInfoDescItem__Tooltip{
    color: var(--light-secondary);
    margin-left: 0;
    text-align: left;
}
.VV23_DetailProdPageChanges__Title{
    margin: 0 0 8px;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .VV23_DetailProdPageAccordion__Body .VV23_DetailProdPageDescription .VV23_DetailProdPageInfoDescItem__Desc{
        margin-top: 6px;
    }
}
@media (min-width: 768px){
    .VV23_DetailProdPageAccordion__Body .VV23_DetailProdPageDescription{
        margin: 0 0 16px;
    }
    .VV23_DetailProdPageAccordion__Body .VV23_DetailProdPageChanges{
        margin: 0 0 16px;
    }
}
@media (min-width: 1024px) {
    .Product__cols._new-tabs .Product__col--gallery{
        margin-bottom: 24px;
    }
}

@media (max-width: 1023px){
    .VV23_DetailProdPageDescription{
        margin: 0 0 24px;
    }
    .VV23_DetailProdPageInfoTabs {
        margin: 0 0 24px;
    }
    .VV23_DetailProdPageInfoTabs__BodyItem{
        display: block !important;
    }
    .VV23_DetailProdPageInfoTabs__Header{
        display: none;
    }
    .VV23_DetailProdPageInfoDescItem__Desc{
        margin-top: 2px;
    }
    .VV23_DetailProdPageInfoDesc__Row,
    .VV23_DetailProdPageInfoDescItemRow {
        display: block;
        margin: 0;
    }
    .VV23_DetailProdPageInfoDesc__Col,
    .VV23_DetailProdPageInfoDescItemRowCol {
        width: auto;
        padding: 0;
    }
    .VV22_ProductDetailRecipeBanner._bottom-place{
        margin-top: 0;
        margin-bottom: 24px;
    }
    .VV23_DetailProdPageAccordion__Subtitle{
        margin: 0 0 20px;
        border-top: 1px solid var(--light-outline);
        padding-top: 16px;
    }
    .VV23_DetailProdPageInfoDesc._two-cols{
        border-top: 1px solid var(--light-outline);
    }
    .VV23_DetailProdPageInfoDesc._two-cols .VV23_DetailProdPageInfoDesc__Col,
    .VV23_DetailProdPageInfoDescItemRowCol {
        width: 100%;
    }
    .VV23_DetailProdPageInfoTabs__BodyItem:last-child .VV23_DetailProdPageAccordion{
        border-bottom: 0;
        position: relative;
    }
    .VV23_DetailProdPageInfoTabs__BodyItem:last-child .VV23_DetailProdPageAccordion:after{
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        height: .9px;
        width: 700px;
        background-color: var(--light-outline);
    }
    .VV23_DetailProdPageInfoTabs__BodyItem:last-child .VV23_DetailProdPageAccordion._opened:after{
        display: none;
    }
    .VV23_DetailProdPageInfoTabs__BodyItem:last-child .VV23_DetailProdPageAccordion__BodyInner{
        padding-bottom: 0;
    }
    .VV23_DetailProdPageAccordion__Energy {
        margin-bottom: 20px;
        gap: 8px;
    }
    .VV23_DetailProdPageAccordion__EnergyItem {
        display: block;
        width: auto;
        height: auto;
        min-width: 73px;
        border: none;
        border-radius: 0;
        padding: 0;
        text-align: left;
        font-size: 13px;
    }
    .VV23_DetailProdPageAccordion__EnergyValue {
        font-size: 20px;
    }
    .Product__cols._new-tabs .ProductLkBtns{
        max-width: 450px;
        margin-bottom: 24px;
    }
    .Product__cols._new-tabs .ProductLkBtns._with-delivery{
        max-width: 486px;
    }
    .VV23_DetailProdPageAccordion__BodyHeading{
        display: none;
    }
    .VV23_DetailProdPageChanges{
        margin: 0 0 24px;
    }
}

@media (max-width: 767px){
    .VV23_DetailProdPageAccordion .VV21_MapPanelSearch{
        padding-top: 0;
        padding-bottom: 0;
    }
    .VV23_DetailProdPageInfoTabs__BodyItem:last-child .VV23_DetailProdPageAccordion._stock:after{
        width: calc(100% - 20px);
    }
    .VV23_DetailProdPageInfoTabs__BodyItem:last-child .VV23_DetailProdPageAccordion:after{
        width: 100%;
    }
    .VV23_DetailProdPageAccordion .VV23_DetailProdPageInfoDescItem__Title{
        font-weight: 600;
    }
    .VV23_DetailProdPageAccordion .VV23_DetailProdPageInfoDescItem__Desc{
        font-weight: 400;
    }
    .VV23_DetailProdPageAccordion__EnergyValue{
        font-weight: 400;
    }
    .Product__cols._new-tabs .ProductLkBtns{
        margin: 0 0 40px;
    }
    .VV23_DetailProdPageInfoDescItem__Desc{
        margin-top: 2px;
    }
    .VV23_DetailProdPageInfoDescItem__Desc._sostav{
        margin-top: 0;
    }
    .VV23_DetailProdPageInfoDescItem__DescLabel{
        margin: 12px 0 0;
    }
    .VV23_DetailProdPageChanges{
        margin-bottom: 14px;
    }
    .VV23_DetailProdPageDescription{
       margin-bottom: 16px;
    }
    .VV23_DetailProdPageInfoDescItem,
    .VV23_DetailProdPageAccordion__Body .VV23_DetailProdPageDescription{
        margin-bottom: 20px;
    }
    .VV23_DetailProdPageChanges__Title{
        margin-bottom: 4px;
    }
}

/* Media in tab */
.VV23_DetailProdPageMediaBlock{
    margin: 0 0 40px;
    position: relative;
}
.VV23_DetailProdPageMediaBlock__List{
    margin: 0 0 50px;
}
.VV23_DetailProdPageMediaBlock__Row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -12px -46px;
}
.VV23_DetailProdPageMediaBlock .VV_News__item{
    padding: 0 12px;
    margin: 0 0 46px;
    width: 25%;
}
.VV23_DetailProdPageMediaBlock .VV_News__Footer{
    margin: 0;
    width: 100%;
}
.VV23_DetailProdPageMediaBlock .VV_Meta {
    color: var(--light-secondary);
}

@media (max-width: 1280px){
    .VV23_DetailProdPageMediaBlock {
        margin: 0;
    }
    .VV23_DetailProdPageMediaBlock__Row{
        margin: 0 -10px -18px;
    }
    .VV23_DetailProdPageMediaBlock__List {
        margin: 0 0 20px;
    }
    .VV23_DetailProdPageMediaBlock .VV_News__item{
        width: 33.33%;
        padding: 0 10px;
        margin: 0 0 18px;
    }
    .VV23_DetailProdPageMediaBlock .VV_PagerMoreBtn {
        margin: 0;
    }
}

@media (max-width: 767px){
    .VV23_DetailProdPageAccordion__Subtitle{
        display: none;
    }
    .VV23_DetailProdPageMediaBlock .VV_News__item{
        width: 50%;
    }
	.VV23_DetailProdPageMediaBlock .VV_NewsCard._medium .VV_NewsCard__ImgBlockInner {
		padding-top: 50%;
	}
    .VV23_DetailProdPageMediaBlock .VV_News__Footer{
        padding: 0 10px;
    }
}

@media (max-width: 550px){
    .VV23_DetailProdPageMediaBlock__List {
        margin: 0 0 40px;
    }
    .VV23_DetailProdPageMediaBlock__Row{
        margin: 0 -10px -40px;
    }
    .VV23_DetailProdPageMediaBlock .VV_News__item{
        width: 100%;
        margin: 0 0 40px;
    }
}

/* Accordion */

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

@media (max-width: 1023px){
    .VV23_DetailProdPageAccordion__Body._comments{
        padding: 44px 0 0;
    }
    .VV23_DetailProdPageAccordion__BodyTitle{
        display: none;
    }
    .VV23_DetailProdPageAccordion{
        border-bottom: 1px solid var(--light-outline);
    }
    .VV23_DetailProdPageAccordion__HeaderToggler{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        min-height: 54px;
        border: 0;
        background: transparent;
        padding: 4px 30px 4px 0;
        text-align: left;
        -webkit-box-shadow: none;
                box-shadow: none;
        color: var(--gray900);
        font-weight: 500;
        cursor: pointer;
        width: 100%;
        position: relative;
    }
    .VV23_DetailProdPageAccordion__HeaderToggler:before,
    .VV23_DetailProdPageAccordion__HeaderToggler:after{
        content: '';
        position: absolute;
        top: 50%;
        right: 9px;
        height: 12px;
        width: 2px;
        background-color: currentColor;
        -webkit-transform: translateY(-50%) rotate(0deg);
            -ms-transform: translateY(-50%) rotate(0deg);
                transform: translateY(-50%) rotate(0deg);
        -webkit-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
                transform-origin: 50% 50%;
        -webkit-transition: .15s all;
        -o-transition: .15s all;
        transition: .15s all;
    }
    .VV23_DetailProdPageAccordion__HeaderToggler:after{
        -webkit-transform: translateY(-50%) rotate(90deg);
            -ms-transform: translateY(-50%) rotate(90deg);
                transform: translateY(-50%) rotate(90deg);
    }
    .VV23_DetailProdPageAccordion._opened .VV23_DetailProdPageAccordion__HeaderToggler:before{
        -webkit-transform: translateY(-50%) rotate(90deg);
            -ms-transform: translateY(-50%) rotate(90deg);
                transform: translateY(-50%) rotate(90deg);
    }
    .VV23_DetailProdPageAccordion__HeaderTogglerInner{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .VV23_DetailProdPageAccordion__HeaderTogglerTitle,
    .VV23_DetailProdPageAccordion__HeaderTogglerCount,
    .VV23_DetailProdPageAccordion__HeaderToggler .Rating__text{
        font-weight: 600;
    }
    .VV23_DetailProdPageAccordion__HeaderTogglerCount{
        color: var(--light-outline-strong);
    }
    .VV23_DetailProdPageAccordion__HeaderToggler .Rating__icons{
        color: var(--light-yelloworange3);
    }
    .VV23_DetailProdPageAccordion__HeaderToggler .Rating__text{
        color: var(--gray900);
    }
    .VV23_DetailProdPageAccordion__HeaderTogglerTitle ~ .VV23_DetailProdPageAccordion__HeaderTogglerAddit{
        margin-left: 8px;
    }
    .VV23_DetailProdPageAccordion__HeaderTogglerAddit{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border-radius: 8px;
        background-color: var(--light-surface2);
        padding: 4px 8px 4px;
    }
    .VV23_DetailProdPageAccordion__HeaderTogglerRate ~ .VV23_DetailProdPageAccordion__HeaderTogglerCount{
        margin-left: 8px;
    }
    .VV23_DetailProdPageAccordion__HeaderTogglerRate{
        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;
        color: var(--yelloworange3);
        margin-left: -2px;
    }        
    .VV23_DetailProdPageAccordion__BodyInner{
        padding: 0 0 24px;
    }
    .VV23_DetailProdPageAccordion .CommentForm__textarea{
        font-size: 13px;
    }
}
@media (max-width: 767px){
    .VV23_DetailProdPageAccordion__BodyInner{
        padding-bottom: 16px;
    }
    .VV23_DetailProdPageAccordion__Body._comments{
        padding-top: 0;
    }
    .VV23_DetailProdPageInfoDescItem__Tooltip{
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

/* Кнопка поделиться */
.Product__headTitle{
    position: relative;
    display: block;
}
.Product__headTitleInner{
    display: inline-block;    
    padding-right: 46px;    
}
.Product__headTitle .Product__title{
    display: inline;
    position: relative;
}
.Product__headShare{
    display: inline-flex;
    position: absolute;
    justify-content: center;
    padding: 0;
    background: none;
    border: 0;
    cursor: pointer;
    top: auto;
    margin: 10px 0px 0px 12px;
}
.Product__headShare svg{
    display: block;
}
.Product__headShare__Tooltip{
    position: absolute;
    top: calc(100% + 13px);
    width: 158px;
    height: 36px;
    display: none;
    justify-content: center;
    align-items: center;
    padding-top: 2px;
    background: var(--gray700);
    color: var(--white);
    border-radius: 10px;
    z-index:1
}
.Product__headShare__TooltipPin{
    position: absolute;
    top: -12px;
}
@media (min-width: 1024px) {
    .bx-no-touch .Product__headShare:hover .Product__headShare__Tooltip{
        display: flex;
    }
}
@media (max-width: 1023px){
    .Product__headShare{
        margin: 3px 0px 0px 12px;
    }
}
@media (max-width: 767px) {
    .Product__headShare {
        top: 0;
        right: 0;
        margin: -1px 0px 0px 0;
    }
}

.PriceIcon {
    position: relative;
    top: 2px;
    margin-right:6px;
    flex-shrink: 0;
    vertical-align: middle;
    display: inline-block;
    height:auto
}

/* Оценки отзывы*/
.ReviewsApiCat4Brands {
    margin-bottom:32px;
    width:100%;
}
.ReviewsApiCat4Brands .VV_SimpleTags__Item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 0;
    margin-right: 10px;
}
.ReviewsApiCat4Brands .VV_SimpleTags__Item:last-child{
    margin-right: 0;
}

.ReviewsApiCat4Brands .VV_SimpleTags__Item .VV_SimpleTag{
    padding: 6px 10px;
}

@media (min-width: 1024px){
    .ReviewsApiCat4Brands__Fade{
        content: '';
        display: block;
        width: 17px;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 2;
        background-color: var(--white);
        pointer-events: none;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }

    .ReviewsApiCat4Brands__Fade._beginning{
        left: 0;
    }

    .ReviewsApiCat4Brands__Fade._end{
        right: 0;
    }

    .ReviewsApiCat4Brands .VV_SliderBtn._disabled + .ReviewsApiCat4Brands__Fade{
        opacity: 0;
    }

    .ReviewsApiCat4Brands .VV_SliderBtn{
        position: absolute;
        top: 0;
        z-index: 3;
        border: 1px solid var(--light-outline);
    }

    .ReviewsApiCat4Brands .VV_SliderBtn._prev{
        left: 0;
    }

    .ReviewsApiCat4Brands .VV_SliderBtn._next{
        right: 0;
    }

    .ReviewsApiCat4Brands .VV_SliderBtn._disabled{
        opacity: 0;
        visibility: hidden;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
}

@media (max-width: 1023px){
    .ReviewsApiCat4Brands .VV_SliderBtn,
    .ReviewsApiCat4Brands__Fade{
        display: none;
    }
}

.ReviewsApiCat4Row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ReviewsApiCat4Col._left {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 792px;
    flex: 1 1 792px;
	order: 2;
	padding-left: 48px;
}
.ReviewsApiCat4Col._right {
	order: 1;
    width: 360px;
}

.ReviewsApiCat4RatingAvg {
    display: flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom: 16px;
}
.ReviewsApiCat4RatingAvg--value {
    color:var(--light-fixed-black);
    font-weight: 500;
    margin-right:12px;
}
.ReviewsApiCat4RatingAvgStars--cnt {
    color:var(--light-secondary);
    font-weight: 400;
    margin-top:2px;
}
.ReviewsApiCat4RatingAvg .ReviewsApiCat4RatingStars--icon{
    padding: 0 1px;
}
.ReviewsApiCat4RatingStars {
    position:relative;
}
.ReviewsApiCat4RatingStarsIcons {
    position: relative;
}
.ReviewsApiCat4RatingStarsIconsBack,
.ReviewsApiCat4RatingStarsIconsFront {
    display:flex;
}
.ReviewsApiCat4RatingStarsIconsFront {
    position: absolute;
    top:0
}
.ReviewsApiCat4RatingStars--icon {
    padding:0 1px;
}
.ReviewsApiCat4RatingStars--icon img {
    display:block;
}
.ReviewsApiCat4RatingStars--icon._half img {
    clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
}
.ReviewsApiCat4RatingAvg--how {
    display: flex;
    align-items:center;
}
.ReviewsApiCat4RatingMarksSubtitle {
    color:var(--light-secondary);
    font-weight: 400;
    margin: -20px 0 10px;
}
.ReviewsApiCat4RatingMark {
    position:relative;
    padding-bottom: 12px;
    margin-bottom: 15px;
}
.ReviewsApiCat4RatingMark--info {
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.ReviewsApiCat4RatingMark .ReviewsApiCat4RatingStarsIcons {
    margin-bottom:6px
}
.ReviewsApiCat4RatingMark--cnt {
    color:var(--light-secondary);
    font-weight: 400;
}
.ReviewsApiCat4RatingMark--line {
    width:100%;
    height:3px;
    background:var(--light-surface2);
    border-radius: 10px;
    position:absolute;
    left:0;
    bottom:0;    
}
.ReviewsApiCat4RatingMark--line._fill {
    background:var(--light-ptag5);
}

.ReviewsApiCat4RatingAvgEmpty {
    border-radius: 16px;
    background: var(--light-surface2);
    padding:12px;
    margin-bottom:32px;
}
.ReviewsApiCat4RatingAvgEmpty img {
    flex-shrink: 0;
    margin-right:12px;
}
.ReviewsApiCat4RatingAvgEmptyTitle {
    margin-bottom:2px;
}
.ReviewsApiCat4RatingAvgEmptyText {
    color:var(--light-secondary);
}


.ReviewsApiCat4Filter {
    margin-top:32px;
}
.ReviewsApiCat4FilterTitle {
    margin-bottom:20px;
}

.ReviewsApiCat4Sort {
    display:flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}
.ReviewsApiCat4FilterButton._tertiary{
    background-color: var(--gray50);
}
.ReviewsApiCat4FilterCount {
    position: absolute;
    top: -4px;
    right: -3px;
    font-size: 12px;
    color: var(--white);
    line-height: 12px;
    text-align: center;
    border-radius: 9px;
    height: 18px;
    min-width: 18px;
    background: var(--green500);
    padding: 0px 4px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ReviewsApiCat4AddReviewBn {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background:var(--light-brand1-container-fill);
    border:1px solid var(--light-on-brand1-secondary);
    border-radius:16px;
    padding: 19px;
    margin-bottom:16px;
}
.ReviewsApiCat4AddReviewBnTitle {
    color:var(--light-primary);
    margin-bottom:4px;
}
.ReviewsApiCat4AddReviewBnSubTitle {
    color:var(--light-secondary);
}
.ReviewsApiCat4AddReviewBnCol._right {
    margin-left: 12px;
}
.ReviewsApiCat4AddReviewBnText{
    pointer-events: none;
}
.ReviewsApiCat4AddReviewBn .VV_Button {
    background-color: var(--light-brand1);
}
.ReviewsApiCat4AddReviewBn .VV_Button:hover,
.ReviewsApiCat4AddReviewBn .VV_Button:active {
    background-color: var(--green500);
}

.ReviewsApiCat4ListEmpty {
    color:var(--light-secondary);
    text-align:center;
    padding:32px 0;
}

.ReviewsApiCat4List {
    margin-bottom:40px
}
.ReviewsApiCat4ListItem {
    margin-bottom:16px;
    padding:15px;
    background-color: var(--light-space);
    border: 1px solid var(--light-space);
    border-radius:8px;
    font-weight:400
}
.ReviewsApiCat4ListItem._my{
    border-color: var(--light-brand1-border);
}
.ReviewsApiCat4ListItem._my .ReviewsApiCat4ListItemName{
    color:var(--light-brand1);
}
.ReviewsApiCat4ListItem._offical-reply{
    background: var(--light-additional4-container-fill);
    border-color: var(--light-additional4-border);
    padding-top: 14px;
    padding-bottom: 14px;
}
.ReviewsApiCat4ListItem._offical-reply .ReviewsApiCat4ListItemHeader{
    margin-bottom: 5px;
}
.ReviewsApiCat4ListItem._offical-reply .ReviewsApiCat4ListItemName{
    color: var(--light-brand1);
    margin-bottom: 0;
}
.ReviewsApiCat4ListItem._offical-reply .ReviewsApiCat4ListItemCardDate{
    margin-bottom: 10px;
}
.ReviewsApiCat4ListItem._offical-reply .ReviewsApiCat4ListItemBody{
    margin-bottom: 2px;
}
.ReviewsApiCat4ListItem:last-child {
    margin-bottom: 0;
}
.ReviewsApiCat4ListItem._my {
    border-color: var(--light-on-brand1-secondary);
}
.ReviewsApiCat4ListItemHeader {
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.ReviewsApiCat4ListItemName {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    color:var(--light-primary);
}
.ReviewsApiCat4ListItemHeart{
     width: 16px;
     margin-right: 4px;
 }
.ReviewsApiCat4ListItemCardDate {
    color:var(--light-outline-strong);
    margin-bottom:10px;
}
.ReviewsApiCat4ListItemHeaderCol._right {
    display:flex;
    align-items: baseline;
}
.ReviewsApiCat4ListItemRate {
    color:var(--light-secondary);
    margin-left:6px;
    font-weight:500
}

.ReviewsApiCat4ListItemBody {
    color:var(--light-primary);
    margin-bottom:4px;
    word-break: break-word;
}

.ReviewsApiCat4ListItemControls {
    display:flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -4px;
}
.ReviewsApiCat4ListItemControlsBtn {
    display: flex;
    align-items: center;
    color: var(--light-secondary);
    cursor: pointer;    
    border: none;
    background: none;
    padding: 0;
    transition: color .2s ease;
}
.ReviewsApiCat4ListItemControlsCol._left {
    margin: 8px 0 0 0;
}
.ReviewsApiCat4ListItemControlsBtn:hover {
    color: var(--light-brand1);
}
.ReviewsApiCat4ListItemControlsBtn._active {
    color: var(--light-brand1);
}
.ReviewsApiCat4ListItemControlsIcon {
    position: relative;
    width:20px;
    height:20px;
    margin-right: 4px;
}
.ReviewsApiCat4ListItemControlsIcon .SvgIcon {
    position: absolute;
    top: 50%;
    left: 50%;
    width:20px;
    height:20px;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity .2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ReviewsApiCat4ListItemControlsIcon .SvgIcon._filled,
.ReviewsApiCat4ListItemControlsBtn._active .ReviewsApiCat4ListItemControlsIcon .SvgIcon._empty {
    opacity: 0;
}
.ReviewsApiCat4ListItemControlsBtn._active .ReviewsApiCat4ListItemControlsIcon .SvgIcon._filled {
    opacity: 1;
}
.ReviewsApiCat4ListItemControlsBtn .SvgIcon__symbol {
    display: block;
    width: initial;
    height: initial;
    fill: currentColor;
}

.VV_DetailProdPageReviewSideBanner{
    background: var(--light-space);
    padding: 32px;
    border-radius: 24px;
    text-align: center;
    word-break: break-word;
    margin: 43px 0 0;
}
.VV_DetailProdPageReviewSideBanner__Header{
    margin: -32px 0 0;
}
.VV_DetailProdPageReviewSideBanner__Img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.VV_DetailProdPageReviewSideBanner__Desc{
    text-align: center;
    font-weight: 400;
    margin: 8px 0 0;
}
.VV_DetailProdPageReviewSideBanner__Footer{
    margin: 24px 0 0;
}
.VV_DetailProdPageReviewSideBanner._mobile{
    display: none;
}

@media (max-width:1279px) {
    .ReviewsApiCat4Col._left {
        -ms-flex-preferred-size: 580px;
        flex-basis: 580px;
		padding-left: 40px;
    }
}
@media (min-width:1024px) {
    .ReviewsApiCat4Sort .VV_Button._filter {
        display:none
    }
}
@media (max-width:1023px) {
    #vv23-detail-page-tabs-id-2 .VV23_DetailProdPageAccordion__Subtitle {
        display:none
    }
    .ReviewsApiCat4Row {
        padding-top:12px
    }
    .ReviewsApiCat4Brands {
        order: 2
    }
    .ReviewsApiCat4Col._left {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
		padding-left: 0;
    }
    .ReviewsApiCat4Col._left,
    .ReviewsApiCat4Col._right {
        width:100%;
    }
    .ReviewsApiCat4RatingMarks {
        display:none
    }

    #js-product-api-reviews-list-container.hidden {
        display:block!important
    }

    .ReviewsApiCat4Sort {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 16px;
    }
    .ReviewsApiCat4Filter {
        display: none;
    }
    .ReviewsApiCat4RatingAvg {
        margin-bottom:36px;
    }
    .ReviewsApiCat4Brands {
        margin-bottom: 16px;
    }
    .ReviewsApiCat4RatingAvgStars--cnt {
        cursor:pointer;
        color:var(--light-secondary);
        border-bottom: 1px solid var(--light-secondary);
        display:inline
    }

    .VV_DetailProdPageReviewSideBanner._desktop{
        display: none;
    }
    .VV_DetailProdPageReviewSideBanner._mobile {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border: 1px solid var(--light-outline);
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .VV_DetailProdPageReviewSideBanner {
        padding: 18px 16px 10px;
        border-radius: 12px;
        text-align: left;
        margin: 0 0 10px;
        overflow: hidden;
    }
    .VV_DetailProdPageReviewSideBanner__Header{
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        z-index: 1;
    }
    .VV_DetailProdPageReviewSideBanner__Img{
        width: 176px;
        height: auto;
    }
    .VV_DetailProdPageReviewSideBanner__Body{
        position: relative;
        margin-right: auto;
        z-index: 2;
    }
    .VV_DetailProdPageReviewSideBanner__Desc{
        margin: 4px 0 0;
        text-align: left;
    }
    .VV_DetailProdPageReviewSideBanner__Footer {
        position: relative;
        z-index: 2;
        padding-top: 68px;
        margin: 0 0 0 12px;
    }
    .VV_DetailProdPageReviewSideBanner__Footer .VV_Button{
        min-width: 108px;
    }
}
@media (max-width:767px) {
    .ReviewsApiCat4Sort .VV_Button._filter {
        padding-left:14px;
        padding-right:14px;
        margin-left:6px;
    }
    .ReviewsApiCat4Sort .VV_Button._filter .VV_Button__Text {
        display:none
    }
    .ReviewsApiCat4ListItem {
        padding:11px;
    }
    .ReviewsApiCat4SortTitle {
        overflow:hidden;
        text-overflow: ellipsis;
    }
    .ReviewsApiCat4ListItemCardDate {
        margin-bottom: 8px;
    }
    .ReviewsApiCat4AddReviewBn {
        padding:11px;
		min-height: auto;
    }
    .ReviewsApiCat4AddReviewBnText{
        display: none;
    }
	.ReviewsApiCat4AddReviewBn ._hide-on-mobile {
		display: none;
	}
    .ReviewsApiCat4ListItemControlsCol._left {
        margin-top: 12px;
    }
	.ReviewsApiCat4RatingAvgEmpty {
		margin-bottom: 24px;
	}
	.ReviewsApiCat4RatingAvgEmptyTitle {
		margin-bottom: 0;
	}
	.ReviewsApiCat4RatingAvgEmpty img {
		max-width: 48px;
		height: auto;
		margin-right: 8px;
	}
    .ReviewsApiCat4Sort .VV23_CatalogSortDblView {
        margin-top: 0;
    }
}

/* конец --- Оценки отзывы*/

/* Sections */
.VV_DetailProdPageSection{
    margin: 0 0 80px;
}
.VV_DetailProdPageSection .ProductsSection__container{
    padding-top: 0;
    padding-bottom: 0;
}

@media (max-width: 1023px){
    .VV_DetailProdPageSection{
        margin: 0 0 50px;
    }
}

@media (max-width: 767px){
    .VV_DetailProdPageSection{
        margin: 0 0 40px;
    }
}

/* DetailProdPageInfoRecomendations */
.VV23_DetailProdPageInfoRecomendations{
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 60px;
}
.VV23_DetailProdPageInfoRecomendations .VV_DetailProdPageSection{
    margin: 0;
}
.VV23_DetailProdPageInfoRecomendations__heading {
    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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px;
}
.VV23_DetailProdPageInfoRecomendations__title {
    margin-bottom: 4px;
}
.VV23_DetailProdPageInfoRecomendations__link {
    color: var(--light-primary);
}
.VV23_DetailProdPageInfoRecomendations__link .Section__headerCounterLinkInner{
    padding-right: 24px;
    font-weight: 400;
}
.VV23_DetailProdPageInfoRecomendations__link .Section__headerCounterLinkImg {
    top: -1px;
}
.VV23_DetailProdPageInfoRecomendations__mobile{
    display: none;
}
.VV23_DetailProdPageInfoRecomendations__desktop{
    margin-bottom: 16px;
}
@media (max-width: 1023px){
    .VV23_DetailProdPageInfoRecomendations{
        margin-bottom: 50px;
    }
    .VV23_DetailProdPageInfoRecomendations__title {
        margin-bottom: 4px;
    }
    .VV23_DetailProdPageInfoRecomendations__desktop{
        display: none;
    }
    .VV23_DetailProdPageInfoRecomendations__mobile{
        display: block;
        margin: 0 -16px 24px;
    }
    .VV23_DetailProdPageInfoRecomendations__scroll{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 16px 8px;
        margin-bottom: 0;
    }
    .VV23_DetailProdPageInfoRecomendations__list{
        margin: 0 0 -8px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .VV23_DetailProdPageInfoRecomendations__item{
        -ms-flex-negative: 0; 
        flex-shrink: 0;
        margin: 0 6px 8px 0;
    }
    .VV23_DetailProdPageInfoRecomendations__item:last-child{
        margin-right: 0;
    }
}
@media (max-width: 767px){
    .VV23_DetailProdPageInfoRecomendations{
        margin-bottom: 40px;
    }
    .VV23_DetailProdPageInfoRecomendations__heading {
        margin-bottom: 16px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .VV23_DetailProdPageInfoRecomendations__container {
        margin: 0 -10px;
    }
}
@media (min-width: 768px){
    .VV23_DetailProdPageInfoRecomendations .Container {
        padding: 0;
        width: 100%;
    }
}
/* End */
/* /local/components/ameton/catalog_api/templates/catalog/style.css?173927600111196 */
/* /local/templates/main-responsive/css/product_detail.css?175069920737356 */
/* /local/components/ameton/products_api_catalog4.detail/templates/.default/style.css?175214773081710 */
