

/* Start:/local/templates/main-responsive/css/media.css?1753881150126955*/
/* 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 {
        max-width: 100%;
        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:/charity/css/styles.css?175577844421211*/
.lazyload {
    opacity: 0;
    transition: opacity 0.3s ease-out;
}

.lazyload.swiper-lazy-loaded,
.lazyload.inited {
    opacity: 1;
}

.VV23_Charity_Top {
    margin-bottom: 80px;
    padding-top: 46px;
    padding-bottom: 70px;
    background: var(--purple4);
    color: var(--white);
    text-align: center;
}

.VV23_Charity_Top__Title {
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
}

.VV23_Charity_Top__Text {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.VV23_Charity_Top__Blocks {
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.VV23_Charity_Top__Block {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 260px;
    height: 260px;
}

.VV23_Charity_Top__Block_Number {
    margin-bottom: 16px;
    font-family: 'Villula';
    font-size: 40px;
    line-height: 1.2;
    font-variant: no-contextual;
}

.VV23_Charity_Top__Block_Date {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.8;
}

.VV23_Charity_Top__Block._block-1 {
    background: var(--purple14);
}

.VV23_Charity_Top__Block._block-2 {
    padding: 32px;
    background: var(--ultramarine3);
    color: var(--white)
}

.VV23_Charity_Top__Block._block-3 {
    background: var(--purple12);
}

.VV23_Charity_Top__Block._block-4 {
    padding-block: 32px;
    background: var(--white);
    color: var(--purple4)
}

@media (max-width: 1023px) {
    .VV23_Charity_Top {
        margin-bottom: 50px;
        padding-top: 44px;
        padding-bottom: 80px;
    }
    .VV23_Charity_Top__Title {
        max-width: 570px;
        line-height: 1.1;
    }
    .VV23_Charity_Top__Block {
        width: 175px;
        height: 175px;
    }
    .VV23_Charity_Top__Block img {
        width: 83%;
        height: auto;
    }
    .VV23_Charity_Top__Block_Number {
        margin-bottom: 4px;
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .VV23_Charity_Top {
        margin-top: 10px;
        margin-bottom: 38px;
        padding-top: 58px;
        padding-bottom: 46px;
    }
    .VV23_Charity_Top__Title{
        max-width: 410px;
        margin-bottom: 16px;
        line-height: 1;
    }
    .VV23_Charity_Top__Text{
        margin-bottom: 18px;
    }
    .VV23_Charity_Top__Blocks{
        flex-wrap: wrap;
        max-width: 322px;
    }
    .VV23_Charity_Top__Block{
        width: 50%;
        max-width: 161px;
        height: 161px;
        order: 0;
    }
    .VV23_Charity_Top__Block._block-3 {
        order: 1;
    }
    .VV23_Charity_Top__Block_Number{
        margin-bottom: 0;
    }
}

/* Mission */
.VV23_Charity_Mission {
    margin-bottom: 84px;
}
.VV23_Charity_Mission__Wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 58px;
    max-width: 1036px;
    margin-inline: auto;
}
.VV23_Charity_Mission__Col {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 489px;
    flex: 0 1 489px;
}
.VV23_Charity_Mission__ColHeadline {
    display: block;
    margin-bottom: 11px;
    color: var(--purple4);
}

@media (min-width: 768px) {
    .VV23_Charity_Mission__Col ._only-mobile {
        display: none;
    }
}

@media (max-width: 1023px) {
    .VV23_Charity_Mission {
        margin-bottom: 48px;
    }
    .VV23_Charity_Mission__Wrapper {
        gap: 36px;
    }
    .VV23_Charity_Mission__Col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 332px;
        flex: 0 0 332px;
    }
}

@media (max-width: 767px) {
    .VV23_Charity_Mission {
        margin-bottom: 36px;
    }
    .VV23_Charity_Mission__Wrapper {
        flex-direction: column;
        align-items: center;
    }
    .VV23_Charity_Mission__Col {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        max-width: 332px;
    }
}

/* Sections */
.VV23_Charity_Section {
    margin-bottom: 88px;
}

.VV23_Charity_Section__Title {
    margin-bottom: 40px;
    text-align: center;
}

.VV23_Charity_Section .PostsSection {
    margin-right: -10px;
    padding-right: 10px;
}

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

    .VV23_Charity_Section .PostsSection {
        margin-right: 0px;
        padding-right: 0px;
    }
}

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

    .VV23_Charity_Section__Title {
        margin-bottom: 24px;
    }

    .VV23_Charity_Section .PostsSection {
        margin-right: -10px;
    }

    .VV23_Charity_Section .PostsSection__container {
        padding-right: 10px;
    }
}

/* Projects */
.VV23_Charity_Projects {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: -26px;
}

.VV23_Charity_Projects__Item {
    width: 33.33%;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 26px;
}

.VV23_Charity_Projects__Inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 24px 32px;
    border-radius: 24px;
    color: var(--white);
    text-align: center;
}

.VV23_Charity_Projects__Top {
    margin-bottom: 24px;
}

.VV23_Charity_Projects__TitleWrapper{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 24px;
}

.VV23_Charity_Projects__Btn .VV_Button__Img {
    stroke: none;
}

.VV23_Charity_Projects__Btn .VV_Button__Img._mobile{
    display: none;
}

.VV23_Charity_Projects__Btn .VV_Button__Img path {
    fill: currentColor;
}

.VV23_Charity_Projects__Item._project-1 .VV23_Charity_Projects__Inner {
    background: var(--ultramarine3);
}

.VV23_Charity_Projects__Item._project-2 .VV23_Charity_Projects__Inner {
    background: var(--purple4);
}

.VV23_Charity_Projects__Item._project-3 .VV23_Charity_Projects__Inner {
    background: var(--purple12);
}

