

/* Start:/local/templates/main-responsive/css/media.css?1745927390126930*/
/* Search modal */
.VV_MediaSearchModal{
    z-index: 1053;
}
.VV_MediaSearchModal .VV_ModalCloser{
    display: none;
}
.VV_MediaSearchModal .modal-dialog{
    max-width: 588px;
}
.VV_MediaSearchModal .modal-content{
    background: var(--white);
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
}
.VV_MediaSearchModal__Inner{
    padding: 32px 32px 32px;
}
.VV_MediaSearchModal__HeaderSearchRow{
    position: relative;
    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;
    margin: 0 -8px;
}
.VV_MediaSearchModal__HeaderSearchCol{
    padding: 0 8px;
}
.VV_MediaSearchModal__HeaderSearchCol._input{
    flex-grow: 1;
}
.VV_MediaSearchModal__HeaderSearchCol._closer{
    flex-shrink: 0;
    width: 40px;
}
.VV_MediaSearchModal__HeaderSearchCol._closer .VV_ModalCloser{
    position: relative;
    width: 40px;
    height: 40px;
    top: auto;
    right: auto;
    display: flex;
}
.VV_MediaSearchModal__HeaderSearchCol._closer .VV_ModalCloser__CloserImg{
    stroke-width: 2.5px;
    stroke: currentColor;
}
.VV_MediaSearchModal__HeaderCategs{
    margin: 16px 0 0;
}
.VV_MediaSearchModal__HeaderEmpty{
    margin: 16px 0 0;
}
.VV_MediaSearchModalEmptyBanner{
    position: relative;
    padding: 16px 60px 16px 16px;
    overflow: hidden;
    background: var(--gray50);
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
}
.VV_MediaSearchModalEmptyBanner__Text{
    position: relative;
    z-index: 2;
}
.VV_MediaSearchModalEmptyBanner__Title{
    font-weight: 700;
}
.VV_MediaSearchModalEmptyBanner__Img{
    position: absolute;
    bottom: -12px;
    right: -6px;
    width: 60px;
    z-index: 1;
    max-width: 60px;
    max-height: 56px;
}

.VV_MediaSearchModalResList__Item{
    border-bottom: 1px solid var(--gray100);
}
.VV_MediaSearchModalResList__Item:last-child{
    border: none;
}
.VV_MediaSearchModalResSection{
    display: block;
    padding: 8px 0;
}
.VV_MediaSearchModalResSection__Inner{
    display: block;
    position: relative;
    padding: 12px 40px 12px 16px;
    background: var(--yelloworange1);
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    color: var(--white);
}
.VV_MediaSearchModalResSection__Text{
    position: relative;
    z-index: 2;
}
.VV_MediaSearchModalResSection__Title{
    font-weight: 700;
}
.VV_MediaSearchModalResSection__Desc{
    margin: 4px 0 0;
}
.VV_MediaSearchModalResSection__Img{
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 100px;
    max-height: 64px;
}
.VV_MediaSearchModalResSection__Img._mobile{
    display: none;
}
.VV_MediaSearchModalResElem{
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px 0;
}
.VV_MediaSearchModalResElem__Col._img{
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin: 0 16px 0 0;
    width: 80px;
}
.VV_MediaSearchModalResElem__Img{
    padding-top: 70%;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    -moz-background-size: cover;
         background-size: cover;
    background-position: 50% 50%;
}
.VV_MediaSearchModalResElem__Col._text{
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-right: 20px;
}
.VV_MediaSearchModalResElem__Title{
    font-weight: 700;
    max-height: 36px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-transition: .3s all !important;
    -o-transition: .3s all !important;
    -moz-transition: .3s all !important;
    transition: .3s all !important;
}
.VV_MediaSearchModalResElem__Title:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.VV_MediaSearchModalResElem__Title b{
    color: var(--green500);
}
.VV_MediaSearchModalResElem__Col._label{
    display: inline-block;
    vertical-align: middle;
    padding: 9px 10px;
    background: var(--gray50);
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    color: var(--gray900);
    position: relative;
    z-index: 2;
    -webkit-transition: .3s all !important;
    -o-transition: .3s all !important;
    -moz-transition: .3s all !important;
    transition: .3s all !important;
}
.VV_MediaSearchModalResElem__Col._label:hover{
    background-color: var(--gray100);
}
.VV_MediaSearchModalResList__Footer{
    margin: 18px auto 0;
    width: 100%;
    text-align: center;
}
.VV_MediaSearchModalResList__Btn{
    display: inline-block;
    min-width: 180px;
    padding: 13px 16px 13px;
    color: var(--white) !important;
    background: var(--green500);
    -webkit-border-radius: 12px;
       -moz-border-radius: 12px;
            border-radius: 12px;
    font-weight: 700;
    text-align: center;
    -webkit-transition: .3s all !important;
    -o-transition: .3s all !important;
    -moz-transition: .3s all !important;
    transition: .3s all !important;
}
.VV_MediaSearchModalResList__Btn:hover{
    background-color: var(--green400);
}
.VV_MediaSearchModalResList__Btn:active{
    background-color: var(--green600);
}
.VV_MediaSearchModal__BodyProdList{
    margin: 11px 0 0;
}
.VV_MediaSearchModal__BodyCategs{
    margin: 32px 0 0;
    max-width: 455px;
}
.VV_MediaSearchModal__BodyCategsTitle{
    margin: 0 0 16px;
    font-weight: 700;
}
.VV_MediaSearchModal__HeaderTitle{
    display: none;
}

.VV_MediaSearchModal__BodyProdList,
.VV_MediaSearchModal__HeaderCategs,
.VV_MediaSearchModal__HeaderEmpty,
.VV_MediaSearchModal__BodyCategsTitleText._var2{
    display: none;
}

.VV_MediaSearchModal._not-finded .VV_MediaSearchModal__HeaderEmpty,
.VV_MediaSearchModal._not-finded .VV_MediaSearchModal__BodyCategsTitleText._var2{
    display: block;
}
.VV_MediaSearchModal._not-finded .VV_MediaSearchModal__BodyCategsTitleText._var1{
    display: none;
}

.VV_MediaSearchModal._finded .VV_MediaSearchModal__BodyProdList,
.VV_MediaSearchModal._finded .VV_MediaSearchModal__HeaderCategs{
    display: block;
}
.VV_MediaSearchModal._finded .VV_MediaSearchModal__BodyCategs{
    display: none;
}

@media (max-width: 1023px){
    .VV_MediaSearchModal{
        bottom: 0;
    }
    .VV_MediaSearchModal .modal-layout,
    .VV_MediaSearchModal .modal-dialog,
    .VV_MediaSearchModal .modal-content,
    .VV_MediaSearchModal__Inner{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 100%;
        height: 100%;
        overflow: hidden;
        -webkit-border-radius: 0;
           -moz-border-radius: 0;
                border-radius: 0;
        margin: 0;
    }
    .VV_MediaSearchModal__Inner {
        padding: 24px 34px 24px;
        overflow: auto;
    }
    .VV_MediaSearchModal .VV_ModalCloser{
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        top: 24px;
        right: 34px;
    }
    .VV_MediaSearchModal .VV_ModalCloser__CloserImg{
        stroke-width: 0 !important;
    }
    .VV_MediaSearchModal__HeaderTitle{
        display: block;
        margin: 0 0 25px;
        font-weight: 900;
    }
    .VV_MediaSearchModal__BodyProdList {
        margin: 16px 0 0;
    }
    .VV_MediaSearchModalResElem__Title{
        color: var(--gray900) !important;
    }
    .VV_MediaSearchModalResElem__Col._label{
        background: var(--gray50) !important;
    }
    .VV_MediaSearchModal__HeaderSearchRow{
        display: block;
        margin: 0;
    }
    .VV_MediaSearchModal__HeaderSearchCol{
        padding: 0
    }
    .VV_MediaSearchModal__HeaderSearchCol._closer{
        display: none;
    }
}

@media (max-width: 767px){
    .VV_MediaSearchModal__Inner {
        padding: 16px 10px 16px;
    }
    .VV_MediaSearchModal .VV_ModalCloser{
        top: 10px;
        right: 10px;
    }
    .VV_MediaSearchModal__HeaderTitle{
        margin: 0 0 24px;
    }
    .VV_MediaSearchModalEmptyBanner {
        padding: 8px 60px 8px 16px;
    }
    .VV_MediaSearchModalEmptyBanner__Text{
        max-width: 184px;
    }
    .VV_MediaSearchModalEmptyBanner__Img {
        bottom: -11px;
        right: -9px;
        width: 55px;
    }
    .VV_MediaSearchModalResElem__Title{
        max-height: 32px;
    }
}

@media (max-width: 400px){
    .VV_MediaSearchModalResList__Items{
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        margin: 0 -4px -28px;
    }
    .VV_MediaSearchModalResList__Item{
        width: 50%;
        border: 0;
        padding: 0 4px;
        margin: 0 0 28px;
    }
    .VV_MediaSearchModalResElem{
        display: block;
        padding: 0
    }
    .VV_MediaSearchModalResElem__Img{
        padding-top: 75%;
    }
    .VV_MediaSearchModalResElem__Col._img{
        width: auto;
        margin: 0 0 8px;
    }
    .VV_MediaSearchModalResElem__Col._text{
        width: auto;
    }
    .VV_MediaSearchModalResElem__Col._label{
        position: absolute;
        top: 8px;
        left: 8px;
        display: block;
        padding: 4px 8px 4px;
        background: var(--white) !important;
        -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.04);
           -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.04);
                box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.04);
        -webkit-border-radius: 10px;
           -moz-border-radius: 10px;
                border-radius: 10px;
    }
    .VV_MediaSearchModalResSection{
        padding: 0;
    }
    .VV_MediaSearchModalResSection{
        position: relative;
        background-color: var(--yelloworange1);
        padding: 10px 10px 55px 10px;
        -webkit-border-radius: 10px;
           -moz-border-radius: 10px;
                border-radius: 10px;
        min-height: 100%;
    }
    .VV_MediaSearchModalResSection__Inner{
        position: static;
        padding: 0;
        -webkit-border-radius: 0;
           -moz-border-radius: 0;
                border-radius: 0;
    }
}

.VV_SearchMedia__Header ~ * .VV_NewsCard__Title b{
    font-weight: 700 !important;
    color: var(--green500);
}

.js-rating-scroller-to{
    cursor: pointer;
}

