

/* Start:/cards/css/style.css?17610327191312*/
.Footer {
    padding-bottom:0
}
.VV_NOTIFY__ContainerInner {
    margin-top:0
}

.LP_GiftCard .VV_Button {
  font-weight: 500;
}

.LP_GiftCard .h0,
.LP_GiftCard .h0_desktop,
.LP_GiftCard .h0_tablet,
.LP_GiftCard .h0_mobile,
.LP_GiftCard .h1,
.LP_GiftCard .h1_desktop,
.LP_GiftCard .h1_tablet,
.LP_GiftCard .h1_mobile,
.LP_GiftCard .h2,
.LP_GiftCard .h2_desktop,
.LP_GiftCard .h2_tablet,
.LP_GiftCard .h2_mobile,
.LP_GiftCard .h3,
.LP_GiftCard .h3_desktop,
.LP_GiftCard .h3_tablet,
.LP_GiftCard .h3_mobile,
.LP_GiftCard .h4,
.LP_GiftCard .h4_desktop,
.LP_GiftCard .h4_tablet,
.LP_GiftCard .h4_mobile,
.LP_GiftCard .h4_article,
.LP_GiftCard .h4_article_desktop,
.LP_GiftCard .h4_article_tablet,
.LP_GiftCard .h4_article_mobile,
.LP_GiftCard .h5,
.LP_GiftCard .h5_desktop,
.LP_GiftCard .h5_tablet,
.LP_GiftCard .h5_mobile,
.LP_GiftCard .h6,
.LP_GiftCard .h6_desktop,
.LP_GiftCard .h6_tablet,
.LP_GiftCard .h6_mobile {
  font-weight: 500;
}

@media (max-width: 1023px) {
  .LP_GiftCard._checkout {
    margin-bottom: 44px;
  }
}

/* Header */
.LP_GiftCard main {
    padding-top:92px
}