.VV23_Charity_Projects__Item._project-4 .VV23_Charity_Projects__Inner {
    background: var(--purple12);
}

.VV23_Charity_Projects__Item._project-5 .VV23_Charity_Projects__Inner {
    background: #309BF2;
}

.VV23_Charity_Projects__Item._project-6 .VV23_Charity_Projects__Inner {
    background: var(--purple5);
}

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

@media (max-width: 1023px) {
    .VV23_Charity_Projects {
        margin-left: -8px;
        margin-right: -8px;
        margin-bottom: -16px;
    }

    .VV23_Charity_Projects__Item {
        width: 50%;
        padding-left: 8px;
        padding-right: 8px;
        padding-bottom: 16px;
    }

    .VV23_Charity_Projects__Item._project-4 .VV23_Charity_Projects__Inner {
        background: var(--ultramarine2);
    }
    .VV23_Charity_Projects__Item._project-6 .VV23_Charity_Projects__Inner {
        background: var(--purple12);
    }

    .VV23_Charity_Projects__Inner {
        position: relative;
        display: block;
        height: 100%;
        padding: 16px 14px 20px 14px;
        border-radius: 16px;
        text-align: left;
    }

    .VV23_Charity_Projects__TitleWrapper{
        align-items: center;
        justify-content: space-between;
        min-height: 34px;
        margin-bottom: 6px;
    }

    .VV23_Charity_Projects__Title{
        padding-right: 70px;
    }

    .VV23_Charity_Projects__Top{
        margin-bottom: 0;
    }

    .VV23_Charity_Projects__Bottom{
        display: none;
    }

    .VV23_Charity_Projects__Btn{
        flex-shrink: 0;
        padding: 0;
        width: 32px;
        height: 32px;
    }

    .VV23_Charity_Projects__Btn .VV_Button__Img._desktop,
    .VV23_Charity_Projects__Btn .VV_Button__Text{
        display: none;
    }
    .VV23_Charity_Projects__Btn .VV_Button__Img._mobile{
        display: block;
    }
    .VV23_Charity_Projects__Item._project-1 .VV23_Charity_Projects__Btn .VV_Button__Img._mobile path {
        fill: var(--ultramarine3);
    }

    .VV23_Charity_Projects__Item._project-2 .VV23_Charity_Projects__Btn .VV_Button__Img._mobile path {
        fill: var(--purple4);
    }

    .VV23_Charity_Projects__Item._project-3 .VV23_Charity_Projects__Btn .VV_Button__Img._mobile path {
        fill: var(--purple12);
    }

    .VV23_Charity_Projects__Item._project-4 .VV23_Charity_Projects__Btn .VV_Button__Img._mobile path {
        fill: var(--ultramarine2);
    }

    .VV23_Charity_Projects__Item._project-5 .VV23_Charity_Projects__Btn .VV_Button__Img._mobile path {
        fill: #099aef;
    }

    .VV23_Charity_Projects__Item._project-6 .VV23_Charity_Projects__Btn .VV_Button__Img._mobile path {
        fill: var(--purple12);
    }
}

@media (max-width: 767px) {
    .VV23_Charity_Projects {
        display: block;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }

    .VV23_Charity_Projects__Item {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        margin-bottom: 17px;
    }

    .VV23_Charity_Projects__Item:last-child{
        margin-bottom: 0;
    }

    .VV23_Charity_Projects__Title {
        padding-right: 30px;
    }
}

/* Found of month */
.VV23_Charity_FoundOfMonth {
    display: grid;
    grid-template-columns: 198px 1fr;
    grid-template-rows: auto auto 1fr;
    grid-column-gap: 30px;
    margin-bottom: 40px;
}

.VV23_Charity_FoundOfMonth__Image {
    grid-column-start: 1;
    grid-row-start: 1;
    grid-row-end: 3;
    padding: 20px 30px;
}

.VV23_Charity_FoundOfMonth__Image img {
    max-width: 100%;
    height: auto;
}

.VV23_Charity_FoundOfMonth__Title {
    margin-bottom: 19px;
    grid-column-start: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    font-weight: 500;
}

.VV23_Charity_FoundOfMonth__Bottom{
    grid-column-start: 2;
    grid-row-start: 2;
    grid-row-end: 4;
}

.VV23_Charity_FoundOfMonth__Text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.VV23_Charity_FoundOfMonth__Showmore{
    display: none;
}

.VV23_Charity_FoundOfMonth__Text._showmore + .VV23_Charity_FoundOfMonth__Showmore{
    display: inline-block;
    margin-top: 8px;
}

@media (max-width: 1023px) {
    .VV23_Charity_FoundOfMonth {
        grid-column-gap: 0px;
    }
    .VV23_Charity_FoundOfMonth__Text {
        -webkit-line-clamp: 6;
    }
    .VV23_Charity_FoundOfMonth__Image {
        padding: 13px 20px;
    }
}

@media (max-width: 767px) {
    .VV23_Charity_FoundOfMonth {
        grid-template-columns: 124px 1fr;
        grid-column-gap: 16px;
    }

    .VV23_Charity_FoundOfMonth__Image {
        grid-row-end: 2;
        padding: 8px 13px
    }

    .VV23_Charity_FoundOfMonth__Title {
        display: flex;
        align-items: center;
        margin-bottom: 0;
    }

    .VV23_Charity_FoundOfMonth__Bottom{
        margin-top: 8px;
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 2;
        grid-row-end: 3;
    }

    .VV23_Charity_FoundOfMonth__Text {

        -webkit-line-clamp: 5;
    }
}



