

/* Start:/vv-mini/css/style.css?174901566726097*/
.iOs body.modal-open{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 100vh;
    min-height: -webkit-fill-available;
}
.VV_AuthModal20{
    bottom: 0;
}
.VV_Button._brand1{
    background: var(--light-brand1);
}
.VV_Button._brand1:hover{
    background: var(--light-on-brand1-surface);
}
.h0, .h0_desktop, .h0_tablet, .h0_mobile, .h1, .h1_desktop, .h1_tablet, .h1_mobile, .h2, .h2_desktop, .h2_tablet, .h2_mobile, .h3, .h3_desktop, .h3_tablet, .h3_mobile, .h4, .h4_desktop, .h4_tablet, .h4_mobile, .h4_article, .h4_article_desktop, .h4_article_tablet, .h4_article_mobile, .h5, .h5_desktop, .h5_tablet, .h5_mobile, .h6, .h6_desktop, .h6_tablet, .h6_mobile{
    font-weight: 500;
}
.h0 b, 
.h0_desktop b, 
.h0_tablet b, 
.h0_mobile b, 
.h1 b, 
.h1_desktop b, 
.h1_tablet b, 
.h1_mobile b, 
.h2 b, 
.h2_desktop b, 
.h2_tablet b, 
.h2_mobile b, 
.h3 b, 
.h3_desktop b, 
.h3_tablet b, 
.h3_mobile b, 
.h4 b, 
.h4_desktop b, 
.h4_tablet b, 
.h4_mobile b, 
.h4_article b, 
.h4_article_desktop b, 
.h4_article_tablet b, 
.h4_article_mobile b, 
.h5 b, 
.h5_desktop b, 
.h5_tablet b, 
.h5_mobile b, 
.h6 b, 
.h6_desktop b, 
.h6_tablet b, 
.h6_mobile b{
    font-weight: 700;
}