/* News, recipe list */
.VV_News__Header{
    margin: 0 0 30px;
}
.VV_News__HeaderRowTop{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 24px;
}
.VV_News__HeaderRowTopCol._right{
    padding: 5px 0 0;
}
.VV_News__HeaderRowBottom{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.VV_News__HeaderTop{
    margin: 0;
}
.VV_News__HeaderTop._root{
    margin: 0 0 21px;
}
._mediaSection .VV_News__HeaderTop._root{
    margin: 1px 0 19px;
}
.VV_News__HeaderTitle{
    font-weight: 500;
    margin: 0;
}
.VV_News__HeaderTop._categs .VV_News__HeaderTitle{
    display: inline-block;
    vertical-align: baseline;
}
.VV_News__HeaderTop._categs .VV_News__HeaderTitleNewsCount{
    display: inline-block;
    vertical-align: baseline;
    color: var(--light-secondary);
}
.VV_News__HeaderTitleNewsDesc{
    display: block;
	margin-top: 8px;
    color: var(--light-secondary);
}
.VV_News__HeaderBtnsRow{
    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;
    margin: 0 -8px;
}
.VV_News__HeaderBtnsCol{
    padding: 0 8px;
}
.VV_News__List{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0;
    margin: 0 -12px;
}
.VV_News__item{
    width: 100%;
    padding: 0 12px;
    margin: 0 0 40px;
    list-style: none;
}
.VV_News__item._w50{
    width: 50%;
}
.VV_News__item._w33{
    width: 33.33%;
}
.VV_News__item._w25{
    width: 25%;
}
.VV_News__Footer{
    width:100%;
    margin: -17px auto 120px;
    position:relative;
    z-index:1
}

.VV_News__HeaderSorter{
    text-align: right;
}
.VV_News .FilterPanel{
    display: inline-block;
    margin: 0 0 0 auto;
    text-align: center;
}
.VV_News .FilterPanel__sortDropdown .Dropdown__content {
    margin-top: 20px;
    right: -13px;
    margin-top: 8px;
    right: 0;
    left: auto;
}
.VV_News .Dropdown__trigger {
    -webkit-border-radius: 12px;
       -moz-border-radius: 12px;
            border-radius: 12px;
    background: var(--gray50);
    padding: 10px 12px 10px 12px;
    font-size: 15px;
    font-weight: 400;
}
.VV_News .Dropdown__arrow {
    color: var(--gray900);
    margin-left: 20px;
    width: 13px;
    height: 13px;
}
.VV_News .Dropdown__arrow .SvgIcon--chevron-down {
    width: 13px;
    height: 13px;
}
.VV_News__HeaderTags .VV_SimpleTags__Item{
    width: auto;
}
.VV_News__HeaderRowBottomCol._right .VV_News__HeaderControlsCol._filters{
    display: none;
}
.VV_News__Header._simple .VV_News__HeaderRowBottom{
    display: block;
}
.VV_News__Header._simple .VV_News__HeaderRowBottomCol._left{
    display: none;
}
.VV_News__Header._simple .VV_News__HeaderRowTopCol._right{
    display: none;
}
.VV_News__Header._simple .VV_News__HeaderRowTop{
    display: none;
}
.VV_News__Header._simple .VV_News__HeaderRowBottomCol._right .VV_News__HeaderControlsCol._filters {
    display: block;
}
.VV_News__Header._simple .VV_News__HeaderControlsRow{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.VV_News__Header._simple .VV_News__HeaderControlsCol._sort{
    margin: 0 0 0 auto;
}

.VV_News__HeaderRowBottomCol._right._with-cats{
    display: flex;
    align-items: center;
}
.VV_News__HeaderRowBottomCol._right._with-cats .VV_News__HeaderControlsCol._filters{
    margin-right: 16px;
}
.VV_News__HeaderRowBottomCol._right._with-cats .VV23_CategoryTags{
    margin-bottom: 0;
}
.VV_News__HeaderRowBottomCol._right._with-cats .VV23_CategoryTags .VV_Chips__Item._show-all{
    display: block !important;
    margin-right: 0;
}

@media (max-width: 1279px){
    .NewsSection {
        padding-bottom: 35px;
    }
    .VV_News__Header {
        margin: 0 0 17px;
    }
    .VV_News__HeaderCol._right {
        padding: 0px 0 0;
    }
    .VV_News .Dropdown__arrow {
        margin-left: 22px;
    }
    .VV_News__item {
        margin: 0 0 40px;
    }
    .VV_News__Footer {
       margin: 0 auto 0;
    }
    .VV_News .FilterPanel__sortDropdown .Dropdown__content {
        margin-top: 8px;
        left: auto;
        right: 0;
        transform: none;
    }
    .VV_News__item._w33{
        width: 50%;
    }
}

@media(max-width: 1023px) {
    ._mediaSection .VV_News__HeaderTop._root{
        margin: 0 0 16px;
    }
}

@media (max-width: 767px){
    .VV_News__Header {
        margin: 0 0 24px;
    }
    .VV_News__HeaderRow{
        display: block;
    }
    .VV_News__HeaderRowTop{
        margin: 0;
    }
    .VV_News__HeaderTop {
        margin: 0 0 12px;
    }
    .VV_News__HeaderTop._root {
        margin: 0 0 25px;
    }
    ._mediaSection .VV_News__HeaderTop._root{
        margin: 0 0 12px;
    }
    .VV_News__HeaderTop._categs .VV_News__HeaderTitle{
        display: block;
        margin-bottom: 2px;
    }
    .VV_News__HeaderTags{
        margin: 0 0 8px;
    }
    .VV_News__HeaderTags .VV_SimpleTag{
        padding: 5px 12px 5px;
    }
    .VV_News__HeaderBtnsRow{
        margin: 0 -4px;
    }
    .VV_News__HeaderBtnsCol {
        padding: 0 4px;
    }
    .VV_News__HeaderRightCol{
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .VV_News__HeaderSorter {
       margin: 16px 0 0;
    }
    .VV_News__List{
        margin:0;
    }
    .VV_News__item {
        padding-left:0;
        padding-right:0;
    }
    .VV_News__item._w50,
    .VV_News__item._w33 {
        width: 100%;
    }
    .VV_News__HeaderRowBottomCol._left{
        margin: 0 0 16px;
    }
    .VV_News__HeaderTags .VV_SimpleTags{
        margin: 0 -10px;
        padding: 0 10px;
    }
    .VV_News__HeaderTags .VV_SimpleTags__Item.swiper-slide{
        width: auto;
    }
    .VV_News__HeaderTags .VV_SimpleTags__List{
        margin: 0;
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
    }
    .VV_News__HeaderTags .VV_SimpleTags__Item {
        margin: 0 6px 0 0;
    }
    .VV_News .FilterPanel__sortDropdown .Dropdown__content {
        margin-top: 8px;
        left: 0;
        right: auto;
        transform: none;
    }
    .VV_News .FilterPanel__sort{
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 0;
    }
    .VV_News .FilterPanel__sortDropdown {
        min-width: 0;
        width: 100%;
    }
    .VV_News .Dropdown__trigger{
        padding: 10px 12px 10px 12px;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    body._mediaModalShowed{
        position: static;
        overflow: hidden;
    }
    .VV21_NewsSectionModal__Header {
        margin: 0 0 22px;
    }

    .VV_News__HeaderRowBottom{
        display: block;
    }
    .VV_News__HeaderRowTopCol._right{
        display: none;
    }
    .VV_News__HeaderRowBottomCol._right .VV_News__HeaderControlsCol._filters{
        display: block;
    }
    .VV_News__HeaderSorter {
        text-align: center;
    }
    .VV_News__Header._simple .VV_News__HeaderControlsRow {
        display: block;
    }

    .VV_News__HeaderRowBottomCol._right._with-cats{
        display: block;
    }
    .VV_News__HeaderRowBottomCol._right._with-cats .VV_News__HeaderControlsRow{
        display: flex;
        align-items: flex-end;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    .VV_News__HeaderRowBottomCol._right._with-cats .VV_News__HeaderControlsCol{
        width: calc(50% - 7px);
        margin: 0 !important;
    }
    .VV_News__HeaderRowBottomCol._right._with-cats .VV_News__HeaderSorter{
        margin-top: 11px;
    }
    .VV_News__HeaderRowBottomCol._right._with-cats .VV_News__HeaderSorter .Dropdown__arrow {
        margin-left: 11px;
        margin-right: 3px;
    }
    .VV_News__HeaderRowBottomCol._right._with-cats .VV_News__HeaderRightCol,
    .VV_News__HeaderRowBottomCol._right._with-cats .VV_News__HeaderBtns,
    .VV_News__HeaderRowBottomCol._right._with-cats .VV_News__HeaderBtnsCol,
    .VV_News__HeaderRowBottomCol._right._with-cats .VV_FShowerBtn,
    .VV_News__HeaderRowBottomCol._right._with-cats .FilterPanel{
        width: 100%;
    }
    .VV_News__HeaderRowBottomCol._right._with-cats .VV_FShowerBtn__Row{
        justify-content: center;
    }
}

@media (max-width: 550px){
    .VV_News__HeaderBtns{
        width: 100%;
    }
    .VV_News__HeaderBtnsCol {
        width: 50%;
    }
    .VV_News__HeaderSorter{
        width: 100%;
    }
    .VV_News .FilterPanel {
        display: block;
    }
    .VV_News .FilterPanel__sortDropdown .Dropdown__content {
        width:100%;
    }
    .VV_News .FilterPanel__sort{
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .VV_News .VV_FShowerBtn{
        display: block;
        width: 100%;
    }
    .VV_News .VV_FShowerBtn__Row{
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}

/* Modal */
.VV21_NewsSectionModal .modal-dialog{
    max-width: 996px;
}
.VV21_NewsSectionModal .modal-content{
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
    overflow: hidden;
}
.VV21_NewsSectionModal .VV_ModalCloser{
    top: 24px;
    right: 24px;
}
.VV21_NewsSectionModal__Inner{
    position: relative;
    background-color: var(--white);
    padding: 40px 40px 24px;
}
.VV21_NewsSectionModal._categs .VV21_NewsSectionModal__Inner{
    padding-bottom: 40px;
}
.VV21_NewsSectionModal__Header{
    margin: 0 0 24px;
}
.VV21_NewsSectionModal__Title{
    font-weight: 900;
}
.VV21_NewsSectionModalFilter__Row{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.VV21_NewsSectionModalFilter__Col{
    width: 33.33%;
    margin: 0 0 15px;
    padding: 0 0 0 0;
    list-style: none;
}
.VV21_NewsSectionModalFilter__SectionTitle{
    margin: 0 0 24px;
}
.VV21_NewsSectionModalFilter__List{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -4px;
    padding: 0 8% 0 0;
}
.VV21_NewsSectionModalFilter__ListItem{
    list-style: none;
    padding: 0 4px;
    margin: 0 0 8px;
}
.VV21_NewsSectionModalFilter__ListItem.disabled .VV_FilterBtn{
    opacity: 0.3;
    cursor: not-allowed;
}
.VV21_NewsSectionModal__Footer{
    text-align: right;
    padding-top: 24px;
    border-top: 1px solid var(--gray200);
}
.VV21_NewsSectionModal__FooterRow{
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 -10px;
}
.VV21_NewsSectionModal__FooterCol{
    padding: 0 10px;
}
.VV21_NewsSectionModal__FooterBtn{
    padding: 12px 24px 12px;
    display: block;
    background: var(--gray50);
    -webkit-border-radius: 12px;
       -moz-border-radius: 12px;
            border-radius: 12px;
    text-align: center;
    border: 0;
    margin: 0;
    font-weight: 700;
    cursor: pointer;
    min-width: 150px;
    -webkit-transition: .3s all !important;
    -o-transition: .3s all !important;
    -moz-transition: .3s all !important;
    transition: .3s all !important;
}
.VV21_NewsSectionModal__FooterBtn:hover{
    background: var(--gray100);
}
.VV21_NewsSectionModal__FooterBtn._green{
    background: var(--green500);
    color: var(--white);
}
.VV21_NewsSectionModal__FooterBtn._green:hover{
	color: var(--white);
}
@media (any-hover: hover){
	.VV21_NewsSectionModal__FooterBtn._green:hover{
		background: var(--green400);
	}
}
.VV21_NewsSectionModal__FooterBtn._green:active{
    background: var(--green600);
}
.VV21_NewsSectionModal__FooterBtn:disabled{
    background: var(--gray100) !important;
    color: var(--gray500) !important;
    cursor: default;
}
.VV21_NewsSectionModalCategs__Row{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -10px;
}
.VV21_NewsSectionModalCategs__Col{
    width: 25%;
    padding: 0 10px;
    margin: 0;
    list-style: none;
}
.VV21_NewsSectionModalCategs__SectionTitle{
    margin: 0 0 20px;
}
.VV21_NewsSectionModalCategs__List{
    position: relative;
    margin: 0;
    padding: 0;
    z-index: 1;
}
.VV21_NewsSectionModalCategs__ListItem{
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
}
.VV21_NewsSectionModalCateg{
    display: inline-block;
}
.VV21_NewsSectionModalCateg._highlite{
    position: relative;
    color: var(--light-brand1);
}
.VV21_NewsSectionModalCateg._highlite:before {
    content: '';
    position: absolute;
    left: -12px;
    right: -12px;
    top: -6px;
    bottom: -6px;
    background: var(--light-brand1-container-fill);
    border: 1px solid var(--light-brand1-border);
    border-radius: 16px;
    z-index: -1;
}
.VV21_NewsSectionModalCategs__ListCol:last-child .VV21_NewsSectionModalCategs__ListItem:last-child{
    margin: 0;
}
@media (min-width: 768px) {
    .VV21_NewsSectionModal._categs .VV21_NewsSectionModal__Scroll.VerticalScroll._woPadding{
        margin: 0 -13px;
    }
    .VV21_NewsSectionModal._categs .VV21_NewsSectionModal__Body.VerticalScrollInner{
        padding: 0 13px;
    }
}

@media (max-width: 1023px){
    .VV21_NewsSectionModal .modal-dialog{
        max-width: 700px;
    }
    .VV21_NewsSectionModal__Inner {
        padding: 24px 24px 24px;
    }
    .VV21_NewsSectionModal .modal-content {
        -webkit-border-radius: 15px;
           -moz-border-radius: 15px;
                border-radius: 15px;
    }
    .VV21_NewsSectionModal .VV_ModalCloser {
        top: 20px;
        right: 11px;
    }
    .VV21_NewsSectionModal__FooterRow{
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }
    .VV21_NewsSectionModal__FooterCol{
        width: 50%;
    }
    .VV21_NewsSectionModal__FooterBtn {
        width: 100%;
        min-width: 0;
    }
    .VV21_NewsSectionModalCategs__ListItem:last-child{
        margin: 0;
    }
    .iOs .VV21_NewsSectionModal.modal {
        bottom: 0;
    }
}

@media (max-width: 767px){
    .VV21_NewsSectionModal{
        overflow: hidden;
        bottom: 0;
        z-index: 1053;
    }
    .VV21_NewsSectionModal .modal-layout,
    .VV21_NewsSectionModal .modal-dialog,
    .VV21_NewsSectionModal .modal-content,
    .VV21_NewsSectionModal__Inner{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-width: 100%;
        margin: 0;
        -webkit-border-radius: 0;
           -moz-border-radius: 0;
                border-radius: 0;
        overflow: hidden;
    }
    .VV21_NewsSectionModal__Inner{
        padding: 16px 10px 18px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .VV21_NewsSectionModalFilter__Col{
        width: 100%;
        padding: 0 0 16px;
        border-bottom: 1px solid var(--gray200);
        margin: 0 0 14px;
    }
    .VV21_NewsSectionModalFilter__Col:last-child{
        margin: 0;
        padding: 0;
        border: 0;
    }
    .VV21_NewsSectionModalFilter__SectionTitle {
        margin: 0 0 16px;
    }
    .VV21_NewsSectionModal .VV_ModalCloser {
        top: 10px;
        right: 10px;
    }
    .VV21_NewsSectionModal__Header{
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
    }
    .VV21_NewsSectionModal__Scroll{
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
           -moz-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
    }
    .VV21_NewsSectionModal__Body{
        padding-right: 10px;
        height:100%
    }
    .VV21_NewsSectionModal._filters .VV21_NewsSectionModal__Body{
        padding-bottom: 80px;
    }
    .VV21_NewsSectionModal__Footer{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 8px 10px 8px;
        -webkit-box-shadow: 0px -4px 30px rgba(0, 0, 0, 0.07);
           -moz-box-shadow: 0px -4px 30px rgba(0, 0, 0, 0.07);
                box-shadow: 0px -4px 30px rgba(0, 0, 0, 0.07);
        background-color: var(--white);
    }
    .VV21_NewsSectionModalCateg._highlite{
        margin-left: 12px;
    }
    .VV21_NewsSectionModalCategs__Row{
        display: block;
        margin: 0;
    }
    .VV21_NewsSectionModalCategs__Col {
        width: auto;
        padding: 0 0 21px;
        margin: 0 0 15px;
        border-bottom: 1px solid var(--gray200);
    }
    .VV21_NewsSectionModalCategs__Col:last-child{
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .VV21_NewsSectionModal._categs .VV21_NewsSectionModal__Inner{
        padding-bottom: 18px;
    }
    .VV21_NewsSectionModalCategs__List{
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
    }
    .VV21_NewsSectionModalCategs__ListCol{
        padding: 0;
    }
    .VV21_NewsSectionModalCategs__ListCol:first-child{
        padding-right: 10px;
    }
    .VV21_NewsSectionModalCategs__ListCol._w100{
        width: 100%;
    }
    .VV21_NewsSectionModalCategs__ListCol._w50{
        width: 50%;
    }
    .VV21_NewsSectionModal__FooterRow{
        margin: 0 -5px;
    }
    .VV21_NewsSectionModal__FooterCol {
        padding: 0 5px;
    }
    .VV21_NewsSectionModal__FooterBtn {
        padding: 11px 10px 11px;
    }
    .VV21_NewsSectionModal._categs .VV21_NewsSectionModal__Header{
        padding: 0 0 19px;
        border-bottom: 1px solid var(--gray200);
        margin: 0 0 15px;
    }
    .VV21_NewsSectionModalCategs__SectionTitle {
       margin: 0 0 14px;
    }
    .VV21_NewsSectionModalCategs__ListItem {
        margin: 0 0 13px;
    }
    .VV21_NewsSectionModalFilter__List{
        margin-left: 0;
        margin-right: 0;
    }
    .VV21_NewsSectionModalFilter__ListItem{
        padding: 0 8px 0 0;
    }
}

/* News section */
.VV_NewsSection__Header{
    text-align: center;
    margin: 0 0 40px;
}
.VV_NewsSection__Title{
    font-weight: 900;
    margin: 0;
}
.VV_NewsSection__ShowAll{
    margin: 18px 0 0;
}

@media (max-width: 1023px){
    .VV_News__Section{
        margin: 0 0 24px;
    }
    .VV_NewsSection__Header {
        margin: 0 0 26px;
    }
    .VV_NewsSection__ShowAll {
        margin: 9px 0 40px;
    }
    .VV_NewsSection._popular .VV_News__item._main-item{
        margin: 0 0 14px;
    }
}

@media (max-width: 767px){
    .VV_News__Section{
        margin: 0 0 26px;
    }
    .VV_NewsSection__Header {
        margin: 0 0 24px;
    }
    .VV_NewsSection__ShowAll {
        margin: 6px 0 25px;
    }
}

/* Media tizer inset slider */
.VV_NewsSection._inset-slider{
    margin-bottom: 115px;
}
.VV_NewsSection + .VV_NewsSection._inset-slider{
    margin-top: 40px;
}

@media (max-width: 1023px){
    .VV_NewsSection + .VV_NewsSection._inset-slider{
        margin-top: 20px;
    }
}

@media (max-width: 767px){
    .VV_NewsSection._inset-slider{
        margin-bottom: 64px;
    }
}

/* Media Grid */
.VV_News__List{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -12px;
}
.VV_News__item{
    padding: 0 12px;
    width: 100%;
}
.VV_News__item._col-1-lg{
    width: 8.33%;
}
.VV_News__item._col-2-lg{
    width: 16.66%;
}
.VV_News__item._col-3-lg{
    width: 25%;
}
.VV_News__item._col-4-lg{
    width: 33.33%;
}
.VV_News__item._col-5-lg{
    width: 41.66%;
}
.VV_News__item._col-6-lg{
    width: 50%;
}
.VV_News__item._col-7-lg{
    width: 58.33%;
}
.VV_News__item._col-8-lg{
    width: 66.66%;
}
.VV_News__item._col-9-lg{
    width: 75%;
}
.VV_News__item._col-10-lg{
    width: 83.33%;
}
.VV_News__item._col-11-lg{
    width: 91.66%;
}
.VV_News__item._col-12-lg{
    width: 100%;
}

.VV_News__item.isMobileVariant,
.VV_News__item.isTabletVariant,
.VV_News__item.isDesktopSmVariant{
    display: none;
}

.VV_News__item.isDesktopVariant{
    display: block;
}
@media (max-width: 1279px){
    .VV_News__item.isDesktopVariant{
        display: none;
    }
    .VV_News__item.isDesktopSmVariant{
        display: block;
    }
}
@media (max-width: 1023px){
    .VV_News__List{
        margin: 0 -12px;
    }
    .VV_News__item{
        padding: 0 12px;
        margin: 0 0 24px;
    }
    .VV_News__item._col-1-md{
        width: 8.33%;
    }
    .VV_News__item._col-2-md{
        width: 16.66%;
    }
    .VV_News__item._col-3-md{
        width: 25%;
    }
    .VV_News__item._col-4-md{
        width: 33.33%;
    }
    .VV_News__item._col-5-md{
        width: 41.66%;
    }
    .VV_News__item._col-6-md{
        width: 50%;
    }
    .VV_News__item._col-7-md{
        width: 58.33%;
    }
    .VV_News__item._col-8-md{
        width: 66.66%;
    }
    .VV_News__item._col-9-md{
        width: 75%;
    }
    .VV_News__item._col-10-md{
        width: 83.33%;
    }
    .VV_News__item._col-11-md{
        width: 91.66%;
    }
    .VV_News__item._col-12-md{
        width: 100%;
    }

    .VV_News__item.isDesktopVariant,
    .VV_News__item.isDesktopSmVariant{
        display: none;
    }
    .VV_News__item.isTabletVariant{
        display: block;
    }

}

@media (max-width: 767px){
    .VV_News__List{
        margin: 0 -4px;
    }
    .VV_News__item{
        padding: 0 4px;
    }
    .VV_News__item._col-1-sm{
        width: 8.33%;
    }
    .VV_News__item._col-2-sm{
        width: 16.66%;
    }
    .VV_News__item._col-3-sm{
        width: 25%;
    }
    .VV_News__item._col-4-sm{
        width: 33.33%;
    }
    .VV_News__item._col-5-sm{
        width: 41.66%;
    }
    .VV_News__item._col-6-sm{
        width: 50%;
    }
    .VV_News__item._col-7-sm{
        width: 58.33%;
    }
    .VV_News__item._col-8-sm{
        width: 66.66%;
    }
    .VV_News__item._col-9-sm{
        width: 75%;
    }
    .VV_News__item._col-10-sm{
        width: 83.33%;
    }
    .VV_News__item._col-11-sm{
        width: 91.66%;
    }
    .VV_News__item._col-12-sm{
        width: 100%;
    }

    .VV_News__item.isTabletVariant{
        display: none;
    }
    .VV_News__item.isMobileVariant{
        display: block;
    }

}

/* Fix для опросов, у вложенной секции сбрасываем нижний отступ */
.VV_News__Section > .VV_MainPageSection._top-sections-survey,
.VV_News__Section > .VV_News__Section{
    margin-bottom: 0 !important;
}

/* MEDIA video in modal */
.VV22_VideoShortInset{
    position: relative;
    display: block;
    cursor: pointer;
}
.modal.VV22_MediaPopVideo .video-responsive{
    padding: 0 0 177.7% 0;
}
.modal.VV22_MediaPopVideo .modal-content{
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
    overflow: hidden;
    background: transparent;
}
.modal.VV22_MediaPopVideo .Modal__inner {
    padding: 0;
}
.modal.VV22_MediaPopVideo .modal-dialog{
    max-width: 346px;
}
.modal.VV22_MediaPopVideo .VV_ModalCloser{
    top: 10px;
    right: 10px;
    z-index: 2;
    width: 24px;
    height: 24px;
}
.modal.VV22_MediaPopVideo .VV_ModalCloser__CloserImg{
    stroke-width: 0.8px;
    width: 10px;
    height: 10px;
}
.VV22_VideoShortInset__Poster{
    position: relative;
    z-index: 3;
    padding-top: 56%;
    background-color: var(--gray900);
    background-position: 50% 50%;
    -moz-background-size: cover;
         background-size: cover;
    cursor: pointer;
}
.VV22_VideoShortInset__PosterBtn{
    position: absolute;
    display: block;
    width: 90px;
    height: 90px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: var(--green500);
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    z-index: 2;
}
.bx-no-touch .VV22_VideoShortInset__Poster:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--gray900);
    opacity: .3;
    z-index: 2;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    -moz-transition: .3s opacity;
    transition: .3s opacity;
}
.bx-no-touch .VV22_VideoShortInset__Poster:hover:before {
    opacity: .2;
}
.VV22_VideoShortInset__PosterBtnImg{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: .3s transform;
    -o-transition: .3s transform;
    -moz-transition: .3s transform;
    transition: .3s transform;
    width: 18px;
    height: 22px;
    margin: 0 0px 0 2px;
}
.bx-no-touch .VV22_VideoShortInset__Poster:hover .VV22_VideoShortInset__PosterBtnImg {
    -webkit-transform: translate(-50%,-50%) scale(1.5);
    -moz-transform: translate(-50%,-50%) scale(1.5);
    -ms-transform: translate(-50%,-50%) scale(1.5);
    -o-transform: translate(-50%,-50%) scale(1.5);
    transform: translate(-50%,-50%) scale(1.5);
}

@media (max-width: 1023px){
    .VV22_VideoShortInset__PosterBtn {
        width: 70px;
        height: 70px;
    }
    .VV22_VideoShortInset__PosterBtnImg{
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 767px){
    .modal.VV22_MediaPopVideo{
        z-index: 1053;
        bottom: 0 !important;
    }
    .modal.VV22_MediaPopVideo .modal-layout{
        background: var(--gray900);
    }
    .modal.VV22_MediaPopVideo .modal-layout,
    .modal.VV22_MediaPopVideo .modal-dialog,
    .modal.VV22_MediaPopVideo .modal-content,
    .modal.VV22_MediaPopVideo .Modal__inner,
    .modal.VV22_MediaPopVideo .Modal__inner .video-responsive{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-border-radius: 0;
           -moz-border-radius: 0;
                border-radius: 0;
        margin: 0;
        padding: 0;
        max-width: 100%;
    }
    .modal.VV22_MediaPopVideo .Modal__inner .video-responsive iframe{
        width: 100%;
        height: 100%;
    }
    .VV22_VideoShortInset__PosterBtn {
        width: 50px;
        height: 50px;
    }
    .VV22_VideoShortInset__PosterBtnImg{
        width: 10px;
        height: 12px;
        margin: 0 0px 0 1px;
    }
}

/* Fix на деталках врезкам обнуляем нижний маржин */
.stk-grid-col .VV_News__item{
    margin-bottom: 0;
}
.stk-grid-col .VV_News__List .VV_News__item{
    margin: 0 0 80px;
}
@media (max-width: 1279px){
    .stk-grid-col .VV_News__List .VV_News__item{
        margin: 0 0 40px;
    }
}

/*tests*/
.VV22_Test__Section {
    margin-bottom: 64px;
  }

  .VV22_Test__Inner {
    position: relative;
    padding-top: 85px;
    padding-bottom: 85px;
    background: var(--gray50);
    border-radius: 40px;
  }

  .VV22_Test__ImgTop {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }

  .VV22_Test__ImgTop ._tablet,
  .VV22_Test__ImgTop ._mobile{
      display: none;
  }

  .VV22_Test__ImgBottom {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
  }

  .VV22_Test__ImgBottom ._tablet,
  .VV22_Test__ImgBottom ._mobile{
      display: none;
  }

  .VV22_Test__Container {
    position: relative;
    width: 840px;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
  }

  .VV22_Test__Container:before {
    content: '';
    position: absolute;
    bottom: -22px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 792px;
    height: 50px;
    background: var(--white);
    border-radius: 20px;
  }

  .VV22_Test__Box {
    position: relative;
    padding: 40px 75px;
    background: var(--white);
    box-shadow: 10px 10px 40px rgba(24, 44, 30, 0.05);
    border-radius: 40px;
    transition: .3s background;
  }
  .VV22_Test__Box._isImgTestVariant._right{
    background-color: var(--green50);
  }
  .VV22_Test__Box._isImgTestVariant._wrong{
    background-color: var(--berry7);
  }

  .VV22_Test__Screen {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .VV22_Test__Counter {
    margin-bottom: 32px;
    padding: 4px 10px;
    background: var(--green500);
    border-radius: 10px;
  }

  .VV22_Test__Question {
    margin-bottom: 32px;
    text-align: center;
    font-weight: 500;
  }

  .VV22_Test__Answers {
    width: 100%;
    margin-bottom: 32px;
  }

  .VV22_Test__Answers .VV22_Test__AnswerContainer:last-child {
    margin-bottom: 0;
  }

  .VV22_Test__AnswerContainer {
    display: block;
    margin-bottom: 8px;
  }

  .VV22_Test__AnswerContainer input {
    display: none;
  }

  .VV22_Test__AnswerContainer input:checked + .VV22_Test__AnswerLabel,
  .VV22_Test__AnswerLabel.correct_answer,
  .VV22_Test__Box._right .VV22_Test__AnswerContainer.isCorrect .VV22_Test__AnswerLabel,
  .VV22_Test__Box._wrong .VV22_Test__AnswerContainer.isCorrect .VV22_Test__AnswerLabel{
    background: var(--green50);
    color: var(--gray900);
  }

  .VV22_Test__AnswerContainer input:checked + .VV22_Test__AnswerLabel .VV22_Test__AnswerIcon,
  .VV22_Test__AnswerLabel.correct_answer .VV22_Test__AnswerIcon,
  .VV22_Test__Box._right .VV22_Test__AnswerContainer.isCorrect .VV22_Test__AnswerIcon,
  .VV22_Test__Box._wrong .VV22_Test__AnswerContainer.isCorrect .VV22_Test__AnswerIcon {
    color: var(--green500);
  }

  .VV22_Test__AnswerLabel.wrong_answer {
    background: var(--purple14) !important;
    color: var(--gray900) !important;
  }

  .VV22_Test__AnswerLabel.wrong_answer .VV22_Test__AnswerIcon {
    color: var(--berry1) !important;
  }

  .VV22_Test__AnswerLabel {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    padding: 0px 16px 0px 8px;
    background: var(--gray50);
    border-radius: 12px;
    cursor: pointer;
    transition: .2s ease;
  }

  .bx-no-touch .VV22_Test__AnswerLabel:hover {
    color: var(--green500);
  }

  .VV22_Test__AnswerText {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .VV22_Test__AnswerIcon {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-right: 12px;
    color: var(--gray400);
  }

  .VV22_Test__AnswerIcon img {
    max-width: 100%;
  }

  .VV22_Test__Dots {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: -24px;
    left: 0;
    right: 0;
  }

  .VV22_Test__Dots div {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: var(--gray300);
    margin-left: 4px;
    margin-right: 4px;
  }

  .VV22_Test__Dots div._active {
    background: var(--gray900);
  }

  .VV22_Test__Result {
    display: none;
    margin-top: -8px;
    text-align: center;
  }

  .VV22_Test__ResultImage {
    height: 200px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
    border-radius: 12px;
    overflow: hidden;
  }

  .VV22_Test__ResultImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .VV22_Test__ResultTitle {
    margin-bottom: 16px;
    font-weight: 500;
  }

  .VV22_Test__ResultText {
    max-width: 536px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 37px;
    font-weight: 400;
  }

  .VV22_Test__Result .VV_GoodsFootenote{
    margin: 0 auto !important;
    text-align: left;
  }

  .VV22_Test__ResultRepeat {
    margin-bottom: 15px;
    font-weight: 500;
  }

  .VV22_Test__ResultRepeat svg {
    margin-right: 6px;
  }

  .VV22_Test__ResultShareTitle {
    margin-bottom: 2px;
    font-weight: 400;
  }

  .VV22_Test__ResultShareIcons {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
  }

  .VV22_Test__ResultShareIcons a {
    margin-left: 1px;
    margin-right: 1px;
    transition: .2s ease;
  }

  .VV22_Test__ResultShareIcons a svg{
      display: block;
  }

  .VV22_Test__ResultShareIcons a:hover {
    opacity: 0.7;
  }

  .VV22_Test__ResultFav{
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      justify-content: center;
      margin-top: 32px;
  }
  .VV22_Test__ResultFavLink{
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      -ms-align-items: center;
      align-items: center;
  }
  span.VV22_Test__ResultFavLink--text{
      -webkit-transition: color .2s ease;
      -o-transition: color .2s ease;
      transition: color .2s ease;
  }
  .VV22_Test__ResultFavLink:hover span.VV22_Test__ResultFavLink--text{
      color: var(--green400);
  }
  .VV22_Test__ResultFavLink--icon{
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      justify-content: center;
      -ms-align-items: center;
      align-items: center;
      width: 40px;
      height: 40px;
      margin-right: 12px;
      box-shadow: 0px 4px 20px rgba(26, 26, 26, 0.08);
      border-radius: 20px;
  }
    .VV22_Test__AnswerFull{
        color: var(--berry1);
        padding-top: 11px;
        padding-left: 60px;
        margin: 0 0 22px;
        display: none;
    }
    .VV22_Test__AnswerContainer.isCorrect .VV22_Test__AnswerFull{
        color: var(--green500);
    }
    .VV22_Test__Box._right .VV22_Test__AnswerContainer.isCorrect .VV22_Test__AnswerFull,
    .VV22_Test__Box .VV22_Test__AnswerContainer.isSelected .VV22_Test__AnswerFull{
        display: block;
    }
    .VV22_Test__AnswerFullMore{
        margin-top: 4px;
    }
    .VV22_Test__AnswerFullMoreLink{
        border-bottom: 1px solid currentColor;
    }

    .VV22_TestFirstScreen{
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        min-height: 470px;
        text-align: center;
    }
    .VV22_TestFirstScreen__Top{
        text-align: center;
        margin: 0 0 32px;
    }
    .VV22_TestFirstScreen__TopLabel{
        display: inline-block;
        padding: 4px 8px 4px 30px;
        background: #2DBE64;
        -webkit-border-radius: 10px;
           -moz-border-radius: 10px;
                border-radius: 10px;
        color: var(--white);
        position: relative;
        background-color: var(--green500);
    }
    .VV22_TestFirstScreen__TopLabelArrow{
        position: absolute;
        top: 6px;
        left: 8px;
        width: 16px;
        height: 16px;
    }
    .VV22_TestFirstScreen__Title{
        font-weight: 700;
        margin: 0 0 16px;
        word-break: break-word;
    }
    .VV22_TestFirstScreen__Desc{
        word-break: break-word;
    }
    .VV22_TestFirstScreen__BtnWrp{
        margin: 40px 0 0;
    }
    .VV22_TestFirstScreen__BtnWrp{
        text-align: center;
    }
    .VV22_TestFirstScreen__BtnWrp .VV_Button{
        min-width: 208px;
    }

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

  @media (max-width: 1279px) {
    .VV22_Test__Inner {
      padding-top: 64px;
      padding-bottom: 64px;
    }

    .VV22_Test__ImgTop ._desktop,
    .VV22_Test__ImgBottom ._desktop{
        display: none;
    }

    .VV22_Test__ImgTop ._tablet,
    .VV22_Test__ImgBottom ._tablet{
        display: block;
    }

    .VV22_Test__ImgTop ._onesize{
        width: 85px;
        height:auto;
    }
    .VV22_Test__ImgBottom ._onesize{
        width: 108px;
        height:auto;
    }
  }

  @media (max-width: 1023px) {
    .VV22_Test__Section {
      margin-bottom: 40px;
    }

    .VV22_Test__Inner {
      padding-left: 40px;
      padding-right: 40px;
    }

    .VV22_Test__Container {
      width: 100%;
    }

    .VV22_Test__Container:before {
      display: none;
    }

    .VV22_Test__Box {
      padding: 32px 20px;
    }

    .VV22_Test__Counter {
      margin-bottom: 25px;
    }

    .VV22_Test__Question {
      margin-bottom: 25px;
    }

    .VV22_Test__Answers {
      margin-bottom: 24px;
    }

    .VV22_Test__AnswerText {
      padding-top: 17px;
      padding-bottom: 17px;
      line-height: 120%;
    }

    .VV22_Test__Result {
      margin-top: 8px;
    }

    .VV22_Test__ResultTitle {
      margin-bottom: 12px;
    }

    .VV22_Test__ResultText {
      margin-bottom: 22px;
      max-width: 460px;
    }

    .VV22_Test__ResultFav{
        margin-top: 24px;
    }

    .VV22_TestFirstScreen {
        min-height: 478px;
    }
    .VV22_TestFirstScreen__BtnWrp {
        margin: 32px 0 0;
    }
  }

  @media (max-width: 767px) {
    .VV22_Test__Inner {
      margin-left: -4px;
      margin-right: -4px;
      border-radius: 20px;
      padding: 50px 10px;
    }

    .VV22_Test__ImgTop ._tablet,
    .VV22_Test__ImgBottom ._tablet{
        display: none;
    }

    .VV22_Test__ImgTop ._mobile,
    .VV22_Test__ImgBottom ._mobile{
        display: block;
    }

    .VV22_Test__Box {
      border-radius: 20px;
      padding: 16px 10px;
    }

    .VV22_Test__Counter {
      margin-bottom: 16px;
    }

    .VV22_Test__Question {
      margin-bottom: 16px;
    }

    .VV22_Test__Answers {
      margin-bottom: 12px;
    }

    .VV22_Test__AnswerLabel {
      padding-right: 8px;
    }

    .VV22_Test__AnswerText {
      padding-top: 11px;
      padding-bottom: 11px;
    }

    .VV22_Test__AnswerIcon {
      width: 30px;
      height: 30px;
      margin-right: 10px;
    }

    .VV22_Test__Result {
      margin-top: 0;
    }

    .VV22_Test__ResultTitle {
      margin-bottom: 8px;
    }

    .VV22_Test__ResultText {
      margin-bottom: 26px;
    }

    .VV22_Test__ResultRepeat svg {
      margin-left: -6px;
    }

    .VV22_Test__ResultFav{
        margin-top: 8px;
    }
    .VV22_Test__ImgTop ._onesize{
        width: 55px;
    }
    .VV22_Test__ImgBottom ._onesize{
        width: 74px;
    }
    .VV22_Test__AnswerFull {
        padding: 6px 0 0 48px;
        margin: 0 0 16px;
    }

    .VV22_TestFirstScreen {
        min-height: 500px;
    }
    .VV22_TestFirstScreen__Title {
        margin: 0 0 12px;
    }

  }

  @media (max-width: 360px) {
    .VV22_Test__ResultImage {
      margin-left: 6px;
      margin-right: 6px;
    }
  }

  /* Тест картиночный */
  .VV22_Test__Box._isImgTestVariant .VV22_Test__Question {
    margin-bottom: 25px;
}
.VV22_Test__ImgAnswers{
    width: 542px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-bottom: 22px;
}
.VV22_Test__ImgAnswersRow{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -9px -28px;
}
.VV22_Test__ImgAnswers._withText .VV22_Test__ImgAnswersRow{
    margin-bottom: -12px;
}
.VV22_Test__ImgAnswersCol{
    width: 50%;
    padding: 0 9px;
    margin-bottom: 28px;
}
.VV22_Test__ImgAnswers._withText .VV22_Test__ImgAnswersCol{
    margin-bottom: 12px;
}
.VV22_Test__ImgAnswer{
    display: block;
    text-align: center;
    cursor: pointer;
    word-break: break-word;
}
.VV22_Test__Box._right .VV22_Test__ImgAnswer,
.VV22_Test__Box._wrong .VV22_Test__ImgAnswer{
    cursor: default;
}
.VV22_Test__ImgAnswerInput{
    position: absolute;
    left: -9999999px;
    width: 0;
    height: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}
.VV22_Test__ImgAnswerTitle{
    margin: 5px 0 0;
}
.VV22_Test__ImgAnswerInput{
    display: none;
}
.VV22_Test__ImgAnswerTop{
    position: relative;
    padding-top: 55%;
    -webkit-transform: translate3d(0,0,0);
       -moz-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
    border: 1px solid var(--white);
    overflow: hidden;
    transition: .3s box-shadow;
}
.VV22_Test__ImgAnswers._withText .VV22_Test__ImgAnswerTop{
    padding-top: 52%;
}
.VV22_Test__ImgAnswerPic{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100% !important;
    height: 100% !important;
    -o-object-position: 50%;
    object-position: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
      -o-transform: translate(-50%, -50%) scale(1);
         transform: translate(-50%, -50%) scale(1);
    -webkit-transition: -webkit-transform .6s ease;
    -o-transition: transform .6s ease;
    transition: -webkit-transform .6s ease;
    -o-transition: -o-transform .6s ease;
    -moz-transition: transform .6s ease, -moz-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease, -moz-transform .6s ease, -o-transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;    
}
.bx-no-touch .VV22_Test__ImgAnswer:hover .VV22_Test__ImgAnswerPic{
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
      -o-transform: translate(-50%, -50%) scale(1.1);
         transform: translate(-50%, -50%) scale(1.1);
}
.bx-no-touch .VV22_Test__Box._right .VV22_Test__ImgAnswer:hover .VV22_Test__ImgAnswerPic,
.bx-no-touch .VV22_Test__Box._wrong .VV22_Test__ImgAnswer:hover .VV22_Test__ImgAnswerPic{
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
      -o-transform: translate(-50%, -50%) scale(1);
         transform: translate(-50%, -50%) scale(1);
}
.VV22_Test__ImgAnswerIcon{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    display: none;
}
.VV22_Test__Box._right .VV22_Test__ImgAnswerContainer.isCorrect .VV22_Test__ImgAnswerIcon._rightAnswer,
.VV22_Test__Box._wrong .VV22_Test__ImgAnswerContainer.isCorrect .VV22_Test__ImgAnswerIcon._rightAnswer,
.VV22_Test__Box._wrong .VV22_Test__ImgAnswerContainer.isSelected .VV22_Test__ImgAnswerIcon._wrongAnswer{
    display: block;
}
.VV22_Test__Box._right .VV22_Test__ImgAnswerContainer.isCorrect .VV22_Test__ImgAnswerTop,
.VV22_Test__Box._wrong .VV22_Test__ImgAnswerContainer.isCorrect .VV22_Test__ImgAnswerTop{
    -webkit-box-shadow: 0 0 0 4px var(--green300), 0 0 0 5px var(--white);
       -moz-box-shadow: 0 0 0 4px var(--green300), 0 0 0 5px var(--white);
            box-shadow: 0 0 0 4px var(--green300), 0 0 0 5px var(--white);
    border-color: var(--green300);
}
.VV22_Test__Box._wrong .VV22_Test__ImgAnswerContainer.isSelected .VV22_Test__ImgAnswerTop{
    -webkit-box-shadow: 0 0 0 4px var(--berry1), 0 0 0 5px var(--white);
       -moz-box-shadow: 0 0 0 4px var(--berry1), 0 0 0 5px var(--white);
            box-shadow: 0 0 0 4px var(--berry1), 0 0 0 5px var(--white);
    border-color: var(--berry1);
}

@media (max-width: 1023px){
    .VV22_Test__Box._isImgTestVariant .VV22_Test__Question {
        margin-bottom: 21px;
    }
    .VV22_Test__ImgAnswers{
        width: 493px;
        margin-bottom: 22px;
    }
    .VV22_Test__ImgAnswersRow{
        margin: 0 -7px -14px;
    }
    .VV22_Test__ImgAnswers._withText .VV22_Test__ImgAnswersRow{
        margin-bottom: -12px;
    }
    .VV22_Test__ImgAnswersCol{
        padding: 0 7px;
        margin-bottom: 14px;
    }
    .VV22_Test__ImgAnswers._withText .VV22_Test__ImgAnswersCol{
        margin-bottom: 12px;
    }
    .VV22_Test__ImgAnswerTop,
    .VV22_Test__ImgAnswers._withText .VV22_Test__ImgAnswerTop  {
        padding-top: 61%;
    }
}

@media (max-width: 550px){
    .VV22_Test__Box._isImgTestVariant .VV22_Test__Question {
        margin-bottom: 30px;
    }
    .VV22_Test__Box._right .VV22_Test__ImgAnswerContainer.isCorrect .VV22_Test__ImgAnswerTop,
    .VV22_Test__Box._wrong .VV22_Test__ImgAnswerContainer.isCorrect .VV22_Test__ImgAnswerTop{
        -webkit-box-shadow: 0 0 0 3px var(--green300), 0 0 0 4px var(--white);
           -moz-box-shadow: 0 0 0 3px var(--green300), 0 0 0 4px var(--white);
                box-shadow: 0 0 0 3px var(--green300), 0 0 0 4px var(--white);
        border-color: var(--green300);
    }
    .VV22_Test__Box._wrong .VV22_Test__ImgAnswerContainer.isSelected .VV22_Test__ImgAnswerTop{
        -webkit-box-shadow: 0 0 0 3px var(--berry1), 0 0 0 4px var(--white);
           -moz-box-shadow: 0 0 0 3px var(--berry1), 0 0 0 4px var(--white);
                box-shadow: 0 0 0 3px var(--berry1), 0 0 0 4px var(--white);
        border-color: var(--berry1);
    }
    .VV22_Test__ImgAnswers {
        width: 100%;
        margin-bottom: 27px;
    }
    .VV22_Test__ImgAnswersRow{
        margin: 0 -5px -14px;
    }
    .VV22_Test__ImgAnswersCol {
        padding: 0 5px;
        width: 50%;
    }
    .VV22_Test__ImgAnswerTop, 
    .VV22_Test__ImgAnswers._withText .VV22_Test__ImgAnswerTop {
        padding-top: 0;
        height: 160px;
    }
}

/* Sberzvuk */
  .VV22_Test__Result._sberzvuk .VV22_Test__ResultText{
      margin-bottom: 32px;
  }
  .VV22_Test__Result._sberzvuk .VV22_Test__ResultRepeat{
      margin-bottom: 0;
  }
  .VV22_Test__Result._sberzvuk .VV22_Test__ResultRepeat svg path{
      transition: .2s ease;
  }
  .VV22_Test__Result._sberzvuk .VV22_Test__ResultRepeat:hover svg path{
      fill: white;
  }
  .Result_Sberzvuk{
      position: relative;
      margin-bottom: 32px;
      padding: 64px 40px;
      background-color: var(--blue4);
      background-image: url('/local/templates/main-responsive/css/../img/tests/sberzvuk-bg--desktop.svg');
      background-size: 100.1% 100.1%;
      text-align: left;
  }
  .Result_Sberzvuk__Note1,
  .Result_Sberzvuk__Note2{
      position: absolute;
  }
  .Result_Sberzvuk__Note1{
      top: 32px;
      right: 223px;
  }
  .Result_Sberzvuk__Note2{
      right: 40px;
      bottom: 25px;
  }
  .Result_Sberzvuk__Inner{
      position: relative;
  }
  .Result_Sberzvuk__Top{
      margin-bottom: 24px;
  }
  .Result_Sberzvuk__Title{
      margin-bottom: 16px;
  }
  .Result_Sberzvuk__Button{
      display: flex;
      align-items: center;
  }
  .Result_Sberzvuk__ButtonIcon{
      margin-right: 12px;
  }
  .VV22_Test__ResultButtons{
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      justify-content: center;
  }

  .VV22_Test__Result._sberzvuk .VV22_Test__ResultButton{
      margin-right: 12px;
      width: 190px;
  }

  .VV22_Test__Result._sberzvuk .VV22_Test__ResultRepeat{
      width: 190px;
  }

  .VV22_Test__Result._sberzvuk .VV22_Test__ResultRepeat svg{
      flex-shrink: 0;
  }

  @media (max-width: 1023px) {
      .Result_Sberzvuk{
          margin-left: 60px;
          margin-right: 60px;
          margin-bottom: 24px;
          background-image: url('/local/templates/main-responsive/css/../img/tests/sberzvuk-bg--tablet.svg');
      }
      .Result_Sberzvuk__Note1 {
          top: 26px;
          right: 167px;
          width: 40px;
      }
      .Result_Sberzvuk__Note2 {
          right: 29px;
          bottom: 36px;
          width: 60px;
      }
      .Result_Sberzvuk__Top{
          margin-bottom: 17px;
      }
      .Result_Sberzvuk__Top img{
          width: 83px;
      }
      .VV22_Test__Result._sberzvuk .VV22_Test__ResultText {
          margin-bottom: 22px;
      }
      .VV22_Test__Result._sberzvuk .VV22_Test__ResultButton,
      .VV22_Test__Result._sberzvuk .VV22_Test__ResultRepeat{
          width: 166px;
      }
  }

  @media (max-width: 767px) {
      .Result_Sberzvuk{
          margin-left: 0px;
          margin-right: 0px;
          margin-bottom: 24px;
          padding: 44px 24px;
          background-image:
              url('/local/templates/main-responsive/css/../img/tests/sberzvuk-bg-top-left.svg'),
              url('/local/templates/main-responsive/css/../img/tests/sberzvuk-bg-top-center.svg'),
              url('/local/templates/main-responsive/css/../img/tests/sberzvuk-bg-top-right.svg'),
              url('/local/templates/main-responsive/css/../img/tests/sberzvuk-bg-bottom-left.svg'),
              url('/local/templates/main-responsive/css/../img/tests/sberzvuk-bg-bottom-center.svg'),
              url('/local/templates/main-responsive/css/../img/tests/sberzvuk-bg-bottom-right.svg');
          background-position: top left, top center, top right, bottom left, bottom center, bottom right;
          background-repeat: no-repeat;
          background-size: auto, calc(100% - 22px) 34px, auto, auto, calc(100% - 22px) 33px, auto;
      }

      .Result_Sberzvuk__Note1 {
          top: 24px;
          right: 108px;
          width: 27px;
      }

      .Result_Sberzvuk__Note2 {
          right: 20px;
          bottom: 34px;
          width: 37px;
      }

      .Result_Sberzvuk__Top {
          margin-bottom: 12px;
      }

      .Result_Sberzvuk__Top img {
          width: 60px;
      }

      .Result_Sberzvuk__Title {
          margin-bottom: 9px;
      }

      .Result_Sberzvuk__ButtonIcon {
          margin-right: 8px;
          width: 32px;
          height: 32px;
      }
  }

  @media (max-width: 575px) {
      .VV22_Test__ResultButtons{
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -ms-align-items: center;
          align-items: center;
      }
      .VV22_Test__Result._sberzvuk .VV22_Test__ResultButton,
      .VV22_Test__Result._sberzvuk .VV22_Test__ResultRepeat{
          width: 100%;
      }
      .VV22_Test__Result._sberzvuk .VV22_Test__ResultButton{
          margin-right: 0;
          margin-bottom: 8px;
      }
  }

/* Врезка Что нового */
.VV23_Inset_WhatsNew__Inner{
    padding: 24px;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: 320px;
    background-position: 43% 80%;
    font-weight: 400;
}
.VV23_Inset_WhatsNew__Title{
    margin-bottom: 8px;
}
.VV23_Inset_WhatsNew__Text{
    margin-bottom: 204px;
}
.VV23_Inset_WhatsNew__Button{
    min-width: 200px;
    font-weight: 500;
}

@media (min-width: 1280px) {
    ._col-3-lg .VV23_Inset_WhatsNew__Inner{
        background-size: 256px;
        background-position: 30% 80%;
    }
    ._col-3-lg .VV23_Inset_WhatsNew__Title{
        font-size: 34px;
        line-height: 1.2;
    }
    ._col-3-lg .VV23_Inset_WhatsNew__Text{
        margin-bottom: 147px;
    }
    ._col-3-lg .VV23_Inset_WhatsNew__Button{
        height: 44px !important;
        width: 100%;
    }
}

@media (min-width: 1024px) {
    .VV_PMediaArticleDetail__Text .VV23_Inset_WhatsNew__Inner{
        max-width: 376px;
    }
}

@media (max-width: 1279px) and (min-width: 1024px) {
    .VV23_Inset_WhatsNew__Inner{
        background-size: 256px;
        background-position: 30% 80%;
    }
    .VV23_Inset_WhatsNew__Title{
        font-size: 34px;
        line-height: 1.2;
    }
    .VV23_Inset_WhatsNew__Text{
        margin-bottom: 147px;
    }
    .VV23_Inset_WhatsNew__Button{
        height: 44px !important;
        width: 100%;
    }
    ._col-3-lg .VV23_Inset_WhatsNew__Inner{
        padding: 16px;
        background-size: 210px;
    }
    ._col-3-lg .VV23_Inset_WhatsNew__Button{
        min-width: 0;
    }
}

@media (max-width: 1023px) {
    .VV23_Inset_WhatsNew__Inner{
        padding: 16px;
        background-size: 260px;
        background-position: 49% 74%;
    }
    .VV23_Inset_WhatsNew__Text{
        margin-bottom: 161px;
    }
    .VV23_Inset_WhatsNew__Button{
        min-width: 100%;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    .VV_PMediaArticleDetail__Text .VV23_Inset_WhatsNew__Inner{
        max-width: 550px;
        background-size: 220px;
        background-position: 97% 108%;
    }
    .VV_PMediaArticleDetail__Text .VV23_Inset_WhatsNew__Text{
        max-width: 308px;
        margin-bottom: 24px;
    }
    .VV_PMediaArticleDetail__Text .VV23_Inset_WhatsNew__Button {
        min-width: 200px;
    }
}

@media (max-width: 767px) {
    .VV23_Inset_WhatsNew__Inner{
        max-width: 100%;
        background-position: calc(50% - 10px) calc(100% - 46px);
    }
    .VV23_Inset_WhatsNew__Text{
        margin-bottom: 147px;
    }
}

/* Врезка - слайдер с узкими тизерами */
.VV23_Media_Slider_Small {
    position:relative;
    margin:16px -3px 0;
}
.VV23_Media_Slider_Small .Slider__slider.swiper-container-horizontal{
    margin-left: 0;
    margin-right: 0;
    margin-bottom: -16px;
    padding-bottom: 16px;
}
.VV23_Media_Slider_Small .Slider__itemInner{
    padding: 0 !important;
}
.VV23_Media_Slider_Small .ProductCard {
    box-shadow: 0 0 7px 0px rgb(0 0 0 / 10%);
    border-radius: 10px;
    border: none;
    background: var(--white);
    padding-bottom: 40px;
}
.VV23_Media_Slider_Small .ProductCards__item {
    padding: 0 3px !important;
    height: auto !important;
    width: 146px !important;
    flex-shrink: 0;
    margin-bottom: 0;
}
.VV23_Media_Slider_Small .Slider__button {
    z-index:2
}
.VV23_Media_Slider_Small .ProductCards__item .ProductCard__imageInner {
    padding-bottom: 60%;
}
.VV23_Media_Slider_Small .ProductCard .ProductCardLabelAddFav,
.VV23_Media_Slider_Small .ProductCard .ProductCard__QuickView,
.VV23_Media_Slider_Small .ProductCard .ProductCard__notice,
.VV23_Media_Slider_Small .ProductCard .ProductCard__cartFooterBottom{
    display: none;
}
.VV23_Media_Slider_Small .ProductCard .ProductCardLabelContainer{
    max-width: 100%;
}
.VV23_Media_Slider_Small .ProductCard .ProductCard__rating {
    left: 7px;
}
.VV23_Media_Slider_Small .ProductCard .ProductCard__content {
    padding: 6px 8px 16px 8px;
}
.VV23_Media_Slider_Small .ProductCard .ProductCard__link,
.VV23_Media_Slider_Small .ProductCard .ProductCard__Rest,
.VV23_Media_Slider_Small .ProductCard .Rating,
.VV23_Media_Slider_Small .ProductCard .AccentText {
    font-size: 12px;
    line-height: 1.2;
}
.VV23_Media_Slider_Small .ProductCard__price .Price {
    margin-right: 5px;
}
.VV23_Media_Slider_Small .ProductCard .Price {
    font-size: 13px;
    line-height: 17px;
    align-items: stretch;
}
.VV23_Media_Slider_Small .ProductCard .ProductCard__cartFooter {
    padding: 0 13px 16px;
}
.VV23_Media_Slider_Small .ProductCard__cartButton .CartButton {
    height: 34px;
}
.VV23_Media_Slider_Small ,
.VV23_Media_Slider_Small .ProductCard .CartButton__quantityInputLinePrice .Price {
    display: block;
    font-size: 10px;
    line-height: 1.2;
    text-align: center;
    padding:0;
    opacity: .5;
}

@media (max-width: 767px) {
    .VV23_Media_Slider_Small .ProductCards__list{
        width: auto !important;
        margin-left: -10px !important;
        margin-right: -10px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

/* Free modal from articles */
.VV_PMediaArticleBtnFreeModalInset{
    margin: 0 0 30px;
}
.VV23_MediaFreeFormByBtn .modal-dialog{
    max-width: 550px;
}
.VV23_MediaFreeFormByBtn .modal-content {
    border-radius: 16px;
}
.VV23_MediaFreeFormByBtn .Modal__inner{
    padding: 24px 24px 24px;
}
.VV23_MediaFreeFormByBtn__Header{
    margin: 0 0 24px;
}
.VV23_MediaFreeFormByBtn__Title{
    margin: 0 0 24px;
}
.VV23_MediaFreeFormByBtn p{
    margin: 0 0 10px;
}
.VV23_MediaFreeFormByBtn p:last-child{
    margin: 0;
}
.VV23_MediaFreeFormByBtn__Block{
    margin: 0 0 12px;
}
.VV23_MediaFreeFormByBtn__Block._big-v-margins{
    margin: 24px 0;
}
.VV23_MediaFreeFormByBtn__BlockHeader{
    margin: 0 0 8px;
}
.VV23_MediaFreeFormByBtn__Note{
    padding: 20px;
    background: var(--green50);
    border-radius: 12px;
    margin: 24px 0;
}
.VV23_MediaFreeFormByBtn__NoteTitle{
    margin: 0 0 12px;
}
.VV23_MediaFreeFormByBtn__NoteBlock{
    margin: 0 0 10px;
}
.VV23_MediaFreeFormByBtn__NoteBlock:last-child{
    margin: 0;
}
.VV23_MediaFreeFormByBtn__NoteBlock ul li{
    margin: 0 0 6px;
}
.VV23_MediaFreeFormByBtn__NoteBlock ul{
    padding: 0;
    margin: 0 0 10px;
}
.VV23_MediaFreeFormByBtn__NoteBlock ul:last-child{
    margin: 0;
}
.VV23_MediaFreeFormByBtn__NoteBlock ul li{
    list-style: none;
    padding: 0 0 0 30px;
    margin: 0 0 12px;
    position: relative;
}
.VV23_MediaFreeFormByBtn__NoteBlock ul li:last-child{
    margin: 0;
}
.VV23_MediaFreeFormByBtn__NoteBlock ul li:before{
    content: '';
    position: absolute;
    top: 8px;
    left: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: currentColor;
}

@media (max-width: 767px){
    .VV23_MediaFreeFormByBtn .modal-layout {
        -ms-flex-align: flex-end;
        -webkit-box-align: end;
                align-items: flex-end;
    }        
    .VV23_MediaFreeFormByBtn .modal-content {
        border-radius: 16px 16px 0 0;
    }
    .VV23_MediaFreeFormByBtn .modal-dialog {
        margin: 20px 0 0;
    }
    .VV23_MediaFreeFormByBtn .Modal__inner {
        padding: 20px 10px 16px;
    }
    .VV23_MediaFreeFormByBtn__Header {
        margin: 0 0 20px;
    }
    .VV23_MediaFreeFormByBtn__Title {
        margin: 0 0 20px;
    }
    .VV23_MediaFreeFormByBtn__Note {
        padding: 16px;
        margin: 20px 0;
    }
}

/* Modal add recept */
.VV23_Modal_RecipeProds.modal.lk-modal-alert {
    z-index: 1050 !important;
}
.VV23_Modal_RecipeProds .modal-dialog{
    max-width: 720px;
}
.VV23_Modal_RecipeProds .modal-content{
    overflow: hidden;
}
.VV23_Modal_RecipeProds .Modal__inner{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 75vh;
    overflow: hidden;
    padding-bottom: 0;
}
.VV23_Modal_RecipeProds__Top{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.VV23_Modal_RecipeProds__Title{
    margin-right: 18px;
}
.VV23_Modal_RecipeProds__Teasers{
    margin-left: -14px;
    margin-right: -14px;
}
.VV23_Modal_RecipeProds__TeasersList{
    padding: 0 5px;
}
.VV23_Modal_RecipeProds__Teasers .ProductCard{
    padding-bottom: 82px;
}
.VV23_Modal_RecipeProds__Teasers .ProductCards__item {
    padding: 0 5px;
    margin-bottom: 16px;
}
.VV23_Modal_RecipeProds__Teasers .ProductCard .ProductCard__content{
    padding-bottom: 0;
}
.VV23_Modal_RecipeProds__Teasers .ProductCard .ProductCard__cartFooter{
    padding: 0 10px 10px 10px;
}
.VV23_Modal_RecipeProds__Teasers .ProductCard__cartFooterBottom{
    min-height: 0;
}
.VV_ArticleSimP__SimProdsHeaderCol._add .VV_Button svg {
    margin-right: 6px;
}

@media (min-width: 1024px) {
    .VV_ArticleSimP__SimProdsHeaderCol._add .VV_Button {
        min-width: 186px;
    }        
}

@media (min-width: 768px) {
    .VV23_Modal_RecipeProds__Teasers .ProductCard .ProductCard__content {
        padding: 8px 10px 0px 10px;
    }
}

@media (max-width:1023px) {
    .VV23_Modal_RecipeProds.modal.lk-modal-alert {
        z-index:1060 !important;
    }
}

@media (max-width:767px) {
    .VV23_Modal_RecipeProds .modal-layout{
        height: 100%;
    }
    .VV23_Modal_RecipeProds .modal-dialog{
        height: calc(100% - 81px);
    }
    .VV23_Modal_RecipeProds .modal-content,
    .VV23_Modal_RecipeProds .Modal__inner{
        max-height: 100%;
    }
    .VV23_Modal_RecipeProds .modal-content{
        padding-bottom: 0 !important;
    }
    .VV23_Modal_RecipeProds__Teasers{
        margin-left: -5px;
        margin-right: -5px;
        margin-bottom: -16px;
        padding: 0;
    }
        .VV23_Modal_RecipeProds__Teasers .ProductCards__item {
        margin-bottom: 10px;
    }
    .VV23_Modal_RecipeProds__Teasers .ProductCard .ProductCard__cartFooter {
        padding: 0 8px 8px 8px;
    }
    .VV23_Modal_RecipeProds__TeasersList {
        padding: 0 5px 20px;
    }
}

/* Join to team banner */
.VV23_JoinToTeamMBanner{
    border-radius: 24px;
    background-color: var(--purple4);
    overflow: hidden;
    position: relative;
}
.VV23_JoinToTeamMBanner__Text{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 500px 40px 40px;
    min-height: 193px;
    color: var(--white);
    position: relative;
    z-index: 2;
}
.VV23_JoinToTeamMBanner__Header{
    margin-bottom: auto;
}
.VV23_JoinToTeamMBanner__Img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    margin: 0 -21px -329px 0;
    height: auto;
    display: block;
}
.VV23_JoinToTeamMBanner__Img._tablet,
.VV23_JoinToTeamMBanner__Img._mobile{
    display: none;
}
.VV23_JoinToTeamMBanner__BtnWrp{
    margin: 17px 0 0;
}
.VV23_JoinToTeamMBanner__BtnWrp .VV_Button{
    min-width: 222px;
}

@media (max-width: 1279px){
    .VV_News__Footer ~ .VV_News__item .VV23_JoinToTeamMBanner,
    .VV_News__Footer ~ .VV_News__item .VV23_Giftcard_Banner_Catalog{
        margin-top: 64px;
    }
}

@media (max-width: 1023px){
    .VV23_JoinToTeamMBanner{
        border-radius: 20px;
    }
    .VV23_JoinToTeamMBanner__Text{
        padding: 24px 400px 24px 24px;
        min-height: 217px;
    }
    .VV23_JoinToTeamMBanner__Img {
        margin: 0 -61px -210px 0;
    }
    .VV23_JoinToTeamMBanner__Img._tablet{
        display: block;
    }
    .VV23_JoinToTeamMBanner__Img._desktop{
        display: none;
    }
}

@media (max-width: 767px){
    .VV23_JoinToTeamMBanner__Text{
        padding: 32px 40px 264px;
        text-align: center;
        min-height: 0;
        position: static;
    }
    .VV23_JoinToTeamMBanner__BtnWrp{
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 2;
        padding: 0 32px 32px;            
        width: 100%;
    }
    .VV23_JoinToTeamMBanner__BtnWrp .VV_Button{
        min-width: 0;
        width: 100%;
    }
    .VV23_JoinToTeamMBanner__Img {
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        margin: 0 0px -134px -50px;
    }
    .VV23_JoinToTeamMBanner__Img._mobile{
        display: block;
    }
    .VV23_JoinToTeamMBanner__Img._tablet{
        display: none;
    }
}
/* Recipe rand toggler */
.VV_News__HeaderTopRow{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.VV_News__HeaderTopCol._addit{
    margin-left: auto;
    padding-left: 30px;
}
.VV_NewsHeaderRecipeRandomeToggler{
    position: relative;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    border-radius: 17px;
    padding: 24px;
}
.VV_NewsHeaderRecipeRandomeToggler__Col._imgs{
    margin-bottom: 19px;
}
.VV_NewsHeaderRecipeRandomeToggler__Container {
    position: relative;
    width: 110px;
    height: 110px;
    background-color: var(--white);
    border-radius: 50%;
}
.VV_NewsHeaderRecipeRandomeToggler__Img{
    position: absolute;
    -webkit-transition: .3s transform;
    -o-transition: .3s transform;
    transition: .3s transform;
}
.VV_NewsHeaderRecipeRandomeToggler._dice .VV_NewsHeaderRecipeRandomeToggler__Img._nmb-01{
    z-index: 2;
    top: 9px;
    left: 8px;
    -webkit-transform: translate(-18%, 6%);
        -ms-transform: translate(-18%, 6%);
            transform: translate(-18%, 6%);
    -webkit-animation-name: media_rand_recipe_dice_jump;
            animation-name: media_rand_recipe_dice_jump;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
}
.VV_NewsHeaderRecipeRandomeToggler._dice .VV_NewsHeaderRecipeRandomeToggler__Img._nmb-02{
    z-index: 1;
    top: 23px;
    left: 25px;
    -webkit-transform: translate(43%, -21%);
        -ms-transform: translate(43%, -21%);
            transform: translate(43%, -21%);
    -webkit-animation-name: media_rand_recipe_dice_jump2;
            animation-name: media_rand_recipe_dice_jump2;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-delay: .2s;
            animation-delay: .2s;
}
@-webkit-keyframes media_rand_recipe_dice_jump{
    0%{
        -webkit-transform: translate(-18%, 6%);
                transform: translate(-18%, 6%);
    }
    10%{
        -webkit-transform: translate(-18%, -15%);
                transform: translate(-18%, -15%);
    }
    20%{
        -webkit-transform: translate(-18%, 6%);
                transform: translate(-18%, 6%);
    }
    30%{
        -webkit-transform: translate(-18%, -10%);
                transform: translate(-18%, -10%);
    }
    40%{
        -webkit-transform: translate(-18%, 6%);
                transform: translate(-18%, 6%);
    }
    50%{
        -webkit-transform: translate(-18%, -4%);
                transform: translate(-18%, -4%);
    }
    60%{
        -webkit-transform: translate(-18%, 6%);
                transform: translate(-18%, 6%);
    }
    70%{
        -webkit-transform: translate(-18%, 2%);
                transform: translate(-18%, 2%);
    }
    80%,
    100%{
        -webkit-transform: translate(-18%, 6%);
                transform: translate(-18%, 6%);
    }
}
@keyframes media_rand_recipe_dice_jump{
    0%{
        -webkit-transform: translate(-18%, 6%);
                transform: translate(-18%, 6%);
    }
    10%{
        -webkit-transform: translate(-18%, -15%);
                transform: translate(-18%, -15%);
    }
    20%{
        -webkit-transform: translate(-18%, 6%);
                transform: translate(-18%, 6%);
    }
    30%{
        -webkit-transform: translate(-18%, -10%);
                transform: translate(-18%, -10%);
    }
    40%{
        -webkit-transform: translate(-18%, 6%);
                transform: translate(-18%, 6%);
    }
    50%{
        -webkit-transform: translate(-18%, -4%);
                transform: translate(-18%, -4%);
    }
    60%{
        -webkit-transform: translate(-18%, 6%);
                transform: translate(-18%, 6%);
    }
    70%{
        -webkit-transform: translate(-18%, 2%);
                transform: translate(-18%, 2%);
    }
    80%,
    100%{
        -webkit-transform: translate(-18%, 6%);
                transform: translate(-18%, 6%);
    }
}
@-webkit-keyframes media_rand_recipe_dice_jump2{
    0%{
        -webkit-transform: translate(43%, -21%);
                transform: translate(43%, -21%);
    }
    10%{
        -webkit-transform: translate(43%, -35%);
                transform: translate(43%, -35%);
    }
    20%{
        -webkit-transform: translate(43%, -21%);
                transform: translate(43%, -21%);
    }
    30%{
        -webkit-transform: translate(43%, -27%);
                transform: translate(43%, -27%);
    }
    40%{
        -webkit-transform: translate(43%, -21%);
                transform: translate(43%, -21%);
    }
    50%{
        -webkit-transform: translate(43%, -23%);
                transform: translate(43%, -23%);
    }
    60%,
    100%{
        -webkit-transform: translate(43%, -21%);
                transform: translate(43%, -21%);
    }
}
@keyframes media_rand_recipe_dice_jump2{
    0%{
        -webkit-transform: translate(43%, -21%);
                transform: translate(43%, -21%);
    }
    10%{
        -webkit-transform: translate(43%, -35%);
                transform: translate(43%, -35%);
    }
    20%{
        -webkit-transform: translate(43%, -21%);
                transform: translate(43%, -21%);
    }
    30%{
        -webkit-transform: translate(43%, -27%);
                transform: translate(43%, -27%);
    }
    40%{
        -webkit-transform: translate(43%, -21%);
                transform: translate(43%, -21%);
    }
    50%{
        -webkit-transform: translate(43%, -23%);
                transform: translate(43%, -23%);
    }
    60%,
    100%{
        -webkit-transform: translate(43%, -21%);
                transform: translate(43%, -21%);
    }
}
.VV_NewsHeaderRecipeRandomeToggler__Col._text{
    min-width: 286px;
}
.VV_NewsHeaderRecipeRandomeToggler__Text {
    margin-bottom: 40px;
    text-align: center;
}
.VV_NewsHeaderRecipeRandomeToggler__Title{
    font-weight: 500;
}
.VV_NewsHeaderRecipeRandomeToggler__Desc{
    font-weight: 400;
    margin: 4px 0 0;
}
.VV_NewsHeaderRecipeRandomeToggler__Col._btn{
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.VV_NewsHeaderRecipeRandomeToggler__Col._btn .VV_Button{
    min-width: 170px;
    font-weight: 400;
    position: relative;
    z-index: 3;
}
.VV_NewsHeaderRecipeRandomeToggler__BtnLink{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

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

@media (max-width: 1023px){
    .VV_NewsHeaderRecipeRandomeToggler__Col._imgs{
        margin-bottom: 16px;
    }
    .VV_NewsHeaderRecipeRandomeToggler__Container {
        width: 84px;
        height: 84px;
    }
    .VV_NewsHeaderRecipeRandomeToggler__Img{
        height: auto;
    }
    .VV_NewsHeaderRecipeRandomeToggler._dice .VV_NewsHeaderRecipeRandomeToggler__Img._nmb-01 {
        width: 71px;
        top: 7px;
        left: 7px;
    }
    .VV_NewsHeaderRecipeRandomeToggler._dice .VV_NewsHeaderRecipeRandomeToggler__Img._nmb-02 {
        width: 50px;
        top: 16px;
        left: 18px;
    }
}

@media (max-width: 767px){
    .VV_NewsHeaderRecipeRandomeToggler{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        gap: 32px;
        max-width: 550px;
        min-height: 84px;
        height: auto;
        margin: 0 auto;
        padding: 24px;
    }
    .VV_NewsHeaderRecipeRandomeToggler__Col._imgs {
        margin: 0;
    }
    .VV_NewsHeaderRecipeRandomeToggler__Col._text {
        margin-right: auto;
    }
    .VV_NewsHeaderRecipeRandomeToggler__Text {
        margin: 0;
        text-align: start;
    }
    .VV_NewsHeaderRecipeRandomeToggler__Container {
        width: 50px;
        height: 50px;
    }
    .VV_NewsHeaderRecipeRandomeToggler._dice .VV_NewsHeaderRecipeRandomeToggler__Img._nmb-01 {
        width: 50px;
        top: 1px;
        left: 0px;
    }
    .VV_NewsHeaderRecipeRandomeToggler._dice .VV_NewsHeaderRecipeRandomeToggler__Img._nmb-02 {
        width: 33px;
        top: 9px;
        left: 10px;
    }
    .VV_NewsHeaderRecipeRandomeToggler__Col._btn .VV_Button{
        min-width: unset;
    }
    .VV_NewsHeaderRecipeRandomeToggler__Col._btn .VV_Button__Text {
        display: none;
    }
    .VV_NewsHeaderRecipeRandomeToggler__Col._btn .VV_Button__Img{
        margin-left: 1px !important;
        transform: none !important;
    }
    .VV_News__HeaderTop._with-rand-toggler,
    .VV_News__HeaderTop._root._with-rand-toggler{
        margin-bottom: 16px;
    }
    .VV_News__HeaderTopRow{
        display: block;
    }
    .VV_News__HeaderTopCol._addit {
        margin-left: auto;
        margin-top: 24px;
        padding-left: 0;
    }
    .VV_NewsHeaderRecipeRandomeToggler__Text {
        max-width: 100%;
    }
    .VV_NewsHeaderRecipeRandomeToggler__Col._btn {
        margin-left: 20px;
    }
}

@media (max-width: 400px){
    .VV_NewsHeaderRecipeRandomeToggler__Text {
        max-width: 158px;
    }
}

/* Random recipe preloader popUp */
.VV23_MediaRecipeRandChoiceModal.modal{
    z-index: 1053;
}
.VV23_MediaRecipeRandChoiceModal .modal-dialog,
.VV23_MediaRecipeRandChoiceModal.modal.fade .modal-dialog {
    max-width: 1200px;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    transition: transform .5s ease-out, -webkit-transform .5s ease-out;
    overflow: hidden;
    border-radius: 40px;
    background-color: var(--green200);
    border-radius: 40px;
    overflow: hidden;
}
.VV23_MediaRecipeRandChoiceModal .modal-content{
    position: static;
    border-radius: 0;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.VV23_MediaRecipeRandChoiceModal .Modal__inner {
    padding: 0;
}
.VV23_MediaRecipeRandChoiceModal__Tape{
    position: relative;
    height: 620px;
}
.VV23_MediaRecipeRandChoiceModal__TapeBgImg{
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
.VV23_MediaRecipeRandChoiceModal__TapeInner{
    position: relative;
    height: 100%;
    width: 100%;
    background-image: url('/local/templates/main-responsive/css/../img/media/rand_recipe/bg-preloader-lenta.svg?v=7');
    background-color: transparent;
    background-position: 0 50%;
    background-repeat: repeat-x;
    background-size: 9691px auto;
    z-index: 2;
    -webkit-animation-name: media_rand_recipe_bg_move_modal;
            animation-name: media_rand_recipe_bg_move_modal;
    -webkit-animation-duration: 4s;
            animation-duration: 4s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
}
@-webkit-keyframes media_rand_recipe_bg_move_modal{
    0%{
        background-position: 0 50%;
    }
    50%{
        background-position: -3020px 50%;
    }
    100%{
        background-position: -6039px 50%;
    }
}
@keyframes media_rand_recipe_bg_move_modal{
    0%{
        background-position: 0 50%;
    }
    50%{
        background-position: -3020px 50%;
    }
    100%{
        background-position: -6039px 50%;
    }
}

@media (max-width: 1279px){
    .VV23_MediaRecipeRandChoiceModal .modal-dialog,
    .VV23_MediaRecipeRandChoiceModal.modal.fade .modal-dialog {
        max-width: 956px;
    }
}

@media (max-width: 1023px){
    .VV23_MediaRecipeRandChoiceModal.modal{
        bottom: 0 !important;
    }
    .VV23_MediaRecipeRandChoiceModal .modal-dialog, 
    .VV23_MediaRecipeRandChoiceModal.modal.fade .modal-dialog {
        max-width: calc(100vw - 68px);
        height: calc(100vh - 80px);
        margin: 0;
        overflow: hidden;
        border-radius: 24px;
        position: relative;
    }
    .VV23_MediaRecipeRandChoiceModal__Tape{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 767px){
    .VV23_MediaRecipeRandChoiceModal .modal-dialog, 
    .VV23_MediaRecipeRandChoiceModal.modal.fade .modal-dialog {
        max-width: 100%;
        width: 100%;
        border-radius: 12px 12px 0 0;    
    }     
    .VV23_MediaRecipeRandChoiceModal .modal-layout {
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
    }
    .VV23_MediaRecipeRandChoiceModal__TapeInner{
        -webkit-animation-duration: 8s;
                animation-duration: 8s;
        background-size: 4845px auto;
    }
    .VV23_MediaRecipeRandChoiceModal__TapeBgImg {
        width: 1060px;
        height: auto;
        max-height: 100%;
    }
}

/* Random recipe modal */  
.VV23_MediaRecipeRandChoiceDescModal.modal{
    z-index: 1052;
}
.VV23_MediaRecipeRandChoiceDescModal .modal-dialog {
    max-width: 1200px;
}
.VV23_MediaRecipeRandChoiceDescModal .modal-content{
    border-radius: 20px;
    background-color: var(--white);
    padding: 40px 92px 40px;
}
.VV23_MediaRecipeRandChoiceDescModal .Modal__inner{
    padding: 0;
}
.VV23_MediaRecipeRandChoiceDescModal .VV_ModalCloser {
    top: 24px;
    right: 24px;
    border-radius: 50%;
}
.VV23_MediaRecipeRandChoiceDescModal__Row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.VV23_MediaRecipeRandChoiceDescModal__Col{
	flex-basis: 182px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-bottom: 92px;
}
.VV23_MediaRecipeRandChoiceDescModal__Col._main{
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 52px 0 0;
    margin: 0 55px;
    width: 588px;
    text-align: center;
}
.VV23_MediaRecipeRandChoiceDescModal__MElTitle{
    max-width: 500px;
    margin: 24px auto 0;
    max-height: 58px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
}
.VV23_MediaRecipeRandChoiceDescModal__MElBtn{
    min-width: 236px;
}
.VV23_MediaRecipeRandChoiceDescModal__MElBtn .VV_Button__Img{
    stroke-width: 0.2px;    
}
.VV23_MediaRecipeRandChoiceDescModal__SideEl{
    display: block;
    background: transparent;
    border: 0;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: .3s all !important;
    -o-transition: .3s all !important;
    transition: .3s all !important;
    cursor: pointer;
	margin-inline: auto;
}
.VV23_MediaRecipeRandChoiceDescModal__SideEl:hover{
    color: var(--green500) !important;
}
.VV23_MediaRecipeRandChoiceDescModal__SideElImgWrp{
    position: relative;
    height: 114px;
    z-index: 1;
}
.VV23_MediaRecipeRandChoiceDescModal__SideElImg{
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.VV23_MediaRecipeRandChoiceDescModal__SideElImg._mobile{
    display: none;
}
.VV23_MediaRecipeRandChoiceDescModal__Col._all .VV23_MediaRecipeRandChoiceDescModal__SideElImg{
    margin: 0 0 0 -3px;
}
.VV23_MediaRecipeRandChoiceDescModal__Col._more .VV23_MediaRecipeRandChoiceDescModal__SideElImg{
    margin: 0 0 0 2px;
}
.VV23_MediaRecipeRandChoiceDescModal__SideElFooter{
    padding: 5px 10px;
    min-height: 34px;
    border-radius: 12px;
    background-color: var(--gray50);
    position: relative;
    z-index: 2;
    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-width: 134px;
    text-align: center;
}
.VV23_MediaRecipeRandChoiceDescModal__SideElText{
    font-weight: 500;
}
.VV23_MediaRecipeRandChoiceDescModal__MElImgContainer{
    position: relative;
    border-radius: 165px;
    padding-top: 56%;
    overflow: hidden;
}
.VV23_MediaRecipeRandChoiceDescModal__MElImg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}
.VV23_MediaRecipeRandChoiceDescModal__MElTitle{
    margin: 24px auto 0;
    text-align: center;
    font-weight: 500;
    word-break: break-word;
}
.VV23_MediaRecipeRandChoiceDescModal__MElBtnWrp{
    margin: 24px 0 0;
}

@media (max-width: 1279px){
    .VV23_MediaRecipeRandChoiceDescModal .modal-dialog {
        max-width: 944px;
    }
    .VV23_MediaRecipeRandChoiceDescModal .modal-content {
        padding: 40px 40px 40px;
    }
    .VV23_MediaRecipeRandChoiceDescModal__Col._main {
        padding: 10px 0 0;
        margin: 0 34px;
        width: 480px;
    }
}

@media (max-width: 1023px){
    .VV23_MediaRecipeRandChoiceDescModal.modal{
        bottom: 0 !important;
    }
    .VV23_MediaRecipeRandChoiceDescModal .modal-dialog {
        max-width: 700px;
    }
    .VV23_MediaRecipeRandChoiceDescModal .modal-content {
        padding: 142px 56px 100px;
    }
    .VV23_MediaRecipeRandChoiceDescModal__Row{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .VV23_MediaRecipeRandChoiceDescModal__Col{
		flex-basis: auto;
        width: 50%;
        padding-bottom: 0;
    }
    .VV23_MediaRecipeRandChoiceDescModal__Col._main{
        width: 100%;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        padding: 0;
        margin: 0 0 66px;
    }
    .VV23_MediaRecipeRandChoiceDescModal__Col._all{
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        padding-right: 35px;
    }
    .VV23_MediaRecipeRandChoiceDescModal__Col._more{
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        padding-left: 30px;
    }
    .VV23_MediaRecipeRandChoiceDescModal__SideEl {
        width: 134px;
        margin: 0 auto;
    }
}

@media (max-width: 767px){
    .VV23_MediaRecipeRandChoiceDescModal .modal-layout{
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
    }
    .VV23_MediaRecipeRandChoiceDescModal .modal-dialog {
        max-width: 100%;
        margin: 0;
    }
    .VV23_MediaRecipeRandChoiceDescModal .modal-content {
        padding: 56px 10px 24px;
        border-radius: 16px 16px 0 0;
    }  
    .iOs .VV23_MediaRecipeRandChoiceDescModal .modal-content {
        padding-bottom: 34px;
    }
    .VV23_MediaRecipeRandChoiceDescModal .VV_ModalCloser {
        top: 16px;
        right: 16px;
        width: 24px;
        height: 24px;
    }
    .VV23_MediaRecipeRandChoiceDescModal__MElTitle {
        max-height: 50px;
        margin: 16px auto 0;
    }
    .VV23_MediaRecipeRandChoiceDescModal__Col._main {
        margin: 0 0 24px;
    }
    .VV23_MediaRecipeRandChoiceDescModal__SideElImg._desktop{
        display: none;
    }
    .VV23_MediaRecipeRandChoiceDescModal__SideElImg._mobile{
        display: block;
    }
}

@media (max-width: 450px){
    .VV23_MediaRecipeRandChoiceDescModal__SideElImgWrp {
        height: 75px;
    }
    .VV23_MediaRecipeRandChoiceDescModal__SideEl {
        width: 88px;
    }
    .VV23_MediaRecipeRandChoiceDescModal__MElBtn {
        width: 100%;
    }
    .VV23_MediaRecipeRandChoiceDescModal__SideElFooter {
        padding: 8px 12px;
        min-height: 34px;
        min-width: 88px;
    }
    .VV23_MediaRecipeRandChoiceDescModal__Col._all {
        padding-right: 0px;
        padding-left: 26px;
    }
    .VV23_MediaRecipeRandChoiceDescModal__Col._more {
        padding-left: 0;
        padding-right: 26px;
    }
    .VV23_MediaRecipeRandChoiceDescModal__Col._all .VV23_MediaRecipeRandChoiceDescModal__SideElImg {
        margin: 0 0 0 -1px;
    }
    .VV23_MediaRecipeRandChoiceDescModal__Col._more .VV23_MediaRecipeRandChoiceDescModal__SideElImg {
        margin: 0 0 0 0px;
    }
}

/* Отправить рецепт - баннер */
.VV23_SendRecipeBanner{
	flex: 1 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 108px;
    margin-bottom: 40px;
    padding: 29px 32px 27px 480px ;
    border-radius: 20px;
    background: var(--light-additional1-container-fill);
    color: var(--light-on-additional1-surface);
    font-weight: 400;
    overflow: hidden;
}
.VV_News__item .VV23_SendRecipeBanner{
	margin-bottom: 0px;
}
.VV23_SendRecipeBanner__Bg{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}
.VV23_SendRecipeBanner__Bg ._tablet,
.VV23_SendRecipeBanner__Bg ._mobile{
    display: none;
}
.VV23_SendRecipeBanner__Content{
    position: relative;
}
.VV23_SendRecipeBanner__Text{
    margin-top: -1px;
}
.VV23_SendRecipeBanner__Btn{
    position: relative;
    min-width: 150px;
}

.VV_RecipeDetail__Comments .VV23_SendRecipeBanner{
    margin-top: 36px;
    margin-bottom: 40px;
}

@media (max-width: 1279px) {
    .VV23_SendRecipeBanner{
        padding-left: 380px;
    }
    .VV23_SendRecipeBanner__Bg{
        left: -70px;
    }
}

@media (max-width: 1023px) {
    .VV23_SendRecipeBanner{
        height: 92px;
        padding: 24px 24px 24px 237px;
    }
    .VV23_SendRecipeBanner__Bg{
        left: 0;
    }
    .VV23_SendRecipeBanner__Bg ._desktop{
        display: none;
    }
    .VV23_SendRecipeBanner__Bg ._tablet{
        display: block;
    }
    .VV23_SendRecipeBanner__Btn{
        min-width: 130px;
    }
}

@media (max-width: 767px) {
    .VV23_SendRecipeBanner{
        height: 116px;
        padding: 16px;
        align-items: flex-end;
    }
    .VV23_SendRecipeBanner._hide-mobile{
        display: none;
    }
    .VV23_SendRecipeBanner__Bg{
        left: auto;
        right: 0;
    }
    .VV23_SendRecipeBanner__Bg ._tablet{
        display: none;
    }
    .VV23_SendRecipeBanner__Bg ._mobile{
        display: block;
    }
    .VV23_SendRecipeBanner__Content{
        max-width: 160px;
    }
    .VV23_SendRecipeBanner__Btn{
        min-width: 112px;
    }
}


/* Отправить рецепт - модалка */
.VV23_SendRecipeModal{
    z-index: 2000 !important;
    scroll-behavior: smooth;
}
.VV23_SendRecipeModal .VV_Button{
    font-weight: 500;
}
.VV23_SendRecipeModal__FormRow{
    margin-bottom: 40px;
}
.VV23_SendRecipeModal__FormRowTitle{
    margin-bottom: 12px;
}
.VV23_SendRecipeModal .VV_Textarea .VV_Input__Input, 
.VV23_SendRecipeModal .VV_Textarea._focused .VV_Input__Input{
    height: 74px;
}
.VV23_SendRecipeModal__CookingTime{
    display: flex;
    justify-content: space-between;
}
.VV23_SendRecipeModal__CookingTimeRow{
    display: flex;
}
.VV23_SendRecipeModal__CookingTimeTitle{
    width: 100%;
    margin-bottom: 4px;
}
.VV23_SendRecipeModal__CookingTimeCol{
    display: flex;
    align-items: center;
    margin-right: 24px;
}
.VV23_SendRecipeModal__CookingTimeCol:last-child{
    margin-right: 0;
}
.VV23_SendRecipeModal__CookingTimeInput{
    position: relative;
    width: 70px;
    margin-right: 8px;
}
.VV23_SendRecipeModal__CookingTimeInput .VV_Dropdown{
    height: 32px;
    border-radius: 8px;
}
.VV23_SendRecipeModal__CookingTimeInput .VV_Dropdown__container{
    padding: 6px 28px 6px 10px;
}
.VV23_SendRecipeModal__CookingTimeInput .VV_Dropdown__dropdown{
    top: 33px;
}
.VV23_SendRecipeModal__CookingTimeInput .VV_Dropdown__option._max ~ .VV_Dropdown__option,
.VV23_SendRecipeModal__CookingTimeInput option._max ~ option{
    display: none;
}


.VV23_SendRecipeModal__CookingTimeInput input{
    width: 100%;
    height: 32px;
    padding: 7px 8px;
    border: 0;
    border-radius: 8px;
    background: var(--light-surface2);
    font-size: 13px;
    font-weight: 500;
    line-height: 120%;
    caret-color: var(--light-brand1);
}
.VV23_SendRecipeModal__CookingTimeInput input::-webkit-outer-spin-button,
.VV23_SendRecipeModal__CookingTimeInput input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.VV23_SendRecipeModal__CookingTimeInput input[type=number] {
  -moz-appearance: textfield;
}
.VV23_SendRecipeModal__CookingTimeArrows{
    position: absolute;
    right: 8px;
    top: 12px;
}
.VV23_SendRecipeModal__CookingTimeText{
    color: var(--light-secondary);
}

.VV23_SendRecipeModal__IngredientsItem{
    display: flex;
    flex-wrap: wrap;
}
.VV23_SendRecipeModal__IngredientsItemInput{
    margin-bottom: 12px;
}
.VV23_SendRecipeModal__IngredientsItemInput._name{
    position: relative;
    width: 100%;
}
.VV23_SendRecipeModal__IngredientsItemInput._quantity{
    width: 156px;
    margin-right: 12px;
}
.VV23_SendRecipeModal__IngredientsItemInput._unit{
    flex-grow: 1;
}
.VV23_SendRecipeModal__IngredientsItemInput._taste{
    width: 100%;
}
.VV23_SendRecipeModal__IngredientsAdd .VV_Button__Img path{
    fill: currentColor;
}

.VV23_SendRecipeModal__IngredientsItem{
    border-top: 1px dashed var(--light-outline);
    margin-top: 4px;
    padding-top: 16px;
}
.VV23_SendRecipeModal__IngredientsItem:first-child{
    border: 0;
    margin: 0;
    padding: 0;
}
.VV23_SendRecipeModal__IngredientsItem:last-child:not(:first-child){
    padding-bottom: 4px;
    margin-bottom: 16px;
    border-bottom: 1px dashed var(--light-outline);
}
.VV23_SendRecipeModal__Remove{
    display: flex;
    align-items: center;
}
.VV23_SendRecipeModal__Remove svg{
    display: block;
    margin-left: 4px;
}
.VV23_SendRecipeModal__Remove svg path{
    fill: currentColor;
}
.VV23_SendRecipeModal__IngredientsItemTop{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.VV23_SendRecipeModal__IngredientsItemNumber{
    display: inline-block;
    margin-bottom: 8px;
    padding: 3px 9px;
    border-radius: 8px;
    border: 1px solid var(--light-additional4-border);
    background: var(--light-additional4-container-fill);
    color: var(--light-promo2);
}
.VV23_SendRecipeModal__IngredientsInput._focused + .VV23_SendRecipeModal__IngredientsDropdown{
    display: block !important;
    margin-top: 8px;
}

.VV23_SendRecipeModal__FormRowTitle._steps{
    margin-bottom: 8px;
}
.VV23_SendRecipeModal__FormRowSubtitle{
    margin-bottom: 16px;
}

.VV23_SendRecipeModal__StepsItem{
    border-top: 1px dashed var(--light-outline);
    margin-top: 16px;
    padding-top: 16px;
}
.VV23_SendRecipeModal__StepsItem:first-child{
    border: 0;
    margin: 0;
    padding: 0;
}
.VV23_SendRecipeModal__StepsItem:first-child:last-child{
    margin-bottom: 16px;
}
.VV23_SendRecipeModal__StepsItem:last-child:not(:first-child){
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px dashed var(--light-outline);
}
.VV23_SendRecipeModal__StepsItemTop{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.VV23_SendRecipeModal__StepsNumber{
    display: inline-block;
    margin-bottom: 8px;
    padding: 3px 9px;
    border-radius: 8px;
    border: 1px solid var(--light-additional1-border);
    background: var(--light-additional1-container-fill);
    color: var(--light-on-additional1-surface);
}
.VV23_SendRecipeModal__StepsTextarea {
    margin-bottom: 8px;
}
.VV23_SendRecipeModal__InputCounter{
    margin-top: 8px;
    color: var(--light-secondary);
}
.VV23_SendRecipeModal__InputCounter._error{
    color: var(--light-negative);
}

.VV23_SendRecipeModal__Req{
    display: flex;
    margin-top: 12px;
    padding: 11px 12px;
    border-radius: 16px;
    border: 1px solid var(--light-outline);
}
.VV23_SendRecipeModal__ReqIconWrapper{
    margin-right: 18px;
    flex-shrink: 0;
}
.VV23_SendRecipeModal__ReqIcon{
    display: block;
    margin-top: -5px;
    margin-right: -5px;
}
.VV23_SendRecipeModal__ReqText b{
    font-weight: 500;
}

.VV23_SendRecipeModal__Notice{
    display: flex;
    margin-top: 16px;
    padding: 5px;
    border-radius: 10px;
    background: var(--yelloworange4);
}
.VV23_SendRecipeModal__NoticeIcon{
    margin-right: 2px;
}
.VV23_SendRecipeModal__NoticeText{
    align-self: center;
}

@media (max-width: 767px) {
    .VV23_SendRecipeModal .lk-modal-alert__title {
        margin-bottom: 26px;
    }
    .VV23_SendRecipeModal__FormRow{
        margin-bottom: 24px;
    }
    .VV23_SendRecipeModal__CookingTime{
        display: block;
    }
    .VV23_SendRecipeModal__CookingTimeTotal{
        margin-bottom: 12px;
    }
    .VV23_SendRecipeModal__IngredientsItemInput._quantity {
        width: 105px;
    }
    .VV23_SendRecipeModal__StepsNumber,
    .VV23_SendRecipeModal__IngredientsItemNumber {
        padding: 3px 7px;
    }
}

/* Врезка - опрос в деталке */
    .VV24_MediaSurveyBlock{
        container: media-survey-block / inline-size;
        margin-bottom: 30px;
        position: relative;
        z-index: 2;
    }

    @media (min-width: 1024px) {
        @container media-survey-block (max-width: 939px) {
            .VV_MainPageSurveyBlock__inner {
                flex-direction: column;
                padding: 24px;
            }

            .VV_MainPageSurveyBlock__heading {
                order: 2;
                padding-right: 0;
                margin-bottom: 25px;
            }

            .VV_MainPageSurveyBlock__title{
                font-size: 24px;
            }

            .VV_MainPageSurveyBlock__content {
                order: 3;
                width: 100%;
            }

            .VV_MainPageSurveyBlock__content._results {
                width: 534px;
            }

            .VV_MainPageSurveyBlock__image {
                order: 1;
                width: 100%;
                margin-bottom: 33px;
            }

            .VV_MainPageSurveyBlock__tooltip {
                top: auto;
                bottom: 42px;
                right: 24px;
            }

            .VV_MainPageSurveyBlock ._inner-results {
                padding-bottom: 90px;
            }

            .VV_MainPageSurveyBlock ._inner-results .VV_MainPageSurveyBlock__tooltip {
                right: auto;
                left: 32px;
                bottom: 32px;
            }

            .VV_MainPageSurveyBlock ._inner-results:after {
                content: url('/local/templates/main-responsive/css/../assets_index/img/vote-result--tablet.svg');
                position: absolute;
                right: 0;
                bottom: 12px;
            }

            .VV_MainPageSurveyBlock ._inner-results .VV_MainPageSurveyBlock__image {
                display: none;
            }
        }

        @container media-survey-block (max-width: 699px) {
            .VV_MainPageSurveyBlock__inner {
                padding: 28px 16px;
            }

            .VV_MainPageSurveyBlock__heading {
                margin-bottom: 22px;
            }

            .VV_MainPageSurveyBlock__title{
                font-size: 17px;
            }

            .VV_MainPageSurveyBlock__image {
                display: none;
            }

            .VV_MainPageSurveyBlock .VV_Radio {
                margin-bottom: 19px;
            }

            .VV_MainPageSurveyBlock .VV_Radio__Title{
                font-size: 15px;
            }

            .VV_MainPageSurveyBlock__inputs {
                margin-bottom: 20px;
            }

            .VV_MainPageSurveyBlock__tooltip {
                position: relative;
                left: 0;
                top: 0;
                order: 4;
                margin-top: 16px;
            }

            .VV_MainPageSurveyBlock__tooltip-visible {
                justify-content: center;
            }

            .VV_MainPageSurveyBlock ._inner-results {
                padding-bottom: 18px;
            }

            .VV_MainPageSurveyBlock ._inner-results:after {
                content: url('/local/templates/main-responsive/css/../assets_index/img/vote-result--mobile.svg');
                position: absolute;
                right: 0;
                top: 0;
                bottom: auto;
            }

            .VV_MainPageSurveyBlock__buttons {
                text-align: center;
            }

            .VV_MainPageSurveyBlock__vote.VV_Button{
                width: 100%;
            }

            .VV_MainPageSurveyBlock__revote {
                margin-left: auto;
                margin-right: auto;
                margin-top: 18px;
                display: inline-block;
            }

            .VV_MainPageSurveyBlock ._inner-results .VV_MainPageSurveyBlock__tooltip {
                position: relative;
                left: 0;
                top: 0;
                order: 4;
                margin-top: 40px;
            }

            .VV_MainPageSurveyBlock__voteResult--text {
                padding-right: 45px;
            }
        }
    }

    /* Для браузеров до 2023 года - начало */
    @supports not (container-type: inline-size){
        @media (min-width: 1024px){
            .VV_RecipeDetail__Col._text .VV24_MediaSurveyBlock .VV_MainPageSurveyBlock__inner {
                padding: 28px 16px;
            }
            .VV_RecipeDetail__Col._text .VV24_MediaSurveyBlock .VV_MainPageSurveyBlock__heading{
                margin-bottom: 25px;
            }
            .VV_RecipeDetail__Col._text .VV24_MediaSurveyBlock .VV_MainPageSurveyBlock__title{
                font-size: 17px;
            }
            .VV_RecipeDetail__Col._text .VV24_MediaSurveyBlock .VV_MainPageSurveyBlock__image {
                display: none;
            }
            .VV_RecipeDetail__Col._text .VV24_MediaSurveyBlock.VV_MainPageSurveyBlock .VV_Radio {
                margin-bottom: 19px;
            }
            .VV_RecipeDetail__Col._text .VV24_MediaSurveyBlock.VV_MainPageSurveyBlock .VV_Radio__Title {
                font-size: 15px;
            }
            .VV_RecipeDetail__Col._text .VV24_MediaSurveyBlock .VV_MainPageSurveyBlock__inputs {
                margin-bottom: 20px;
            }
            .VV_RecipeDetail__Col._text .VV24_MediaSurveyBlock .VV_MainPageSurveyBlock__tooltip {
                position: relative;
                left: 0;
                top: 0;
                order: 4;
                margin-top: 16px;
            }
            .VV_RecipeDetail__Col._text .VV24_MediaSurveyBlock .VV_MainPageSurveyBlock__tooltip-visible {
                justify-content: center;
            }
            .VV_RecipeDetail__Col._text .VV24_MediaSurveyBlock.VV_MainPageSurveyBlock ._inner-results {
                padding-bottom: 18px;
            }
            .VV_RecipeDetail__Col._text .VV24_MediaSurveyBlock.VV_MainPageSurveyBlock ._inner-results:after {
                content: url('/local/templates/main-responsive/css/../assets_index/img/vote-result--mobile.svg');
                position: absolute;
                right: 0;
                top: 0;
                bottom: auto;
            }
            .VV_RecipeDetail__Col._text .VV24_MediaSurveyBlock .VV_MainPageSurveyBlock__buttons {
                text-align: center;
            }
            .VV_RecipeDetail__Col._text .VV24_MediaSurveyBlock .VV_MainPageSurveyBlock__vote.VV_Button{
                width: 100%;
            }
            .VV_RecipeDetail__Col._text .VV24_MediaSurveyBlock .VV_MainPageSurveyBlock__revote {
                margin-left: auto;
                margin-right: auto;
                margin-top: 18px;
                display: inline-block;
            }
            .VV_RecipeDetail__Col._text .VV24_MediaSurveyBlock.VV_MainPageSurveyBlock ._inner-results .VV_MainPageSurveyBlock__tooltip {
                position: relative;
                left: 0;
                top: 0;
                order: 4;
                margin-top: 40px;
            }
            .VV_RecipeDetail__Col._text .VV24_MediaSurveyBlock .VV_MainPageSurveyBlock__voteResult--text {
                padding-right: 45px;
            }
        }
        @media (min-width: 1280px){
            .VV_RecipeDetail__Col._text .VV24_MediaSurveyBlock .VV_MainPageSurveyBlock__inner,
            .VV_PMediaArticleDetailVVGrid__Col._main .VV24_MediaSurveyBlock .VV_MainPageSurveyBlock__inner {
                flex-direction: column;
                padding: 24px;
            }
            .VV_RecipeDetail__Col._text .VV24_MediaSurveyBlock .VV_MainPageSurveyBlock__heading,
            .VV_PMediaArticleDetailVVGrid__Col._side .VV24_MediaSurveyBlock .VV_MainPageSurveyBlock__heading,
            .VV_PMediaArticleDetailVVGrid__Col._main .VV24_MediaSurveyBlock .VV_MainPageSurveyBlock__heading {
                order: 2;
                padding-right: 0;
                margin-bottom: 25px;
            }
            .VV_RecipeDetail__Col._text .VV24_MediaSurveyBlock .VV_MainPageSurveyBlock__title,
            .VV_PMediaArticleDetailVVGrid__Col._main .VV24_MediaSurveyBlock .VV_MainPageSurveyBlock__title{
                font-size: 24px;
            }
            .VV_RecipeDetail__Col._text .VV24_MediaSurveyBlock .VV_MainPageSurveyBlock__content,
            .VV_PMediaArticleDetailVVGrid__Col._side .VV24_MediaSurveyBlock .VV_MainPageSurveyBlock__content,
            .VV_PMediaArticleDetailVVGrid__Col._main .VV24_MediaSurveyBlock .VV_MainPageSurveyBlock__content {
                order: 3;
                width: 100%;
            }
            .VV_RecipeDetail__Col._text .VV24_MediaSurveyBlock .VV_MainPageSurveyBlock__content._results,
            .VV_PMediaArticleDetailVVGrid__Col._main .VV24_MediaSurveyBlock .VV_MainPageSurveyBlock__content._results {
                width: 534px;
            }
            .VV_RecipeDetail__Col._text .VV24_MediaSurveyBlock .VV_MainPageSurveyBlock__image,
            .VV_PMediaArticleDetailVVGrid__Col._main .VV24_MediaSurveyBlock .VV_MainPageSurveyBlock__image {
                order: 1;
                width: 100%;
                margin-bottom: 33px;
            }
            .VV_RecipeDetail__Col._text .VV24_MediaSurveyBlock .VV_MainPageSurveyBlock__tooltip,
            .VV_PMediaArticleDetailVVGrid__Col._main .VV24_MediaSurveyBlock .VV_MainPageSurveyBlock__tooltip {
                top: auto;
                bottom: 42px;
                right: 24px;
            }
            .VV_RecipeDetail__Col._text .VV24_MediaSurveyBlock.VV_MainPageSurveyBlock ._inner-results,
            .VV_PMediaArticleDetailVVGrid__Col._main .VV24_MediaSurveyBlock.VV_MainPageSurveyBlock ._inner-results {
                padding-bottom: 90px;
            }
            .VV_RecipeDetail__Col._text .VV24_MediaSurveyBlock.VV_MainPageSurveyBlock ._inner-results .VV_MainPageSurveyBlock__tooltip,
            .VV_PMediaArticleDetailVVGrid__Col._main .VV24_MediaSurveyBlock.VV_MainPageSurveyBlock ._inner-results .VV_MainPageSurveyBlock__tooltip {
                right: auto;
                left: 32px;
                bottom: 32px;
            }
            .VV_RecipeDetail__Col._text .VV24_MediaSurveyBlock.VV_MainPageSurveyBlock ._inner-results:after,
            .VV_PMediaArticleDetailVVGrid__Col._main .VV24_MediaSurveyBlock.VV_MainPageSurveyBlock ._inner-results:after {
                content: url('/local/templates/main-responsive/css/../assets_index/img/vote-result--tablet.svg');
                position: absolute;
                right: 0;
                bottom: 12px;
            }
            .VV_RecipeDetail__Col._text .VV24_MediaSurveyBlock.VV_MainPageSurveyBlock ._inner-results .VV_MainPageSurveyBlock__image,
            .VV_PMediaArticleDetailVVGrid__Col._main .VV24_MediaSurveyBlock.VV_MainPageSurveyBlock ._inner-results .VV_MainPageSurveyBlock__image {
                display: none;
            }
            .VV_PMediaArticleDetailVVGrid__Col._side .VV24_MediaSurveyBlock .VV_MainPageSurveyBlock__inner {
                padding: 28px 16px;
            }
            .VV_PMediaArticleDetailVVGrid__Col._side .VV24_MediaSurveyBlock .VV_MainPageSurveyBlock__title{
                font-size: 17px;
            }
            .VV_PMediaArticleDetailVVGrid__Col._side .VV24_MediaSurveyBlock .VV_MainPageSurveyBlock__image {
                display: none;
            }
            .VV_PMediaArticleDetailVVGrid__Col._side .VV24_MediaSurveyBlock.VV_MainPageSurveyBlock .VV_Radio {
                margin-bottom: 19px;
            }
            .VV_PMediaArticleDetailVVGrid__Col._side .VV24_MediaSurveyBlock.VV_MainPageSurveyBlock .VV_Radio__Title {
                font-size: 15px;
            }
            .VV_PMediaArticleDetailVVGrid__Col._side .VV24_MediaSurveyBlock .VV_MainPageSurveyBlock__inputs {
                margin-bottom: 20px;
            }
            .VV_PMediaArticleDetailVVGrid__Col._side .VV24_MediaSurveyBlock .VV_MainPageSurveyBlock__tooltip {
                position: relative;
                left: 0;
                top: 0;
                order: 4;
                margin-top: 16px;
            }
            .VV_PMediaArticleDetailVVGrid__Col._side .VV24_MediaSurveyBlock .VV_MainPageSurveyBlock__tooltip-visible {
                justify-content: center;
            }
            .VV_PMediaArticleDetailVVGrid__Col._side .VV24_MediaSurveyBlock.VV_MainPageSurveyBlock ._inner-results {
                padding-bottom: 18px;
            }
            .VV_PMediaArticleDetailVVGrid__Col._side .VV24_MediaSurveyBlock.VV_MainPageSurveyBlock ._inner-results:after {
                content: url('/local/templates/main-responsive/css/../assets_index/img/vote-result--mobile.svg');
                position: absolute;
                right: 0;
                top: 0;
                bottom: auto;
            }
            .VV_PMediaArticleDetailVVGrid__Col._side .VV24_MediaSurveyBlock .VV_MainPageSurveyBlock__buttons {
                text-align: center;
            }
            .VV_PMediaArticleDetailVVGrid__Col._side .VV24_MediaSurveyBlock .VV_MainPageSurveyBlock__vote.VV_Button{
                width: 100%;
            }
            .VV_PMediaArticleDetailVVGrid__Col._side .VV24_MediaSurveyBlock .VV_MainPageSurveyBlock__revote {
                margin-left: auto;
                margin-right: auto;
                margin-top: 18px;
                display: inline-block;
            }
            .VV_PMediaArticleDetailVVGrid__Col._side .VV24_MediaSurveyBlock.VV_MainPageSurveyBlock ._inner-results .VV_MainPageSurveyBlock__tooltip {
                position: relative;
                left: 0;
                top: 0;
                order: 4;
                margin-top: 40px;
            }
            .VV_PMediaArticleDetailVVGrid__Col._side .VV24_MediaSurveyBlock .VV_MainPageSurveyBlock__voteResult--text {
                padding-right: 45px;
            }
        }
    }
    /* Для браузеров до 2023 года - конец */

    @media (max-width: 767px) {
        .VV24_MediaSurveyBlock .VV_MainPageSurveyBlock__inner {
            padding: 28px 16px;
        }
        .VV24_MediaSurveyBlock .VV_MainPageSurveyBlock__image {
            display: none;
        }
    }

    /* Фильтры в рецептах */
    .VV24_RecipesFiltersRow{
        display: flex;
        align-items: center;
        margin-left: -8px;
        margin-right: -8px;
    }
    .VV24_RecipesFiltersCol{
        margin-left: 8px;
        margin-right: 8px;
    }
    .VV24_RecipesFiltersCol._categories{
        flex-grow: 1;
    }
    .VV24_RecipesFiltersRow .VV23_CategoryTags{
        margin-right: 0;
        margin-bottom: 0;
    }

    @media (max-width: 767px) {
        .VV24_RecipesFiltersRow{
            flex-wrap: wrap;
            margin-left: -7px;
            margin-right: -7px;
        }
        .VV24_RecipesFiltersCol{
            margin-left: 7px;
            margin-right: 7px;
        }
        .VV24_RecipesFiltersCol._categories{
            width: 100%;
            margin-bottom: 12px;
        }
        .VV24_RecipesFiltersCol._filters,
        .VV24_RecipesFiltersCol._sort
        {
            width: calc(50% - 14px);
        }
        .VV24_RecipesFiltersCol._filters{
            order: 1;
        }
        .VV24_RecipesFiltersCol._filters .VV_FShowerBtn{
            width: 100%;
        }
        .VV24_RecipesFiltersCol._filters .VV_FShowerBtn__Row{
            justify-content: center;
        }
        .VV24_RecipesFiltersCol._sort .VV_News__HeaderSorter{
            margin-top: 0;
        }
        .VV24_RecipesFiltersCol._sort .FilterPanel{
            width: 100%;
        }
        .VV24_RecipesFiltersCol._sort .FilterPanel .Dropdown__arrow{
            margin-left: 9px;
        }

        .VV24_RecipesFiltersRow._without-tags .VV24_RecipesFiltersCol._categories{
            width: calc(50% - 14px);
        }
        .VV24_RecipesFiltersRow._without-tags .VV24_RecipesFiltersCol._sort{
            width: 100%;
            order: 1;
            margin-top: 16px;
        }
        .VV24_RecipesFiltersRow._without-tags .VV24_RecipesFiltersCol._filters{
            order: unset;
        }
        .VV24_RecipesFiltersRow._without-tags .VV24_RecipesFiltersCol._categories{
            margin-bottom: 0;
        }
        .VV24_RecipesFiltersRow._without-tags .VV24_RecipesFiltersCol._categories .VV_FShowerBtn{
            width: 100%;
        }
        .VV24_RecipesFiltersRow._without-tags .VV24_RecipesFiltersCol._categories .VV_FShowerBtn__Row{
            justify-content: center;
        }
    }
    /* Вертикальное виде в статьях */
    .VV24_MediaVideoVertical{
        max-width: 461px;
        margin: 0 auto;
    }
    .VV24_MediaVideoVertical .video-responsive{
        padding: 0 0 177.875% 0;
    }
    @media (max-width: 1023px) {
        .VV24_MediaVideoVertical{
            max-width: 400px;
        }
    }

	/* Sticky */
	.VV24_SendRecipeBannerSticky {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 52px;
		height: 58px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 10px 20px 10px 12px;
		border-radius: 16px 16px 0px 0px;
		background: var(--light-additional1-container-fill);
		opacity: 0;
		visibility: hidden;
		transition: transform 0.5s ease-in-out;
		z-index: 10;
		overflow: hidden;
	}
    body._express-delivery .VV24_SendRecipeBannerSticky{
        display: none !important;
    }
    /* AB-test task 7011 */
        body._change-to-scroll-tabbar-height .VV24_SendRecipeBannerSticky{
            transition: .3s transform !important;
        }
        body._change-to-scroll-tabbar-height._scrolled-to-top .VV24_SendRecipeBannerSticky {
            transform: translateY(12px);
        }
    /* END --- AB-test task 7011 */
	@media (min-width: 768px) {
		.VV24_SendRecipeBannerSticky {
			display: none;
		}
	}
	.VV24_SendRecipeBannerSticky._show {
		opacity: 1;
		visibility: visible;
	}
	.VV24_SendRecipeBannerSticky__Bg {
		position: absolute;
		top: 0;
		right: 0;
	}
	.VV24_SendRecipeBannerSticky__Subtitle.rtext {
		color: var(--light-secondary);
		line-height: 1.42;
	}
	.iOs .VV24_SendRecipeBannerSticky {
		bottom: 64px;
	}
	.VV24_SendRecipeBannerSticky__Btn {
		min-width: 112px;
	}
	.VV24_SendRecipeBannerSticky__Cross {
		box-sizing: content-box;

		position: absolute;
		top: 0px;
		right: 0px;
		width: 16px;
		height: 16px;
		padding: 4px 4px 0 0;
		background-color: transparent;
		border: none;
	}
	.VV24_SendRecipeBannerSticky__Cross svg {
		display: flex;
		width: 100%;
		height: 100%;
    }

/* Слайд Показать все новости */
.VV24_PostsSlider_ViewAll {
    position: relative;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    height: 100%;
    padding: 80px 24px 24px 24px;
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.04);
    border-radius: 16px;
}
.VV24_PostsSlider_ViewAll__Top {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}
.VV24_PostsSlider_ViewAll__TopIcon {
    display: -ms-grid;
    display: grid;
    place-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--green50);
}
.VV24_PostsSlider_ViewAll__TopIcon svg {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.VV24_PostsSlider_ViewAll__TopText {
    text-align: center;
    line-height: 1.4 !important;
}
.VV24_PostsSlider_ViewAll__Bottom {
    width: 100%;
}
.VV24_PostsSlider_ViewAll__Bottom .VV_Button {
    position: unset;
    font-size: 16px;
}
@media (hover: none) {
    .VV24_PostsSlider_ViewAll__Bottom .VV_Button {
        cursor: none;
    }
}
.VV24_PostsSlider_ViewAll__Bottom .VV_Button::before {
    content:'';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 1023px) {
    .VV24_PostsSlider_ViewAll {
        padding: 40px 12px 12px 12px;
        border-radius: 25px;
    }
}
._mediaSection .modal-content:has(._video-mi-rounded){
    border-radius: 16px;
}
._mediaSection .Modal__inner._video-mi-rounded,
._mediaSection .Modal__inner._video-mi-rounded .video-responsive{
    -webkit-border-radius: 18px !important;
    -moz-border-radius: 18px !important;
    border-radius: 18px !important;
    overflow: visible !important;
}
/* Кнопка скролла к комментариям */
.VV25_MediaScrollToComments{
    opacity: 0;
    pointer-events: none;
}
.VV25_MediaScrollToComments._inited{
    opacity: 1;
    pointer-events: all;
}

/* End */


/* Start:/media/konkurs-receptov/css/style.css?174592739024678*/
@font-face {
  font-family: 'Villula';
  font-display: swap;
  src: url('/local/templates/main-responsive/fonts/VillulaAuto/Villula-Regular-Auto.woff2') format('woff2'),
  url('/local/templates/main-responsive/fonts/VillulaAuto/Villula-Regular-Auto.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

/* HEADERS ACCENTED */
.ha0,.ha0_desktop,.ha0_tablet,.ha0_mobile,
.ha1,.ha1_desktop,.ha1_tablet,.ha1_mobile,
.ha2,.ha2_desktop,.ha2_tablet,.ha2_mobile,
.ha3,.ha3_desktop,.ha3_tablet,.ha3_mobile,
.ha4,.ha4_desktop,.ha4_tablet,.ha4_mobile,
.ha4_article,.ha4_article_desktop,.ha4_article_tablet,.ha4_article_mobile,
.ha5,.ha5_desktop,.ha5_tablet,.ha5_mobile,
.ha6,.ha6_desktop,.ha6_tablet,.ha6_mobile{
	font-family: 'Villula', Helvetica, Arial, sans-serif !important;
	font-weight: 700;
	margin-top: 0;
}

.ha0{
	font-size: 80px;
	line-height: 1;
}
.ha1{
	font-size: 60px;
	line-height: 1;
}
.ha2{
	font-size: 48px;
	line-height: 1.1;
}
.ha3{
	font-size: 40px;
	line-height: 1.1;
}
.ha4,.ha4_article{
	font-size: 34px;
	line-height: 1.2;
}
.ha5{
	font-size: 28px;
	line-height: 1.2;
}

@media (max-width: 1023px){
	.ha0{
		font-size: 48px;
		line-height: 1;
	}
	.ha1{
		font-size: 40px;
		line-height: 1;
	}
	.ha2{
		font-size: 34px;
		line-height: 1.1;
	}
	.ha3{
		font-size: 30px;
		line-height: 1.1;
	}
	.ha4,.ha4_article{
		font-size: 24px;
		line-height: 1.2;
	}
	.ha5{
		font-size: 22px;
		line-height: 1.2;
	}
}

@media (max-width: 767px){
	.ha0{
		font-size: 34px;
		line-height: 1;
	}
	.ha1{
		font-size: 30px;
		line-height: 1;
	}
	.ha2{
		font-size: 24px;
		line-height: 1.1;
	}
	.ha3{
		font-size: 20px;
		line-height: 1.1;
	}
	.ha4,.ha4_article{
		font-size: 20px;
		line-height: 1.2;
	}
	.ha5{
		font-size: 17px;
		line-height: 1.2;
	}
}


/* HEADERS ACCENTED EXTRA CLASSES */

.ha0_mobile{
	font-size: 34px;
	line-height: 1;
}
.ha1_mobile{
	font-size: 30px;
	line-height: 1;
}
.ha2_mobile{
	font-size: 24px;
	line-height: 1.1;
}
.ha3_mobile,
.ha3_article_mobile{
	font-size: 20px;
	line-height: 1.1;
}
.ha4_mobile{
	font-size: 20px;
	line-height: 1;
}
.ha5_mobile{
	font-size: 17px;
	line-height: 1;
}

.ha0_tablet{
	font-size: 48px;
	line-height: 1
}
.ha1_tablet{
	font-size: 40px;
	line-height: 1;
}
.ha2_tablet{
	font-size: 34px;
	line-height: 1.1;
}
.ha3_tablet{
	font-size: 30px;
	line-height: 1.1;
}
.ha4_tablet,
.ha4_article_tablet{
	font-size: 24px;
	line-height: 1;
}
.ha5_tablet{
	font-size: 22px;
	line-height: 1;
}

.ha0_desktop{
	font-size: 80px;
	line-height: 1;
}
.ha1_desktop{
	font-size: 60px;
	line-height: 1;
}
.ha2_desktop{
	font-size: 48px;
	line-height: 1.1;
}
.ha3_desktop{
	font-size: 40px;
	line-height: 1.1;
}
.ha4_desktop,
.ha4_article_desktop{
	font-size: 34px;
	line-height: 1.2;
}
.ha5_desktop{
	font-size: 28px;
	line-height: 1.2;
}

@media (max-width: 1023px){

	.ha0_tablet{
		font-size: 48px;
		line-height: 1;
	}
	.ha1_tablet{
		font-size: 40px;
		line-height: 1;
	}
	.ha2_tablet{
		font-size: 34px;
		line-height: 1.1;
	}
	.ha3_tablet{
		font-size: 30px;
		line-height: 1.1;
	}
	.ha4_tablet,
	.ha4_article_tablet{
		font-size: 24px;
		line-height: 1.2;
	}
	.ha5_tablet{
		font-size: 22px;
		line-height: 1.2;
	}

}

@media (max-width: 767px){
	.ha0_mobile{
		font-size: 34px;
		line-height: 1;
	}
	.ha1_mobile{
		font-size: 30px;
		line-height: 1;
	}
	.ha2_mobile{
		font-size: 24px;
		line-height: 1.1;
	}
	.ha3_mobile{
		font-size: 20px;
		line-height: 1.1;
	}
	.ha4_mobile{
		font-size: 20px;
		line-height: 1.2;
	}
	.ha5_mobile{
		font-size: 17px;
		line-height: 1.2;
	}
}

.Content{
  z-index: 8;
}
.modal-open .Content{
  z-index: unset;
}

body {
  color: var(--light-primary);
}
._bg-block + ._bg-block {
  margin-top: -80px;
}
@media (max-width: 1023px) {
  ._bg-block + ._bg-block {
    margin-top: -40px;
  }
}
@media (min-width: 768px) {
  .VV24_KR_Banner + ._bg-block {
    margin-top: -40px;
  }
}
.VV24_KR {
  margin-top: 16px;
  overflow: hidden;
}
/* Top */
.VV24_KR_Top {
  height: 440px;
  margin-bottom: 100px;
  display: flex;
  background: #e6f4ff;
}
.VV24_KR_Top__Inner {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 36px;
}
.VV24_KR_Top__Content {
  max-width: 400px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.VV24_KR_Top__Date {
  margin-bottom: 15px;
  padding: 8px 16px;
  border-radius: 100px;
  background: var(--light-surface1);
  line-height: 1.5;
}
.VV24_KR_Top__Title {
  margin-bottom: 4px;
  color: #187bcc;
}
.VV24_KR_Top__Text {
  max-width: 300px;
}
.VV24_KR_Top__Text.rtext {
  line-height: 1.5;
}
.VV24_KR_Top__Btn {
  min-width: 252px;
  min-height: 48px;
  margin-top: 20px;
  overflow: hidden;
}
.VV24_KR_Top__Btn:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.02);
  opacity: 0;
}
.VV24_KR_Top__Btn:hover:before {
  opacity: 1;
}
.VV24_KR_Top__Btn._blue {
  background: var(--light-additional1) !important;
}
.VV24_KR_Top__Btn._green {
  background: var(--light-brand1) !important;
}
.VV24_KR_Top__Btn._pink {
  background: var(--light-brand2) !important;
}
.VV24_KR_Top__Btn._purple {
  background: var(--light-additional2) !important;
}
.VV24_KR_Top__Btn .VV_Button__Text {
  position: relative;
}
.VV24_KR_Top__Img {
  position: absolute;
  top: 0;
  left: 524px;
}
@media (max-width: 1279px) {
  .VV24_KR_Top__Inner {
    padding-left: 0;
  }
}
@media (max-width: 1023px) {
  .VV24_KR_Top {
    height: auto;
    margin-bottom: 63px;
    padding-top: 39px;
  }
  .VV24_KR_Top__Inner {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .VV24_KR_Top__Content {
    align-items: center;
  }
  .VV24_KR_Top__Img {
    position: relative;
    left: 0;
  }
  .VV24_KR_Top__Img._desktop {
    display: none;
  }
}
@media (max-width: 767px) {
  .VV24_KR_Top {
    margin-bottom: 40px;
    padding-top: 46px;
  }
  .VV24_KR_Top__Date {
    margin-bottom: 8px;
  }
  .VV24_KR_Top__Title {
    max-width: 340px;
    margin-bottom: 14px;
    font-size: 48px;
  }
  .VV24_KR_Top__Text {
    max-width: 240px;
  }
  .VV24_KR_Top__Text._no-btn {
    margin-bottom: 60px;
  }
  .VV24_KR_Top__Btn {
    margin-top: 12px;
  }
  .VV24_KR_Top__Btn {
    min-width: 222px;
  }
  .VV24_KR_Top__Img {
    left: 15px;
  }
  .VV24_KR_Top__Img._tablet {
    display: none;
  }
}
@media (min-width: 768px) {
  .VV24_KR_Top__Img._mobile {
    display: none;
  }
}
@media (min-width: 1024px) {
  .VV24_KR_Top__Img._tablet {
    display: none;
  }
}

/* Descr */
.VV24_KR_Descr {
  margin-bottom: 100px;
}
.VV24_KR_Descr__Inner {
  display: flex;
  padding-left: 102px;
}
.VV24_KR_Descr__Content {
  max-width: 691px;
  margin-right: 24px;
  flex-shrink: 0;
}
.VV24_KR_Descr__Title {
  margin-bottom: 16px;
}
.VV24_KR_Descr__Text {
  margin-bottom: 16px;
}
.VV24_KR_Descr__Text.rtext {
  line-height: 1.5;
}
.VV24_KR_Descr__Text a,
.VV24_KR_Descr__Text button{
  color: var(--light-brand1);
  border-bottom: 1px solid var(--light-brand1);
}
.VV24_KR_Descr__Text button._more{
  font-size: inherit;
}
.VV24_KR_Descr__Text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.VV24_KR_Descr__Text p {
  margin: 0;
}
.VV24_KR_Descr__Text._preview p:not(:first-child) {
  display: none;
}
.VV24_KR_Descr__Right {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1279px) {
  .VV24_KR_Descr__Inner {
    padding-left: 0;
  }
}
@media (max-width: 1023px) {
  .VV24_KR_Descr {
    margin-bottom: 56px;
  }
  .VV24_KR_Descr__Inner {
    flex-direction: column-reverse;
    padding-left: 4px;
  }
  .VV24_KR_Descr__Content {
    margin-right: 0;
  }
  .VV24_KR_Descr__Btn {
    min-width: 240px;
  }
  .VV24_KR_Descr__Right {
    height: auto !important;
    justify-content: flex-start;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .VV24_KR_Descr {
    margin-bottom: 40px;
  }
  .VV24_KR_Descr__Inner {
    padding: 0px 6px;
  }
  .VV24_KR_Descr__Text.rtext {
    line-height: 1.42;
  }
  .VV24_KR_Descr__Btn {
    min-width: unset;
  }
  .VV24_KR_Descr__Right {
    margin-bottom: 16px;
  }
  .VV24_KR_Descr__Right img {
    width: 132px;
    height: auto;
  }
}

/* Banner */
.VV24_KR_Banner .VV23_SendRecipeBanner {
  margin-bottom: 80px;
}
.VV24_KR_Banner .VV23_SendRecipeBanner__Btn{
  min-width: 181px;
  margin-right: 15px;
}
@media (min-width: 768px) {
  .VV24_KR_Banner .VV23_SendRecipeBanner__Title ._mobile,
  .VV24_KR_Banner .VV23_SendRecipeBanner__Text ._mobile,
  .VV24_KR_Banner .VV23_SendRecipeBanner__Btn ._mobile{
    display: none;
  }
}
@media (max-width: 1279px) {
  .VV24_KR_Banner .VV23_SendRecipeBanner{
      padding-left: 370px;
  }
  .VV24_KR_Banner .VV23_SendRecipeBanner__Btn{
    min-width: unset;
    margin-right: 0;
  }
}
@media (max-width: 1023px) {
  .VV24_KR_Banner .VV23_SendRecipeBanner {
    display: block;
    height: auto;
    padding: 24px 20px 16px;
  }
  .VV24_KR_Banner .VV23_SendRecipeBanner__Bg {
    left: auto;
    right: 0;
  }
  .VV24_KR_Banner .VV23_SendRecipeBanner__Content {
    margin-bottom: 6px;
  }
  .VV24_KR_Banner .VV23_SendRecipeBanner__Title {
    margin-bottom: 2px;
    font-size: 28px;
  }
  .VV24_KR_Banner .VV23_SendRecipeBanner__Btn {
    min-width: 181px;
  }
}
@media (max-width: 767px) {
  .VV24_KR_Banner .VV23_SendRecipeBanner {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 40px;
    padding: 18px 16px 64px;
    border-radius: 12px;
  }
  .VV24_KR_Banner .VV23_SendRecipeBanner__Bg {
    top: auto;
    right: auto;
    bottom: 0;
  }
  .VV24_KR_Banner .VV23_SendRecipeBanner__Content {
    max-width: 100%;
    width: 100%;
  }
  .VV24_KR_Banner .VV23_SendRecipeBanner__Title {
    font-size: 24px;
    margin-bottom: 0;
  }
  .VV24_KR_Banner .VV23_SendRecipeBanner__Btn {
    width: 100%;
  }
  .VV24_KR_Banner .VV23_SendRecipeBanner__Title ._desktop,
  .VV24_KR_Banner .VV23_SendRecipeBanner__Text ._desktop,
  .VV24_KR_Banner .VV23_SendRecipeBanner__Btn ._desktop{
    display: none;
  }
}

/* Slider */
.VV24_KR_Slider {
  margin-bottom: 80px;
}
.VV24_KR_Slider__Heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 24px;
}
.VV24_KR_Slider__Title {
  margin-bottom: 4px;
}
.VV24_KR_Slider__Subtitle {
  color: var(--light-secondary);
}
@media (max-width: 1023px) {
  .VV24_KR_Slider .VV24_KR_Slider__Heading,
  .VV24_KR_Slider .VV24_ReaderRecipesSlider__Container {
    padding: 0 6px;
  }
}
@media (max-width: 767px) {
  .VV24_KR_Slider {
    margin-bottom: 40px;
  }
  .VV24_KR_Slider__Heading {
    display: block;
    margin-bottom: 16px;
  }
  .VV24_KR_Slider__Subtitle {
    margin-bottom: 8px;
  }
}

/* Recipe cards */
.VV24_ReaderRecipesSlider__Container {
  position: relative;
}
.VV24_ReaderRecipesSlider__Slider {
  overflow: hidden;
}
.VV24_ReaderRecipesSlider__Wrapper {
  gap: 24px;
  user-select: none;
}
.VV24_KR_Slider .swiper-container-initialized .VV24_ReaderRecipesSlider__Wrapper {
  gap: 0;
}
.VV24_ReaderRecipesSlider__Slide {
  max-width: 282px;
  height: auto;
}
.VV24_ReaderRecipesSlider__Nav {
  position: absolute;
  inset: 0;
}
.VV24_ReaderRecipesSlider__NavBtn {
  position: absolute;
  top: 58px;
  left: -22px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 0;
  background: var(--white);
  color: var(--light-primary);
  box-shadow: 0px 0px 8px rgba(26, 26, 26, 0.16);
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0;
  visibility: hidden;
}
.VV24_KR_Slider .swiper-container-initialized + .VV24_ReaderRecipesSlider__Nav .VV24_ReaderRecipesSlider__NavBtn {
  opacity: 1;
  visibility: visible;
}
.VV24_ReaderRecipesSlider__NavBtn._next {
  left: auto;
  right: -22px;
}
.VV24_ReaderRecipesSlider__NavBtn.swiper-button-lock,
.VV24_ReaderRecipesSlider__NavBtn.swiper-button-disabled {
  display: none;
}
@media (any-hover: hover) {
  .VV24_ReaderRecipesSlider__NavBtn {
    cursor: pointer;
  }
  .VV24_ReaderRecipesSlider__NavBtn:hover {
    color: var(--green500);
  }
}
.VV24_ReaderRecipesCard {
  display: flex;
  flex-direction: column;
  row-gap: 18px;
  height: 100%;
  user-select: none;
}
@media (any-hover: hover) {
  .VV24_ReaderRecipesCard:hover .VV24_ReaderRecipesCard__Img img {
    transform: scale(1.1);
  }
}
.VV24_ReaderRecipesCard .MaterialAddFav{
  will-change: transform;
}
.VV24_ReaderRecipesCard__Img {
  flex: 0 0 auto;
  position: relative;
  aspect-ratio: 1.74074074;
  border-radius: 16px;
  overflow: hidden;
}
.VV24_ReaderRecipesCard__Img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s transform;
  will-change: transform;
}
.MaterialAddFav {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 5;
}
.VV24_ReaderRecipesCard__Info {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.VV24_ReaderRecipesCard__Date {
  margin-bottom: 13px;
}
.VV24_ReaderRecipesCard__Title {
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  letter-spacing: normal;
}
.VV24_ReaderRecipesCard__Layout::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.VV24_ReaderRecipesCard__Layout:hover {
  color: var(--gray900) !important;
}
@media (hover: none) {
  .VV24_ReaderRecipesCard__Layout {
    cursor: none;
  }
}
.VV24_ReaderRecipesCard__Meta {
  display: flex;
  align-items: center;
  gap: 11px;
  flex-wrap: wrap;
  margin-top: auto;
}
@media (max-width: 1279px) and (min-width: 1024px) {
  .VV24_ReaderRecipesSlider__Slide {
    max-width: unset;
  }
}
@media (max-width: 1023px) {
  .VV24_ReaderRecipesSlider__Slider {
    overflow: visible;
  }
  .VV24_ReaderRecipesSlider__Wrapper {
    gap: 24px;
  }
  .VV24_ReaderRecipesCard__Meta {
    gap: 13px;
  }
  .VV24_ReaderRecipesCard__Meta .VV_Meta__Col._icon {
    margin: 0px 2px 0 0;
  }
  .VV24_ReaderRecipesCard__Date {
    margin-bottom: 9px;
  }
  .MaterialAddFav {
    position: absolute;
    top: 8px;
    right: 8px;
  }
  .VV24_ReaderRecipesSlider__Nav {
    display: none;
  }
}
@media (max-width: 767px) {
  .VV24_ReaderRecipesSlider__Slider {
    overflow: unset;
    padding-right: 16px;
  }
  .VV24_ReaderRecipesSlider__Wrapper {
    gap: 16px;
  }
  .VV24_ReaderRecipesSlider__Nav {
    display: none;
  }
  .VV24_ReaderRecipesSlider__Slide {
    max-width: 220px;
  }
}
.VV24_AllReaderRecipesCard {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  height: 100%;
  padding: 80px 24px 24px 24px;
  background-color: var(--white);
  border: 1px solid var(--light-outline);
  border-radius: 16px;
}
.VV24_AllReaderRecipesCard__Top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.VV24_AllReaderRecipesCard__TopIcon {
  display: grid;
  place-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--light-brand1-container-fill);
}
.VV24_AllReaderRecipesCard__TopIcon svg {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.VV24_AllReaderRecipesCard__TopText {
  text-align: center;
  line-height: 1.4 !important;
}
.VV24_AllReaderRecipesCard__Bottom {
  width: 100%;
}
.VV24_AllReaderRecipesCard__Bottom .VV_Button {
  position: unset;
  font-size: 16px;
}
@media (hover: none) {
  .VV24_AllReaderRecipesCard__Bottom .VV_Button {
    cursor: none;
  }
}
.VV24_AllReaderRecipesCard__Bottom .VV_Button::before {
  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1023px) {
  .VV24_AllReaderRecipesCard {
    padding: 40px 12px 12px 12px;
    border-radius: 25px;
  }
}

/* Past winners */
.VV24_KR_PastWinners {
  margin-bottom: 64px;
  padding-top: 80px;
  padding-bottom: 80px;
  background: #e6f4ff;
}
.VV24_KR_PastWinners:last-child,
.VV24_KR_PastWinners._mb0 {
  margin-bottom: 0;
}
.VV24_KR_PastWinners__Inner {
  display: flex;
  padding-left: 76px;
  padding-right: 76px;
}
.VV24_KR_PastWinners__Heading {
  width: 308px;
  margin-right: 40px;
}
.VV24_KR_PastWinners__Icon {
  margin-bottom: 16px;
}
.VV24_KR_PastWinners__Title {
  margin-bottom: 8px;
}
.VV24_KR_PastWinners__Subtitle {
  margin-bottom: 16px;
}
.VV24_KR_PastWinners__Subtitle.rtext {
  line-height: 1.5;
}
.VV24_KR_PastWinners__SliderWrapper {
  position: relative;
  min-width: 0;
}
.VV24_KR_PastWinners__Slider {
  overflow: hidden;
}
.VV24_KR_PastWinners__Slide {
  position: relative;
  width: 220px;
  height: auto;
  margin-right: 20px;
  background: var(--light-surface1);
  border-radius: 16px;
  overflow: hidden;
}
.VV24_KR_PastWinners__Slide:last-child {
  margin-right: 0;
}
.VV24_KR_PastWinners__SlideImg {
  aspect-ratio: 1.74603175;
  overflow: hidden;
}
.VV24_KR_PastWinners__SlideImg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s transform;
}
.VV24_KR_PastWinners__Slide:hover .VV24_KR_PastWinners__SlideImg img {
  transform: scale(1.1);
}
.VV24_KR_PastWinners__SlideBottom {
  padding: 16px;
}
.VV24_KR_PastWinners__SlideTitle {
  margin-bottom: 8px;
  color: var(--light-primary) !important;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.VV24_KR_PastWinners__SlideTitle:after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.VV24_KR_PastWinners__Slide .VV24_AllReaderRecipesCard{
  padding: 38px 24px 24px;
  border: 0;
}
.VV24_KR_PastWinners__NavBtn {
  position: absolute;
  top: 41px;
  left: -22px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 0;
  background: var(--white);
  color: var(--light-primary);
  box-shadow: 0px 0px 8px rgba(26, 26, 26, 0.16);
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.VV24_KR_PastWinners__NavBtn:hover {
  color: var(--green500);
}
.VV24_KR_PastWinners__NavBtn._next {
  left: auto;
  right: -22px;
}
.VV24_KR_PastWinners__NavBtn.swiper-button-lock,
.VV24_KR_PastWinners__NavBtn.swiper-button-disabled {
  display: none;
}
@media (max-width: 1279px) {
  .VV24_KR_PastWinners__Inner {
    padding-left: 66px;
    padding-right: 66px;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  .VV24_KR_PastWinners__Icon + .VV24_KR_PastWinners__Title {
    width: 310px;
    padding-left: 40px;
  }
}
@media (max-width: 1023px) {
  .VV24_KR_PastWinners {
    margin-bottom: 40px;
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .VV24_KR_PastWinners__Inner {
    display: block;
    padding: 0 6px;
  }
  .VV24_KR_PastWinners__Heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
  .VV24_KR_PastWinners__HeadingCol {
    position: relative;
    flex-shrink: 0;
  }
  .VV24_KR_PastWinners__Icon {
    margin-bottom: 0;
    position: absolute;
    width: 36px;
    height: 36px;
  }
  .VV24_KR_PastWinners__Title {
    width: 456px;
    margin-bottom: 4px;
  }
  .VV24_KR_PastWinners__Subtitle {
    margin-bottom: 0;
  }
  .VV24_KR_PastWinners__Slider {
    overflow: visible;
  }
  .VV24_KR_PastWinners__Slide {
    margin-right: 16px;
  }
  .VV24_KR_PastWinners__Nav {
    display: none;
  }
}
@media (max-width: 767px) {
  .VV24_KR_PastWinners {
    padding: 40px 0;
  }
  .VV24_KR_PastWinners__Heading {
    display: block;
    margin-bottom: 16px;
  }
  .VV24_KR_PastWinners__Title {
    width: auto;
    margin-bottom: 2px;
  }
  .VV24_KR_PastWinners__Subtitle {
    margin-bottom: 8px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .VV_ViewAllLink__Arrow {
    width: 32px;
    height: 32px;
  }
  .VV_ViewAllLink__ArrowImg {
    width: 10px;
    height: 13px;
    stroke-width: 1;
  }
}
@media (min-width: 768px) {
  .VV_ViewAllLink__Text {
    margin-right: 12px;
  }
}

/* Sticky */
.VV24_KR_Sticky {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 52px;
  height: 58px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px 10px 12px;
  border-radius: 16px 16px 0px 0px;
  background: var(--light-additional1-container-fill);
  transform: translateY(100%);
  transition: transform 0.5s ease-in-out, height 0.5s ease-in-out, padding 0.5s ease-in-out;
  z-index: 8;
  overflow: hidden;
}
body:has(.VM_Tabbar__ListItem._cart._show-cart) .VV24_KR_Sticky{
  height: 63px;
  padding: 10px 20px 15px 12px;
}
body._express-delivery .VV24_KR_Sticky{
  display: none !important;
}
@media (min-width: 768px) {
  .VV24_KR_Sticky {
    display: none;
  }
}
.VV24_KR_Sticky._show {
  transform: translateY(0);
}
.VV24_KR_Sticky__Bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: auto;
  transition: 0.5s ease-in-out;
}
body:has(.VM_Tabbar__ListItem._cart._show-cart) .VV24_KR_Sticky__Bg{
  right: -10px;
}
.VV24_KR_Sticky__Subtitle.rtext {
  color: var(--light-secondary);
  line-height: 1.42;
}
.iOs .VV24_KR_Sticky {
  bottom: 52px;
}

/* AB-test task 7011 */
  @media (max-width: 1023px) {
    body._change-to-scroll-tabbar-height .VV24_KR_Sticky._show{
      transition: .3s transform !important;
    }
    body._change-to-scroll-tabbar-height._scrolled-to-top .VV24_KR_Sticky._show {
    -webkit-transform: translateY(12px);
    -moz-transform: translateY(12px);
    -ms-transform: translateY(12px);
    -o-transform: translateY(12px);
    transform: translateY(12px);
    }  
  }
/* END --- AB-test task 7011 */

/* Модалки видео */
.VV24_KR_Modal_Video {
  bottom: 0 !important;
}
.VV24_KR_Modal_Video .modal-dialog {
  max-width: 392px;
}
.VV24_KR_Modal_Video._horizontal .modal-dialog {
  max-width: 1080px;
}
.VV24_KR_Modal_Video .modal-content {
  border-radius: 20px;
  background: var(--light-surface1);
}
.VV24_KR_Modal_Video .VV_ModalCloser {
  top: 20px;
  right: 20px;
  background: var(--gray100);
  z-index: 1;
}
.VV24_KR_Modal_Video .Modal__inner {
  padding: 10px;
  height: 660px;
}
.VV24_KR_Modal_Video._horizontal .Modal__inner {
  height: 628px;
}
.VV24_KR_Modal_Video .Modal__inner iframe {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.VV24_KR_Modal_Video__Item {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
@media (max-width: 1279px) {
  .VV24_KR_Modal_Video._horizontal .modal-dialog {
    max-width: 900px;
  }
  .VV24_KR_Modal_Video._horizontal .Modal__inner {
    height: 528px;
  }
}
@media (max-width: 1023px) {
  .VV24_KR_Modal_Video._horizontal .modal-dialog {
    max-width: 700px;
  }
  .VV24_KR_Modal_Video._horizontal .Modal__inner {
    height: 418px;
  }
}
@media (max-width: 767px) {
  .VV24_KR_Modal_Video._horizontal .modal-dialog {
    max-width: calc(100vw - 20px);
  }
  .VV24_KR_Modal_Video._horizontal .Modal__inner {
    height: 57.6vw;
  }
}
@media (max-width: 410px) {
  .VV24_KR_Modal_Video .Modal__inner {
    height: 160vw;
  }
}

/* MARK: FAQ */
.VV24_KR_FAQ {
	  margin-block: 80px;
}
.VV24_KR_FAQ__Title {
    margin-bottom: 24px;
    text-align: center;
}
.VV24_KR_FAQ__Items {
    max-width: 794px;
    margin-inline: auto;
}

@media (max-width: 1023px) {
  .VV24_KR_FAQ {
      margin-block: 64px;
  }
  .VV24_KR_FAQ__Items {
      max-width: 460px;
  }
}

@media (max-width: 767px) {
  .VV24_KR_FAQ {
      margin-bottom: 40px;
  }
  .VV24_KR_FAQ__Title {
      margin-bottom: 22px;
  }
  .VV24_KR_FAQ__Items {
      padding-inline: 6px;
  }
}

/* Комментарии */
.VV24_RECIPES_CONTEST_Comments {
  margin-bottom: 32px;
}

.VV24_RECIPES_CONTEST_Comments .CommentForm{
  margin-bottom: 0;
}

.VV24_RECIPES_CONTEST_Comments .CommentForm + .Comments__list{
  margin-top: 32px;
}

.VV24_RECIPES_CONTEST_Comments .Comments__item:last-child {
  margin-bottom: 0;
}

@media (any-hover: none) {
  .VV24_KR_FAQ .VV_Spoiler__Header{
      color: initial !important;
  }
}
/* End */


/* Start:/local/components/media/catalog.detail/templates/.default/style.css?175041530529738*/
.VM_Comments {
    padding: 32px 0;
}

.VM_Comments__Header {
    margin: 0 0 32px;
}

.VM_Comments__Header:has(.VM_Comments__AuthBlock) + .VM_Comments__Body > .VM_Comments__List:first-child > .VM_Comments__Item:first-child > ._admin.VM_Comments__ItemGroup {
    margin-top: 54px;
}

.VM_Comments__HeaderTitle {
    margin: 0 0 20px;
}

.VM_Comments__AuthBlock {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 16px 16px 16px 24px;
}

.VM_Comments__AuthBlockTitle {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    padding: 0 16px 0 0;
}

.VM_Comments__AuthBlockBtnWrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 73px;
}

.VM_Comments__BanBlock {
    padding: 24px;
}

.VM_Comments__Item,
.VM_Comments__List {
    margin: 0 0 24px;
}

.VM_Comments__List {
    margin-top: 16px;
}

/* .VM_Comments__Body + .VM_Comments__List{
    margin-bottom: 0;
} */

.VM_Comments__Item:last-child,
.VM_Comments__List:last-of-type {
    margin-bottom: 0;
}

.VM_Comments__ItemGroup {
	position: relative;
    border: 1px solid var(--surface-1);
    padding: 15px;
}
._admin.VM_Comments__ItemGroup::before {
	content:'ЩИ от ВкусВилла';
	position: absolute;
	top: -1px;
	right: -1px;
	transform: translateY(-100%);
	padding: 6px 8px;
	font-size: 14px;
	font-weight: 500;
	line-height: 130%;
	letter-spacing: 0.14px;
	color: var(--white);
	background-color: var(--accent);
}

.VM_Comments__ItemGroup._my {
    border-color: var(--accent);
}

.VM_Comments__ItemGroup.isEdit{
    background-color: var(--space);
}

.VM_Comments__ItemGroup.isEdit ~ .VM_Comments__ItemGroup{
    display: none;
}

.VM_Comments__ItemHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 0 12px;
}

.VM_Comments__Avatar {
    width: 44px;
    height: 44px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 12px 0 0;
}

.VM_Comments__AvatarCircle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    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;
}

.VM_Comments__AvatarIcon {
    width: 24px;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.VM_Comments__AvatarImg {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.VM_Comments__AvatarImg._logo{
    width: 32px;
    height: auto;
    border-radius: 0;
}

.VM_Comments__ItemInfo {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    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-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 8px 0 0;
}

.VM_Comments__ItemInfoName {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.VM_Comments__ItemInfoIcon {
    width: 16px;
    margin: 0 4px 0 0;
}

.VM_Comments__ItemDateEdit {
    text-align: right;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.VM_Comments__ItemBody {
    word-break: break-word;
    margin: 0 0 4px;
}

.VM_Comments__ItemImages{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
    margin-top: 8px;
}

@media (any-hover: hover) {
    .VM_Comments__ItemImageLink{
        transition: opacity .3s !important;
    }
    .VM_Comments__ItemImageLink:hover{
        opacity: 0.8;
    }
}

.VM_Comments__ItemImage{
    width: 100%;
    height: auto;
}

.VM_Comments__ItemDocs{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 8px;
}

.VM_Comments__ItemFooterRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.VM_Comments__Controls {
    padding: 8px 0 0;
    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;
}

.VM_Comments__Reply {
    color: var(--secondary);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 16px 0 0;
}

.VM_Comments__ReplyImg {
    width: 20px;
    height: 20px;
    margin: 0 4px 0 0;
}

.VM_Comments__ControlsItem {
    margin: 0 12px 0 0;
}

.VM_Comments__VoteSubmit {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    background: transparent;
    margin: 0;
    border: 0;
    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;
    cursor: pointer;
}

.VM_Comments__VoteSubmit._active .VM_Comments__VoteIconWrap._default {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(.4);
    -ms-transform: translate(-50%, -50%) scale(.4);
    transform: translate(-50%, -50%) scale(.4);
}

.VM_Comments__VoteSubmit._active .VM_Comments__VoteIconWrap._fill {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.VM_Comments__VoteSubmit._active .VM_Comments__VoteCount {
    color: var(--accent);
}

.VM_Comments__VoteGroup {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    width: 20px;
    height: 20px;
}

.VM_Comments__VoteIconWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transition: opacity .2s ease, -webkit-transform .3s ease;
    -o-transition: opacity .2s ease, transform .3s ease;
    transition: opacity .2s ease, -webkit-transform .3s ease;
    transition: opacity .2s ease, transform .3s ease;
    transition: opacity .2s ease, transform .3s ease, -webkit-transform .3s ease;
    backface-visibility: hidden;
    will-change: transform, opacity;
}

.VM_Comments__VoteIconWrap._default {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.VM_Comments__VoteIconWrap._fill {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.6);
    -ms-transform: translate(-50%, -50%) scale(1.6);
    transform: translate(-50%, -50%) scale(1.6);
}

.VM_Comments__VoteCount {
    margin: 0 0 0 4px;
    color: var(--secondary);
}

.VM_Comments__EditRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.VM_Comments__EditItem {
    margin: 0 8px 0 0;
}

.VM_Comments__EditItem:last-child {
    margin-right: 0;
}

.VM_Comments__EditBtn {
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 28px;
    height: 28px;
    background-color: var(--surface-2);
    cursor: pointer;
    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(--secondary);
    border-radius: 50%;
}

.VM_Comments__EditIcon {
    width: 20px;
    height: 20px;
}

.VM_Comments__Answers {
    margin: 16px 0 0 24px;
}

.VM_Comments__Answers._closed .VM_Comments__List {
    display: none;
}

.VM_Comments__AnswersGroup {
    margin: 0 0 0 -24px;
}

.VM_Comments__AnswersToggle {
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    color: var(--accent);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.VM_Comments__AnswersToggle._active .VM_Comments__AnswersToggleGroup._show,
.VM_Comments__AnswersToggle:not(._active) .VM_Comments__AnswersToggleGroup._collapse {
    display: none;
}

.VM_Comments__AnswersToggleGroup {
    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;
}

.VM_Comments__AnswersToggleIcon {
    width: 20px;
    height: 20px;
    margin: 0 4px 0 0;
}

.VM_Comments__Wrp {
    max-width: 792px;
}

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

.VM_Comments__Col._comments{
    flex-grow: 1;
}

.VM_Comments__Col+.VM_Comments__Col {
    padding-left: 30px;
    margin-left: auto;
}

.VM_CommentsMoreBlock {
    position: sticky;
    top: calc(50vh - 75px);
    padding: 20px 20px 20px;
    background: var(--surface-1);
    opacity: 0;
    visibility: hidden;
    transition: .3s all;
}
.VM_CommentsMoreBlock._show{
    opacity: 1;
    visibility: visible;
}
.VM_CommentsMoreBlock__Header {
    margin: 0 0 16px;
}

.VM_CommentsMoreBlock__Title {
    font-weight: 500;
}

*+.VM_CommentsMoreBlock__Desc {
    margin-top: 4px;
}

.VM_CommentsMoreBlock__Desc {
    font-weight: 400;
    color: var(--secondary);
}

.VM_Comments__AuthBlock:not(.hidden)+.VM_Comments__AddCommentBlock {
    margin-top: 24px;
}

.VM_Comments__AddCommentBlock._reply{
    display: none;
    margin: 16px 0 16px 16px;
}

.VM_Comments__AddCommentBlock.isEdit{
    display: none;
}

.VM_Comments__AddCommentBlockInput {
    margin: 0 0 16px;
}

.VM_CommentsFormFile__AddFilesBtnTextError {
    position: relative;
    top: 0;
    left: 10px;
    color: var(--negative);
}

.VM_CommentsFormFile._error .VM_CommentsFormFile__AddFilesBtnTextError {
    visibility: visible;
    opacity: 1;
}

.VM_CommentsFormFile__Control {
    display: none;
}

.VM_CommentsFormFile__AddFilesBtn {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    cursor: pointer;
    color: var(--accent);
}

.VM_CommentsFormFile__AddFilesBtn.disabled {
    color: var(--tertiary);
    cursor: default;
    pointer-events: none;
}

.VM_CommentsFormFile__AddFilesBtn.disabled .VM_CommentsFormFile__AddFilesBtnTextNote{
    color: var(--tertiary);
}

.VM_CommentsFormFile__AddFilesBtnImgWrp {
    margin-right: 4px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.VM_CommentsFormFile__AddFilesBtnImg {
    fill: currentColor;
}

/* .VM_CommentsFormFile__AddFilesBtn:not(.disabled):hover .rtext{
    color: var(--green300);
    }
    .VM_CommentsFormFile__AddFilesBtn:not(.disabled):hover svg path{
    fill: var(--green300);
    } */
.VM_CommentsFormFile__FilesRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

.VM_CommentsFormFile__FilesCol {
    margin: 0 5px 10px 5px
}

.VM_CommentsFormFile__File {
    position: relative;
    padding-right: 25px;
    min-height: 60px;
    width: 110px
}

.VM_CommentsFormFile__FileInner {
    width: 85px;
    height: 60px;
    background-color: var(--tertiary);
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.VM_CommentsFormFile__FileRemove {
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: hsl(228, 5%, 82%);
    -webkit-transition: .3s all !important;
    -o-transition: .3s all !important;
    transition: .3s all !important
}

.VM_CommentsFormFile__FileRemove:hover {
    background-color: hsl(228, 5%, 70%)
}

.VM_CommentsFormFile__FileRemove:before {
    content: '';
    width: 10px;
    height: 2px;
    background-color: var(--white);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.VM_CommentsFormFile__FileRemove:after {
    content: '';
    width: 10px;
    height: 2px;
    background-color: var(--white);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.VM_CommentsFormFile__AddFilesBtnText {
    color: currentColor;
}

.VM_CommentsFormFile__AddFilesBtnTextNote {
    color: var(--secondary);
}

.VM_Comments__AddCommentBlockBtnWrp {
    display: flex;
    gap: 8px;
    margin-top: 24px;
}

.VM_Comments__Footer {
    margin-top: 32px;
}

._user-avatar-full-screen.fancybox-slide--image {
	padding-inline: 10px;
}
._user-avatar-full-screen .fancybox-content {
	border-radius: 50%;
	overflow: hidden;
}

@media (max-width: 1023px) {
    .VM_Comments {
        padding: 14px 0;
    }
    .VM_Comments__HeaderTitle {
        margin-bottom: 16px;
    }

    .VM_Comments__AuthBlock {
        padding-left: 16px;
    }

    .VM_Comments__AuthBlockBtnWrap {
        width: 67px;
    }

    .VM_Comments__ItemGroup {
        padding: 11px;
    }

    .VM_Comments__ItemHeader {
        margin-bottom: 8px;
    }

    .VM_Comments__Avatar {
        width: 40px;
        height: 40px;
        margin-right: 8px;
    }

    .VM_Comments__Item {
        margin-bottom: 16px;
    }

    .VM_Comments__Answers {
        margin-left: 8px;
    }

    .VM_Comments__AnswersGroup {
        margin-left: -8px;
    }

    .VM_Comments__Col._addit {
        display: none;
    }
}

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

@media (max-width: 767px) {
    .VM_Comments {
        padding: 14px 0;
    }
    .isEdit .VM_Comments__AddCommentBlockBtnWrp {
        flex-direction: column;
    }
    .VM_Comments__ItemHeader {
        position: relative;
    }

    .VM_Comments__ItemInfo {
        padding-right: 66px;
    }

    .VM_Comments__ItemHeader:not(:has(.VM_Comments__ItemDateEdit)) .VM_Comments__ItemInfo{
        padding-right: 0;
    }

    .VM_Comments__ItemDateEdit {
        position: absolute;
        right: 0;
        top: 0;
    }
    .VM_Comments__ItemImages{
        grid-template-columns: 1fr 1fr;
    }

	._admin.VM_Comments__ItemGroup::before {
		padding: 4px 6px;
		font-size: 12px;
		letter-spacing: 0.12px;
    }
}


.VM_WidgetPhoto{
    padding: 16px 0;
}
.VM_WidgetPhoto__Images{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.VM_WidgetPhoto__Images._vertical{
    column-gap: 24px;
    row-gap: 24px;
    flex-wrap: wrap;
}
.VM_WidgetPhoto__Images._vertical a:has(.VM_WidgetPhoto__Image){
	max-width: calc(50% - 12px)
}
.VM_WidgetPhoto__Image{
    max-width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}
.VM_WidgetPhoto__Images._full-width .VM_WidgetPhoto__Image{
    width: 100%;
    /* height: auto; */
}
.VM_WidgetPhoto__Slide{
    width: auto;
    max-width: 100%;
}
.VM_WidgetPhoto__Images._full-width .VM_WidgetPhoto__Slide{
    width: 100%;
}
.VM_WidgetPhoto__Caption{
    margin-top: 8px;
    color: var(--light-secondary);
}
.VM_WidgetPhoto__Images._full-width .VM_WidgetPhoto__Caption{
    margin-left: 40px;
}
.VM_WidgetPhoto__InlineCaption{
    max-width: 327px;
}
.VM_WidgetPhoto__ImagesNav{
    z-index: 1;
}
.VM_WidgetPhoto__ImagesNav .VM_SliderBtn{
    transform: translateY(-50%);
}
.VM_WidgetPhoto__ImagesNav .VM_SliderBtn._prev{
    left: 0;
}
.VM_WidgetPhoto__Images._full-width .VM_WidgetPhoto__ImagesNav .VM_SliderBtn._prev{
    left: 40px;
}
.VM_WidgetPhoto__ImagesNav .VM_SliderBtn._next{
    right: 0;
}
.VM_WidgetPhoto__Images._full-width .VM_WidgetPhoto__ImagesNav .VM_SliderBtn._next{
    right: 40px;
}
.VM_WidgetPhoto__Thumbs{
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-left: -16px;
    margin-right: -16px;
}
.VM_WidgetPhoto__ThumbsSlider._full-width .VM_WidgetPhoto__Thumbs{
    margin-left: -8px;
    margin-right: -8px;
}
.VM_WidgetPhoto__Images._full-width ~ .VM_WidgetPhoto__Thumbs{
    margin-left: 32px;
    margin-right: 32px;
}
.VM_WidgetPhoto__ThumbsSlider{
    width: 100%;
    overflow: hidden;
}
.VM_WidgetPhoto__Images._full-width ~ .VM_WidgetPhoto__Thumbs .VM_WidgetPhoto__ThumbsSlider{
    overflow: visible;
}
.VM_WidgetPhoto__ThumbsSlider._full-width .VM_WidgetPhoto__ThumbsSlide{
    width: auto;
    margin-right: 18px;
}
.VM_WidgetPhoto__ThumbsSlider._full-width .VM_WidgetPhoto__ThumbsSlide:last-child{
    margin-right: 0;
}
.VM_WidgetPhoto__ThumbsSlide{
    display: flex;
    justify-content: center;
}
.VM_WidgetPhoto__Thumb{
    padding: 8px;
    cursor: pointer;
    transition: box-shadow .2s;
}
.VM_WidgetPhoto__ThumbsSlide.swiper-slide-thumb-active .VM_WidgetPhoto__Thumb{
    box-shadow: inset 0px 0px 0px 2px var(--accent);
}
.VM_WidgetPhoto__ThumbsNav .VM_SliderBtn{
    position: absolute;
    transform: translateY(-50%);
    z-index: 1;
}
.VM_WidgetPhoto__ThumbsNav .VM_SliderBtn:disabled{
    display: none;
}
.VM_WidgetPhoto__ThumbsNav .VM_SliderBtn._prev{
    left: -12px;
}
.VM_WidgetPhoto__ThumbsNav .VM_SliderBtn._next{
    right: -12px;
}

.VM_WidgetPhoto__ThumbsSlider:not(._full-width) ~ .VM_WidgetPhoto__ThumbsNav .VM_SliderBtn._prev{
    left: -6px;
}
.VM_WidgetPhoto__ThumbsSlider:not(._full-width) ~ .VM_WidgetPhoto__ThumbsNav .VM_SliderBtn._next{
    right: -6px;
}

.VM_WidgetPhoto__Images .VM_WidgetPhoto__Image._desktop:not([src$=".gif"]){
    aspect-ratio: 1200 / 600;
}
.VM_WidgetPhoto__Images .VM_WidgetPhoto__Image._tablet:not([src$=".gif"]){
    aspect-ratio: 720 / 360;
}
.VM_WidgetPhoto__Images .VM_WidgetPhoto__Image._mobile:not([src$=".gif"]){
    aspect-ratio: 440 / 210;
}

.VM_WidgetPhoto__Images._full-width .VM_WidgetPhoto__Image._desktop_xlg{
    aspect-ratio: 2560 / 1200;
}
.VM_WidgetPhoto__Images._full-width .VM_WidgetPhoto__Image._desktop_lg{
    aspect-ratio: 1920 / 900;
}
.VM_WidgetPhoto__Images._full-width .VM_WidgetPhoto__Image._desktop{
    aspect-ratio: 1280 / 600;
}
.VM_WidgetPhoto__Images._full-width .VM_WidgetPhoto__Image._tablet{
    aspect-ratio: 768 / 360;
}
.VM_WidgetPhoto__Images._full-width .VM_WidgetPhoto__Image._mobile{
    aspect-ratio: 360 / 168;
}

.VM_WidgetPhoto__Images._vertical img{
    aspect-ratio: 0.735;
}
.VM_WidgetPhoto__Images._vertical:has(.VM_WidgetPhoto__Image:nth-child(3)) img{
    aspect-ratio: 384 / 540;
}

.VM_WidgetPhoto__Slide .VM_WidgetPhoto__Image._desktop:not([src$=".gif"]){
    aspect-ratio: 1200 / 600;
}
.VM_WidgetPhoto__Slide .VM_WidgetPhoto__Image._tablet:not([src$=".gif"]){
    aspect-ratio: 561 / 280;
}
.VM_WidgetPhoto__Slide .VM_WidgetPhoto__Image._mobile:not([src$=".gif"]){
    aspect-ratio: 400 / 200;
}

.VM_WidgetPhoto__Images._full-width .VM_WidgetPhoto__Slide .VM_WidgetPhoto__Image._desktop_xlg{
    aspect-ratio: 2560 / 1200;
}
.VM_WidgetPhoto__Images._full-width .VM_WidgetPhoto__Slide .VM_WidgetPhoto__Image._desktop_lg{
    aspect-ratio: 1920 / 900;
}
.VM_WidgetPhoto__Images._full-width .VM_WidgetPhoto__Slide .VM_WidgetPhoto__Image._desktop{
    aspect-ratio: 1280 / 600;
}
.VM_WidgetPhoto__Images._full-width .VM_WidgetPhoto__Slide .VM_WidgetPhoto__Image._tablet{
    aspect-ratio: 561 / 280;
}
.VM_WidgetPhoto__Images._full-width .VM_WidgetPhoto__Slide .VM_WidgetPhoto__Image._mobile{
    aspect-ratio: 400 / 200;
}

.VM_WidgetPhoto__Images._old .VM_WidgetPhoto__Image{
    aspect-ratio: unset !important;
}
.VM_WidgetPhoto__Images._old .VM_WidgetPhoto__Image._desktop{
    max-width: 1200px !important;
}
.VM_WidgetPhoto__Images._old .VM_WidgetPhoto__Image._tablet,
.VM_WidgetPhoto__Images._old .VM_WidgetPhoto__Image._mobile{
    width: 100% !important;
    max-width: unset !important;
}
.VM_WidgetPhoto__ThumbImage{
    display: block;
}
@media (any-hover: hover) {
    .VM_WidgetPhoto__ThumbImage{
        transition: transform .3s;
    }
    .VM_WidgetPhoto__ThumbsSlide:not(.swiper-slide-thumb-active) .VM_WidgetPhoto__ThumbImage:hover{
        transform: scale(1.1);
    }
}

@media (min-width: 1920px) {
    .VM_WidgetPhoto__Image._desktop_xlg + .VM_WidgetPhoto__Image._desktop_lg,
    .VM_WidgetPhoto__Image._desktop_lg + .VM_WidgetPhoto__Image._desktop{
        display: none;
    }
}
@media (max-width: 1919px) {
    .VM_WidgetPhoto__Image._desktop_xlg{
        display: none;
    }
}

@media (min-width: 1280px) {
    .VM_WidgetPhoto__Image._desktop_lg + .VM_WidgetPhoto__Image._desktop{
        display: none;
    }
}
@media (max-width: 1279px) {
    .VM_WidgetPhoto__Image._desktop_lg{
        display: none;
    }
    .VM_WidgetPhoto__Thumbs {
        margin-left: -8px;
        margin-right: -8px;
    }
    .VM_WidgetPhoto__ThumbsSlider:not(._full-width) ~ .VM_WidgetPhoto__ThumbsNav .VM_SliderBtn._prev {
        left: -14px;
    }
    .VM_WidgetPhoto__ThumbsSlider:not(._full-width) ~ .VM_WidgetPhoto__ThumbsNav .VM_SliderBtn._next {
        right: -14px;
    }
    .VM_WidgetPhoto__Images._old .VM_WidgetPhoto__Image._desktop{
        max-width: 940px !important;
    }
}

@media (min-width: 1024px) {
    .VM_WidgetPhoto__Images{
        overflow: hidden;
    }
    .VM_WidgetPhoto__Image._tablet{
        display: none;
    }
}
@media (max-width: 1023px) {
    .VM_WidgetPhoto__Image._desktop{
        display: none;
    }
    .VM_WidgetPhoto__InlineCaption{
        max-width: 256px;
    }
    .VM_WidgetPhoto__Slide{
        margin-right: 24px;
    }
    .VM_WidgetPhoto__Slide:last-child{
        margin-right: 0;
    }
    .VM_WidgetPhoto__ImagesNav{
        display: none;
    }
    .VM_WidgetPhoto__Images._full-width .VM_WidgetPhoto__Slide {
        width: 100%;
        max-width: 76vw;
    }
    .VM_WidgetPhoto__Thumb{
        width: auto;
        padding: 8px;
        cursor: pointer;
    }
    .VM_WidgetPhoto__ThumbsSlider._full-width .VM_WidgetPhoto__ThumbsSlide{
        margin-right: 2px;
    }
    .VM_WidgetPhoto__ThumbImage{
        width: 80px;
        height: 80px;
    }
    .VM_WidgetPhoto__Thumbs {
        margin-left: -12px;
        margin-right: -12px;
    }
    .VM_WidgetPhoto__Images._full-width ~ .VM_WidgetPhoto__Thumbs{
        margin-left: 12px;
        margin-right: 12px;
    }
    .VM_WidgetPhoto__Images._full-width .VM_WidgetPhoto__Caption{
        margin-left: 16px;
    }
    .VM_WidgetPhoto__Images._vertical:has(.VM_WidgetPhoto__Image:nth-child(3)) img{
        aspect-ratio: 348 / 474;
    }
}

@media (min-width: 768px) {
    .VM_WidgetPhoto__Image._mobile{
        display: none;
    }
}
@media (max-width: 767px) {
    .VM_WidgetPhoto__Image._tablet{
        display: none;
    }
    .VM_WidgetPhoto__Images._vertical a:has(.VM_WidgetPhoto__Image){
        max-width: unset;
        width: 100%;
    }
    .VM_WidgetPhoto__InlineCaption{
        max-width: 100%;
    }
    .VM_WidgetPhoto__Slide{
        max-width: 76.7vw;
        margin-right: 16px;
    }
    .VM_WidgetPhoto__Slide:last-child{
        margin-right: 0;
    }
    .VM_WidgetPhoto__ThumbsSlider{
        overflow: visible;
    }
    .VM_WidgetPhoto__Thumbs {
        margin-left: -8px;
        margin-right: -8px;
    }
    .VM_WidgetPhoto__Images._full-width ~ .VM_WidgetPhoto__Thumbs{
        margin-left: 8px;
        margin-right: 8px;
    }
    .VM_WidgetPhoto__Images._full-width .VM_WidgetPhoto__Slide {
        width: auto;
        max-width: 81vw;
    }
    .VM_WidgetPhoto__ThumbsSlider:not(._full-width) .VM_WidgetPhoto__ThumbsSlide {
        width: auto;
        margin-right: 2px;
    }
    .VM_WidgetPhoto__ThumbsSlider:not(._full-width) ~ .VM_WidgetPhoto__ThumbsNav .VM_SliderBtn._prev,
    .VM_WidgetPhoto__ThumbsNav .VM_SliderBtn._prev {
        left: -8px;
    }
    .VM_WidgetPhoto__ThumbsSlider:not(._full-width) ~ .VM_WidgetPhoto__ThumbsNav .VM_SliderBtn._next,
    .VM_WidgetPhoto__ThumbsNav .VM_SliderBtn._next {
        right: -8px;
    }
    .VM_WidgetPhoto__Thumbs{
        display: none;
    }
}

.VM_Quote{
    padding: 40px 0;
}
.VM_Quote._black{
    max-width: 588px;
    margin: 0 auto;
    padding: 32px 0;
    color: var(--on-accent);
}
.VM_Quote._black .VM_Quote__Inner{
    padding: 24px;
    background: var(--primary);
}
.VM_Quote__Text{
    padding: 12px 0 12px 16px;
}
.VM_Quote._black .VM_Quote__Text{
    padding: 16px 0 16px 16px;
}
.VM_Quote__Author{
    padding: 16px 0 16px 16px;
}
.VM_Quote._black .VM_Quote__Author{
    padding: 0 0 0 16px;
}
.VM_Quote__AuthorNote{
    margin-top: 2px;
    color: var(--secondary);
}
.VM_Quote._black .VM_Quote__AuthorNote{
    color: var(--tertiary);
}

@media (max-width: 1023px) {
    .VM_Quote{
        max-width: 588px;
    }
    .VM_Quote._black{
        max-width: 596px;
        padding: 24px 0;
    }
    .VM_Quote._black .VM_Quote__Inner{
        padding: 16px;
    }
    .VM_Quote._black .VM_Quote__Text{
        padding: 12px 0 12px 16px;
    }
}

@media (max-width: 767px) {
    .VM_Quote{
        max-width: 100%;
    }
    .VM_Quote._black{
        max-width: 100%;
    }
}

.VM_WidgetBanner{
    padding: 32px 0;
}
.VM_WidgetBanner__Inner{
    display: flex;
    min-height: 450px;
}
.VM_WidgetBanner._medium .VM_WidgetBanner__Inner{
    min-height: 200px;
}
.VM_WidgetBanner__ImageWrapper{
    width: 575px;
    height: auto;
    flex-shrink: 0;
}
.VM_WidgetBanner._medium .VM_WidgetBanner__ImageWrapper{
    width: 320px;
}
.VM_WidgetBanner__Image{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.VM_WidgetBanner__Content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 32px;
}
.VM_WidgetBanner._medium .VM_WidgetBanner__Content{
    padding: 20px;
}
.VM_WidgetBanner__Meta{
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin-bottom: 20px;
}
.VM_WidgetBanner._medium .VM_WidgetBanner__Meta{
    margin-bottom: 8px;
}
.VM_WidgetBanner__Meta.VM_Tag__Inner,
.VM_WidgetBanner__Meta a.VM_Tag__Inner{
    color: var(--on-accent);
}
.VM_WidgetBanner__Text{
    margin-top: 16px;
}
.VM_WidgetBanner._medium .VM_WidgetBanner__Text{
    margin-top: 4px;
}
.VM_WidgetBanner__Button.VM_Button{
    margin-top: 16px;
    min-width: 146px;
}
.VM_WidgetBanner._medium .VM_WidgetBanner__Button.VM_Button{
    min-width: unset;
}

@media (max-width: 1279px) {
    .VM_WidgetBanner__Inner{
        display: flex;
        min-height: 330px;
    }
    .VM_WidgetBanner__ImageWrapper{
        width: 40%;
    }
}

@media (max-width: 1023px) {
    .VM_WidgetBanner__Inner{
        min-height: 300px;
    }
    .VM_WidgetBanner._medium .VM_WidgetBanner__Inner{
        min-height: 180px;
    }
    .VM_WidgetBanner__ImageWrapper{
        width: 340px;
    }
    .VM_WidgetBanner._medium .VM_WidgetBanner__ImageWrapper{
        width: 300px;
    }
    .VM_WidgetBanner__Content{
        padding: 24px;
    }
    .VM_WidgetBanner._medium .VM_WidgetBanner__Content{
        padding: 16px;
    }
    .VM_WidgetBanner__Meta{
        margin-bottom: 9px;
    }
    .VM_WidgetBanner._medium .VM_WidgetBanner__Meta{
        margin-bottom: 4px;
    }
    .VM_WidgetBanner__Text{
        margin-top: 8px;
    }
    .VM_WidgetBanner._medium .VM_WidgetBanner__Text{
        margin-top: 4px;
    }
    .VM_WidgetBanner__Button.VM_Button{
        margin-top: 8px;
        min-width: 174px;
    }
    .VM_WidgetBanner._medium .VM_WidgetBanner__Button.VM_Button{
        margin-top: 16px;
    }
}

@media (max-width: 767px) {
    .VM_WidgetBanner__Inner{
        display: block;
        min-height: unset;
        margin-left: -16px;
        margin-right: -16px;
    }
    .VM_WidgetBanner._medium .VM_WidgetBanner__Inner{
        margin-left: 0;
        margin-right: 0;
    }
    .VM_WidgetBanner__ImageWrapper,
    .VM_WidgetBanner._medium .VM_WidgetBanner__ImageWrapper{
        width: 100%;
    }
    .VM_WidgetBanner__Content{
        padding: 16px;
    }
    .VM_WidgetBanner__Meta{
        margin-bottom: 8px;
        flex-direction: column;
        align-items: flex-start;
        row-gap: 8px;
    }
    .VM_WidgetBanner._medium .VM_WidgetBanner__Meta{
        margin-bottom: 6px;
    }
    .VM_WidgetBanner__Meta .VM_PostSliderCard__Tag{
        margin: 0;
    }
    .VM_WidgetBanner._medium .VM_WidgetBanner__Text{
        margin-top: 6px;
    }
}
/* End */
/* /local/templates/main-responsive/css/media.css?1745927390126930 */
/* /media/konkurs-receptov/css/style.css?174592739024678 */
/* /local/components/media/catalog.detail/templates/.default/style.css?175041530529738 */