/* Новости */
.VV23_Charity_News{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.VV23_Charity_News .VV_News__List {
    display: block;
    max-width: 100%;
}

.VV23_Charity_News .PostsSection{
    overflow: visible;
}

.VV23_Charity_News .PostsSection__container {
    padding-block: 0;
}

@media (min-width: 1280px) {
    .VV23_Charity_News__More {
        min-width: 332px;
    }
}

@media (max-width: 1023px) and (min-width: 767px) {
    .VV23_Charity_News .VV_News__item._col-6-md {
        width: 33.33%;
    }
}

/* Счетчики */
.VV23_Charity_Counters{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1136px;
}

.VV23_Charity_Counters__Image{
    display: flex;
    justify-content: flex-end;
    width: 526px;
    margin-right: 42px;
    margin-left: auto;
}

.VV23_Charity_Counters__Image img{
    display: block;
    max-width: 100%;
    height: auto;
}

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

.VV23_Charity_Counters__Items{
    width: 526px;
    margin-left: 42px;
}

.VV23_Charity_Counters__Item{
    display: flex;
    align-items: center;
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid var(--gray200);
}

.VV23_Charity_Counters__Item:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}

.VV23_Charity_Counters__Number{
    margin-right: 30px;
    min-width: 180px;
    font-size: 60px;
    font-weight: 500;
    line-height: 1.2;
}

.VV23_Charity_Counters__Number span{
    font-size: 40px;
}

.VV23_Charity_Counters__Title{
    margin-bottom: 8px;
}

@media (max-width: 1023px) {
    .VV23_Charity_Counters__Image ._desktop{
        display: none;
    }
    .VV23_Charity_Counters__Image ._tablet{
        display: block;
    }
    .VV23_Charity_Counters__Image{
        width: auto;
        margin-right: 0;
    }
    .VV23_Charity_Counters__Items{
        width: 355px;
        flex-shrink: 0;
        margin-left: 24px;
    }
    .VV23_Charity_Counters{
        align-items: flex-end;
        margin-top: 78px;
        margin-bottom: 80px;
    }
    .VV23_Charity_Counters__Item{
        align-items: flex-start;
        margin-bottom: 24px;
        padding-bottom: 22px;
    }
    .VV23_Charity_Counters__Number{
        min-width: 98px;
        font-size: 40px;
    }
    .VV23_Charity_Counters__Number span{
        font-size: 20px;
    }
    .VV23_Charity_Counters__Title {
        margin-bottom: 6px;
    }
}

@media (max-width: 767px) {
    .VV23_Charity_Counters{
        display: block;
        margin-top: 0;
        margin-bottom: 0;
    }
    .VV23_Charity_Counters__Image ._tablet{
        display: none;
    }
    .VV23_Charity_Counters__Image ._mobile{
        display: block;
    }
    .VV23_Charity_Counters__Image {
        margin-bottom: 57px;
        padding: 0 4px;
    }
    .VV23_Charity_Counters__Items {
        width: 100%;
        flex-shrink: 0;
        margin-left: 0;
    }
    .VV23_Charity_Counters__Number{
        min-width: 104px;
        margin-left: 0px;
    }
    .VV23_Charity_Counters__Number span {
        margin-left: -11px;
    }
}

/* Партнерство */
.VV23_Charity_Section._partnership{
    padding-top: 44px;
    padding-bottom: 44px;
    background: var(--light-space);
}
.VV23_Charity_Partnership{
    max-width: 948px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}
.VV23_Charity_Partnership__Image{
    margin-right: 33px;
}
.VV23_Charity_Partnership__Title{
    margin-bottom: 15px;
}

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

@media (max-width: 1023px) {
    .VV23_Charity_Section._partnership{
        padding-top: 26px;
        padding-bottom: 26px;
    }
    .VV23_Charity_Partnership {
        max-width: 666px;
    }
    .VV23_Charity_Partnership__Image {
        margin-right: 30px;
        width: 140px;
        height: auto;
    }
}

@media (max-width: 767px) {
    .VV23_Charity_Section._partnership {
        padding-top: 10px;
        padding-bottom: 26px;
    }
    .VV23_Charity_Partnership{
        flex-direction: column;
        align-items: center;
    }
    .VV23_Charity_Partnership__Image {
        margin-right: 0;
        width: 159px;
        margin-bottom: 16px;
    }
    .VV23_Charity_Partnership__Content{
        padding: 0px 14px;
    }
}

/* Как получить грант? */
.VV23_Charity_GetGrant{
    max-width: 948px;
    margin-left: auto;
    margin-right: auto;
}
.VV23_Charity_GetGrant__Title{
    margin-bottom: 15px;
}
.VV23_Charity_GetGrant__Text._visible{
    margin-bottom: 15px;
}
.VV23_Charity_GetGrant__Text._hidden{
    margin-top: -15px;
}
.VV23_Charity_GetGrant__Text p{
    margin-top: 0;
    margin-bottom: 24px;
}
.VV23_Charity_GetGrant__Text a {
    color: var(--light-brand1);
}
.VV23_Charity_GetGrant__Text a:hover {
    color: var(--light-on-brand1-surface);
}
.VV23_Charity_GetGrant__More + .VV23_Charity_GetGrant__Text{
    display: none;
}

@media (max-width: 1023px) {
    .VV23_Charity_GetGrant__Text p{
        margin-bottom: 21px;
    }
}

/* Телеграм-канал */
.VV23_Charity_Tg{
    position: relative;
    display: flex;
    align-items: center;
    max-width: 612px;
    margin-left: auto;
    margin-right: auto;
}
.VV23_Charity_Tg__Image{
    margin-right: 14px;
}
.VV23_Charity_Tg__Text{
    margin-bottom: 16px;
}
.VV23_Charity_Tg .VV_Button__Img{
    stroke: none;
}

@media (max-width: 1023px) {
    .VV23_Charity_Tg{
        margin-top: 80px;
    }
    .VV23_Charity_Tg__Text{
        margin-top: 14px;
    }
}