@media (max-width: 1023px) {
    .LP_GiftCard main {
        padding-top:79px
    }

  .LP_GiftCard .Breadcrumbs {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
    .LP_GiftCard main {
        padding-top: 70px
    }
}

/* End */


/* Start:/cards/css/detail.css?176848214531681*/
.VV_GiftCardPage{
    padding: 12px 0 0;
}
.VV_GiftCardPage._app{
    padding-bottom: 58px;
}
.VV_GiftCardPage._app .VV_GiftCardPageCall{
    margin-bottom: 0;
}
.VV_GiftCardPage__Heading{
    margin: 0 0 40px;
}
.VV_GiftCardPage__Title{
    text-align: center;
    margin: 0 auto;
    max-width: 588px;
}
/*блок выбор номинала*/
.VV_GiftCardPageDetail{
    margin: 0 auto 80px;
    max-width: 1056px;
    padding: 0 0 8px;
}
.VV_GiftCardPageDetail__Row{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.VV_GiftCardPageDetail__Col._left{
    width: 500px;
}
.VV_GiftCardPageDetail__Col._right{
    width: 515px;
}
.VV_GiftCardPageDetail__Card{
    position: relative;
    margin: 0 0 16px;
}
.VV_GiftCardPageDetail__CardImage {
    display: none;
    max-width: 100%;
    width: auto;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
    border-radius: 20px;
}
.VV_GiftCardPageDetail__CardImage.lazyload:not(.inited) {
    opacity: 0;
}
.VV_GiftCardPageDetail__CardImage._active {
    display: block;
}
.VV_GiftCardPageDetail__Block{
    margin: 0 0 16px;
}
.VV_GiftCardPageDetail__BlockTitle{
    margin: 0 0 8px;
}
.VV_GiftCardPageDetail__BlockTitle._sm-offset{
    margin-bottom: 2px;
}
.VV_GiftCardPageDetail__DenominationList{
    margin: 0 0 -4px;
}
.VV_GiftCardPageDetail__DenominationItem{
    margin: 0 4px 4px 0;
}
.VV_GiftCardPageDetail__DenominationItem:last-child{
    margin-right: 0;
}
.VV_GiftCardPageDetail__DenominationTag{
    padding: 8px 10px;
}
.VV_GiftCardPageDetail__DesignList{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 0 -4px;
}
.VV_GiftCardPageDetail__DesignItem{
    position: relative;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 82px;
    height: 50px;
    border-radius: 18px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 2px solid var(--white);
    margin: 0 4px 4px -2px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.VV_GiftCardPageDetail__DesignItem._active{
    -webkit-box-shadow: 0 0 0 2px var(--green500);
    box-shadow: 0 0 0 2px var(--green500);
}
.VV_GiftCardPageDetail__DesignItem._show-all{
    width: auto;
    min-width: 82px;
    padding: 0 4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--light-surface2);
    color: var(--light-secondary);
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}
.VV_GiftCardPageDetail__DesignItem._show-all:hover,
.VV_GiftCardPageDetail__DesignItem._show-all:active{
    color: var(--light-primary);
}
.VV_GiftCardPageDetail__DesignPreview{
    border-radius: 16px;
    display: block;
}
.VV_GiftCardPageDetail__DesignTooltip{
    position: absolute;
    top: calc(100% + 8px);
    padding: 9px 12px;
    background: rgba(26, 26, 26, 0.9);
    -webkit-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);
    border-radius: 10px;
    z-index: 1;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    pointer-events: none;
}
.VV_GiftCardPageDetail__DesignTooltip:before {
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDIyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIG9wYWNpdHk9IjAuOSIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNS4yNzY4IDMuNTY5OTJDMTMuNzg0NiAxLjcyMzEgMTIuMzkyMyAwIDExIDBDOS42MDUzNSAwIDguMjA1MjcgMS43Mjg5NCA2LjcwNjg2IDMuNTc5MzFDNC45ODIwOSA1LjcwOTIxIDMuMTI3MDMgOCAxIDhILTE5Qy0yNC42MDA1IDggLTI3LjQwMDggOCAtMjkuNTM5OSA5LjA4OTkzQy0zMS40MjE1IDEwLjA0ODcgLTMyLjk1MTMgMTEuNTc4NSAtMzMuOTEwMSAxMy40NjAxQy0zNSAxNS41OTkyIC0zNSAxOC4zOTk1IC0zNSAyNFYyOEMtMzUgMzMuNjAwNSAtMzUgMzYuNDAwOCAtMzMuOTEwMSAzOC41Mzk5Qy0zMi45NTEzIDQwLjQyMTUgLTMxLjQyMTUgNDEuOTUxMyAtMjkuNTM5OSA0Mi45MTAxQy0yNy40MDA4IDQ0IC0yNC42MDA1IDQ0IC0xOSA0NEg0MEM0NS42MDA1IDQ0IDQ4LjQwMDggNDQgNTAuNTM5OSA0Mi45MTAxQzUyLjQyMTUgNDEuOTUxMyA1My45NTEzIDQwLjQyMTUgNTQuOTEwMSAzOC41Mzk5QzU2IDM2LjQwMDggNTYgMzMuNjAwNSA1NiAyOFYyNEM1NiAxOC4zOTk1IDU2IDE1LjU5OTIgNTQuOTEwMSAxMy40NjAxQzUzLjk1MTMgMTEuNTc4NSA1Mi40MjE1IDEwLjA0ODcgNTAuNTM5OSA5LjA4OTkzQzQ4LjQwMDggOCA0NS42MDA1IDggNDAgOEgyMUMxOC44NTYzIDggMTYuOTk5OSA1LjcwMjQ4IDE1LjI3NjggMy41Njk5MloiIGZpbGw9IiMxQTFBMUEiLz4KPC9zdmc+Cg==");
    position: absolute;
    top: -14px;
    left: 0;
    right: 0;
    width: 22px;
    margin: 0 auto;
}
.VV_GiftCardPageDetail__Notice{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 11px;
    border: 1px solid var(--light-outline);
    border-radius: 16px;
}
.VV_GiftCardPageDetail__NoticeIcon{
    width: 40px;
    height: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 12px 0 0;
    position: relative;
}
.VV_GiftCardPageDetail__NoticeIconSrc{
    width: 45px;
    height: 45px;
    position: absolute;
    left: 0;
    top: -5px;
}
.VV_GiftCardPageDetail__NoticeText{
    max-width: 374px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}
.VV_GiftCardPageDetail__NoticeText a{
    font-weight: 600;
    color: var(--light-primary);
}
.VV_GiftCardPageDetail__AddToCart{
    width: 330px;
    position: relative;
}
.VV_GiftCardPageQuantity__Link .VV_Button__Img,
.VV_GiftCardPageDetailButton .VV_Button__Img{
    stroke: none;
}
.VV_GiftCardPageDetail__AddToCart._added .VV_GiftCardPageDetail__Quantity{
    display: block;
}
.VV_GiftCardPageDetail__AddToCart._added .VV_GiftCardPageDetailButton{
    display: none;
}
.VV_GiftCardPageDetail__Quantity{
    display: none;
}

@media (max-width: 767px){
    .VV_GiftCardPageDetail__AddToCart{
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 9.07%, #FFF 18.18%, #FFF 100%);
        padding: 20px 10px 12px;
        z-index: 5;
    }
    .Footer__Main,
    .iOs .Footer__Main {
        padding-bottom: 75px;
    }
    body._card-added .Footer__Main,
    .iOs body._card-added .Footer__Main {
        padding-bottom: 110px;
    }
}

/*блок выбор номинала*/
/*блок добавление в корзину*/
.VV_GiftCardPageQuantity{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.VV_GiftCardPageQuantity__Group{
    width: 122px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 8px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--light-surface2);
    padding: 14px 16px;
    min-height: 52px;
    border-radius: 12px;
}
.VV_GiftCardPageQuantity__Button,
.VV_GiftCardPageQuantity__Input{
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
}
.VV_GiftCardPageQuantity__Button{
    cursor: pointer;
    width: 16px;
    height: 16px;
}
.VV_GiftCardPageQuantity__ButtonIco{
    fill: currentColor;
    width: 100%;
    height: 100%;
}
.VV_GiftCardPageQuantity__InputWrap{
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}
.VV_GiftCardPageQuantity__Input{
    width: 100%;
    text-align: center;
}
.VV_GiftCardPageQuantity__LinkWrap{
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}

.VV_GiftCardPageQuantity__Note{
    display: none;
    width: 100%;
    margin: 0 0 4px;
}
.VV_GiftCardPageQuantity__NoteImg{
    flex-shrink: 0;
    margin-right: 4px;
}

@media (max-width: 767px){
    .VV_GiftCardPageQuantity__Note{
        display: flex;
    }
}

/*блок добавление в корзину*/
/*блок хороший выбор*/
.VV_GiftCardPageFeatures{
    margin: 0 0 80px;
}
.VV_GiftCardPageFeatures__Row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -12px;
}
.VV_GiftCardPageFeatures__Col{
    padding: 12px;
    width: 33.333%;
}
.VV_GiftCardPageFeatures__Item{
    position: relative;
    border-radius: 32px;
    background: -o-linear-gradient(104deg, rgba(235, 235, 235, 0), rgba(244, 244, 244));
    background: linear-gradient(-14deg, rgba(235, 235, 235, 0), rgba(244, 244, 244));
    overflow: hidden;
}
.VV_GiftCardPageFeatures__Image{
    height: 280px;
    position: relative;
}
.VV_GiftCardPageFeatures__ImagePath{
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.VV_GiftCardPageFeatures__ImagePath:not(.inited){
    opacity: 0;
}
.VV_GiftCardPageFeatures__ImagePath._tablet,
.VV_GiftCardPageFeatures__ImagePath._mobile{
    display: none;
}
.VV_GiftCardPageFeatures__ImagePath._card{
    top: 2px;
}
.VV_GiftCardPageFeatures__ImagePath._gift{
    left: 1px;
    top: -1px;
}
.VV_GiftCardPageFeatures__Content{
    padding: 0 40px 40px;
}
.VV_GiftCardPageFeatures__ItemTitle{
    margin: 0 0 16px;
}
.VV_GiftCardPageFeatures__ItemText br{
    display: none;
}
@media (min-width: 346px) and (max-width: 396px) {
    .VV_GiftCardPageFeatures__ItemText br{
        display: initial;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .VV_GiftCardPageFeatures__ImagePath._tablet{
        display: block;
    }
    .VV_GiftCardPageFeatures__ItemText br{
        display: initial;
    }
}
@media (max-width: 1279px){
    .VV_GiftCardPageFeatures__Row{
        margin: -8px;
    }
    .VV_GiftCardPageFeatures__Col{
        padding: 8px;
    }
    .VV_GiftCardPageFeatures__Image{
        height: 240px;
    }
    .VV_GiftCardPageFeatures__ImagePath{
        max-width: 100%;
        height: auto;
    }
    .VV_GiftCardPageFeatures__Content{
        padding: 0 16px 24px;
    }
    .VV_GiftCardPageFeatures__ItemTitle{
        white-space: nowrap;
    }
}
@media (max-width: 1023px){
    .VV_GiftCardPageFeatures{
        margin-bottom: 64px;
    }
    .VV_GiftCardPageFeatures__Image{
        height: 188px;
    }
    .VV_GiftCardPageFeatures__ImagePath._desktop{
        display: none;
    }
    .VV_GiftCardPageFeatures__Content{
        padding: 0 24px 24px;
    }
    .VV_GiftCardPageFeatures__ItemTitle{
        margin-bottom: 8px;
    }
}
@media (max-width: 767px){
    .VV_GiftCardPageFeatures{
        margin-bottom: 40px;
    }
    .VV_GiftCardPageFeatures__Row{
        margin: 0;
    }
    .VV_GiftCardPageFeatures__Col{
        width: 100%;
        padding: 0;
        margin: 0 0 12px;
    }
    .VV_GiftCardPageFeatures__Col:last-child{
        margin-bottom: 0;
    }
    .VV_GiftCardPageFeatures__Item{
        padding: 20px;
        min-height: 185px;
        background: -o-linear-gradient(104deg, rgba(235, 235, 235, .15), rgba(244, 244, 244));
        background: linear-gradient(-14deg, rgba(235, 235, 235, .15), rgba(244, 244, 244));
    }
    .VV_GiftCardPageFeatures__Image{
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .VV_GiftCardPageFeatures__ImagePath._mobile{
        display: block;
        position: relative;
    }
    .VV_GiftCardPageFeatures__Content{
        padding: 0;
    }
    .VV_GiftCardPageFeatures__ItemTitle{
        margin-bottom: 12px;
    }
    .VV_GiftCardPageFeatures__ItemText{
        width: calc(100% - 106px);
    }
}
/*блок хороший выбор*/
/*блок вопрос-ответ*/
.VV_GiftCardPageFAQ{
    margin: 0 0 64px;
}
.VV_GiftCardPageFAQ__Title{
    text-align: center;
    margin: 0 0 24px;
}
.VV_GiftCardPageFAQ__Items{
    max-width: 792px;
    margin: 0 auto;
}
/*блок вопрос-ответ*/
/*блок b2b*/
.VV_GiftCardPageB2B{
    margin: 0 0 40px;
}
.VV_GiftCardPageB2B__Banner{
    max-width: 902px;
    margin: 0 auto;
    border-radius: 40px;
    padding: 64px;
    position: relative;
    overflow: hidden;
}
.VV_GiftCardPageB2B__BannerImage{
    position: absolute;
    right: 55px;
    bottom: 0;
}
.VV_GiftCardPageB2B__BannerImageSrc._tablet{
    display: none;
}
.VV_GiftCardPageB2B__BannerContent{
    max-width: 480px;
}
.VV_GiftCardPageB2B__BannerTitle{
    margin: 0 0 12px;
}
.VV_GiftCardPageB2B__BannerText{
    max-width: 430px;
    margin: 0 0 32px;
}
.VV_GiftCardPageB2B__BannerBtn{
    max-width: 219px;
}
/*блок b2b*/
/*блок горячая линия*/
.VV_GiftCardPageCall{
    margin: 0 0 64px;
}
.VV_GiftCardPageCall__Group{
    width: 100%;
    max-width: 792px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 32px;
    background-color: var(--light-space);
    border-radius: 40px;
}
.VV_GiftCardPageCall__Item{
    width: 50%;
    text-align: center;
}
.VV_GiftCardPageCall__Item:first-child{
    padding: 0 33px 2px 0;
}
.VV_GiftCardPageCall__Item:last-child{
    padding: 0 0 2px 33px;
    border-left: 1px solid var(--light-outline);
}
.VV_GiftCardPageCall__Text{
    color: var(--light-secondary);
    margin: 0 0 12px;
}
.VV_GiftCardPageCall__Btn{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--light-brand1);
    background-color: var(--white);
    border-radius: 16px;
    min-height: 56px;
    padding: 16px 20px;
    margin-bottom: 10px;
}
.VV_GiftCardPageCall__Btn:last-child{
    margin-bottom: 0;
}
/*блок горячая линия*/
/*фиксированный блок*/
.VV_GiftCardPageSticky{
    position: fixed;
    border-radius: 24px;
    background: var(--light-surface1);
    -webkit-box-shadow: 0px 4px 20px 0px rgba(26, 26, 26, 0.08);
    box-shadow: 0px 4px 20px 0px rgba(26, 26, 26, 0.08);
    padding: 16px;
    width: 372px;
    z-index: 10;
    bottom: 40px;
    left: calc(50% - 186px);
    -webkit-transition: bottom .3s ease, transform .3s ease, opacity .3s ease;
    -o-transition: bottom .3s ease, transform .3s ease, opacity .3s ease;
    transition: bottom .3s ease, transform .3s ease, opacity .3s ease;
}
.VV_GiftCardPageSticky._hide{
    transform: translateY(100%);
    opacity: 0;
    bottom: 0;
}
.VV_GiftCardPageSticky__Quantity{
    margin: 0 0 8px;
}
.VV_GiftCardPageSticky__Notice{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.VV_GiftCardPageSticky__NoticeIco{
    width: 20px;
    height: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 4px 0 0;
    fill: currentColor;
}
.VV_GiftCardPageSticky__NoticeText{
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}
/*фиксированный блок*/
@media (min-width: 768px){
    .VV_GiftCardPageDetail__DesignItem._hidden{
        display: none;
    }
    .VV_GiftCardPageDetail__DesignItem:hover .VV_GiftCardPageDetail__DesignTooltip {
        display: block;
        opacity: 1;
        visibility: visible;
    }
}
@media (min-width: 1024px){
    .VV_GiftCardPageDetail__Notice._mobile{
        display: none;
    }
}
@media (max-width: 1279px){
    /*блок выбор номинала*/
    .VV_GiftCardPageDetail__Col._left{
        -webkit-box-flex: 1;
        -ms-flex: 1 1;
        flex: 1 1;
    }
    .VV_GiftCardPageDetail__Col._right{
        margin: 0 0 0 32px;
    }
    /*блок выбор номинала*/
}
@media (max-width: 1023px){
    .VV_GiftCardPage{
        padding-top: 26px;
    }
    .VV_GiftCardPage__Heading{
        margin-bottom: 24px;
    }
    .VV_GiftCardPage__Title{
        max-width: 450px;
    }
    /*блок выбор номинала*/
    .VV_GiftCardPageDetail{
        max-width: 500px;
        padding-bottom: 0;
    }
    .VV_GiftCardPageDetail__Row{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .VV_GiftCardPageDetail__Col._left{
        width: 100%;
        margin: 0 0 24px;
    }
    .VV_GiftCardPageDetail__Col._right{
        width: 100%;
        margin: 0;
    }
    .VV_GiftCardPageDetail__Card{
        margin-bottom: 0;
    }
    .VV_GiftCardPageDetail__Denomination{
        position: relative;
        margin-bottom: -8px;
    }
    .VV_GiftCardPageDetail__Denomination::after{
        content: '';
        display: block;
        width: 30px;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.00)), to(#FFF));
        background: -o-linear-gradient(left, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
        pointer-events: none;
    }
    .VV_GiftCardPageDetail__DenominationInner{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow-y: hidden;
        overflow-x: auto;
        -webkit-overflow-scrolling: none;
        padding-bottom: 8px;
        margin-bottom: 8px;
        position: relative;
    }
    .VV_GiftCardPageDetail__DenominationList{
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .VV_GiftCardPageDetail__DenominationItem{
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .VV_GiftCardPageDetail__Notice{
        margin: 0 0 12px;
    }
    .VV_GiftCardPageDetail__Notice._desktop{
        display: none;
    }
    .VV_GiftCardPageDetail__Design{
        width: 510px;        
    }
    .VV_GiftCardPageDetail__DesignList{
        margin-bottom: -2px;
    }
    .VV_GiftCardPageDetail__DesignItem{
        margin-bottom: 2px;
    }
    .VV_GiftCardPageDetail__AddToCart{
        width: 100%;
    }
    /*блок выбор номинала*/
    /*блок добавление в корзину*/
    .VV_GiftCardPageQuantity__Group{
        width: 120px;
    }
    /*блок добавление в корзину*/
    /*блок вопрос-ответ*/
    .VV_GiftCardPageFAQ{
        margin-bottom: 18px;
    }
    .VV_GiftCardPageFAQ__Title{
        margin-bottom: 8px;
    }
    /*блок вопрос-ответ*/
    /*блок b2b*/
    .VV_GiftCardPageB2B{
        margin-bottom: 24px;
    }
    .VV_GiftCardPageB2B__Banner{
        padding: 64px 34px;
        border-radius: 24px;
    }
    .VV_GiftCardPageB2B__BannerImage{
        right: 25px;
    }
    .VV_GiftCardPageB2B__BannerImageSrc._desktop{
        display: none;
    }
    .VV_GiftCardPageB2B__BannerImageSrc._tablet{
        display: block;
    }
    .VV_GiftCardPageB2B__BannerContent{
        max-width: 410px;
    }
    /*блок b2b*/
    /*блок горячая линия*/
    .VV_GiftCardPageCall{
        margin-bottom: 40px;
    }
    .VV_GiftCardPageCall__Group{
        padding: 32px 70px 32px 64px;
        border-radius: 24px;
    }
    .VV_GiftCardPageCall__Item:first-child{
        padding: 0 53px 0 0;
    }
    .VV_GiftCardPageCall__Item:last-child{
        padding: 0 0 0 53px;
    }
    /*блок горячая линия*/
}
@media (min-width: 768px) {
    .VV_GiftCardPageDetail__DesignList{
        width: auto !important;
    }
}
@media (max-width: 767px) {
    .VV_GiftCardPage{
        padding: 10px 6px 0;
    }
    .VV_GiftCardPage__Heading{
        margin: 0 0 24px;
    }
    .VV_GiftCardPage__Title{
        max-width: 350px;
    }
    /*блок выбор номинала*/
    .VV_GiftCardPageDetail{
        margin-bottom: 40px;
    }
    .VV_GiftCardPageDetail__Block{
       margin-bottom: 16px;
    }
    .VV_GiftCardPageDetail__BlockTitle{
        margin-bottom: 12px;
    }
    .VV_GiftCardPageDetail__CardImage{
        width: 100%;
        border-radius: 12px;
    }
    .VV_GiftCardPageDetail__Denomination{
        margin: 0 -16px -8px;
    }
    .VV_GiftCardPageDetail__Denomination::after{
        display: none;
    }
    .VV_GiftCardPageDetail__DenominationInner{
        padding: 0 16px 8px;
    }
    .VV_GiftCardPageDetail__Design{
        width: auto;
        margin: -3px -16px -4px;
    }
    .VV_GiftCardPageDetail__DesignInner{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow-y: hidden;
        overflow-x: auto;
        -webkit-overflow-scrolling: none;
        margin-bottom: 8px;
        padding: 0px 12px 8px;
        position: relative;
    }
    .VV_GiftCardPageDetail__DesignList{
        flex-wrap: nowrap;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 100%;
        overflow: hidden;
        padding: 4px;
        transition: .2s max-height, .2s transform;
    }
    .VV_GiftCardPageDetail__DesignInner._multiRow .VV_GiftCardPageDetail__DesignList{
        flex-wrap: wrap;
    }
    .VV_GiftCardPageDetail__DesignInner._scrolled .VV_GiftCardPageDetail__DesignList{
        animation-name: cardsFirstMove;
        animation-duration: 1.25s;
        animation-iteration-count: 2;
        animation-delay: 1s;
    }
    @keyframes cardsFirstMove {
        from {
            transform: translate(0);
        }
        42% {
            transform: translate(-10px);
        }
        58% {
            transform: translate(-10px);
        }
        to {
            transform: translate(0px);
        }
    }
    .VV_GiftCardPageDetail__DesignItem{
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .VV_GiftCardPageDetail__DesignItem._show-all{
        display: none;
    }
    .VV_GiftCardPageDetail__DesignTooltip{
        display: none;
    }
    .VV_GiftCardPageDetail__Notice._mobile{
        margin: 0;
    }
    /*блок выбор номинала*/
    /*блок вопрос-ответ*/
    .VV_GiftCardPageFAQ{
        margin-bottom: 40px;
    }
    .VV_GiftCardPageFAQ__Title{
        margin-bottom: 16px;
    }
    .VV_GiftCardPageFAQ__Items{
        padding: 0 10px;
    }
    /*блок вопрос-ответ*/
    /*блок b2b*/
    .VV_GiftCardPageB2B{
        margin-left: -6px;
        margin-right: -6px;
    }
    .VV_GiftCardPageB2B__Banner{
        padding: 24px 20px 20px 20px;
        border-radius: 20px;
    }
    .VV_GiftCardPageB2B__BannerImage{
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -62px;
        margin-left: -22px;
    }
    .VV_GiftCardPageB2B__BannerImageSrc{
        width: 207px;
    }
    .VV_GiftCardPageB2B__BannerContent{
        max-width: 100%;
    }
    .VV_GiftCardPageB2B__BannerTitle{
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 8px;
    }
    .VV_GiftCardPageB2B__BannerText{
        max-width: 100%;
        margin-bottom: 163px;
        min-height: 72px;
    }
    .VV_GiftCardPageB2B__BannerBtn{
        max-width: 100%;
    }
    /*блок b2b*/
    /*блок горячая линия*/
    .VV_GiftCardPageCall__Group{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 28px 24px 32px;
        border-radius: 40px;
    }
    .VV_GiftCardPageCall__Item{
        width: 100%;
    }
    .VV_GiftCardPageCall__Item:first-child{
        padding: 0 0 30px;
        border-bottom: 1px solid var(--light-outline);
        margin: 0 0 30px;
    }
    .VV_GiftCardPageCall__Item:last-child{
        padding: 0;
        border-left: 0;
    }
    .VV_GiftCardPageCall__Text{
        max-width: 252px;
        margin: 0 auto 16px;
    }
    /*блок горячая линия*/
    /*фиксированный блок*/
    .VV_GiftCardPageSticky{
        border-radius: 0;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.00)), color-stop(9.07%, #FFF), color-stop(18.18%, #FFF), to(#FFF));
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0.00) 0%, #FFF 9.07%, #FFF 18.18%, #FFF 100%);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 9.07%, #FFF 18.18%, #FFF 100%);
        box-shadow: none;
        padding: 20px 10px 14px;
        width: 100%;
        bottom: 0;
        left: 0;
    }
    .VV_GiftCardPageSticky{
        display: none;
    }
    .VV_GiftCardPageSticky__Quantity{
        margin-bottom: 4px;
    }
    .VV_GiftCardPageSticky__Notice{
        padding: 0 0 0 4px;
    }
    .VV_GiftCardPageSticky .VV_GiftCardPageQuantity__Group{
        width: 132px;
    }
    /*фиксированный блок*/
}
@media (max-width: 360px) {
    .VV_GiftCardPageQuantity__Group{
        width: 92px;
        margin-right: 4px;
    }
    .VV_GiftCardPageSticky .VV_GiftCardPageQuantity__Group{
        width: 104px;
    }
}

/* Как это работает */
.VV_GiftCardPageBuyWay{
    border-radius: 40px;
    padding: 64px 64px 0;
    margin: 0 0 80px;
    overflow: hidden;
    position: relative;
}
.VV_GiftCardPageBuyWay::before{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.VV_GiftCardPageBuyWay__Container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    z-index: 1;
}
.VV_GiftCardPageBuyWay__Content{
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    margin: 0 49px 64px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.VV_GiftCardPageBuyWay__Image{
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: auto 0 -1px;
}
.VV_GiftCardPageBuyWay__ImageSrc{
    max-width: 100%;
    height: auto;
    display: block;
}
.VV_GiftCardPageBuyWay__ImageSrc:not(.inited){
    opacity: 0;
}
.VV_GiftCardPageBuyWay__Title{
    width: 100%;
    margin: 0 0 auto;
}
.VV_GiftCardPageBuyWay__Group{
    width: 100%;
}
.VV_GiftCardPageBuyWay__Row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -12px;
}
.VV_GiftCardPageBuyWay__Col{
    width: 33.333%;
    padding: 0 12px;
}
.VV_GiftCardPageBuyWay__ItemCount{
    font-family: 'Villula';
    font-size: 30px;
    width: 64px;
    height: 64px;
    border-radius: 20px;
    padding: 6px 0 0;
    margin: 0 0 24px;
    text-align: center;
    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;
}
@media (min-width: 768px) {
    .VV_GiftCardPageBuyWay::before{
        background-image: url('/cards/img/buy-way/bg--desktop.svg');
        background-repeat: no-repeat;
        background-position: 15% 100%;
    }
}
@media (min-width: 1024px) {
    .VV_GiftCardPageBuyWay::before{
        background-position: 100% 100%;
    }
}
@media (max-width: 1279px) {
    .VV_GiftCardPageBuyWay{
        padding: 40px 32px 0 32px;
    }
    .VV_GiftCardPageBuyWay__Content{
        margin: 0 24px 40px 0;
    }
    .VV_GiftCardPageBuyWay__Row{
        margin: 0 -8px;
    }
    .VV_GiftCardPageBuyWay__Col{
        padding: 0 8px;
    }
    .VV_GiftCardPageBuyWay__Image{
        width: 264px;
    }
}
@media (max-width: 1023px) {
    .VV_GiftCardPageBuyWay{
        padding: 40px 40px 0 40px;
    }
    .VV_GiftCardPageBuyWay__Content{
        margin-right: 52px;
    }
    .VV_GiftCardPageBuyWay__Group{
        margin: -5px 0 0;
    }
    .VV_GiftCardPageBuyWay__Image{
        width: 240px;
        margin-bottom: -10px;
    }
    .VV_GiftCardPageBuyWay__Title{
        margin-bottom: 40px;
    }
    .VV_GiftCardPageBuyWay__Row{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        margin: 0;
    }
    .VV_GiftCardPageBuyWay__Col{
        width: 100%;
        padding: 0;
        margin: 0 0 16px;
    }
    .VV_GiftCardPageBuyWay__Col:last-child{
        margin-bottom: 0;
    }
    .VV_GiftCardPageBuyWay__Item{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .VV_GiftCardPageBuyWay__ItemCount{
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 52px;
        height: 52px;
        border-radius: 12px;
        padding-top: 2px;
        margin: 0 12px 0 0;
        font-size: 17px;
    }
    .VV_GiftCardPageBuyWay__ItemDesc{
        -webkit-box-flex: 1;
            -ms-flex: 1 1;
                flex: 1 1;
    }
    .VV_GiftCardPageBuyWay__ItemDesc br{
        display: none;
    }
}

@media (max-width: 767px){
    .VV_GiftCardPageBuyWay{
        padding: 24px 16px 0;
        margin: 0 -16px 40px;
        border-radius: 24px;
    }
    .VV_GiftCardPageBuyWay::before{
        background-image: -o-linear-gradient(104deg, rgba(233, 248, 238, .35) 0%, rgba(233, 248, 238, .15), rgba(233, 248, 238, 0) 100%); 
        background-image: linear-gradient(-14deg, rgba(233, 248, 238, .35) 0%, rgba(233, 248, 238, .15), rgba(233, 248, 238, 0) 100%);
    }
    .VV_GiftCardPageBuyWay__Container{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .VV_GiftCardPageBuyWay__Content{
        margin: 0 0 40px;
    }
    .VV_GiftCardPageBuyWay__Group{
        margin: 0;
    }
    .VV_GiftCardPageBuyWay__Image{
        width: 254px;
        margin: 0 auto -43px;
    }
    .VV_GiftCardPageBuyWay__Title{
        margin-bottom: 20px;
        text-align: center;
    }
}
/* Как это работает */
/* End */


/* Start:/cards/css/header.css?17610327194451*/
.VV_GiftCardPageHeader{
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 20;
    background: var(--light-space);
}
.VV_GiftCardPageHeader._cart{
    border-bottom: 1px solid var(--light-outline);
}
.VV_GiftCardPageHeader__Inner {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 0;
}
.VV_GiftCardPageHeader__Col{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.VV_GiftCardPageHeader__LogoWrap{
    position: relative;
    padding: 0 16px 0 0;
    margin: 0 16px 0 0;
}
.VV_GiftCardPageHeader__LogoWrap:before{
    content: '';
    position: absolute;
    height: 24px;
    width: 1px;
    top: 50%;
    right: 0;
    background: var(--light-outline);
    transform: translateY(-50%);
}
.VV_GiftCardPageHeader__Logo{
    height: 20px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.VV_GiftCardPageHeader__LogoSrc{
    width: 112px;
    display: block;
}
.VV_GiftCardPageHeader__Info{
    max-width: 150px;
    color: var(--light-secondary);
    text-transform: uppercase;
    font-weight: 400;
}
.VV_GiftCardPageHeader__Item{
    color: var(--light-secondary);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.bx-no-touch .VV_GiftCardPageHeader__Item:hover{
    color: var(--light-primary);    
}
.VV_GiftCardPageHeader__ItemIco{
    fill: currentColor;
    margin: 0 0 4px;
}
.VV_GiftCardPageHeader__Cart{
    margin: 0 16px 0 0;
}
.VV_GiftCardPageHeader__Cart:last-child{
    margin-right: 0;
}
.VV_GiftCardPageHeader__CartContainer{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.VV_GiftCardPageHeader__CartContainer.DeliveryBasket__stateEmpty .VV_GiftCardPageHeader__CartPrice,
.VV_GiftCardPageHeader__CartContainer.DeliveryBasket__stateEmpty .VV_GiftCardPageHeader__CartCount{
    display: none;
}
.VV_GiftCardPageHeader__CartContainer.DeliveryBasket__stateEmpty .VV_GiftCardPageHeader__CartText{
    display: block;
}
.VV_GiftCardPageHeader__CartPrice{
    min-height: 20px;
    padding: 0 6px;
    border-radius: 444px;
    background: var(--light-brand1);
}
.VV_GiftCardPageHeader__CartCount,
.VV_GiftCardPageHeader__CartText{
    display: none;
}
.VV_GiftCardPageHeader__ItemIco{
    fill: currentColor;
}
.VV_GiftCardPageHeader__Item._active .VV_GiftCardPageHeader__ItemIco{
    fill: var(--light-brand1) !important;
}

@media (max-width: 1023px){
    .VV_GiftCardPageHeader__Inner{
        padding: 8px 6px;
    }
}
@media (max-width: 767px) {
    .VV_GiftCardPageHeader._cart .VV_GiftCardPageHeader__Inner{
        padding-bottom: 11px;
    }
    .VV_GiftCardPageHeader__Inner{
        padding: 16px 6px;
    }
    .VV_GiftCardPageHeader__LogoWrap {
        padding-right: 16px;
        margin-right: 16px;
    }
    .VV_GiftCardPageHeader__LogoSrc{
        width: 32px;
    }
    .VV_GiftCardPageHeader__CartContainer{
        position: relative;
    }
    .VV_GiftCardPageHeader__ItemIco{
        margin-bottom: 0;
    }
    .VV_GiftCardPageHeader__ItemIco._active-cart{
        display: block;
    }
    .VV_GiftCardPageHeader__CartContainer:not(.DeliveryBasket__stateEmpty){
        color: var(--light-brand1);
    }
    .VV_GiftCardPageHeader__CartContainer:not(.DeliveryBasket__stateEmpty) .VV_GiftCardPageHeader__ItemIco._default-cart{
        display: none;
    }
    .VV_GiftCardPageHeader__ItemText,
    .VV_GiftCardPageHeader__CartText,
    .VV_GiftCardPageHeader__CartPrice,
    .VV_GiftCardPageHeader__CartContainer.DeliveryBasket__stateEmpty .VV_GiftCardPageHeader__CartText,
    .VV_GiftCardPageHeader__CartContainer.DeliveryBasket__stateEmpty .VV_GiftCardPageHeader__ItemIco._active-cart{
        display: none;
    }
    .VV_GiftCardPageHeader__CartCount{
        width: 18px;
        height: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        position: absolute;
        right: -8px;
        top: -8px;
        z-index: 1;
        font-weight: 600;
        border-radius: 50%;
    }
}
/* End */
/* /cards/css/style.css?17610327191312 */
/* /cards/css/detail.css?176848214531681 */
/* /cards/css/header.css?17610327194451 */