/* Header */
.VV_Mini_Header{
    margin-bottom: 67px;
    padding-top: 24px;
}
.VV_Mini_Header__Inner{
    /* height: 44px; */
    display: flex;
}
.VV_Mini_Header:not(._searchpage) .VV_Mini_Header__Inner{
    height: 52px;
}
.VV_Mini_Header__Left{
    display: flex;
    align-items: center;
    flex-grow: 1;
}
.VV_Mini_Header__Center{
    display: flex;
    align-items: center;
}
.VV_Mini_Header__InfoBtn.VV_Button{
    position: relative;
    padding-left: 8px;
    padding-right: 16px;
    background: var(--light-additional1-container-fill);
    color: var(--light-primary);
    border-radius: 16px;
}
.bx-touch .VV_Mini_Header__InfoBtn.VV_Button:active{
    background: var(--light-additional1-container-fill);
    color: var(--light-primary);
}
.bx-no-touch .VV_Mini_Header__InfoBtn.VV_Button:hover{
    background: var(--light-on-additional1-container-surface);
    color: var(--light-primary);
}
.VV_Mini_Header__InfoBtn .VV_Button__Text{
    margin-left: 12px;
}
.VV_Mini_Header__InfoBtn .VV_Button__Img{
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: var(--light-on-additional1-container-surface);
    transition: .2s;
}
.bx-no-touch .VV_Mini_Header__InfoBtn:hover .VV_Button__Img{
    background: var(--light-additional1-border);
}
.VV_Mini_Header__InfoBtn._dot:after{
    content: '';
    position: absolute;
    right: -4px;
    top: -4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid var(--white);
    background: var(--light-negative);
}
.VV_Mini_Header__Right{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.VV_Mini_Header_ToSearch__Btn{
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 40px;
    background: var(--gray50);
    border-radius: 12px;
}
.VV_Mini_Header_ToSearch__Btn svg path{
    fill: currentColor;
}
.VV_Mini_Header_OrderBtn{
    display: flex;
    align-items: center;
    padding: 0 37px;
}
.VV_Mini_Header_OrderBtn svg{
    margin: 0 5px 0 -5px;
}
.VV_Mini_Header_OrderBtn span{
    color: var(--green300);
}

.VV_Mini_Header._searchpage .VV_Mini_Header__Inner{
    display: flex;
}

.VV_Mini_Header._searchpage .VV_Mini_Header__Left{
    width: 296px;
    order: 1;
    flex-grow: 0;
}

.VV_Mini_Header._searchpage .VV_Mini_Header__Search{
    flex-grow: 1;
    order: 2;
}

.VV_Mini_Header__Search{
    display: flex;
}
.VV_Mini_Header__Search .VV_Mini_Main__Search{
    width: 100%;
    margin-bottom: 0;
}
.VV_Mini_Header__Search .VV_Mini_Main__Search .HeaderSearchBlock__Input{
    height: 40px;
    line-height: 40px;
}
.VV_Mini_Header__Search .VV_Mini_Main__Search .HeaderSearchBlock__Bottom{
    width: 100%;
}

.VV_Mini_Header._searchpage .VV_Mini_Header__Right{
    margin-left: 32px;
    order: 3;
}

.VV_Mini_Header._searchpage .VV_Mini_Header__Search .HeaderSearchBlockSuggest__ProductsCol{
    width: 33.33%;
}

.VV_Mini_Header._searchpage .VV_Mini_Header__Right.hidden + .VV_Mini_Header__Search .HeaderSearchBlockSuggest__ProductsCol{ 
    width: 25%;
}

@media (max-width: 1279px) {
    .VV_Mini_Header._searchpage .VV_Mini_Header__Left{
        width: auto;
        margin-right: 16px;
    }
    .VV_Mini_Header._searchpage .VV_Mini_Header_ToSearch__Btn{
        margin-right: 16px;
    }
    .VV_Mini_Header._searchpage .VV_Mini_Header__Right{
        margin-left: 16px;
    }
}

@media (max-width: 1023px) {
    .VV_Mini_Header{
        margin-bottom: 86px;
        padding-top: 20px;
    }
    .VV_Mini_Header._searchpage{
        z-index: 2;
    }
    .VV_Mini_Header__Logo{
        height: auto;
        width: 168px;
    }
    .VV_Mini_Header_OrderBtn {
        padding: 0 16px;
    }
    .VV_Mini_Header__Center .VV_Mini_Main__Search .HeaderSearchBlock__Input{
        height: 42px;
        line-height: 42px;
    }
    .VV_Mini_Header._searchpage .VV_Mini_Header_ToSearch__Btn{
        margin-right: 0;
    }
    .VV_Mini_Header._searchpage .VV_Mini_Header__LogoSmall{
        display: none;
    }
    .VV_Mini_Header._searchpage .VV_Mini_Main__Search .HeaderSearchBlock__Top{
        padding-bottom: 0;
    }
    .VV_Mini_Header._searchpage .VV_Mini_Header__Search .VV_Mini_Main__Search .HeaderSearchBlock__Input {
        height: 42px;
        line-height: 42px;
    }
    .VV_Mini_Header._searchpage .VV_Mini_Main__Search .HeaderSearchBlock__BtnSearchImgWrapper{
        top: 0;
    }
}

@media (max-width: 767px) {
    .VV_Mini_Header{
        margin-bottom: 58px;
        padding-top: 13px;
    }
    .VV_Mini_Header:not(._searchpage) .VV_Mini_Header__Inner{
        height: 44px;
    }
    .VV_Mini_Header_ToSearch__Text{
        display: none;
    }
    .VV_Mini_Header__Logo{
        width: 150px;
        margin-left: 4px;
    }
	.VV_Mini_Header_OrderBtn {
        width: 100%;
    }
    .VV_Mini_Header__InfoBtn.VV_Button.hidden{
        display: inline-flex !important;
    }
    .VV_Mini_Header__InfoBtn.VV_Button{
        margin-right: 6px;
        padding-left: 0;
        padding-right: 0;
        width: 44px;
        border-radius: 12px;
    }
    .VV_Mini_Header__InfoBtn .VV_Button__Img{
        width: 20px;
        height: 20px;
        background: unset;
    }
    .VV_Mini_Header__InfoBtn .VV_Button__Text{
        display: none;
    }
    .VV_Mini_Header__Right{
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 5;
        padding: 10px 10px 16px;
        background: var(--white);
        border-radius: 18px 18px 0px 0px;
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    }
    .VV_Mini_Header._searchpage .VV_Mini_Header__Left {
        margin-right: 10px;
    }
    .VV_Mini_Header._searchpage .VV_Mini_Header__Right {
        margin-left: 0;
    }
}

/* Main */
.VV_Mini_Main{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.VV_Mini_Main__Title{
    margin-bottom: 8px;
    text-align: center;
}
.VV_Mini_Main__Text{
    margin-bottom: 31px;
    text-align: center;
}
.VV_Mini_Main__Search{
    width: 776px;
    margin-bottom: 32px;
}
.VV_Mini_Main__Search .HeaderSearchBlock{
    position: relative;
}
.VV_Mini_Main__Search .HeaderSearchBlock__Input{
    padding-right: 0 !important;
    width: calc(100% - 80px);
    height: 48px;
}
.VV_Mini_Main__Search .HeaderSearchBlock__Bottom{
    width: 776px;
    margin-top: 4px;
}
.VV_Mini_Main__Search .HeaderSearchBlockSuggestSection._req {
    margin-bottom: 8px;
}
.VV_Mini_Main__Search .HeaderSearchBlockSuggest__ProductsCol{
    width: 25%;
}
.VV_Mini_Main__Search .HeaderSearchBlockProd__cartButton .CartButton {
    height: 36px;
    line-height: 1.2;
}
.VV_Mini_Main__Search .HeaderSearchBlockProd__cartButton .CartButton__text--phantom .CartButton__textInner{
    padding: 0;
}
.HeaderSearchBlock__BtnClearInner{
    background-color: var(--gray400);
}
.VV_Mini_Main_Products{
    margin-bottom: 100px;
}
.VV_Mini_Main_Products__Heading{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}
.VV_Mini_Main_Products__ShowAll{
    display: flex;
    align-items: center;
}
.VV_Mini_Main_Products__ShowAll svg{
    margin-top: 2px;
    margin-left: 8px;
    fill: currentColor;
}
.VV_Mini_Main_Products,
.VV_Mini_Main_Products .ProductsSection.Section{
    width: 100%;
}
.VV_Mini_Main_Products .ProductCards__list{
    margin: 0;
    cursor: grab;
}
.VV_Mini_Main_Products .ProductCards__item {
    padding: 0 12px;
    margin-bottom: 26px;
}
.VV_Mini_Main_Products .ProductCard .ProductCard__cartFooter {
    padding: 0 16px 16px 16px;
}
.VV_Mini_Main_Products .ProductCard .CartButton .CartButton__textInner{
    padding: 0;
}
.VV_Mini_Main_Products .ProductCards__Pagination {
    margin-top: 14px;
    margin-bottom: 80px;
}
.VV_Mini_Main_Products .ProductsSlider .VV_SliderBtn{
    width: 44px;
    height: 44px;
    color: var(--light-primary);
}
.bx-no-touch .VV_Mini_Main_Products .ProductsSlider .VV_SliderBtn:hover{
    color: var(--green500);
}

@media (min-width: 768px) {
    .bx-touch .VV_Mini_Main_Products .ProductsSlider .VV_SliderBtn{
        display: flex !important;
    }
    .bx-touch .VV_Mini_Main_Products .ProductsSlider:not(.Slider--inited) .VV_SliderBtn,
    .bx-no-touch .VV_Mini_Main_Products .ProductsSlider:not(.Slider--inited) .VV_SliderBtn{
        display: none !important;
    }
}

@media (min-width: 1024px) {
    .VV_Mini_Main__Search .HeaderSearchBlockSuggest__ProductsCol:nth-child(9){
        display: none;
    }
}

@media (max-width: 1023px) {
    .VV_Mini_Main__Text{
        margin-bottom: 40px;
    }
    .VV_Mini_Main__Search{
        width: 688px;
        margin-bottom: 28px;
    }
    .VV_Mini_Main__Search .HeaderSearchBlock__Bottom{
        width: 688px;
    }
    .VV_Mini_Main__Search .HeaderSearchBlock__Top{
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .VV_Mini_Main__Search .HeaderSearchBlock__Bottom{
        padding-left: 0;
        padding-right: 0;
    }
    .VV_Mini_Main__Search .HeaderSearchBlock._active .HeaderSearchBlock__Bottom{
        overflow: visible;
    }
    .VV_Mini_Main__Search .HeaderSearchBlockSuggest__ProductsCol {
        width: 33.33%;
    }
    .VV_Mini_Main__Search .HeaderSearchBlock__InputWrp{
        border: 1px solid var(--light-brand1) !important;
        border-radius: 88px;
        background-color: var(--white);
    }
    .VV_Mini_Main__Search .HeaderSearchBlock__Input{
        padding-left: 16px;
        height: 44px;
    }
    .VV_Mini_Main__Search .HeaderSearchBlock__BtnSearchImgWrapper{
        position: absolute;
        top: 1px;
        right: 0;
        width: 44px;
        height: 44px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        background-color: var(--light-brand1);
        z-index: 1;
    }
    
    .VV_Mini_Main__Search .HeaderSearchBlock__BtnSearchImg{
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        fill: var(--white);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .VV_Mini_Main__Search .HeaderSearchBlock__BtnClear{
        right: 48px;
    }
    .VV_Mini_Main__Search .HeaderSearchBlock__InputWrp .CartButton__loader{
        right: 45px !important;
    }
    .VV_Mini_Main_Products{
        margin-bottom: 68px;
    }
    .VV_Mini_Main_Products .ProductCards__item {
        padding: 0 10px;
        margin-bottom: 22px;
    }
    .VV_Mini_Main_Products .ProductCards__Pagination {
        margin-top: 12px;
        margin-bottom: 64px;
    }
    .VV_Mini_Main_Products .ProductsSlider .VV_SliderBtn{
        margin-top: 38px !important;
    }
    .VV_Mini_Main_Products .ProductsSlider .VV_SliderBtn._next{
        margin-left: -52px;
    }
    .VV_Mini_Main_Products .ProductsSlider .VV_SliderBtn._prev{
        margin-right: -52px;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    .VV_Mini_Main_Products .ProductsSlider .Slider__slider.swiper-container-horizontal .Slider__item {
        width: 240px;
    }
}

@media (max-width: 767px) {
    .VV_Mini_Main__Text {
        max-width: 340px;
    }
    .VV_Mini_Main__Text br{
        display: none;
    }
    .VV_Mini_Main__Search{
        width: 100%;
        margin-bottom: 14px;
    }
    .VV_Mini_Main__Search .HeaderSearchBlock__Bottom{
        width: 100%;
        padding-bottom: 52px;
    }
    .VV_Mini_Main__Search .HeaderSearchBlockSuggest__Products{
        padding-bottom: 0;
    }
    .VV_Mini_Main__Search .HeaderSearchBlockSuggest__ProductsCol {
        width: 50%;
    }
    .VV_Mini_Main_Products{
        margin-bottom: 54px;
    }
    .VV_Mini_Main_Products__Heading{
        margin-bottom: 12px;
    }
    ._phone_device .VV_Mini_Main_Products .ProductsSlider .Slider__list {
        padding-left: 6px;
        padding-right: 6px;
    }
    .VV_Mini_Main_Products .ProductsSlider .Slider__slider.swiper-container-horizontal .Slider__item {
        width: 173px;
    }
    .VV_Mini_Main_Products .ProductCards__item {
        padding: 0 4px;
        margin-bottom: 8px;
    }
    .VV_Mini_Main_Products .ProductCard .CartButton{
        height: 36px;
    }
    .VV_Mini_Main_Products .ProductCards__Pagination {
        margin-top: 14px;
        margin-bottom: 42px;
    }
    .VV_Mini_Main_Products .ProductCard .ProductCard__cartFooter {
        padding: 0 8px 8px 8px;
    }
    .VV_Mini_Main__Search .HeaderSearchBlockSuggest__ProductsCol:nth-child(9){
        display: none;
    }
}

.VV_Mini_Info{
    max-width: 982px;
    margin: 0 auto 100px;
}
.VV_Mini_Info__Heading{
    max-width: 680px;
    margin: 0 auto 64px auto;
    text-align: center;
}
.VV_Mini_Info__Title{
    margin-bottom: 12px;
}
.VV_Mini_Info__Items{
    margin-bottom: 24px;
}
.VV_Mini_Info__Item{
    position: relative;
    width: 100%;
    height: 311px;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    padding: 54px 80px 80px;
    border: 1px solid;
    border-radius: 64px;
    overflow: hidden;
}
.VV_Mini_Info__Item:last-child{
    margin-bottom: 0;
}
.VV_Mini_Info__ItemContent{
    position: relative;
    width: 364px;
    text-align: center;
    z-index: 1;
}
.VV_Mini_Info__ItemStep{
    margin-bottom: 4px;
}
.VV_Mini_Info__ItemBtn{
    margin-top: 24px;
    width: 240px;
}
.VV_Mini_Info__ItemBtn._auth{
    background: var(--light-on-additional4-secondary);
    color: var(--light-on-additional4-surface);
    pointer-events: none;
}
.VV_Mini_Info__ItemImg{
    position: absolute;
    bottom: 0;
}
.VV_Mini_Info__Item:nth-child(1){
    border-color: var(--light-additional4-border);
    background: var(--light-on-additional4-container-surface);
}
.VV_Mini_Info__Item:nth-child(1) .VV_Mini_Info__ItemImg{
    right: 0;
}
.VV_Mini_Info__Item:nth-child(1) .VV_Mini_Info__ItemStep{
    color: var(--light-on-additional4-surface);
}
.VV_Mini_Info__Item:nth-child(2){
    justify-content: flex-end;
    border-color: var(--light-promo3-border);
    background: var(--light-promo3-container-fill);
}
.VV_Mini_Info__Item:nth-child(2) .VV_Mini_Info__ItemImg{
    left: 0;
}
.VV_Mini_Info__Item:nth-child(2) .VV_Mini_Info__ItemStep{
    color: var(--light-promo3);
}
.VV_Mini_Info__Item:nth-child(3){
    border-color: var(--light-additional1-border);
    background: var(--light-additional1-container-fill);
}
.VV_Mini_Info__Item:nth-child(3) .VV_Mini_Info__ItemImg{
    right: 0;
}
.VV_Mini_Info__Item:nth-child(3) .VV_Mini_Info__ItemStep{
    color: var(--light-additional1);
}
.VV_Mini_Info__Item:nth-child(4){
    justify-content: flex-end;
    border-color: var(--light-brand2-border);
    background: var(--light-brand2-container-fill);
}
.VV_Mini_Info__Item:nth-child(4) .VV_Mini_Info__ItemImg{
    left: 0;
}
.VV_Mini_Info__Item:nth-child(4) .VV_Mini_Info__ItemStep{
    color: var(--light-brand2);
}
.VV_Mini_Info__Notice{
    color: var(--light-secondary);
    text-align: center;
}

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

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

@media (max-width: 1023px) {
    .VV_Mini_Info {
        margin: 0 auto 64px;
    }
    .VV_Mini_Info__Heading {
        margin: 0 auto 40px auto;
    }
    .VV_Mini_Info__Item{
        margin-bottom: 24px;
        padding: 58px;
        border-radius: 40px;
    }
    .VV_Mini_Info__ItemContent{
        width: 270px;
    }
    .VV_Mini_Info__ItemBtn{
        margin-top: 32px;
    }
    .VV_Mini_Info__ItemImg._desktop{
        display: none;
    }
}

@media (max-width: 767px) {
    .VV_Mini_Info__Title {
        margin-bottom: 8px;
    }
    .VV_Mini_Info__Items{
        margin-bottom: 16px;
    }
    .VV_Mini_Info__Item{
        justify-content: center !important;
        align-items: flex-start;
        height: 500px;
        margin-bottom: 12px;
        padding: 32px 24px;
        border-radius: 24px;
    }
    .VV_Mini_Info__ItemContent{
        width: 100%;
        max-width: 292px;
    }
    .VV_Mini_Info__ItemBtn{
        margin-top: 12px;
    }
    .VV_Mini_Info__ItemImg._tablet{
        display: none;
    }
    .VV_Mini_Info__ItemImg{
        left: auto !important;
        right: auto !important;
    }
}


/* Footer */
.iOs .Footer,
.Footer{
    padding-bottom: 0;
}
.VV_Mini_Footer{
    border-top: 1px solid var(--light-outline);
}
.VV_Mini_Footer__Top{
    padding: 24px 0;
}
.VV_Mini_Footer__Top .Container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.VV_Mini_Footer__Bottom{
    padding: 9px 0;
    background: var(--light-surface2);
    color: var(--light-secondary);
}
.VV_Mini_Footer__Bottom .Container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.VV_Mini_Footer__Col._social{
    display: flex;
    margin: 0 -4px;
}
.VV_Mini_Footer .SocialItem{
    width: 44px;
    height: 44px;
    margin: 0px 4px;
    border-radius: 12px;
    background: var(--light-surface2);
}
.VV_Mini_Footer .SocialItem .SvgIcon--social-vkontakte{
    width: 24px;
    height: 24px;
}
.VV_Mini_Footer .SocialItem .SvgIcon--social-telegram{
    width: 26px;
    height: 26px;
}
.VV_Mini_Footer .SocialItem .SvgIcon--social-yadzen {
    width: 28px;
    height: 28px;
}
.VV_Mini_Footer .SocialItem .SvgIcon--social-whatsapp {
    width: 19px;
    height: 19px;
}
.VV_Mini_Footer__Col._phone{
    margin-left: 34px;
    text-align: center;
}
.VV_Mini_Footer__PhoneNotice{
    color: var(--light-secondary);
}
.VV_Mini_Footer__Logout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
    padding: 10px 8px;
    min-width: 234px;
    min-height: 44px;
    -webkit-transform: translateX(-2px);
        -ms-transform: translateX(-2px);
            transform: translateX(-2px);
    border-radius: 12px;
    background-color: var(--light-space);
    color: var(--light-fixed-black);
}
.bx-no-touch .VV_Mini_Footer__Logout:hover {
    color: var(--green600);
}
.VV_Mini_Footer__LogoutText {
    font-weight: 500;
    line-height: 125%;
    color: currentColor;
}

@media (max-width: 1023px) {
    .VV_Mini_Footer__Col._phone{
        margin-left: 0;
    }
    .VV_Mini_Footer__Logout {
        min-width: 192px;
    } 
}

@media (max-width: 767px) {
    .VV_Mini_Footer__Top{
        padding: 32px 0 32px 0;
    }
    .VV_Mini_Footer__Top .Container{
        flex-direction: column-reverse;
        align-items: center;
    }
    .VV_Mini_Footer__Col._phone{
        margin-bottom: 30px;
        text-align: center;
    }
    .VV_Mini_Footer__Bottom{
        padding: 12px 0;
    }
    ._sticky-btn .VV_Mini_Footer__Bottom{
        padding-bottom: 82px;
    }
    .VV_Mini_Footer__Bottom .Container{
        flex-direction: column;
        align-items: center;
    }
    .VV_Mini_Footer__Col._copyright{
        margin-bottom: 4px;
    }
    .VV_Mini_Footer__Col._social {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin-bottom: 24px;
    }
    .VV_Mini_Footer__Col._log-out {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
    } 
    .VV_Mini_Footer__Logout {
        min-width: 200px;
    }
}

/* Search Page */
.VV_Mini_SearchPage .VV21_SearchPageHeader__MenuRow{
    flex-wrap: nowrap;
}
.VV_Mini_SearchPage .VV21_SearchPage__Title{
    margin-bottom: 0;
}
.VV_Mini_SearchPage .VV21_SearchPageHeader__Menu {
    margin-bottom: 42px;
}
.VV_Mini_SearchPage .ProductCard .ProductCard__cartFooter {
    padding: 0 16px 16px 16px;
}
.VV_Mini_SearchPage .ProductCard .CartButton .CartButton__textInner{
    padding: 0;
}

@media (min-width: 768px) {
    .VV_Mini_SearchPage .VV23_CatalogSortDblView__Col._filter-mobile{
        display: none;
    }
}

@media (max-width: 1023px) {
    .VV_Mini_SearchPage .VV21_SearchPage__Title{
        margin-bottom: 40px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .VV_Mini_SearchPage .VV21_SearchPage__Title{
        margin-bottom: 24px;
    }
    .VV_Mini_SearchPage .VV21_SearchPageHeader__Menu {
        margin-bottom: 16px;
    }
    .VV_Mini_SearchPage .ProductCards__Pagination{
        margin-top: 18px;
    }
    .VV_Mini_SearchPage .VV21_SearchPageHeader__FSortRow .VV23_CatalogSortDblView__Row .VV23_CatalogSortDblView__Col{
        padding: 0px 4px;
        scroll-snap-align: none;
    }
    .VV_Mini_SearchPage .VV21_SearchPageHeader__FSortRow .VV23_CatalogSortDblView__Row .VV23_CatalogSortDblView__Col._filter-mobile .VVCatalog2020FilterToggler{
        margin-right: 0;
        width: 44px;
    }
    .VV_Mini_SearchPage .ProductCard .ProductCard__cartFooter {
        padding: 0 8px 5px 8px;
    }
}

/* Modals */
.VV_Mini_Modal__Title{
    font-weight: 700;
}
.VV_Mini_Modal .VV_Button__Img{
    stroke: none;
}

/* Modal Basket */
.VV_Mini_Modal_Basket .modal-dialog {
    max-width: 633px;
}
.VV_Mini_Modal_Basket__ItemAdd + .VV_Mini_Modal_Basket__Items{
    margin-top: 8px;
    padding-top: 16px;
    border-top: 1px solid var(--light-outline);
}
.VV_Mini_Modal_Basket__ItemsTitle{
    margin-bottom: 16px;
}
.VV_Mini_Modal_Basket .Delivery__BasketModal__BasketItem{
    margin-right: 0;
    padding: 0 0 12px 0;
    border:none;
}
.VV_Mini_Modal_Basket .lk-modal-confirm__btns{
    margin-top: 8px;
}
.VV_Mini_Modal_Basket .Delivery__BasketModal__BasketItem_Quantity{
    background: var(--light-brand1);
}
@media (max-width: 767px) {
    .VV_Mini_Modal_Basket__ItemAdd + .VV_Mini_Modal_Basket__Items{
        margin-top: 0;
    }
}

/* Modal Form */
.VV_Mini_Modal_Form__Title{
    display: flex;
    align-items: center;
}
.VV_Mini_Modal_Form__Title button{
    margin-right: 12px;
}
.VV_Mini_Modal_Form__Title button svg{
    display: block;
}
.VV_Mini_Modal_Form__Title button svg path{
    fill: currentColor;
}
.VV_Mini_Modal_Form .VV_FormItem{
    margin-bottom: 16px;
}
.VV_Mini_Modal_Form .VV_FormItem:last-child{
    margin-bottom: 0;
}
.VV_Mini_Modal_Form .VV_FormItem__Title{
    margin-bottom: 12px;
}

/* Default Modal */
.lk-modal-alert:not(.VV_Mini_Modal) .lk-modal-alert__title{
    font-weight: 700;
}
.lk-modal-alert:not(.VV_Mini_Modal) .VV_Button{
    background: var(--light-brand1);
}
.lk-modal-alert:not(.VV_Mini_Modal) .VV_Button:hover{
    background: var(--light-on-brand1-surface);
}

/* Подсказки адреса */
.VV_Mini_Address_Select_Container{
    position: relative;
    width: 100%;
}
.VV_Mini_Address_Select_Container .VV_Mini_Address_Select._focused._result-success + .VV_Mini_Address_Suggests,
.VV_Mini_Address_Select._focused._result-success + .VV_Mini_Address_Suggests{
    display: block;
}
.VV_Mini_Address_Select_Container .CartButton--loading{
    display: none;
}
.VV_Mini_Address_Select_Container .VV_Dropdown__dropdown{
    display: none;
}
.VV_Mini_Address_Select_Container .VV_Dropdown__dropdown._suggestions-list {
    top: 100%;
    margin-top: 8px;
    padding-top: 0;
    width: 100%;
}
.VV_Mini_Address_Select_Container .VV_DMenuContent__Inner .VerticalScrollInner {
    max-height: 180px;
}
.VV_Mini_Address_Select_Container .VV_Dropdown__dropdown._suggestions-list .VV_Dropdown__inner {
    padding: 0;
}
.VV_Mini_Address_Select_Container .VV_Dropdown__dropdown._suggestions-list .VV_Dropdown__option {
    display: -webkit-flex;
    display:     -ms-flex;
    display:         flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    min-height: 52px;
}
.VV_Mini_Address_Select_Container .VV_Dropdown__dropdown._suggestions-list .VV_Dropdown__option._active a.VV_DMenuContentElement__Link:before,
.VV_Mini_Address_Select_Container .VV_Dropdown__dropdown._suggestions-list .VV_Dropdown__option._active button.VV_DMenuContentElement__Link:before{
    background: rgba(0,0,0,.02);
}
@media(max-width:767px) {
    .VV_Mini_Address_Select_Container .VV_Dropdown__dropdown._suggestions-list {
        top: auto;
        bottom: 100%;
        margin-bottom: 8px;
    }
    .VV_Mini_Address_Select_Container .VV_DMenuContent__Inner .VerticalScrollInner {
        max-height: 142px;
    }
}
.VV_Mini_Modal_Basket__Items .CartButton__selector input {
    font-weight: 500;
    color: transparent;
    caret-color: var(--gray900);
}
.VV_Mini_Modal_Basket__Items .CartButton__selector--fake .CartButton__selector--fake-q{
    font-weight: 500;
}

/* Cookie */
.Cookie{
    bottom: 0 !important
}
/* End */
/* /vv-mini/css/style.css?174901566726097 */