@media (max-width: 767px) {
    .VV23_Charity_Tg{
        margin-top: 97px;
    }
    .VV23_Charity_Tg__Image {
        position: absolute;
        width: 140px;
        height: auto;
        top: -60px;
        left: -5px;
    }
    .VV23_Charity_Tg__Content{
        position: relative;
        padding-left: 6px;
    }
    .VV23_Charity_Tg__Text {
        margin-bottom: 12px;
    }
}




.VV_Charity20FoundsSets__SliderContainer {
    position: relative;
    cursor: grab;
}
.VV_Charity20FoundsSets__Inner {
    margin: 0 -6px;
    opacity: 0;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-filter: drop-shadow(0px 2px 30px rgba(0, 0, 0, 0.04));
            filter: drop-shadow(0px 2px 30px rgba(0, 0, 0, 0.04));
}
.VV_Charity20FoundsSets__Inner._active{
    opacity: 1;
}
.VV_Charity20FoundsSets__Row{
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.VV_Charity20FoundsSets__Col{
    padding: 20px 6px;
    height: auto !important;
    width: auto;
}
.VV_Charity20FoundsSets__SliderContainer .VV_SliderBtn {
    top: 85px;
    z-index: 2;
    opacity: 0;
}
.VV_Charity20FoundsSets__Inner.swiper-container-initialized ~ .VV_SliderBtn:not(.swiper-button-disabled) {
    opacity: 1;
}
.VV_Charity20FoundsSets__SliderContainer .VV_SliderBtn.swiper-button-disabled {
    display: none;
}
.VV_Charity20FoundsSets__Inner .VV_SliderBtnImg{
    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%);
}
.VV_Charity20FoundsSets__SliderContainer .VV_SliderBtn._prev {
    left: 20px;
}
.VV_Charity20FoundsSets__SliderContainer .VV_SliderBtn._next {
    right: 20px;
}
.VV_Charity20FoundsSets__Desc {
    max-width: 800px;
    margin-inline: auto;
}
.VV_Charity20FoundsSets__DescLink {
    white-space: nowrap;
}

@media (min-width: 768px) {
    .bx-touch .VV_Charity20FoundsSets__SliderContainer .VV_SliderBtn {
        display: flex;
    }
}

@media (max-width: 1279px){
    .VV_Charity20FoundsSets__Inner {
        margin: 0 -8px;
        -webkit-filter: drop-shadow(0px 2px 20px rgba(0, 0, 0, 0.05));
            filter: drop-shadow(0px 2px 20px rgba(0, 0, 0, 0.05));
    }
    .VV_Charity20FoundsSets__Col {
        padding: 10px 8px 16px;
    }
    .VV_Charity20FoundsSets__SliderContainer .VV_SliderBtn {
        top: 100px;
    }
    .VV_Charity20FoundsSets__SliderContainer .VV_SliderBtn._next {
        right: 16px;
    }
    .VV_Charity20FoundsSets__SliderContainer .VV_SliderBtn._prev {
        left: 16px;
    }
}

@media (max-width: 1023px){
    .VV_Charity20FoundsSets__Inner {
        margin: 0 -7px;
    }
    .VV_Charity20FoundsSets__SliderContainer .VV_SliderBtn {
        top: 66px;
    }
    .VV_Charity20FoundsSets__SliderContainer .VV_SliderBtn._next {
        right: -18px;
    }
    .VV_Charity20FoundsSets__SliderContainer .VV_SliderBtn._prev {
        left: -18px;
    }
    .VV_Charity20FoundsSets__Desc {
        max-width: unset;
        margin-inline: unset;
    }
    .VV_Charity20FoundsSets__DescLink {
        white-space: normal;
    }
}
@media (max-width: 767px){
    .VV_Charity20FoundsSets__Inner {
        margin: 0 -10px;
        padding: 0 4px;
        overflow:visible
    }
    .VV_Charity20FoundsSets__Col{
        padding: 20px 4px;
    }
    .VV_Charity20FoundsSets__SliderContainer .VV_SliderBtn {
        display: none !important;
    }
}


/* Фонд месяца*/
.VV_Charity20FoundOfMonthFunds {
    margin-bottom:18px
}

@media (max-width: 1279px){
    .VV_Charity20FoundOfMonthFunds {
        margin-bottom: 18px;
    }
}
@media (max-width:1023px) {
    .VV_Charity20FoundOfMonthFunds {
        margin-bottom:0
    }
}
@media (max-width:767px) {
    .VV_Charity20FoundOfMonthFunds {
        margin-top:-4px;
    }
}

.VV23StandartBottomFixedMenu__Link._active {
    background-color: var(--ultramarine3);
    color: var(--white);
}

@media (hover: hover) {
    .VV23StandartBottomFixedMenu__Link._active:hover {
        background-color: var(--ultramarine2);
    }
}
/* End */


