

/* Start:/cards/css/style.css?17392760001311*/
.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:62px
    }
}

/* End */


/* Start:/local/templates/main-responsive/css/header_media.css?174360152625844*/
.Header._new2024 {
    height: auto;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-box-shadow: 0 4px 20px 0 rgba(26, 26, 26, 0.08);
            box-shadow: 0 4px 20px 0 rgba(26, 26, 26, 0.08);
}
.Header__container {
    background-color: var(--white);
}
.Header._new2024 .HeaderBottom {
    z-index: -1;
}
.HeaderLevel__Row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px 0;
}

.HeaderLevel__Col._logo{
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 24px;
    padding-bottom: 0;
}
.HeaderLevel__Col._media-sections{
    margin-right: 24px;
}
.HeaderLevel__Col._media-search,
.HeaderLevel__Col._fav {
    margin: 0 12px 0 auto;
}

.HeaderLevel__Col._auth{
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 11px 0 11px
}

/* LOGO */

.Header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.LogoContainer {
    line-height:1.2
}
.LogoContainer,
.LogoContainer a,
.LogoContainer .Logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.SvgIcon--logo-beta._desktop {
    display: block;
    width: 168px;
    height: 17px;
}
.SvgIcon--logo-beta._mobile {
    display :none;
    width: 108px;
    height: 22px;
}

.SvgIcon--logo-beta svg {
    width:100%;
    height:100%
}

/* _media-sections */

.HeaderMediaSectionsTblWrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
}
.HeaderMediaSections__InShop {
    position: relative;
    margin: 0;
    padding-right: 24px;
}
.HeaderMediaSections__InShop::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: calc(100% + 3px);
    background: var(--light-outline);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);   
}
.HeaderMediaSections__GreenLink {
    position: relative;
    padding-left: 20px;
    display: block;
    padding: 4px 12px 4px 26px;
    border-radius: 8px;
    color: var(--green550);
    background-color: var(--green50);
    white-space: nowrap;
}
.HeaderMediaSections__GreenLinkText {
    padding: 4px 0;
}
.HeaderMediaSections__GreenLinkImg {
    position: absolute;
    left: 6px;
    top: 50%;
    -webkit-transform: translateY(-46%);
        -ms-transform: translateY(-46%);
            transform: translateY(-46%);
}

