

/* 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:/ecology/assets/css/style.css?175249090324191*/
.Layout{
  overflow: hidden;
}
.VV25_EcoProsto_BlockTitle{
  margin-bottom: 40px;
  text-align: center;
  color: var(--light-fixed-black);
}
.VV25_EcoProsto_BlockTitle span{
  color: var(--green500)
}

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

@media (max-width: 767px) {
  .VV25_EcoProsto_BlockTitle{
    font-size: 28px;
  }
}

/* Баннер */
.VV25_EcoProsto_Banner{
  margin-top: -14px;
  margin-bottom: 89px;
  background: var(--blue3);
  color: var(--light-surface1);
  overflow: hidden;
}
.VV25_EcoProsto_Banner .Container{
  height: 100%;
}
.VV25_EcoProsto_Banner__Inner{
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 470px;
}
.VV25_EcoProsto_Banner__Title{
  margin-top: 36px;
  margin-bottom: 38px;
}
.VV25_EcoProsto_Banner__Text{
  text-align: center;
}
.VV25_EcoProsto_Banner__Img{
  position: absolute;
}
.VV25_EcoProsto_Banner__Img._blister{
  top: -129px;
  left: -43px;
}
.VV25_EcoProsto_Banner__Img._label{
  top: 119px;
  left: 166px;
}
.VV25_EcoProsto_Banner__Img._cap{
  top: 155px;
  left: -55px;
}
.VV25_EcoProsto_Banner__Img._battery{
  top: 272px;
  left: 21px;
}
.VV25_EcoProsto_Banner__Img._bag{
  top: -116px;
  right: 77px;
}
.VV25_EcoProsto_Banner__Img._bottle{
  top: 164px;
  right: -63px;
}
.VV25_EcoProsto_Banner__Img._can{
  top: 279px;
  right: 135px;
}

@media (max-width: 1279px) {
  .VV25_EcoProsto_Banner__Img._blister{
      left: -83px;
  }
  .VV25_EcoProsto_Banner__Img._label{
      left: 126px;
  }
  .VV25_EcoProsto_Banner__Img._cap{
      left: -95px;
  }
  .VV25_EcoProsto_Banner__Img._battery{
      left: -19px;
  }
  .VV25_EcoProsto_Banner__Img._bag{
      right: 37px;
  }
  .VV25_EcoProsto_Banner__Img._bottle{
      right: -103px;
  }
  .VV25_EcoProsto_Banner__Img._can{
      right: 95px;
  }
}

@media (max-width: 1023px) {
  .VV25_EcoProsto_Banner{
    margin-bottom: 52px;
  }
  .VV25_EcoProsto_Banner__Inner{
    height: 404px;
  }
  .VV25_EcoProsto_Banner__Title {
    margin-top: -4px;
    margin-bottom: 20px;
    height: auto;
    width: 226px;
  }
  .VV25_EcoProsto_Banner__Img._blister {
    top: -116px;
    left: -110px;
    height: auto;
    width: 266px;
  }
  .VV25_EcoProsto_Banner__Img._label {
    top: 73px;
    left: 70px;
    height: auto;
    width: 125px;
  }
  .VV25_EcoProsto_Banner__Img._cap {
    top: 158px;
    left: -67px;
    height: auto;
    width: 132px;
  }
  .VV25_EcoProsto_Banner__Img._battery {
    left: -16px;
    height: auto;
    width: 150px;
    top: 267px;
  }
  .VV25_EcoProsto_Banner__Img._bag {
    top: -63px;
    right: -38px;
    height: auto;
    width: 205px;
  }
  .VV25_EcoProsto_Banner__Img._bottle {
    top: 159px;
    right: -69px;
    height: auto;
    width: 153px;
  }
  .VV25_EcoProsto_Banner__Img._can {
    top: 255px;
    right: 63px;
    height: auto;
    width: 123px;
    transform: rotate(7deg);
  }
}