/* Start:/charity/css/common.css?174556508514055*/
/* Карточка набора с произвольной суммой */
.VV22_CustomAmount {
    padding: 20px 6px;
    height: auto !important;
    width: auto;
}
.VV22_CustomAmount__Inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 230px;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
}
.VV22_CustomAmount__Image {
    position: relative;
    height: 152px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 24px), 97px calc(100% - 11px), 70px calc(100% - 37px), 50px calc(100% - 6px), 0 100%);
}
.VV22_CustomAmount__Img {
    width: 100%;
    height: auto
}
.VV22_CustomAmount__Img._tablet,
.VV22_CustomAmount__Img._mobile {
    display: none;
}
.VV22_CustomAmount__Content {
    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-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 16px;
}
.VV22_CustomAmount__Text {
    margin-bottom: 16px;
    user-select: none;
}
.VV22_CustomAmount__Title {
    margin-bottom: 4px;
    user-select: none;
}
.VV22_CustomAmount__Input {
    margin-block: auto 8px;
}
.VV22_CustomAmount__Input .VV_Input__Label {
    font-weight: 400;
}
.VV22_CustomAmount__Btn {
    font-weight: 500;
}
.VV22_CustomAmount__Btn .VV_Button {
    width: 100%;
}
.VV22_CustomAmount__Btn .VV_Button__Text {
    font-size: 15px;
    width: 100%;
}
.VV22_CustomAmount__BtnPrice {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.VV22_CustomAmount__Btn .amount,
#CustomAmount .amount {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}
.VV22_CustomAmount__Btn .Currency,
#CustomAmount .Currency {
    display: none;
}
.VV22_CustomAmount__Btn._mobile {
    display: none;
}
@media (max-width: 1279px) {
    .VV22_CustomAmount {
        padding: 10px 8px 16px;
    }
    .VV22_CustomAmount__Inner {
        width: 222px;
    }
}
@media (max-width: 1023px) {
    .VV_Charity20FoundsSets {
        padding-bottom: 4px;
    }
    .VV22_CustomAmount,
    .VV22_CustomAmount~.VV_Charity20FoundsSets__Col {
        padding: 10px 6px 26px;
    }
    .VV22_CustomAmount__Inner {
        width: 226px;
    }
    .VV22_CustomAmount__Content{
        padding: 18px 10px 18px 10px;
    }
    .VV22_CustomAmount__Img._desktop {
        display: none;
    }
    .VV22_CustomAmount__Img._tablet {
        display: block;
    }
    .VV22_CustomAmount__Title {
        margin-bottom: 2px;
    }
    .VV22_CustomAmount__Text {
        margin-bottom: 16px;
    }
}
@media (max-width: 767px) {
    .VV22_CustomAmount {
        padding: 20px 4px;
    }
    .VV22_CustomAmount~.VV_Charity20FoundsSets__Col {
        padding: 20px 4px;
    }
    .VV22_CustomAmount__Inner {
        width: 146px;
        border-radius: 12px;
    }
    .VV22_CustomAmount__Image {
        height: 110px;
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 17px), 53px calc(100% - 6px), 38px calc(100% - 22px), 26px calc(100% - 3px), 0 100%);
    }
    .VV22_CustomAmount__Img._tablet {
        display: none;
    }
    .VV22_CustomAmount__Img._mobile {
        display: block;
    }
    .VV22_CustomAmount__Content {
        padding: 10px;
    }
    .VV22_CustomAmount__Text {
        font-size: 12px !important;
        line-height: 1.2;
        margin-bottom: 10px;
    }
    .VV22_CustomAmount__Input {
        display: none;
    }
    .VV22_CustomAmount__Btn._desktop {
        display: none;
    }
    .VV22_CustomAmount__Btn._mobile {
        display: inline-flex;
    }
    .VV22_CustomAmount__Btn {
        font-size: 13px !important;
    }
    .VV23_CharityPageModalCustomAmountBtn .amount {
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

/*Тизер фонда*/
.VV_Charity20MethodsItem{
    background: var(--white);
    -webkit-border-radius: 12px;
       -moz-border-radius: 12px;
            border-radius: 12px;
    padding: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 324px;
    height: 100%;
    width: 230px;
}
.VV_Charity20MethodsItem__ImgLinkWrp{
    margin: 0 0 13px;
}
.VV_Charity20MethodsItem__ImgLinkWrp._full-width{
    margin: -16px -16px 16px;
}
.VV_Charity20MethodsItem__ImgLink{
    display: block;
    padding-top: 57%;
    position: relative;
    -webkit-border-radius: 12px;
       -moz-border-radius: 12px;
            border-radius: 12px;
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
    background-position: 50% 50%;
}
.VV_Charity20MethodsItem__ImgLinkWrp._full-width .VV_Charity20MethodsItem__ImgLink{
    padding-top: 66%;
    -webkit-border-radius: 12px 12px 0 0;
       -moz-border-radius: 12px 12px 0 0;
            border-radius: 12px 12px 0 0;
}
.VV_Charity20MethodsItem__Img{
    width:auto;
    height:auto;
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 80%;
    max-width: 80%;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
.VV_Charity20MethodsItem__Label{
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;
    text-align: center;
    color: var(--white);
    background: var(--green500);
    -webkit-border-radius: 34px;
       -moz-border-radius: 34px;
            border-radius: 34px;
    padding: 8px 16px 8px;
}
.VV_Charity20MethodsItem__ImgLinkWrp._full-width .VV_Charity20MethodsItem__Label{
    top: 16px;
    right: 16px;
}
.VV_Charity20MethodsItem__Title{
    margin-bottom: 8px;
    user-select: none;
}
.VV_Charity20MethodsItem__Footer{
    margin-top: 16px;
}
.VV_Charity20MethodsItem__Footer .VV_Button__Text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    font-size: 16px;
}
.VV_Charity20MethodsItem__FooterBtnPrice .Currency{
    margin-left: 3px;
}
.VV_Charity20MethodsItem__Desc--desktop {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    user-select: none;
}
.VV_Charity20MethodsItem__Desc--mobile {
    display:none
}
.VV_Charity20MethodsItem__DescLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-block: 8px 16px;
}