@media (any-hover: hover){
    a.HeaderMediaSections__GreenLink:hover {
        color: var(--white);
        background-color: var(--green300);
    }
}
._mediaSection .HeaderProfileCart__Col._opened .HeaderDropdown__Content {
    right: -3px;
}
._mediaSection .VV_DDFriendShip20__ListItem{
    list-style: disc !important;
}
._mediaSection .VV_DDFriendShip20__List{
    padding-left: 18px;
}
.HeaderDropdown__Content .HeaderMediaSections__GreenLink {
    min-width: 116px;
    padding: 6px 16px 6px 36px;
    color: var(--green500);
    background-color: var(--green50);
}
.HeaderDropdown__Content .HeaderMediaSections__GreenLinkImg {
    top: 50%;
    left: 15px;  
}
.HeaderMediaSectionsTbl {
    position: relative;
    display: table;
    width: 100%;
    table-layout: fixed;
}
.HeaderMediaSectionsTbl__TblCell {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.HeaderMediaSections__Row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.HeaderMediaSections__Col {
    width: auto;
}
.HeaderMediaSections__Col:not(:last-child) {
    width: auto;
    margin-right: 24px;
}
.HeaderMediaSections__Link {
    position: relative;
    display: block;
    padding: 4px 4px;
    border-radius: 5px;
    color: var(--light-primary) !important;
    -webkit-transition: .3s all !important;
    -o-transition: .3s all !important;
    transition: .3s all !important;
}
.HeaderMediaSections__Link:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    width: 100%;
    height: 105%;
    -webkit-transform: translate(-50%,-50%) scale(0,0);
        -ms-transform: translate(-50%,-50%) scale(0,0);
            transform: translate(-50%,-50%) scale(0,0);
    background-color: var(--light-surface2);
    border-radius: 8px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.HeaderMediaSections__Link:hover:before {
    -webkit-transform: translate(-50%,-50%) scale(1,1);
        -ms-transform: translate(-50%,-50%) scale(1,1);
            transform: translate(-50%,-50%) scale(1,1);
}

/* ICON */

.HeaderMediaIcon {
    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;
    width: 50px;
    height: 50px;
    padding: 0;
    border: 0;
    border-radius: 12px;
    background: var(--light-space);
    background-image: none;
    cursor: pointer;
    -webkit-transition: .3s all !important;
    -o-transition: .3s all !important;
    transition: .3s all !important;
}
.HeaderMediaIcon._m-search {
    color: var(--light-primary);
}
.HeaderMediaIcon._fav {
    color: var(--light-secondary);
}
.HeaderMediaIcon._fav._has .HeaderMediaIcon__ImgWrp svg {
    color: var(--purple4);
}
.HeaderMediaIcon._fav._has .HeaderMediaIcon__ImgWrp svg path {
    fill: var(--purple4);
}
.HeaderMediaIcon:hover {
    color: var(--purple2) !important;
    background-color: var(--purple7);
}
.HeaderMediaIcon__ImgWrp {
    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;
}

/* _profile-cart */

.HeaderProfileCart {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
    background: var(--light-space);
    border-radius: 12px;
}
.HeaderProfileCart__Col._profile {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
}
.HeaderProfileCart__Col._cart {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    height: 100%;
}
.HeaderProfileCart._with-cart {
    min-width: 100px;
}
.HeaderProfileCart._with-cart .HeaderProfileCart__Col._cart {
    flex-basis: 50px;
}

/* PROFILE */

.Header._media .UniversMainIcBtn._profile {
    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;
    width:50px;
    height:50px;
    background-color: var(--light-space);
    border-radius: 12px;
}
.Header._media .HeaderProfileCart._with-cart .UniversMainIcBtn._profile {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.Header._media .UniversMainIcBtn._profile::after {
    top: 10px;
}
.Header._media .UniversMainIcBtn._profile::before {
    content: '';
    position: absolute;
    bottom: -2px;
    right: 0%;
    width: calc(100% + 8px);
    height: 12px;
}
.Header._media .UniversMainIcBtn._profile .UniversMainIcBtn__ImgWrp  {
    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;
}
.Header._media .UniversMainIcBtn._profile:hover {
    color: var(--purple2) !important;
    background-color: var(--purple7);
}
.Header._media .HeaderDropdown__Content {
    margin: 0;
    padding-top: 0;
}
._mediaSection .HeaderDropdown__Content.js-vv23-side-sliding-menu__geo-container .HeaderSubMenu__Header {
    display: none;
}

/* CART */

.HeaderCart {
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    padding: 2px 5px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    text-align: center;
    color: var(--light-surface1) !important;
    background-color: var(--purple4);
    border: none;
    -webkit-transition: .3s background-color;
    -o-transition: .3s background-color;
    transition: .3s background-color;
}
.HeaderCart:hover {
    background-color: var(--purple3);
}
.HeaderCart__Img {
    display: block;
}
.HeaderCart__Price{
    min-width: 30px;
    padding: 0 4px 0;
    font-weight: 400;
    text-align: center;
    color: var(--light-surface1);
    white-space: nowrap;
    font-weight: 400;
}
.HeaderCart__Price .Currency{
    margin-left: 2px;
}
.HeaderProfileCart__Col._cart._media-header .HeaderCart.DeliveryBasket__stateEmpty {
    display: none;
}

/* Медиа-шапка */

.Header._new2024.Header--sticky,
.Header._new2024._fixedTmp,
.Header._new2024._fixedAlways {
    position:fixed;
}
.Header._new2024+.Content {
    padding-top: 0;
}
.Header._new2024._fixedAlways+.Content,
.Header._new2024.Header--sticky+.Content {
    padding-top: 89px;
}

@media (min-width:768px) {
    .Header._new2024._fixedAlways+.Content,
    .Header._new2024.Header--sticky+.Content {
        padding-top: 60px;
    }
}

@media (min-width:1024px) {
    .Header._new2024._fixedAlways+.Content,
    .Header._new2024.Header--sticky+.Content {
        padding-top: 66px;
    }
}

.HeaderLevel__Col._auth .Dropdown--open .Dropdown__content{
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
}
.HeaderLevel__Col._auth .Dropdown__content{
    left: auto;
    right: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    min-width: 260px;
}
.UserDropdown .Dropdown__content{
    margin-top: 12px;
    left: auto;
    right: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
}
.UserDropdown__Notify{
    display: -ms-inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 18px;
    height: 18px;
    margin-left: 5px;
    margin-right: -10px;
    padding: 0 4px;
    border-radius: 18px;
    font-family: 'Euclid';
    font-weight: 400;
    vertical-align: text-bottom;
}
.LogoContainer__MediaText{
    margin: 4px 0 0;
    color: var(--green500);
}
.Header__Level._bottom{
    display: none;
}
.Header .Logo .SvgIcon--logo-beta._mobile{
    display: none;
}
.Header .Logo .SvgIcon--logo-beta .SvgIcon__symbol{
    display: block;
}

/* SWIPER */

.HeaderMediaSections__button {
    padding: 0;
    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;
    border-radius: 50%;
    -webkit-appearance: none;
        -moz-appearance: none;
            appearance: none;
    outline: none;
    opacity: 1;
    cursor: pointer;
    background: var(--light-on-primary);
    color: var(--light-primary) !important;
    border: 1px solid var(--light-outline);
    width: 32px;
    height: 32px;
    top: 50%;
    -webkit-filter: drop-shadow(-4px 0px 4px rgba(179,179,179,0.1));
            filter: drop-shadow(-4px 0px 4px rgba(179,179,179,0.1));
    position: absolute;
    z-index: 3;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: .3s background-color !important;
    -o-transition: .3s background-color !important;
    transition: .3s background-color !important;
}
.HeaderMediaSections__button:hover{
    background: var(--light-surface3);
}
.HeaderMediaSections__button._next {
    right: -3px;
    -webkit-box-shadow: -18px 0px 14px rgba(255, 255, 255, 1);
            box-shadow: -18px 0px 14px rgba(255, 255, 255, 1);
}
.HeaderMediaSections__button._prev {
    left: -2px;
    -webkit-box-shadow: 18px 0px 14px rgba(255, 255, 255, 1);
            box-shadow: 18px 0px 14px rgba(255, 255, 255, 1);
}
.HeaderMediaSections__button.swiper-button-disabled {
    display: none !important;
}
.HeaderMediaSections__button .SvgIcon {
    width: 7px;
    height: 10px;
    position: relative;
}
.HeaderMediaSections__button._prev .SvgIcon {
    right: 1px;
}
.HeaderMediaSections__button._next .SvgIcon {
    right: 0;
}
.HeaderMediaSections__button{
    display: none;
}
.HeaderMediaSections._init ~ .HeaderMediaSections__button{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.VV_HeaderMediaModalMenu__Inner{
    padding: 20px 0 76px;
}
.VV_HeaderMediaModalMenu__Header{
    margin: 0 0 10px;
    padding: 0 0 18px;
    border-bottom: 1px solid var(--gray100);
}
.VV_HeaderMediaModalMenu__SectionsLink{
    position: relative;
    display: block;
    padding: 33px 40px 32px 0;
    border-bottom: 1px solid var(--gray100);
}
.VV_HeaderMediaModalMenu__SectionsLink:after{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 10px;
    height: 10px;
    border: 2px solid var(--gray500);
    border-left: 0;
    border-bottom: 0;
    -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
}
.VV_HeaderMediaModalMenu__BackLink{
    display: block;
    padding: 32px 0;
    color: var(--gray500);
}
.VV_HeaderMediaModalMenu__Footer{
    margin-top: 47px;
    border-top: 1px solid var(--gray100);
    padding-top: 40px;
}

/* BURGER */

.HeaderLevel__Burger{
    margin: 0 10px 0 0;
    display: none;
}
.VVHeaderBurgerStandart{
    display: block;
    width: 24px;
    height: 24px;
}
.VVHeaderBurgerStandart__Img._close{
    display: none;
}
.VVHeaderBurgerStandart._active .VVHeaderBurgerStandart__Img._close{
    display: block;
}
.VVHeaderBurgerStandart._active .VVHeaderBurgerStandart__Img._open{
    display: none;
}


@media (min-width: 1024px) {

    /* HEADER DROPDOWN */

    .HeaderProfileCart__Col._opened .HeaderDropdown__Content, .HeaderDropdown._opened .HeaderDropdown__Content {
        left:auto;
        right: 0;
        width: 320px;
        height: auto;
        overflow: visible;
        clip: unset;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    .HeaderProfileCart__Col._opened._auth .HeaderDropdown__Content, .HeaderDropdown._opened._profile .HeaderDropdown__Content {
        width: 405px
    }

    .bx-touch .HeaderMain__Col._profile .HeaderDropdown__Content, .bx-touch .HeaderMain__Col._order .HeaderDropdown__Content {
        display: none
    }

    .HeaderDropdown__Outer.VerticalScroll {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .HeaderMediaSections__button:hover{
        color: currentColor !important;
        background-color: var(--light-surface3);
    }
    ._mobile .VV_FFXMenu .VV_FFXMenuItem{
        display: none !important;
    }
    ._mobile {
        overflow: visible;
        height: auto;
        width: auto;
    }
    ._mobile .Header._new2024._fixedTmp{
        position: static;
    }
    ._mobile .Header._new2024._fixedTmp.Header--sticky{
        position: fixed;
    }
}

@media (max-width: 1023px){

    .Header{
        -webkit-transform: translate(0);
            -ms-transform: translate(0);
                transform: translate(0);
        -webkit-transition: .5s transform;
        -o-transition: .5s transform;
        transition: .5s transform;
    }
    .Header._hide{
        -webkit-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
                transform: translateY(-100%);
    }
    .Header__logo {
        position: static;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        padding-top: 3px;
    }
    .HeaderBurger {
        padding: 5px 5px 5px 0;
        margin-right: 15px;
    }
    .HeaderBurger._active ._open,
    .HeaderBurger ._close {
        display:none;
    }
    .HeaderBurger._active ._close {
        display:block
    }
    .HeaderLevel._top {
        padding: 0 2px 0 0;
    }
    .HeaderLevel__Row {
        -webkit-box-pack:justify;
            -ms-flex-pack:justify;
        justify-content:space-between;
        padding: 10px 0;
    }
    .HeaderLevel__Col._profile-cart {
        display: none;
    }
    .HeaderLevel__Col._logo {
        margin-right: 0;
    }
    .HeaderMenuItem {
        height: 34px;
    }
    .Tooltip__mobile .SvgIcon--help {
        width: .9375rem;
        height: .9375rem;
        top: -.0625rem;
        color: rgba(147, 150, 157, .4);
    }
    .HeaderBurger {
        margin-right: 5px;
    }
    .Header .Logo .SvgIcon--logo-beta {
        display: none;
    }
    .Header .Logo .SvgIcon.SvgIcon--logo-beta._mobile {
        display: block;
        width: 108px;
        height: 22px;
        /* margin-left: 10px; */
        margin-top: 0px;
        margin-bottom: 0;
    }
    .LogoContainer__MediaText {
        margin: 2px 0 0;
    }
    .HeaderLevel__Burger{
        display: block;
        margin: 0 10px 4px 2px;
    }
    .VV_FFXMenu._active {
        top: 50px;
    }
    .HeaderLevel__Col._media-sections{
        margin: 0 auto;
    }
    .HeaderMediaSectionsTbl__TblCell {
        padding-left: 0;
    }
    .HeaderMediaSectionsTblWrp {
        gap: 0;
    }
    .HeaderMediaSections__InShop {
        padding-right: 13px;
    }
    .HeaderMediaSections__InShop::after {
        height: 18px;
    }
    .HeaderMediaIcon {
        width: 40px;
        height: 40px;
        border-radius: 10px;
    }

    .HeaderMediaIcon svg {
        width: 20px;
        height: 20px;
    }
    ._mobile_menu_media_opened .Header .HeaderLevel__Col._media-sections{
        display: none;
    }
    ._mobile_menu_media_opened .Header .HeaderLevel__Col._delivery{
        display: block;
    }
    .HeaderMediaSections__Link:before{
        display: none;
    }
    .HeaderLevel__Col._delivery {
        margin-right: 0;
    }
    .HeaderLevel__Col._media-search {
        margin: 0 0 0 10px;
    }
    .HeaderLevel__Col._fav {
        margin: 0 0 0 12px;
    }
    .HeaderMediaSections__GreenLink {
        color: var(--light-secondary);
        background-color: transparent;
    }
    .HeaderMediaSections__Col:not(:last-child) {
        margin-right: 9px;
    }
    .HeaderMediaSections._init ~ .HeaderMediaSections__button {
        display: none;
    }
    .HeaderMediaSections {
        padding-left: 8px;
    }
}

@media (max-width: 767px) {
    .HeaderLevel__Col._logo {
        margin-right: auto;
    }
    .HeaderBurger {
        margin-right: 7px;
    }
    .SvgIcon--logo-beta._desktop {
        display: none;
    }
    .SvgIcon--logo-beta._mobile {
        display: block;
    }
    .HeaderLevel__Col._search {
        margin-left: 0;
    }
    .HeaderLevel._top {
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 10px;
        padding-right: 10px;

    }
    .HeaderLevel__Col._media-search,
    .HeaderLevel__Col._fav {
        margin: 0 6px;
    }
    .HeaderMediaSectionsTblWrp{
        width: auto;
        margin: 10px -10px 0;
        border-top: 1px solid var(--gray100);
    }
    .HeaderMediaSections__Col:not(:last-child) {
        margin-right: 8px;
    }
    .HeaderLevel__Row{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding: 10px 0 0;
    }
    .Header._fixedTmp .HeaderLevel__Row {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }
    .HeaderLevel__Col._media-sections{
        width: 100%;
        -webkit-box-ordinal-group: 101;
            -ms-flex-order: 100;
                order: 100;
    }
    .HeaderMediaSections{
        padding: 0 9px;
    }
    .HeaderMediaSections__Link:after {
        bottom: 5px;
        z-index: -1;
    }
    .HeaderMediaSections__Link._active:after {
        width: calc(100% - 8px);
    }
    .HeaderMediaSections__button{
        display: none !important;
    }
    ._mobile_menu_media_opened .Header .Logo .SvgIcon--logo-beta._desktop {
        display: none;
    }
    ._mobile_menu_media_opened .Header .Logo .SvgIcon--logo-beta._mobile {
        display: block;
    }
    ._mobile_menu_media_opened .Header .LogoContainer__MediaText {
        margin: -1px 0 0;
    }
    .HeaderMediaSections__BackLink{
        padding: 0 11px 0 19px;
    }
    .VV_HeaderMediaModalMenu__Inner {
        padding: 18px 12px 32px;
    }
    .VV_HeaderMediaModalMenu__Header {
        margin: 0 0 20px;
        padding-bottom: 12px;
        border-bottom: 1px solid var(--gray100);
    }
    .VV_HeaderMediaModalMenu__SectionsLink {
        padding: 11px 40px 11px 0;
        border: 0;
    }
    .VV_HeaderMediaModalMenu__BackLink {
        padding: 10px 0;
    }
    .VV_HeaderMediaModalMenu__Footer {
        margin-top: 22px;
        padding-top: 32px;
    }
    .VV_HeaderMediaModalMenu__SectionsLink:after{
        width: 6px;
        height: 6px;
    }
    .Header .Logo .SvgIcon.SvgIcon--logo-beta._desktop {
        display: none;
        margin-left: 9px;
    }
    ._mobile_menu_media_opened .Header .Logo .SvgIcon._mobile {
        display: block;
    }
    .HeaderLevel__Burger {
        margin: 0 10px 0 0;
    }
    .HeaderLevel__Burger .VVHeaderBurgerStandart{
        margin-bottom: 1px;
    }
}

@media (max-width: 359px){
    .Header._new2024 .Header__logo {
        margin-right: 10px;
    }
}

@media (max-width: 350px){
    .HeaderLevel__Burger {
        margin: 0 0px 0 0;
    }
    .HeaderLevel__Col._media-search {
        margin: 0 0 0 3px;
    }
}

@media (max-width: 330px){
    .Header._new2024 .HeaderBurger {
        margin-right: 0px;
    }
    .Header._new2024 .Header__logo {
        margin-right: 0px;
    }
}

@media (max-width: 1023px){
    body._mobile .Header._new2024 {
        z-index:1100;
    }
    body._burger-menu-showed .HeaderDropdown__Content {    
        top: 64px;
        width: 100%;
        height: calc(100% - 102px);
        position: fixed;
    }
    .iOs body._burger-menu-showed .HeaderDropdown__Content{
        height: calc(100% - 114px);
    }    
    /* AB-test task 7011 */
        body._burger-menu-showed._change-to-scroll-tabbar-height._scrolled-to-top .HeaderDropdown__Content {
            height: calc(100% - 90px);
        }
        .iOs body._burger-menu-showed._change-to-scroll-tabbar-height._scrolled-to-top .HeaderDropdown__Content{
            height: calc(100% - 102px);
        } 
    /* END --- AB-test task 7011 */
    body._burger-menu-showed .HeaderDropdown__Content .HeaderDropdown__GOuter{
        width: 700px;
        margin: 0 auto;
    }
    body._burger-menu-showed .HeaderDropdown__Content._isGeo .HeaderDropdown__ContentLGeo {
        width: 748px;
        margin-left: -382px;
        left: 50%;
    }
    body._burger-menu-showed .HeaderDropdown__Content .HeaderSubMenuSlidingContainer .HeaderSubMenu {
        padding-left:0;
    }
}
@media (max-width: 767px){
    body._burger-menu-showed .HeaderDropdown__Content {
        top: 78px;
        height: calc(100% - 115px);
        position: fixed;
    }
    .iOs body._burger-menu-showed .HeaderDropdown__Content{
        height: calc(100% - 128px);
    } 
    /* AB-test task 7011 */
        body._burger-menu-showed._change-to-scroll-tabbar-height._scrolled-to-top .HeaderDropdown__Content {
            height: calc(100% - 103px);
        }
        .iOs body._burger-menu-showed._change-to-scroll-tabbar-height._scrolled-to-top .HeaderDropdown__Content{
            height: calc(100% - 116px);
        } 
    /* END --- AB-test task 7011 */
    body._burger-menu-showed .HeaderDropdown__Content .HeaderDropdown__GOuter{
        width: auto
    }
    body._burger-menu-showed .HeaderDropdown__Content._isGeo .HeaderDropdown__ContentLGeo {
        width: 100%;
        margin-left: 0;
        left: 0;
    }
    body._burger-menu-showed .HeaderDropdown__ContentLGeoImgInner {
        padding: 0 10px 0 10px;
    }
    body._burger-menu-showed .HeaderDropdown__Content .HeaderSubMenuSlidingContainer .HeaderSubMenu {
        padding-left:10px;
    }
}

/* Text fat control */
.VV_MediaSearchModalResElem__Title,
.VV_MediaSearchModalResList__Btn,
.VV_MediaSearchModalResElem__Title b,
.VV_MediaSearchModal__BodyCategsTitle{
    font-weight: 500;
}

.Header._media .VV_NOTIFY__ContainerInner {
    margin-top: 24px;
}
@media (max-width: 1023px){
    .Header._media .VV_NOTIFY__ContainerInner {
        margin-top: 16px;
    }
}
@media (max-width: 767px){
    .Header._media .VV_NOTIFY__ContainerInner {
        margin-top: 12px;
    }
}
/* End */


/* Start:/cards/css/detail.css?175500183229783*/
.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._active {
    display: block;
}
.VV_GiftCardPageDetail__Block{
    margin: 0 0 24px;
}
.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 16px;
    -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;
}
/*блок выбор номинала*/
/*блок добавление в корзину*/
.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_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__DesignList{
        width: 510px;
        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 (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: 4px;
    }
    .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{
        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: 3px 16px 8px;
        position: relative;
    }
    .VV_GiftCardPageDetail__DesignList{
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .VV_GiftCardPageDetail__DesignItem{
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .VV_GiftCardPageDetail__DesignItem._show-all{
        display: none;
    }
    .VV_GiftCardPageDetail__DesignTooltip{
        display: none;
    }
    /*блок выбор номинала*/
    /*блок вопрос-ответ*/
    .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__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?17392760004068*/
.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: 6px 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{
    padding: 0 16px 0 0;
    margin: 0 16px 0 0;
    border-right: 1px solid var(--light-outline);
}
.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: 126px;
    display: block;
}
.VV_GiftCardPageHeader__Info{
    max-width: 150px;
    color: var(--light-secondary);
    text-transform: uppercase;
    font-weight: 600;
}
.VV_GiftCardPageHeader__Item{
    color: var(--light-secondary);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.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._active-cart{
    display: none;
}
@media (max-width: 1023px){
    .VV_GiftCardPageHeader__Inner{
        padding: 7px 6px 4px;
    }
}
@media (max-width: 767px) {
    .VV_GiftCardPageHeader._cart .VV_GiftCardPageHeader__Inner{
        padding-bottom: 11px;
    }
    .VV_GiftCardPageHeader__Inner{
        padding: 12px 6px;
    }
    .VV_GiftCardPageHeader__LogoWrap{
        padding-right: 12px;
        margin-right: 12px;
    }
    .VV_GiftCardPageHeader__LogoSrc{
        width: 36px;
    }
    .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?17392760001311 */
/* /local/templates/main-responsive/css/header_media.css?174360152625844 */
/* /cards/css/detail.css?175500183229783 */
/* /cards/css/header.css?17392760004068 */