@media (max-width: 767px) {
  .VV25_EcoProsto_Banner{
    margin-top: 0;
    margin-bottom: 36px;
  }
  .VV25_EcoProsto_Banner__Inner{
    height: 499px;
  }
  .VV25_EcoProsto_Banner__Title {
    margin-top: -4px;
    margin-bottom: 20px;
    width: 226px;
  }
  .VV25_EcoProsto_Banner__Img._blister {
    top: -125px;
    left: -110px;
    width: 226px;
  }
  .VV25_EcoProsto_Banner__Img._label {
    top: 32px;
    left: 42px;
    width: 106px;
  }
  .VV25_EcoProsto_Banner__Img._cap {
    top: 71px;
    left: unset;
    right: -32px;
    width: 109px;
    transform: rotate(-51deg);
  }
  .VV25_EcoProsto_Banner__Img._battery {
    left: 81px;
    top: 394px;
    height: auto;
    width: 145px;
  }
  .VV25_EcoProsto_Banner__Img._bag {
    top: -76px;
    right: -1px;
    width: 190px;
  }
  .VV25_EcoProsto_Banner__Img._bottle {
    top: 338px;
    right: -10px;
    width: 126px;
  }
  .VV25_EcoProsto_Banner__Img._can {
    top: 320px;
    right: unset;
    width: 111px;
    transform: rotate(7deg);
    left: -20px;
  }
  .VV25_EcoProsto_Banner__Title {
    margin-top: -21px;
    margin-bottom: 21px;
    width: 198px;
  }
}

/* Давайте знакомиться */
.VV25_EcoProsto_About{
  display: flex;
  column-gap: 50px;
  max-width: 1038px;
  margin: 0 auto 92px;
}
.VV25_EcoProsto_About .VV25_EcoProsto_BlockTitle{
  margin-bottom: 24px;
}
.VV25_EcoProsto_About__Title{
  color: var(--blue3)
}
.VV25_EcoProsto_About__Text{
  margin-right: -8px;
}
.VV25_EcoProsto_About p{
  margin-top: 0;
  margin-bottom: 16px;
}
.VV25_EcoProsto_About p:last-child{
  margin-bottom: 0;
}