@media (max-width: 1279px){
    .VV_Charity20Methods{
        margin-bottom: 18px;
    }
    .VV_Charity20MethodsItem {
        width: 222px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
            border-radius: 10px;
    }
    .VV_Charity20MethodsItem__ImgLinkWrp .VV_Charity20MethodsItem__ImgLink,
    .VV_Charity20MethodsItem__ImgLinkWrp._full-width .VV_Charity20MethodsItem__ImgLink{
        padding-top: 66%;
    }
    .VV_Charity20MethodsItem__Title {
        margin-bottom: 6px;
    }
    .VV_Charity20MethodsItem__Label {
        font-size: 13px;
        padding: 5px 9px 5px;
    }
    .VV_Charity20MethodsItem__ImgLinkWrp{
        margin-bottom: 10px;
    }
    .VV_Charity20MethodsItem__Footer {
        margin-top: 9px;
    }
    .VV_Charity20MethodsItem__ImgLinkWrp._full-width {
        margin: -16px -16px 16px
    }
    .VV_Charity20MethodsItem__ImgLink {
        -webkit-border-radius: 12px;
           -moz-border-radius: 12px;
                border-radius: 12px;
    }
    .VV_Charity20MethodsItem__ImgLinkWrp._full-width .VV_Charity20MethodsItem__ImgLink {
        -webkit-border-radius: 12px 12px 0 0;
           -moz-border-radius: 12px 12px 0 0;
                border-radius: 12px 12px 0 0;
    }
}
@media (max-width: 1023px) {
    .VV_Charity20MethodsItem{
        width: 226px;
    }
}
@media (max-width: 767px){
    .VV_Charity20Methods {
        margin-bottom: 26px;
    }
    .VV_Charity20MethodsItem {
        -webkit-border-radius: 8px;
           -moz-border-radius: 8px;
                border-radius: 8px;
        padding: 10px;
        width: 146px;
        min-height: 0;
    }
    .VV_Charity20MethodsItem__Title {
        margin-bottom: 4px;
    }
    .VV_Charity20MethodsItem__ImgLinkWrp{
        margin: 0 0 4px;
    }
    .VV_Charity20MethodsItem__ImgLinkWrp._full-width {
        margin: -10px -10px 8px;
    }
    .VV_Charity20MethodsItem__ImgLinkWrp .VV_Charity20MethodsItem__ImgLink,
    .VV_Charity20MethodsItem__ImgLinkWrp._full-width .VV_Charity20MethodsItem__ImgLink {
        padding-top: 67%;
        -webkit-border-radius: 8px 8px 0 0;
           -moz-border-radius: 8px 8px 0 0;
                border-radius: 8px 8px 0 0;
    }
    .VV_Charity20MethodsItem__ImgLink {
        padding-top: 63%;
    }
    .VV_Charity20MethodsItem__Footer {
        margin-top: 14px;
    }
    .VV_Charity20MethodsItem__ImgLinkWrp._full-width .VV_Charity20MethodsItem__Label{
        top: 8px;
        right: 8px;
    }
    .VV_Charity20MethodsItem__Footer {
        margin-top: 10px;
    }
    .VV_Charity20MethodsItem__Desc--desktop {
        display:none
    }
    .VV_Charity20MethodsItem__Desc--mobile {
        display:block
    }
    .VV_Charity20MethodsItem__DescLink {
        display: none;
    }
    .VV_Charity20MethodsItem__Comp{
        position: relative;
    }
    .VV_Charity20MethodsItem__CompLink{
        display: inline;
        cursor: help;
    }
   .VV_Charity20MethodsItemTooltip{
        position: absolute;
        bottom: 100%;
        left: 0;
        width: 128px;
        padding: 8px 20px 8px 12px;
        font-size:12px;
        background: var(--green500);
        -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 4px 32px rgba(0, 0, 0, 0.16);
           -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 4px 32px rgba(0, 0, 0, 0.16);
                box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 4px 32px rgba(0, 0, 0, 0.16);
        -webkit-border-radius: 10px;
           -moz-border-radius: 10px;
                border-radius: 10px;
        margin-bottom: 8px;
        color: var(--white);
        font-weight: 500;
        -webkit-transform: translateY(-20px);
           -moz-transform: translateY(-20px);
            -ms-transform: translateY(-20px);
             -o-transform: translateY(-20px);
                transform: translateY(-20px);
        -webkit-transition: .3s opacity, .3s transform;
        -o-transition: .3s opacity, .3s transform;
        -moz-transition: .3s opacity, .3s transform;
        transition: .3s opacity, .3s transform;
        opacity: 0;
        left: -99999px;
        width: 0;
        height: 0;
        overflow: hidden;
        clip: rect(0 0);
    }
    .VV_Charity20MethodsItem__Comp._tooltip-show .VV_Charity20MethodsItemTooltip{
        opacity: 1;
        z-index:20;
        left: 0;
        width: 144px;
        height: auto;
        overflow: visible;
        clip: none;
        -webkit-transform: translateY(0px);
           -moz-transform: translateY(0px);
            -ms-transform: translateY(0px);
             -o-transform: translateY(0px);
                transform: translateY(0px);
    }
    .VV_Charity20MethodsItemTooltip:after{
        display: block;
    }
    .VV_Charity20MethodsItemTooltip__Closer{
        position: absolute;
        top: 0;
        right: 0;
        width: 20px;
        height: 25px;
        z-index: 2;
        display: block;
    }
    .VV_Charity20MethodsItemTooltip__Closer:before,
    .VV_Charity20MethodsItemTooltip__Closer:after{
        content: '';
        height: 2px;
        width: 11px;
        position: absolute;
        bottom: 11px;
        left: 2px;
        background: var(--white);
    }
    .VV_Charity20MethodsItemTooltip__Closer:before{
        -webkit-transform: rotate(45deg);
           -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
             -o-transform: rotate(45deg);
                transform: rotate(45deg);
    }
    .VV_Charity20MethodsItemTooltip__Closer:after{
        -webkit-transform: rotate(-45deg);
           -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
             -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
    }
    .VV_Charity20MethodsItemTooltip__Arrow{
        position: absolute;
        bottom: -7px;
        left: 10px;
        -webkit-transform: rotate(180deg);
           -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
             -o-transform: rotate(180deg);
                transform: rotate(180deg);
        fill: var(--green500);
    }
    .VV_Charity20MethodsItem__Footer .VV_Button{
        font-weight: 400;
    }
    .VV_Charity20MethodsItem__Footer .VV_Button__Text{
        font-size: 13px;
    }
    .VV_Charity20MethodsItem__FooterBtnPrice{
        font-weight: 400;
    }
    .VV_Charity20MethodsItem__Footer .VV_Button__Text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}
/* End */


/* Start:/charity/css/fund_of_month.css?17490346823200*/
/* Found of month */
.VV23_Charity_FoundOfMonth {
    display: grid;
    grid-template-columns: 298px 1fr;
    grid-template-rows: auto auto 1fr;
    grid-column-gap: 35px;
    margin-bottom: 22px;
}
@media (max-width: 1023px) {
    .VV23_Charity_FoundOfMonth {
        grid-template-columns: 198px 1fr;
        margin-bottom: 36px;
    }
}
.VV23_Charity_FoundOfMonth__SectionTitle {
    margin-bottom: 40px;
    text-align: center;
}
@media (max-width: 1023px) {
    .VV23_Charity_FoundOfMonth__SectionTitle {
        margin-bottom: 24px;
    }
}
.VV23_Charity_FoundOfMonth__Image {
    grid-column-start: 1;
    grid-row-start: 1;
    grid-row-end: 3;
    padding: 20px 30px;
}
.VV23_Charity_FoundOfMonth__Image img {
    max-width: 100%;
    height: auto;
}
.VV23_Charity_FoundOfMonth__Title {
    margin-bottom: 19px;
    grid-column-start: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    font-weight: 500;
}
.VV23_Charity_FoundOfMonth__Bottom {
    grid-column-start: 2;
    grid-row-start: 2;
    grid-row-end: 4;
}
.VV23_Charity_FoundOfMonth__TextWrapper{
    margin-bottom: 19px;
}
.VV23_Charity_FoundOfMonth__Text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.VV23_Charity_FoundOfMonth__Showmore{
    display: none;
}
.VV23_Charity_FoundOfMonth__Text._showmore + .VV23_Charity_FoundOfMonth__Showmore{
    display: inline-block;
    margin-top: 8px;
}
.VV23_Charity_FoundOfMonth__ResultsRow {
    display: flex;
    margin-bottom: 27px;
}
.VV23_Charity_FoundOfMonth__ResultsCol {
    width: 180px;
    margin-right: 21px;
}
.VV_Charity20FoundsSets__AboutFoundCount {
    font-size: 13px;
    line-height: 1.4;
}
.VV_Charity20FoundsSets__AboutFoundCount div{
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 4px;
    font-weight: 700;
    color: var(--light-brand1);
}
.VV23_Charity_FoundOfMonth__ResultsColCount{
    font-size: 13px;
    line-height: 1.4;
}
.VV23_Charity_FoundOfMonth__ResultsColCount div{
    font-size: 40px;
    line-height: 1.3;
    margin-bottom: 8px;
    font-weight: 500;
    color: var(--green500);
}
@media (max-width: 1023px) {
    .VV23_Charity_FoundOfMonth {
        grid-column-gap: 0px;
    }
    .VV23_Charity_FoundOfMonth__Image {
        padding: 13px 20px;
    }
    .VV23_Charity_FoundOfMonth__Text {
        -webkit-line-clamp: 6;
    }
}
@media (max-width: 767px) {
    .VV23_Charity_FoundOfMonth {
        grid-template-columns: 124px 1fr;
        grid-column-gap: 16px;
        margin-bottom: 4px;
    }
    .VV23_Charity_FoundOfMonth__Image {
        grid-row-end: 2;
        padding: 8px 13px;
    }
    .VV23_Charity_FoundOfMonth__Title {
        display: flex;
        align-items: center;
        margin-bottom: 0;
    }
    .VV23_Charity_FoundOfMonth__Bottom {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 2;
        grid-row-end: 3;
    }
    .VV23_Charity_FoundOfMonth__TextWrapper{
        margin-bottom: 22px;
    }
    .VV23_Charity_FoundOfMonth__Text {
        margin-top: 8px;
        -webkit-line-clamp: 5;
    }
    .VV23_Charity_FoundOfMonth__ResultsRow {
        display: flex;
        margin-bottom: 24px;
    }
}
/* End */


/* Start:/charity/css/fund_results.css?17538549195988*/
/* Results modal */
.VV23_CharityPastResultsModal .modal-dialog {
    max-width: 1012px;
}
.VV23_CharityPastResultsModal .VV_ModalCloser{
    z-index: 2;
}
.VV23_CharityPastResultsModal__Slider{
    overflow: hidden;
}
.VV23_CharityPastResultsModal__SliderNav{
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
    user-select: none;
}
.VV23_CharityPastResultsModal .VV_SliderBtn{
    width: 44px;
    height: 44px;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
}
@media (any-hover: hover) {
    .VV23_CharityPastResultsModal__SliderNavBtn:hover svg path{
        fill: var(--green500);
    }
}
.VV23_CharityPastResultsModal .VV_SliderBtn.swiper-button-disabled{
    opacity: 0.5;
    display: flex;
}
.bx-touch .VV23_CharityPastResultsModal__SliderNav .VV_SliderBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.VV23_CharityPastResultsModal__SliderNavMonth{
    width: 116px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: capitalize;
}
.VV23_CharityPastResultsModal .Modal__inner {
    padding: 44px 41px 30px;
    overflow: hidden;
}
.VV23_CharityPastResultsModal__Title{
    margin-bottom: 20px;
    font-weight: 500;
    cursor: default;
}
.VV23_CharityPastResultsModal__Text{
    margin-bottom: 16px;
    cursor: default;
}
.VV23_CharityPastResultsModal__TextInner{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.VV23_CharityPastResultsModal__Showmore{
    display: none;
}
.VV23_CharityPastResultsModal__TextInner._showmore + .VV23_CharityPastResultsModal__Showmore{
    display: inline-block;
    margin-top: 8px;
}
.VV23_CharityPastResultsModal__Counters{
    width: 360px;
    margin-bottom: 6px;
    display: flex;
    cursor: default;
}
.VV23_CharityPastResultsModal__Counter{
    width: 180px;
}
.VV23_CharityPastResultsModal__CounterNumber{
    margin-bottom: 6px;
    font-weight: 500;
}
.VV23_CharityPastResultsModal__Gallery{
    position: relative;
    margin-top: 40px;
    padding-left: 16px;
    padding-right: 15px;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.2s ease-in-out 0s;
}
.VV23_CharityPastResultsModal__Gallery.can_show{
    opacity: 1;
}
.VV23_CharityPastResultsModal__Gallery .swiper-slide{
    height: 165px;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
}
.VV23_CharityPastResultsModal__Gallery .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    will-change: scale;
    transition: .2s;
}
.VV23_CharityPastResultsModal__Gallery .swiper-slide:hover img{
    transform: scale(1.05);
}
.VV23_CharityPastResultsModal__Gallery.hide_navigation .VV23_CharityPastResultsModal__GalleryNavBtn{
    display: none;
}
.VV23_CharityPastResultsModal__Gallery.hide_navigation  .swiper-wrapper{
    justify-content: center;
}