@media (max-width: 1023px) {
  .VV25_EcoProsto_About{
    display: block;
    margin-bottom: 48px;
  }
  .VV25_EcoProsto_About__Title{
    margin-bottom: 10px;
  }
  .VV25_EcoProsto_About p{
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .VV25_EcoProsto_About{
    margin-bottom: 58px;
    padding: 0px 4px;
  }
  .VV25_EcoProsto_About p{
    margin-bottom: 26px;
  }
}

/* Наши проекты */
.VV25_EcoProsto_Projects{
  position: relative;
  margin-bottom: 60px;
}
.VV25_EcoProsto_Projects__Inner{
  position: relative;
}
.VV25_EcoProsto_Projects__Slider{
  max-width: 1088px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  overflow: hidden;
}
.VV25_EcoProsto_Projects__Slide{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding: 16px 16px 24px;
  border-radius: 24px;
  background: var(--gray50);
  cursor: grab;
}
.VV25_EcoProsto_Projects__SlideImg{
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
  border-radius: 24px;
}
.VV25_EcoProsto_Projects__SlideTitle{
  margin-bottom: 8px;
  user-select: none;
}
.VV25_EcoProsto_Projects__SlideText{
  user-select: none;
}
.VV25_EcoProsto_Projects__SlideLink{
  margin-top: 20px;
}
.VV25_EcoProsto_Projects__Inner .VV_SliderBtn{
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.VV25_EcoProsto_Projects__Inner .VV_SliderBtn._prev{
  left: -7px;
}
.VV25_EcoProsto_Projects__Inner .VV_SliderBtn._next{
  right: -7px;
}

@media (min-width: 1024px) {
  .VV25_EcoProsto_Projects__SlideTitle{
    font-size: 28px;
    line-height: 32px;
  }
}

@media (max-width: 1279px) {
  .VV25_EcoProsto_Projects__Inner .VV_SliderBtn._prev{
    left: -34px;
  }
  .VV25_EcoProsto_Projects__Inner .VV_SliderBtn._next{
    right: -34px;
  }
}

@media (max-width: 1023px) {
  .VV25_EcoProsto_Projects {
    margin-bottom: 64px;
  }
  .VV25_EcoProsto_Projects__Slider{
    overflow: visible;
  }
  .VV25_EcoProsto_Projects__Slide{
    width: 312px;
  }
  .VV25_EcoProsto_Projects__Inner .VV_SliderBtn {
    display: none;
  }
}

@media (max-width: 767px) {
  .VV25_EcoProsto_Projects {
    margin-bottom: 32px;
  }
  .VV25_EcoProsto_Projects__Slide{
    width: 278px;
  }
  .VV25_EcoProsto_Projects__SlideImg{
    margin-bottom: 22px;
  }
}

/* Гид */
.VV25_EcoProsto_Guide{
  position: relative;
  max-width: 876px;
  margin-bottom: 69px;
}
.VV25_EcoProsto_Guide__Slide{
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  background: #CAEAFF;
  cursor: grab;
}
.VV25_EcoProsto_Guide__Slide.swiper-slide.swiper-slide-active{
  z-index: 10;
}
.VV25_EcoProsto_Guide__Slide:first-child{
  border-radius: 40px 0 0 40px;
  overflow: hidden;
}
.VV25_EcoProsto_Guide__Slide:last-child{
  border-radius: 0 40px 40px 0;
  overflow: hidden;
}
.VV25_EcoProsto_Guide__SlideTop{
  padding: 105px 182px 36px 61px;
}
.VV25_EcoProsto_Guide__SlideTitle{
  margin-bottom: 18px;
}
.VV25_EcoProsto_Guide__SlideImg{
  width: calc(100% + 1px);
  height: auto;
}
.bx-mac .VV25_EcoProsto_Guide__SlideImg{
  transform: scale(1.005);
}
.VV25_EcoProsto_Guide__SliderNav{
  position: absolute;
  top: 40px;
  left: 60px;
  display: flex;
  column-gap: 16px;
  z-index: 1;
}
.VV25_EcoProsto_Guide__SliderBtn{
  position: relative;
  display: flex !important;
  width: 44px;
  height: 44px;
}
.VV25_EcoProsto_Guide__SliderBtn.swiper-button-disabled{
  opacity: 1;
  color: var(--gray400);
}
.VV25_EcoProsto_Guide__Btn{
  color: var(--light-primary) !important;
}

@media (max-width: 1023px) {
  .VV25_EcoProsto_Guide {
    margin-right: -34px;
    margin-bottom: 24px;
  }
  .VV25_EcoProsto_Guide__SliderNav {
    left: auto;
    right: 35px;
    top: 60px;
  }
  .VV25_EcoProsto_Guide__SlideTitle{
    margin-right: 0;
    margin-bottom: 14px;
    padding-right: 137px;
  }
  .VV25_EcoProsto_Guide__Slide:first-child {
    border-radius: 20px 0 0 20px;
  }
  .VV25_EcoProsto_Guide__Slide:last-child {
    border-radius: 0 20px 20px 0;
  }
  .VV25_EcoProsto_Guide__SlideTop{
    padding: 60px 35px 72px 30px;
  }
  .VV25_EcoProsto_Guide__SlideImg{
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .VV25_EcoProsto_Guide {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 40px;
    background: #CAEAFF;
  }
  .VV25_EcoProsto_Guide__SliderNav{
    right: 16px;
    top: 16px;
    column-gap: 9px;
  }
  .VV25_EcoProsto_Guide__SliderBtn{
    width: 32px !important;
    height: 32px !important;
  }
  .VV25_EcoProsto_Guide__SliderBtn .SvgIcon{
    width: 10px;
    height: 10px;
    margin-bottom: 1px;
  }
  .VV25_EcoProsto_Guide__Slide:first-child {
    border-radius: 0;
  }
  .VV25_EcoProsto_Guide__Slide:last-child {
    border-radius: 0;
  }
  .VV25_EcoProsto_Guide__SlideTop{
    padding: 16px 15px 25px;
  }
  .VV25_EcoProsto_Guide__SlideTitle{
    margin-bottom: 20px;
    padding-right: 80px;
    line-height: 1.1;
  }
  .VV25_EcoProsto_Guide__SlideImg{
    margin-bottom: 0;
  }
}

/* Что куда сдаавать */
.VV25_EcoProsto_Where{
  max-width: 1052px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
.VV25_EcoProsto_Where__Row._heading{
  margin-bottom: 37px;
}
.VV25_EcoProsto_Where__Title{
  display: inline-flex;
  align-items: center;
  height: 48px;
  padding: 0px 24px;
  border-radius: 48px;
  background: var(--green50);
  color: var(--green500);
}

.VV25_EcoProsto_Where__Row:not(._heading):not(:last-child){
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--light-tertiary);
}
.VV25_EcoProsto_Where__Row{
  display: flex;
  justify-content: space-between;
  hyphens: auto;
}
.VV25_EcoProsto_Where__Col:nth-child(1){
  width: 245px;
}
.VV25_EcoProsto_Where__Col:nth-child(2){
  width: 350px;
}
.VV25_EcoProsto_Where__Col:nth-child(3){
  width: 305px;
}

@media (max-width: 1023px) {
  .VV25_EcoProsto_Where{
    margin-bottom: 64px;
  }
  .VV25_EcoProsto_Where .VV25_EcoProsto_BlockTitle{
    margin-bottom: 20px;
  }
  .VV25_EcoProsto_Where__Title{
    display: inline-flex;
    align-items: center;
    height: 44px;
    padding: 0px 24px;
  }
  .VV25_EcoProsto_Where__Col:nth-child(1) .VV25_EcoProsto_Where__Title{
    padding: 0px 30px;
  }
  .VV25_EcoProsto_Where__Col:nth-child(2) .VV25_EcoProsto_Where__Title{
    padding: 0px 36px;
  }
  .VV25_EcoProsto_Where__Col:nth-child(3) .VV25_EcoProsto_Where__Title{
    padding: 0px 12px;
  }

  .VV25_EcoProsto_Where__Col:nth-child(1){
    width: 173px;
  }
  .VV25_EcoProsto_Where__Col:nth-child(2){
    width: 200px;
  }
  .VV25_EcoProsto_Where__Col:nth-child(3){
    width: 274px;
  }
}

@media (max-width: 767px) {
  .VV25_EcoProsto_Where {
    margin-bottom: 40px;
  }
  .VV25_EcoProsto_Where .VV25_EcoProsto_BlockTitle{
    margin-bottom: 24px;
  }
  .VV25_EcoProsto_Where__Row {
    margin: 0 6px;
  }
  .VV25_EcoProsto_Where__Row._heading {
    margin-bottom: 24px;
  }
  .VV25_EcoProsto_Where__Row:not(._heading):not(:last-child) {
    margin-bottom: 19px;
    padding-bottom: 19px;
  }
  .VV25_EcoProsto_Where__Title{
    height: auto;
    padding: 0 !important;
    background: unset;
  }
  .VV25_EcoProsto_Where__Col:nth-child(1){
    width: 26.389vw;
    hyphens: auto;
  }
  .VV25_EcoProsto_Where__Col:nth-child(2){
    width: 24.722vw;
  }
  .VV25_EcoProsto_Where__Col:nth-child(3){
    width: 33.889vw;
  }
}

/* Эконовости */
.VV25_EcoProsto_News{
  margin-bottom: 100px;
}
.VV25_EcoProsto_News .VV_News__item{
  margin-bottom: 32px;
}
.VV22_EcoProsto_News__Bottom{
  margin-top: 12px;
  text-align: center;
}

@media (max-width: 1023px) {
  .VV25_EcoProsto_News {
    margin-bottom: 62px;
  }
  .VV25_EcoProsto_News .VV_News__item{
    width: 33.33%;
    margin-bottom: 12px;
  }
}

@media (max-width: 767px){
  .VV25_EcoProsto_News {
    margin-bottom: 40px;
  }
  .VV25_EcoProsto_News__Teasers{
    padding: 0px 17px;
  }
  .VV25_EcoProsto_News .VV_News__item{
    width: 100%;
  }
}

/* Все проекты */
.VV25_EcoProsto_Projects__Items{
  display: flex;
  justify-content: center;
  gap: 20px 23px;
  flex-wrap: wrap;
  height: 280px;
  overflow: hidden;
}
/* .VV25_EcoProsto_Projects__Items:not(._show) .VV25_EcoProsto_Projects__Item:nth-child(n + 12){
  display: none;
} */
.VV25_EcoProsto_Projects__Item{
  display: flex;
  align-items: center;
  column-gap: 10px;
  padding: 20px;
  border-radius: 100px;
  background: var(--gray50);
}
.VV25_EcoProsto_Projects__ItemColor{
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.VV25_EcoProsto_Projects__ItemColor._blue{
  background: var(--light-on-additional1-secondary);
}
.VV25_EcoProsto_Projects__ItemColor._green{
  background: var(--light-on-promo3-secondary);
}
.VV25_EcoProsto_Projects__ItemColor._yellow{
  background: var(--light-promo1-container-fill);
}
@media (any-hover:hover) {
  .VV25_EcoProsto_Projects__ItemTitle{
    transition: color .2s;
  }
  .VV25_EcoProsto_Projects__Item:hover .VV25_EcoProsto_Projects__ItemTitle{
    color: var(--green500)
  }
}
.VV25_EcoProsto_Projects__Bottom{
  margin-top: 40px;
  text-align: center;
}
.VV25_EcoProsto_Projects__Toggle{
  width: 304px;
}
.VV25_EcoProsto_Projects__Items:not(._show) + .VV25_EcoProsto_Projects__Bottom ._show{
  display: none;
}
.VV25_EcoProsto_Projects__Items._show + .VV25_EcoProsto_Projects__Bottom ._hidden{
  display: none;
}

@media (max-width: 1023px) {
  .VV25_EcoProsto_Projects__Items{
    height: 244px;
  }
  .VV25_EcoProsto_Projects__Items{
    gap: 12px;
  }
  .VV25_EcoProsto_Projects__Item{
    column-gap: 10px;
    padding: 14px 12px;
  }
  .VV25_EcoProsto_Projects__ItemColor{
    width: 24px;
    height: 24px;
  }
  .VV25_EcoProsto_Projects__Bottom{
    margin-top: 24px;
  }
}

@media (max-width: 767px) {
  .VV25_EcoProsto_Projects {
    margin-bottom: 32px;
  }
  .VV25_EcoProsto_Projects__Items{
    gap: 6px;
    height: 282px;
  }
  .VV25_EcoProsto_Projects__Item{
    column-gap: 6px;
    padding: 12px 10px;
  }
  .VV25_EcoProsto_Projects__ItemColor{
    width: 16px;
    height: 16px;
  }
  .VV25_EcoProsto_Projects__Toggle{
    width: 320px;
    max-width: 100%;
  }
}

/* Карта экопроектов */
.VV22_EcoProsto_Map {
  margin-bottom: 100px;
}
.VV22_EcoProsto_Map .VV21_Map {
  overflow: hidden;
  border-radius: 24px;
}
.VV22_EcoProsto_Map .VV21_MapContainer{
  margin-inline: -30px;
}
.VV22_EcoProsto_Map .VV21_Map{
  margin-bottom: 0;
}
.VV22_EcoProsto_Map .VV21_MapPanelSearch__BodyContent{
  display: flex;
  flex-direction: column;
}
.VV22_EcoProsto_Map .VV21_MapPanelFilters{
  order: 2;
}
.VV22_EcoProsto_Map .js-shops-list{
  order: 3;
}
.VV22_EcoProsto_Map .js-shops-list._empty{
  order: 1;
}
.VV22_EcoProsto_Map .js-shops-list._empty .VV21_MapPanelSearch__BodyContentEmpty{
  margin: 0px 0 8px;
}
.VV22_EcoProsto_Map .VV21_Map{
  margin-top: 0;
}

@media (max-width: 1023px) {
  .VV22_EcoProsto_Map {
    margin-bottom: 64px;
  }
  .VV22_EcoProsto_Map__Title{
    margin-bottom: 16px;
  }
}

@media (max-width: 767px) {
  .VV22_EcoProsto_Map .VV21_MapContainer{
    margin-inline: -10px;
    width: auto;
  }
  .VV22_EcoProsto_Map {
    margin-bottom: 40px;
    margin-left: -10px;
    margin-right: -10px;
  }
}

/* Экосервис */
.VV25_EcoProsto_Services{
  margin-bottom: 140px;
}
.VV25_EcoProsto_Services__Inner{
  position: relative;
}
.VV25_EcoProsto_Services__Slider{
  max-width: 1088px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  cursor: grab;
}
.VV25_EcoProsto_Services__Slide{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding: 16px 16px 24px;
  border-radius: 24px;
  background: var(--gray50);
}
.VV25_EcoProsto_Services__SlideImgWrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 147px;
  margin-bottom: 20px;
  padding: 8% 16%;
  border-radius: 24px;
  background: var(--light-surface1);
}
.VV25_EcoProsto_Services__SlideImg{
  max-width: 100%;
  max-height: 100%;
}
.VV25_EcoProsto_Services__SlideTitle{
  margin-bottom: 8px;
  user-select: none;
}
.VV25_EcoProsto_Services__SlideText{
  margin-bottom: 16px;
  user-select: none;
}
.VV25_EcoProsto_Services__Inner .VV_SliderBtn{
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.VV25_EcoProsto_Services__Inner .VV_SliderBtn._prev{
  left: -7px;
}
.VV25_EcoProsto_Services__Inner .VV_SliderBtn._next{
  right: -7px;
}

@media (min-width: 1024px) {
  .VV25_EcoProsto_Services__SlideTitle{
    font-size: 28px;
  }
}

@media (max-width: 1279px) {
  .VV25_EcoProsto_Services__Inner .VV_SliderBtn._prev{
    left: -34px;
  }
  .VV25_EcoProsto_Services__Inner .VV_SliderBtn._next{
    right: -34px;
  }
}

@media (max-width: 1023px) {
  .VV25_EcoProsto_Services {
    margin-bottom: 64px;
  }
  .VV25_EcoProsto_Services__Slider{
    overflow: visible;
  }
  .VV25_EcoProsto_Services__Slide{
    width: 317px;
  }
  .VV25_EcoProsto_Services__SlideImgWrapper{
    height: 130px;
  }
  .VV25_EcoProsto_Services__SlideImg {
    transform: scale(0.92);
  }
  .VV25_EcoProsto_Services__Inner .VV_SliderBtn{
    display: none;
  }
}

@media (max-width: 767px) {
  .VV25_EcoProsto_Services {
    margin-bottom: 40px;
  }
  .VV25_EcoProsto_Services__Slide{
    width: 224px;
    padding: 12px 12px 16px;
  }
  .VV25_EcoProsto_Services__SlideImgWrapper{
    height: 100px;
    border-radius: 16px;
    margin-bottom: 14px;
  }
}

/* Отвечаем на вопросы */
.VV25_EcoProsto_FAQ{
  margin-bottom: 100px;
  padding: 40px 0;
  border-radius: 40px;
  background: rgba(0, 153, 255, 0.10);
}
.VV25_EcoProsto_FAQ__Inner {
  max-width: 875px;
  margin-left: auto;
  margin-right: auto;
}

.VV25_EcoProsto_FAQ__Title {
  margin-bottom: 24px;
  text-align: center;
}

.VV25_EcoProsto_FAQ__Item {
  border-bottom: 1px solid var(--light-outline);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.VV25_EcoProsto_FAQ__Item:last-child{
  border: 0;
}

.VV25_EcoProsto_FAQ__Item._active {
  padding-bottom: 32px;
}

.VV25_EcoProsto_FAQ__Item._active .VV25_EcoProsto_FAQ__ItemHeading {
  padding-bottom: 12px;
}

.VV25_EcoProsto_FAQ__Item._active .VV25_EcoProsto_FAQ__ItemHeadingIcon ._transform {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.VV25_EcoProsto_FAQ__ItemHeading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 32px;
  padding-bottom: 31px;
  padding-right: 5px;
  cursor: pointer;
  -webkit-transition: all 0.5s, color .2s;
  -o-transition: all 0.5s, color .2s;
  transition: all 0.5s, color .2s;
}

.VV25_EcoProsto_FAQ__ItemHeadingIcon {
  position: relative;
  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;
  margin-top: 11px;
  margin-left: 14px;
}

.VV25_EcoProsto_FAQ__ItemHeadingIcon div {
  width: 14px;
  height: 2px;
  border-radius: 2px;
  background: var(--light-secondary);
  -webkit-transition: background 0.3s, -webkit-transform 0.5s;
  transition: background 0.3s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, background 0.3s;
  transition: transform 0.5s, background 0.3s;
  transition: transform 0.5s, background 0.3s, -webkit-transform 0.5s;
}

.VV25_EcoProsto_FAQ__ItemHeadingIcon ._transform {
  position: absolute;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.VV25_EcoProsto_FAQ__ItemContent {
  display: none;
  color: var(--light-secondary);
}

@media (max-width: 1023px) {
  .VV25_EcoProsto_FAQ {
    border-radius: 24px;
    padding: 24px 46px;
    margin-bottom: 90px;
  }

  .VV25_EcoProsto_FAQ__Title {
    margin-bottom: 17px;
  }

  .VV25_EcoProsto_FAQ__ItemHeading{
    padding-top: 18px;
    padding-bottom: 17px;
  }

  .VV25_EcoProsto_FAQ__Item._active {
    padding-bottom: 17px;
}
}

@media (max-width: 767px) {
  .VV25_EcoProsto_FAQ {
      max-width: unset;
      padding: 24px 20px 10px;
      margin-bottom: 66px;
  }

  .VV25_EcoProsto_FAQ__Title {
      margin-bottom: 12px;
  }

  .VV25_EcoProsto_FAQ__ItemHeading{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .VV25_EcoProsto_FAQ__Item._active {
      padding-bottom: 20px;
  }

  .VV25_EcoProsto_FAQ__Item._active .VV25_EcoProsto_FAQ__ItemHeading {
      padding-bottom: 16px;
  }

  .VV25_EcoProsto_FAQ__ItemHeading {
      padding-top: 16px;
      padding-bottom: 15px;
  }

  .VV25_EcoProsto_FAQ__ItemHeadingIcon {
      margin-left: 12px;
  }
}

@media (any-hover: hover) {
  .VV25_EcoProsto_FAQ__ItemHeading:hover {
      color: var(--light-brand1);
  }

  .VV25_EcoProsto_FAQ__ItemHeading:hover .VV25_EcoProsto_FAQ__ItemHeadingIcon div {
      background: var(--light-brand1);
  }
}


/* Контакты */
.VV25_EcoProsto_Feedback{
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
.VV25_EcoProsto_Feedback__Row{
  display: flex;
  justify-content: space-between;
  padding: 32px 0;
  border-bottom: 1px solid var(--light-outline);
}
.VV25_EcoProsto_Feedback__Row:last-child{
  padding-bottom: 0;
  border: 0;
}
.VV25_EcoProsto_Feedback__Button{
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  width: 284px;
  height: 60px;
  border-radius: 36px;
  font-size: 17px;
  font-weight: 600;
  box-shadow: inset 0px 0px 0px 40px rgba(0,0,0,0);
}
@media (any-hover:hover) {
  .VV25_EcoProsto_Feedback__Button{
    transition: box-shadow .2s !important;
  }
  .VV25_EcoProsto_Feedback__Button:hover{
    box-shadow: inset 0px 0px 0px 40px rgba(0,0,0,.02);
  }
}
.VV25_EcoProsto_Feedback__Button._email{
  background: var(--blue3);
  color: var(--light-surface1) !important;
}
.VV25_EcoProsto_Feedback__Button._tg{
  background: #E5F5FF;
  color: var(--blue3) !important;
}

@media (max-width: 1023px) {
  .VV25_EcoProsto_Feedback{
    max-width: 657px;
    margin-bottom: 64px;
  }
}

@media (max-width: 767px) {
  .VV25_EcoProsto_Feedback{
    max-width: 284px;
  }
  .VV25_EcoProsto_Feedback__Row{
    display: block;
  }
  .VV25_EcoProsto_Feedback__Text{
    margin-bottom: 16px;
  }
}

/* Modals */

@media (max-width:767px) {
  .iOs body._map-shops-modal-showed .VV21_MapPanelSearch__BodyContent,
  .iOs body._map-shops-modal-showed .VV21_MapPanelSearch, 
  .iOs body._map-shops-modal-showed .VV21_MapPanel, 
  .iOs body._map-shops-modal-showed .VV21_Map, 
  .iOs body._map-shops-modal-showed .VV21_MapContainer, 
  .iOs body._map-shops-modal-showed .Content {
    position: fixed !important;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
    z-index: 1999;
  }
  .iOs .VV21_MapPanelCard {
    padding-bottom: 30px;
    z-index: 1999;
  }
}

.VV25_EcoProsto_Projects_Modal .VV_ModalCloser{
  top: 24px;
  right: 24px;
  width: 32px;
  height: 32px;
  z-index: 3;
}
.VV25_EcoProsto_Projects_Modal .Modal__inner{
  overflow: hidden;
}
.VV25_EcoProsto_Projects_Modal__Slide{
  height: auto;
  cursor: grab;
}
.VV25_EcoProsto_Projects_Modal__Title{
  margin-top: 50px;
  margin-bottom: 24px;
}
.VV25_EcoProsto_Projects_Modal__Link{
  margin-top: 16px;
}
.VV25_EcoProsto_Projects_Modal__Nav{
  display: flex;
  column-gap: 8px;
  margin-top: 24px;
}
.VV25_EcoProsto_Projects_Modal .VV_SliderBtn{
  position: relative;
  display: flex !important;
}
/* End */
/* /local/templates/main-responsive/css/media.css?1745927390126930 */
/* /ecology/assets/css/style.css?175249090324191 */