.VV23_CharityPastResultsModal__GalleryNavBtn{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border: 1px solid var(--light-outline);
    border-radius: 50%;
    background: var(--white);
    cursor: pointer;
    z-index: 1;
}
.VV23_CharityPastResultsModal__GalleryNavBtn._prev{
    left: 0;
}
.VV23_CharityPastResultsModal__GalleryNavBtn._next{
    right: 0;
}
@media (any-hover: hover){
    .VV23_CharityPastResultsModal__GalleryNavBtn svg path{
        transition: .3s;
    }
    .VV23_CharityPastResultsModal__GalleryNavBtn:hover svg path{
        fill: var(--green500);
    }
}
.VV23_CharityPastResultsModal__GalleryNavBtn.swiper-button-disabled{
    opacity: 0.5;
    cursor: default;
}
.VV23_CharityPastResultsModal__GalleryNavBtn.swiper-button-disabled:hover svg path{
    fill: var(--gray900);
}

@media (min-width: 768px) {
    .VV23_CharityPastResultsModal .modal-content{
        background: var(--gray50);
        border-radius: 40px;
    }
}

@media (max-width: 1279px) {
    .VV23_CharityPastResultsModal .modal-dialog {
        max-width: 940px;
    }
}

@media (max-width: 1023px) {
    .VV23_CharityPastResultsModal .modal-dialog {
        max-width: 700px;
    }
    .VV23_CharityPastResultsModal__TextInner{
        -webkit-line-clamp: 6;
    }
}

@media (max-width: 767px) {
    .VV23_CharityPastResultsModal .modal-dialog {
        max-width: 100%;
    }
    .VV23_CharityPastResultsModal .Modal__inner {
        padding: 20px 10px;
    }
    .VV23_CharityPastResultsModal .Modal__inner > .VV23_CharityPastResultsModal__Slider {
        overflow: visible;
        margin-left: -10px;
        margin-right: -10px;
    }
    .VV23_CharityPastResultsModal .Modal__inner > .VV23_CharityPastResultsModal__Slider > .swiper-wrapper > .swiper-slide {
        padding-left: 10px;
        padding-right: 10px;
        overflow: hidden;
    }
    .VV23_CharityPastResultsModal__Title{
        margin-bottom: 24px;
        padding-right: 32px;
        font-weight: 700;
    }
    .VV23_CharityPastResultsModal__Text{
        margin-left: 2px;
    }
    .VV23_CharityPastResultsModal__TextInner{
        -webkit-line-clamp: 8;
    }
    .VV23_CharityPastResultsModal__Counters {
        width: auto;
        margin-left: 2px;
    }
    .VV23_CharityPastResultsModal__Counter {
        width: 140px;
        margin-right: 5px;
    }
    .VV23_CharityPastResultsModal__Gallery {
        margin-top: 34px;
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 12px;
        padding-right: 10px;
        overflow: hidden;
    }
    .VV23_CharityPastResultsModal__Gallery .swiper-slide{
        width: 191px;
        height: 148px;
        border-radius: 18px;
        overflow: hidden;
    }
    .VV23_CharityPastResultsModal__GalleryNavBtn{
        display: none;
    }
    .VV23_CharityPastResultsModal__SliderNavMonth{
        width: 102px;
    }
}
/* End */


/* Start:/charity/css/faq.css?17392760011003*/
/* FAQ */

.VV23_Charity_Question {
    margin-bottom: 80px;
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 40px;
    background: rgba(200, 179, 255, 0.5);
}

.LP_GiftCard_FAQ__Title {
    margin-bottom: 12px;
    text-align: center;
}

.LP_GiftCard_FAQ__Items{
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;    
}

@media (max-width: 1023px) {
    .VV23_Charity_Question {
        margin-bottom: 80px;
        padding-top: 25px;
        padding-bottom: 40px;
        padding-left: 46px;
        padding-right: 44px;
        border-radius: 24px;
    }

    .LP_GiftCard_FAQ {
        margin-bottom: 14px;
    }

    .LP_GiftCard_FAQ__Title {
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .LP_GiftCard_FAQ {
        margin-bottom: 36px;
    }

    .VV23_Charity_Question {
        margin-bottom: 40px;
        padding: 24px 20px 16px;
        border-radius: 24px;
    }

    .LP_GiftCard_FAQ__Title {
        margin-bottom: 16px;
    }
}
/* End */
/* /local/templates/main-responsive/css/media.css?1753881150126955 */
/* /charity/css/styles.css?175577844421211 */
/* /charity/css/common.css?174556508514055 */
/* /charity/css/fund_of_month.css?17490346823200 */
/* /charity/css/fund_results.css?17538549195988 */
/* /charity/css/faq.css?17392760011003 */
