.header .btn--secondary, .header .btn-transparent, .ico.cart .circle, .pagination .pagination-list li a.active {
    background: linear-gradient(106.11deg, #20a7ee -5.94%, #0ed5e1 112.84%)
}

.blog-post-head .author-creds, .flex-auto, .header .dropdown, .header .menu .menu-list, .progress-block .progress {
    flex: auto
}

.blog-posts, .bunner .bunner-head, .form, .form-review, .header .menu, .heading-block, .list-bunners, .list-links, .list-med-posts, .post-small, .progress-blocks, .questions {
    display: flex;
    flex-direction: column
}

.header .menus .menu:not(:last-child) {
    border-right: 1px solid rgba(62, 116, 134, .15)
}

.header .menu .menu-list li, .header .menus, .item-archive.active .item-archive-body, .link-primary .primary-spans, .menu-list, .pagination .pagination-list, .upload-block, [data-select].active [data-select-drop] {
    display: flex
}

.header .menu .menu-list li a {
    height: 100%;
    padding: 0 25px
}

.ico.cart .circle {
    min-width: 18px;
    min-height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    border-radius: 50%;
    color: var(--white);
    position: absolute;
    top: -9px;
    right: -9px
}

.ico.cart[data-v-4b865470] {
    position: relative;
    margin-right: 15px;
}

.ico.cart .circle[data-v-4b865470] {
    min-width: 18px;
    min-height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    border-radius: 50%;
    background: linear-gradient(106.11deg, #20A7EE -5.94%, #0ED5E1 112.84%);
    color: var(--white);
    position: absolute;
    top: -9px;
    right: -9px;
}

.nav-panel__icon.ico.cart[data-v-4b865470] {
    margin-right: 0;
}

.nav-panel__icon.ico.cart .circle[data-v-4b865470] {
    top: -6px;
    right: -6px;
}

.nav-panel__icon.ico.cart[data-v-373cd124] {
    margin-right: 0;
}

.nav-panel__icon.ico.cart .circle[data-v-373cd124] {
    top: -6px;
    right: -6px;
}

.ico.cart[data-v-373cd124] {
    position: relative;
    margin-right: 15px;
}

.ico.cart .circle[data-v-373cd124] {
    min-width: 18px;
    min-height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    border-radius: 50%;
    background: linear-gradient(106.11deg, #20A7EE -5.94%, #0ED5E1 112.84%);
    color: var(--white);
    position: absolute;
    top: -9px;
    right: -9px;
}

.ico.cart[data-v-110e703b] {
    position: relative;
    margin-right: 15px;
}

.ico.cart .circle[data-v-110e703b] {
    min-width: 18px;
    min-height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    border-radius: 50%;
    background: linear-gradient(106.11deg, #20A7EE -5.94%, #0ED5E1 112.84%);
    color: var(--white);
    position: absolute;
    top: -9px;
    right: -9px;
}

.packages-grid__btn .badge[data-v-004ca89c] {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 10px;
    font-weight: 700;
    padding: 0 8px;
    line-height: 19px;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    background-image: var(--primary);
    white-space: nowrap;
}

@media (max-width:1700px) and (min-width:1199px) {
    /* #v6hdr {
        zoom: calc(1 / 0.75)
    } */

    body.page-checkout #v6hdr {
        zoom: 1
    }
}

#v6hdr {
    --primary: #20a7ee;
    --navy: #1f2d3d;
    --ink: #304b65;
    --muted: #6e8193;
    --faint: #9fb0bf;
    --line: #e3ecf2;
    --line2: #eef4f8;
    --tint: #f4f8fb;
    --ok: #1bb98c;
    --ig: #e1306c;
    --th: #111827;
    --fb: #1877f2;
    --tt: #18181c;
    --tw: #0f1419;
    --yt: #ff0000;
    --sc: #ff5500;
    --sp: #1db954;
    font-family: 'Poppins', system-ui, sans-serif;
    color: var(--ink);
    -webkit-font-smoothing: antialiased;
    position: relative;
    z-index: 300
}

#v6hdr * {
    box-sizing: border-box
}

#v6hdr a {
    text-decoration: none;
    color: inherit
}

#v6hdr button {
    font-family: inherit
}

#v6hdr .site-head {
    background: #fff;
    border-bottom: 1px solid var(--line);
    position: relative;
    z-index: 240
}

#v6hdr~.wrapper:not(.wrapper-checkout) {
    padding-top: 48px
}

@media (max-width:1700px) and (min-width:1199px) {
    #v6hdr~.wrapper:not(.wrapper-checkout) {
        padding-top: 40px
    }
}

#v6hdr .sh-in {
    max-width: none;
    margin: 0;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    gap: 16px
}

#v6hdr .sh-logowrap {
    flex: none
}

#v6hdr .sh-burger {
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 11px;
    border: 1px solid var(--line);
    background: #fff;
    color: var(--navy);
    place-items: center;
    cursor: pointer;
    flex: none
}

#v6hdr .sh-burger svg {
    width: 20px;
    height: 20px;
    color: var(--navy)
}

#v6hdr .sh-burger:hover {
    border-color: var(--primary);
    color: var(--primary)
}

#v6hdr .menu-mobextra {
    display: none
}

#v6hdr .acc-list {
    display: none
}

#v6hdr .sh-logo {
    display: block;
    max-width: 125px;
    font-family: 'Bebas Neue', cursive;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0;
    color: #304b65
}

#v6hdr .sh-logo b, #v6hdr .sh-logo span {
    color: var(--primary)
}

#v6hdr .sh-svc {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-size: 14px;
    font-weight: 700;
    color: var(--navy);
    background: var(--tint);
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 11px 18px;
    cursor: pointer;
    font-family: inherit
}

#v6hdr .sh-svc:hover {
    border-color: var(--primary);
    color: var(--primary)
}

#v6hdr .sh-svc svg {
    color: currentColor
}

#v6hdr .v6nav {
    display: flex;
    align-items: center;
    gap: 22px;
    font-size: 14px;
    font-weight: 600;
    color: var(--ink)
}

#v6hdr .v6nav a {
    display: inline-flex;
    align-items: center;
    gap: 6px
}

#v6hdr .v6nav a:hover {
    color: var(--primary)
}

#v6hdr .v6nav-badge {
    display: inline-grid;
    place-items: center;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--primary) 12%, #fff);
    color: var(--primary);
    font-size: 11px;
    font-weight: 800
}

#v6hdr .sh-svc svg {
    width: 16px;
    height: 16px
}

#v6hdr .sh-svc .chev {
    width: 14px;
    height: 14px;
    transition: transform .2s
}

#v6hdr.open .sh-svc .chev, #v6hdr:has(.v6-toggle:checked) .sh-svc .chev {
    transform: rotate(180deg)
}

#v6hdr .v6-toggle {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

#v6hdr .sh-right {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 0;
    font-size: 14px;
    font-weight: 600;
    color: var(--ink)
}

#v6hdr .sh-right svg {
    width: 18px;
    height: 18px;
    color: var(--muted);
    vertical-align: -3px
}

#v6hdr .sh-menu {
    display: flex;
    align-items: center;
    gap: 26px
}

#v6hdr .sh-mi {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .01em;
    color: var(--navy);
    cursor: pointer
}

#v6hdr .sh-mi:hover {
    color: var(--primary)
}

#v6hdr .sh-mi-ic {
    position: relative;
    display: inline-flex;
    align-items: center
}

#v6hdr .sh-right .sh-mi-ic svg {
    width: 22px !important;
    height: 22px !important;
    color: var(--navy);
    vertical-align: 0
}

#v6hdr .sh-mi:hover .sh-mi-ic svg {
    color: var(--primary)
}

#v6hdr .sh-mi-badge {
    position: absolute;
    top: -7px;
    left: -9px;
    min-width: 17px;
    height: 17px;
    border-radius: 999px;
    background: var(--primary);
    color: #fff;
    font-size: 10.5px;
    font-weight: 700;
    display: grid;
    place-items: center;
    padding: 0 4px
}

#v6hdr .sh-div {
    width: 1px;
    height: 26px;
    background: var(--line);
    margin: 0 6px;
    flex: none
}

#v6hdr .v6nav-dot {
    color: var(--faint);
    margin: 0 1px
}

#v6hdr .v6nav-num {
    color: var(--primary);
    font-weight: 800
}

#v6hdr .veil {
    position: fixed;
    inset: 0;
    top: 64px;
    background: rgba(31, 45, 61, .35);
    backdrop-filter: blur(2px);
    z-index: 200;
    display: none;
    cursor: default
}

#v6hdr .menu {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 210;
    max-width: 1240px;
    margin: 10px auto 0;
    padding: 0 24px
}

#v6hdr .menu-panel {
    display: grid;
    grid-template-columns: 250px 1fr;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 40px 90px -30px rgba(5, 30, 70, .45)
}

#v6hdr .rail {
    background: #fbfdff;
    border-right: 1px solid var(--line);
    padding: 14px 12px
}

#v6hdr .rail-lbl {
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--faint);
    margin: 6px 10px 10px
}

#v6hdr .plat {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 9px 11px;
    border-radius: 12px;
    cursor: pointer;
    transition: .14s;
    border: 1.5px solid transparent
}

#v6hdr .plat:hover {
    background: var(--tint)
}

#v6hdr .plat.on, #v6hdr .plat:has(.v6-platform-toggle:checked), #v6hdr .menu-panel:not(:has(.v6-platform-toggle:checked)) .rail .plat:nth-of-type(1) {
    background: color-mix(in srgb, var(--pa) 7%, #fff);
    border-color: color-mix(in srgb, var(--pa) 30%, var(--line))
}

#v6hdr .v6-platform-toggle {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

#v6hdr .plat .tile {
    width: 32px;
    height: 32px;
    flex: none;
    border-radius: 9px;
    display: grid;
    place-items: center;
    color: var(--pa);
    background: #fff;
    border: 1px solid var(--line)
}

#v6hdr .plat[data-pf="tiktok"] .tile {
    background: #fff
}

#v6hdr .plat[data-pf="youtube"] .tile {
    background: #fff
}

#v6hdr .plat[data-pf="twitter"] .tile {
    background: #fff
}

#v6hdr .plat[data-pf="threads"] .tile {
    background: #fff
}

#v6hdr .plat .tile svg {
    width: 18px;
    height: 18px
}

#v6hdr .plat b {
    flex: 1;
    font-size: 13.5px;
    font-weight: 600;
    color: var(--navy)
}

#v6hdr .plat.on b, #v6hdr .plat:has(.v6-platform-toggle:checked) b, #v6hdr .menu-panel:not(:has(.v6-platform-toggle:checked)) .rail .plat:nth-of-type(1) b {
    font-weight: 700
}

#v6hdr .plat .cnt {
    font-size: 11px;
    font-weight: 700;
    color: var(--faint)
}

#v6hdr .plat.on .cnt, #v6hdr .plat:has(.v6-platform-toggle:checked) .cnt, #v6hdr .menu-panel:not(:has(.v6-platform-toggle:checked)) .rail .plat:nth-of-type(1) .cnt {
    color: var(--pa)
}

#v6hdr .plat .go {
    width: 14px;
    height: 14px;
    color: var(--faint);
    display: none
}

#v6hdr .plat.on .go, #v6hdr .plat:has(.v6-platform-toggle:checked) .go, #v6hdr .menu-panel:not(:has(.v6-platform-toggle:checked)) .rail .plat:nth-of-type(1) .go {
    display: block;
    color: var(--pa)
}

#v6hdr .pane {
    display: none;
    padding: 22px 26px 20px;
    --pa: var(--ig)
}

#v6hdr .pane-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px
}

#v6hdr .pane-head .big {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    color: var(--pa);
    background: #fff;
    border: 1px solid var(--line)
}

#v6hdr .pane-head .big svg {
    width: 22px;
    height: 22px
}

#v6hdr .pane-head h3 {
    font-size: 17px;
    font-weight: 800;
    color: var(--navy);
    letter-spacing: -.01em
}

#v6hdr .pane-head p {
    font-size: 12px;
    color: var(--muted);
    margin-top: 1px
}

#v6hdr .pane-head .all {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12.5px;
    font-weight: 700;
    color: var(--pa);
    cursor: pointer
}

#v6hdr .pane-head .all svg {
    width: 14px;
    height: 14px
}

#v6hdr .grp-lbl {
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
    color: var(--faint);
    margin: 14px 2px 9px
}

#v6hdr .grp-lbl:first-of-type {
    margin-top: 0
}

#v6hdr .svc-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px
}

#v6hdr .svc {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 17px 18px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: #fff;
    cursor: pointer;
    transition: .14s
}

#v6hdr .svc:hover {
    border-color: color-mix(in srgb, var(--pa) 34%, var(--line));
    box-shadow: 0 10px 22px -12px color-mix(in srgb, var(--pa) 40%, transparent);
    transform: translateY(-1px)
}

#v6hdr .svc .ic {
    width: 46px;
    height: 46px;
    flex: none;
    border-radius: 13px;
    display: grid;
    place-items: center;
    color: var(--pa);
    background: #fff;
    border: 1px solid var(--line)
}

#v6hdr .svc .ic svg {
    width: 24px;
    height: 24px
}

#v6hdr .svc b {
    display: block;
    font-size: 15.5px;
    font-weight: 700;
    color: var(--navy);
    line-height: 1.25
}

#v6hdr .svc span {
    font-size: 13px;
    color: var(--muted)
}

#v6hdr .menu-foot {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 13px 26px;
    border-top: 1px solid var(--line);
    background: #fbfdff;
    flex-wrap: wrap;
    justify-content: flex-end
}

#v6hdr .foot-trial {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-size: 12.5px;
    font-weight: 700;
    color: var(--ok);
    background: #e7f6ef;
    border: 1px solid #cdeadd;
    padding: 8px 14px;
    border-radius: 999px;
    cursor: pointer
}

#v6hdr .foot-trial svg {
    width: 15px;
    height: 15px
}

#v6hdr .foot-item {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 12px;
    color: var(--muted);
    font-weight: 500
}

#v6hdr .foot-item svg {
    width: 14px;
    height: 14px;
    color: var(--primary)
}

#v6hdr .foot-item--star svg {
    color: #f5a623
}

#v6hdr .foot-item b {
    color: var(--navy)
}

#v6hdr .menu-panel:has(.rail .plat:nth-of-type(1) .v6-platform-toggle:checked)>.pane:nth-of-type(1),
#v6hdr .menu-panel:has(.rail .plat:nth-of-type(2) .v6-platform-toggle:checked)>.pane:nth-of-type(2),
#v6hdr .menu-panel:has(.rail .plat:nth-of-type(3) .v6-platform-toggle:checked)>.pane:nth-of-type(3),
#v6hdr .menu-panel:has(.rail .plat:nth-of-type(4) .v6-platform-toggle:checked)>.pane:nth-of-type(4),
#v6hdr .menu-panel:has(.rail .plat:nth-of-type(5) .v6-platform-toggle:checked)>.pane:nth-of-type(5),
#v6hdr .menu-panel:has(.rail .plat:nth-of-type(6) .v6-platform-toggle:checked)>.pane:nth-of-type(6),
#v6hdr .menu-panel:has(.rail .plat:nth-of-type(7) .v6-platform-toggle:checked)>.pane:nth-of-type(7),
#v6hdr .menu-panel:has(.rail .plat:nth-of-type(8) .v6-platform-toggle:checked)>.pane:nth-of-type(8),
#v6hdr .menu-panel:has(.rail .plat:nth-of-type(9) .v6-platform-toggle:checked)>.pane:nth-of-type(9),
#v6hdr .menu-panel:has(.rail .plat:nth-of-type(10) .v6-platform-toggle:checked)>.pane:nth-of-type(10),
#v6hdr .menu-panel:has(.rail .plat:nth-of-type(11) .v6-platform-toggle:checked)>.pane:nth-of-type(11),
#v6hdr .menu-panel:has(.rail .plat:nth-of-type(12) .v6-platform-toggle:checked)>.pane:nth-of-type(12) {
    display: block
}

#v6hdr .menu-panel:not(:has(.v6-platform-toggle:checked))>.pane:nth-of-type(1) {
    display: block
}

#v6hdr .sh-right {
    gap: 16px
}

#v6hdr .sh-right .rate {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    font-weight: 600;
    color: var(--muted)
}

#v6hdr .sh-right .rate b {
    color: var(--navy)
}

#v6hdr .sh-right .rate .rstar {
    width: 14px !important;
    height: 14px !important;
    fill: #f5a623;
    color: #f5a623
}

#v6hdr .sh-right .icobtn {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    border: 1px solid var(--line);
    background: #fff;
    display: grid;
    place-items: center;
    color: var(--ink);
    cursor: pointer
}

#v6hdr .sh-right .icobtn:hover {
    border-color: var(--primary)
}

#v6hdr .sh-right .icobtn svg {
    width: 19px !important;
    height: 19px !important;
    color: var(--ink)
}

#v6hdr .sh-right .icobtn:hover svg {
    color: var(--primary)
}

#v6hdr .sh-right .badge {
    position: absolute;
    top: -6px;
    right: -8px;
    min-width: 17px;
    height: 17px;
    border-radius: 999px;
    background: var(--primary);
    color: #fff;
    font-size: 10.5px;
    font-weight: 700;
    display: grid;
    place-items: center;
    padding: 0 4px
}

#v6hdr .sh-auth {
    display: inline-flex;
    align-items: center;
    gap: 10px
}

#v6hdr .sh-login {
    font-size: 14px;
    font-weight: 700;
    color: var(--ink);
    cursor: pointer
}

#v6hdr .sh-login:hover {
    color: var(--primary)
}

#v6hdr .sh-signup {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: var(--primary);
    border: 0;
    border-radius: 999px;
    padding: 10px 18px;
    cursor: pointer;
    box-shadow: 0 8px 18px color-mix(in srgb, var(--primary) 28%, transparent)
}

#v6hdr .acct {
    position: relative
}

#v6hdr .acct-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 999px;
    padding: 5px 14px 5px 5px;
    cursor: pointer;
    font-family: inherit;
    transition: .15s
}

#v6hdr .acct-btn:hover {
    border-color: var(--primary)
}

#v6hdr .acct-av {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: color-mix(in srgb, var(--primary) 14%, #fff);
    color: var(--primary);
    font-size: 12px;
    font-weight: 800;
    display: grid;
    place-items: center
}

#v6hdr .acct-name {
    font-size: 13.5px;
    font-weight: 700;
    color: var(--navy)
}

#v6hdr .sh-right .acct-btn>svg {
    width: 14px !important;
    height: 14px !important;
    color: var(--faint)
}

#v6hdr .acct-dd {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: 300px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    box-shadow: 0 24px 60px -24px rgba(5, 30, 70, .35);
    padding: 8px;
    display: none;
    z-index: 220
}

#v6hdr .acct.open .acct-dd {
    display: block
}

@media (hover:hover) and (pointer:fine) {
    #v6hdr .acct:hover .acct-dd {
        display: block
    }
}

#v6hdr .acct-dd::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    height: 10px
}

#v6hdr .acct-head {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 10px 12px
}

#v6hdr .acct-head .acct-av {
    width: 38px;
    height: 38px;
    font-size: 13px
}

#v6hdr .acct-head b {
    display: block;
    font-size: 13.5px;
    color: var(--navy);
    line-height: 1.2
}

#v6hdr .acct-head span {
    font-size: 11.5px;
    color: var(--muted)
}

#v6hdr .acct-bal {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 9px;
    margin: 0 6px 7px;
    padding: 8px 9px;
    border-radius: 12px;
    background: linear-gradient(135deg, color-mix(in srgb, var(--primary) 10%, #fff), color-mix(in srgb, var(--primary) 3%, #fff));
    border: 1px solid color-mix(in srgb, var(--primary) 22%, var(--line))
}

#v6hdr .acct-bal-top {
    display: flex;
    align-items: center;
    gap: 9px;
    flex: 1;
    min-width: 0
}

#v6hdr .acct-bal-ic {
    width: 28px;
    height: 28px;
    flex: none;
    border-radius: 8px;
    display: grid;
    place-items: center;
    color: var(--primary);
    background: #fff;
    box-shadow: 0 4px 10px -5px color-mix(in srgb, var(--primary) 60%, transparent)
}

#v6hdr .sh-right .acct-bal-ic svg {
    width: 16px !important;
    height: 16px !important;
    color: var(--primary)
}

#v6hdr .acct-bal-info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    line-height: 1.05
}

#v6hdr .acct-bal-info span {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: var(--muted);
    white-space: nowrap
}

#v6hdr .acct-bal-info b {
    font-size: 16px;
    font-weight: 800;
    color: var(--navy);
    margin-top: 1px;
    letter-spacing: -.01em;
    white-space: nowrap
}

#v6hdr .acct-add {
    display: flex;
    flex: none;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: var(--primary);
    border: 0;
    border-radius: 9px;
    padding: 8px 12px;
    cursor: pointer;
    box-shadow: 0 8px 16px -7px rgba(32, 167, 238, .65);
    transition: .15s;
    white-space: nowrap
}

#v6hdr .acct-add:hover {
    transform: translateY(-1px)
}

#v6hdr .sh-right .acct-add svg {
    width: 13px !important;
    height: 13px !important;
    color: #fff
}

#v6hdr .acct-sep {
    height: 1px;
    background: var(--line);
    margin: 6px 8px
}

#v6hdr .acct-it {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 9px 12px;
    border-radius: 10px;
    font-size: 13.5px;
    font-weight: 600;
    color: var(--ink);
    cursor: pointer
}

#v6hdr .acct-it:hover {
    background: var(--tint);
    color: var(--primary)
}

#v6hdr .acct-it img {
    width: 17px;
    height: 17px;
    flex: none
}

#v6hdr .sh-right .acct-it svg {
    width: 17px !important;
    height: 17px !important;
    color: inherit;
    vertical-align: 0
}

#v6hdr .acct-it--out {
    color: #e5484d
}

#v6hdr .acct-it--out:hover {
    background: #fdecec;
    color: #e5484d
}

#v6hdr .acct-logout {
    display: block;
    width: 100%
}

#v6hdr .acct-logout button {
    width: 100%;
    border: 0;
    background: transparent;
    text-align: left;
    cursor: pointer
}

#v6hdr .cart {
    position: relative
}

#v6hdr .cart-dd {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    width: min(340px, calc(100vw - 24px));
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    box-shadow: 0 24px 60px -24px rgba(5, 30, 70, .35);
    padding: 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: opacity .16s, transform .16s, visibility .16s;
    z-index: 220
}

#v6hdr .cart:hover .cart-dd, #v6hdr .cart:focus-within .cart-dd {
    opacity: 1;
    visibility: visible;
    transform: none
}

#v6hdr .cart-dd::before {
    content: "";
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
    height: 12px
}

#v6hdr .cart-dd-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding: 8px 10px 10px;
    font-size: 13.5px;
    font-weight: 700;
    color: var(--navy)
}

#v6hdr .cart-dd-head span {
    font-size: 11.5px;
    font-weight: 600;
    color: var(--muted)
}

#v6hdr .cart-dd-body {
    max-height: 300px;
    overflow-y: auto
}

#v6hdr .cart-dd-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 6px;
    padding: 24px 14px 20px
}

#v6hdr .cart-dd-empty-ic {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #f2f7fb;
    color: #9fb4c6;
    margin-bottom: 2px
}

#v6hdr .sh-right .cart-dd-empty-ic svg {
    width: 22px !important;
    height: 22px !important;
    color: inherit
}

#v6hdr .cart-dd-empty b {
    font-size: 14px;
    font-weight: 700;
    color: var(--navy)
}

#v6hdr .cart-dd-empty>span:not(.cart-dd-empty-ic) {
    font-size: 12.5px;
    line-height: 1.45;
    color: var(--muted)
}

#v6hdr .cart-dd-empty-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 10px;
    width: 100%;
    font-size: 13.5px;
    font-weight: 700;
    color: var(--primary);
    background: #eef6fd;
    border-radius: 11px;
    padding: 11px;
    cursor: pointer;
    transition: background .15s
}

#v6hdr .cart-dd-empty-btn:hover {
    background: #e2effa
}

#v6hdr .sh-right .cart-dd-empty-btn svg {
    width: 14px !important;
    height: 14px !important;
    color: inherit
}

#v6hdr .cart-dd:has(.cart-dd-empty) .cart-dd-foot {
    display: none
}

#v6hdr .cart-it {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 9px 10px;
    border-radius: 11px;
    transition: .14s
}

#v6hdr .cart-it:hover {
    background: var(--tint)
}

#v6hdr .cart-it-ic {
    width: 36px;
    height: 36px;
    flex: none;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background: #fff;
    border: 1px solid var(--line)
}

#v6hdr .sh-right .cart-dd svg {
    color: inherit;
    vertical-align: 0
}

#v6hdr .sh-right .cart-it-ic svg {
    width: 19px !important;
    height: 19px !important;
    color: var(--pa)
}

#v6hdr .cart-it-info {
    flex: 1;
    min-width: 0
}

#v6hdr .cart-it-info b {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: var(--navy);
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

#v6hdr .cart-it-info span {
    font-size: 11.5px;
    color: var(--muted)
}

#v6hdr .cart-it-price {
    font-size: 13.5px;
    font-weight: 800;
    color: var(--navy);
    flex: none
}

#v6hdr .cart-it-x {
    flex: none;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border: 0;
    background: transparent;
    color: var(--faint);
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: .14s
}

#v6hdr .cart-it-x:hover {
    background: #fdecec;
    color: #e5484d
}

#v6hdr .sh-right .cart-it-x svg {
    width: 15px !important;
    height: 15px !important;
    color: inherit
}

#v6hdr .cart-dd-foot {
    border-top: 1px solid var(--line);
    margin-top: 6px;
    padding: 12px 10px 8px
}

#v6hdr .cart-dd-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px
}

#v6hdr .cart-dd-total span {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: var(--muted)
}

#v6hdr .cart-dd-total b {
    font-size: 19px;
    font-weight: 800;
    color: var(--navy)
}

#v6hdr .cart-dd-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: var(--primary);
    border-radius: 11px;
    padding: 12px;
    cursor: pointer;
    box-shadow: 0 10px 20px -8px rgba(32, 167, 238, .6);
    transition: .15s
}

#v6hdr .cart-dd-btn:hover {
    transform: translateY(-1px)
}

#v6hdr .sh-right .cart-dd-btn svg {
    width: 15px !important;
    height: 15px !important;
    color: #fff
}

#v6hdr .veil, #v6hdr .menu {
    display: none
}

#v6hdr.open .veil, #v6hdr.open .menu, #v6hdr:has(.v6-toggle:checked) .veil, #v6hdr:has(.v6-toggle:checked) .menu {
    display: block
}

#v6hdr .sh-spacer {
    display: none
}

#v6hdr.v6-fixed .site-head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 240;
    transition: transform .28s ease;
    box-shadow: 0 8px 24px -16px rgba(5, 30, 70, .45)
}

#v6hdr.v6-fixed.v6-down .site-head {
    transform: translateY(-100%)
}

#v6hdr.v6-fixed.v6-up .site-head {
    transform: translateY(0)
}

#v6hdr.v6-fixed .sh-spacer {
    display: block;
    height: var(--v6h, 64px)
}

#v6hdr.v6-fixed .menu {
    position: fixed;
    top: calc(var(--v6h, 64px) + 8px);
    left: 0;
    right: 0;
    margin-top: 0
}

#v6hdr.v6-fixed .veil {
    top: var(--v6h, 64px)
}

@media(max-width:900px) {
    #v6hdr .menu-panel.pane-collapsed .pane {
        display: none
    }

    #v6hdr .menu-panel.pane-collapsed .plat.on {
        background: var(--tint);
        border-color: var(--line)
    }
}

#v6hdr .menu-panel>* {
    min-width: 0
}

@media(max-width:640px) {
    #v6hdr .sh-in {
        padding: 12px 14px;
        gap: 10px 12px;
        flex-wrap: wrap;
        justify-content: space-between
    }

    #v6hdr .sh-svc {
        order: 3;
        flex-basis: 100%;
        justify-content: center;
        padding: 10px 14px;
        font-size: 13px
    }

    #v6hdr .rail {
        min-width: 0
    }

    #v6hdr .menu-panel {
        min-width: 0;
        border-radius: 16px
    }

    #v6hdr .sh-right {
        gap: 12px;
        font-size: 13px;
        flex-wrap: wrap
    }

    #v6hdr .sh-div {
        display: none
    }

    #v6hdr .sh-menu {
        gap: 16px
    }

    #v6hdr .menu {
        padding: 0 10px;
        margin-top: 8px
    }

    #v6hdr .rail {
        padding: 8px
    }

    #v6hdr .plat {
        padding: 8px
    }

    #v6hdr .pane {
        padding: 16px 14px 14px
    }

    #v6hdr .pane-head {
        flex-wrap: wrap;
        gap: 10px
    }

    #v6hdr .pane-head .all {
        margin-left: 0;
        flex-basis: 100%
    }

    #v6hdr .svc {
        padding: 14px 14px;
        gap: 12px
    }

    #v6hdr .menu-foot {
        justify-content: flex-start;
        gap: 10px 14px;
        padding: 12px 14px
    }

    #v6hdr .foot-item {
        font-size: 11px
    }
}

@media(max-width:900px) {
    #v6hdr .sh-burger {
        display: grid;
        order: 3
    }

    #v6hdr .sh-svc, #v6hdr .v6nav, #v6hdr .sh-div, #v6hdr .sh-auth {
        display: none
    }

    #v6hdr .sh-logowrap {
        margin-right: auto;
        order: 1
    }

    #v6hdr .acct-dd {
        width: min(300px, calc(100vw - 24px))
    }

    #v6hdr .sh-in {
        gap: 12px;
        flex-wrap: nowrap
    }

    #v6hdr .sh-right {
        margin-left: 0;
        order: 2
    }

    #v6hdr .plat.on .go {
        transform: rotate(90deg)
    }

    #v6hdr .menu-mobextra {
        display: block;
        grid-column: 1 / -1;
        border-top: 1px solid var(--line);
        padding: 8px 6px 4px;
        background: #fbfdff
    }

    #v6hdr .menu-mobextra>a {
        display: block;
        padding: 13px 8px;
        font-size: 15px;
        font-weight: 600;
        color: var(--ink);
        border-bottom: 1px solid var(--line2)
    }

    #v6hdr .menu-mobextra>a:hover {
        color: var(--primary)
    }

    #v6hdr .menu-mobextra .v6nav-num {
        color: var(--primary);
        font-weight: 800
    }

    #v6hdr .menu-mobauth {
        display: flex;
        gap: 10px;
        padding: 14px 2px 6px
    }

    #v6hdr .menu-mobauth a {
        flex: 1;
        text-align: center;
        padding: 12px;
        border-radius: 11px;
        border: 1px solid var(--line);
        font-size: 14.5px;
        font-weight: 700;
        color: var(--navy)
    }

    #v6hdr .menu-mobauth .mob-signup {
        background: var(--primary);
        border-color: var(--primary);
        color: #fff
    }

    #v6hdr .menu-panel {
        grid-template-columns: 1fr;
        max-width: 100%;
        max-height: calc(100vh - var(--v6h, 80px) - 16px);
        max-height: calc(100dvh - var(--v6h, 80px) - 16px);
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain
    }

    #v6hdr .rail, #v6hdr .pane {
        display: none !important
    }

    #v6hdr .acc-list {
        display: flex;
        flex-direction: column;
        gap: 8px;
        padding: 10px;
        background: #fbfdff
    }

    #v6hdr .acc {
        border: 1px solid var(--line);
        border-radius: 14px;
        background: #fff;
        overflow: hidden;
        transition: .14s
    }

    #v6hdr .acc:has(.v6-mobile-platform-toggle:checked) {
        border-color: color-mix(in srgb, var(--pa) 30%, var(--line));
        box-shadow: 0 10px 22px -16px color-mix(in srgb, var(--pa) 35%, transparent)
    }

    #v6hdr .acc-head {
        display: flex;
        align-items: center;
        gap: 11px;
        padding: 12px;
        cursor: pointer
    }

    #v6hdr .v6-mobile-platform-toggle {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0
    }

    #v6hdr .acc .tile {
        width: 36px;
        height: 36px;
        flex: none;
        border-radius: 10px;
        display: grid;
        place-items: center;
        color: var(--pa);
        background: #fff;
        border: 1px solid var(--line)
    }

    #v6hdr .acc .tile svg {
        width: 20px;
        height: 20px
    }

    #v6hdr .acc-title {
        flex: 1;
        min-width: 0;
        display: flex;
        flex-direction: column;
        line-height: 1.15
    }

    #v6hdr .acc-title b {
        font-size: 14px;
        font-weight: 800;
        color: var(--navy)
    }

    #v6hdr .acc-title span {
        font-size: 11.5px;
        font-weight: 600;
        color: var(--muted);
        margin-top: 3px
    }

    #v6hdr .acc-chev {
        width: 15px;
        height: 15px;
        color: var(--faint);
        transition: transform .15s
    }

    #v6hdr .acc:has(.v6-mobile-platform-toggle:checked) .acc-chev {
        transform: rotate(180deg);
        color: var(--pa)
    }

    #v6hdr .acc-panel {
        display: none;
        flex-direction: column;
        gap: 8px;
        padding: 10px;
        border-top: 1px solid var(--line2);
        background: #fff
    }

    #v6hdr .acc:has(.v6-mobile-platform-toggle:checked) .acc-panel {
        display: flex
    }

    #v6hdr .acc-svc {
        display: flex;
        align-items: center;
        gap: 11px;
        padding: 11px 10px;
        border: 1px solid var(--line2);
        border-radius: 12px;
        background: #fff
    }

    #v6hdr .acc-svc-ic {
        width: 34px;
        height: 34px;
        flex: none;
        border-radius: 9px;
        display: grid;
        place-items: center;
        color: var(--pa);
        background: #fff;
        border: 1px solid var(--line)
    }

    #v6hdr .acc-svc-ic svg {
        width: 18px;
        height: 18px
    }

    #v6hdr .acc-svc-t {
        display: flex;
        flex-direction: column;
        min-width: 0;
        line-height: 1.2
    }

    #v6hdr .acc-svc-t b {
        font-size: 13.5px;
        font-weight: 700;
        color: var(--navy)
    }

    #v6hdr .acc-svc-t span {
        font-size: 12px;
        color: var(--muted);
        margin-top: 2px
    }

    #v6hdr .acc-all {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        margin-top: 2px;
        padding: 12px;
        border-radius: 12px;
        background: color-mix(in srgb, var(--pa) 8%, #fff);
        color: var(--pa);
        font-size: 13.5px;
        font-weight: 800
    }

    #v6hdr .acc-all svg {
        width: 14px;
        height: 14px
    }

    #v6hdr .svc-grid {
        grid-template-columns: 1fr 1fr
    }

    #v6hdr .svc-grid, #v6hdr .svc {
        min-width: 0;
        max-width: 100%
    }
}

@media(max-width:640px) {
    #v6hdr .acct-dd {
        position: fixed;
        top: var(--v6h, 64px);
        left: 12px;
        right: 12px;
        width: auto;
        margin: 8px 0 0;
        padding: 10px;
        border-radius: 16px;
        max-height: calc(100dvh - var(--v6h, 64px) - 20px);
        overflow: auto;
        box-shadow: 0 30px 70px -28px rgba(5, 30, 70, .4)
    }

    #v6hdr .acct-head {
        padding: 13px 12px 14px
    }

    #v6hdr .acct-head .acct-av {
        width: 44px;
        height: 44px;
        font-size: 15px
    }

    #v6hdr .acct-bal {
        margin: 0 4px 10px;
        padding: 11px 12px
    }
}

@media(max-width:560px) {
    #v6hdr .svc-grid {
        grid-template-columns: 1fr
    }

    #v6hdr .sh-right {
        gap: 12px
    }

    #v6hdr .sh-right .rate {
        display: none
    }

    #v6hdr .acct-name {
        display: none
    }

    #v6hdr .acct-btn {
        padding: 4px 9px 4px 4px;
        gap: 5px
    }

    #v6hdr .sh-right .acct-btn>svg {
        display: block
    }
}

#afmodal {
    --primary: #20a7ee;
    --navy: #1f2d3d;
    --ink: #304b65;
    --muted: #6e8193;
    --faint: #9fb0bf;
    --line: #e3ecf2;
    --tint: #f4f8fb;
    --ok: #1bb98c;
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    font-family: 'Poppins', system-ui, sans-serif
}

#afmodal[hidden] {
    display: none
}

#afmodal .af-veil {
    position: absolute;
    inset: 0;
    background: rgba(16, 38, 63, .55);
    backdrop-filter: blur(3px);
    animation: af-fade .18s ease
}

#afmodal .af-dialog {
    position: relative;
    width: 100%;
    max-width: 520px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 40px 90px -30px rgba(5, 30, 70, .6);
    animation: af-pop .22s cubic-bezier(.2, .8, .3, 1)
}

#afmodal * {
    box-sizing: border-box
}

#afmodal .af-head {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    padding: 20px 22px 16px;
    border-bottom: 1px solid var(--line)
}

#afmodal .af-ic {
    flex: none;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    color: var(--primary);
    background: color-mix(in srgb, var(--primary) 12%, #fff)
}

#afmodal .af-ic svg {
    width: 22px;
    height: 22px
}

#afmodal .af-head h3 {
    flex: 1;
    margin: 2px 0 0;
    font-size: 18px;
    font-weight: 800;
    color: var(--navy);
    line-height: 1.25
}

#afmodal .af-head h3 small {
    display: block;
    margin-top: 3px;
    font-size: 12.5px;
    font-weight: 500;
    color: var(--muted)
}

#afmodal .af-x {
    flex: none;
    width: 32px;
    height: 32px;
    border-radius: 9px;
    border: 0;
    background: var(--tint);
    color: var(--muted);
    cursor: pointer;
    display: grid;
    place-items: center;
    transition: .15s
}

#afmodal .af-x:hover {
    background: var(--line);
    color: var(--navy)
}

#afmodal .af-x svg {
    width: 17px;
    height: 17px
}

#afmodal .af-body {
    padding: 18px 22px 4px
}

#afmodal .af-note {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 12px 14px;
    border-radius: 12px;
    margin-bottom: 16px;
    background: color-mix(in srgb, var(--primary) 8%, #fff);
    color: var(--ink);
    font-size: 13px;
    line-height: 1.45
}

#afmodal .af-note svg {
    flex: none;
    width: 20px;
    height: 20px;
    color: var(--primary)
}

#afmodal .af-note b {
    color: var(--navy);
    font-weight: 700
}

#afmodal .af-amts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 14px
}

#afmodal .af-amt {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    font-family: inherit;
    cursor: pointer;
    padding: 12px 14px;
    border: 1.5px solid var(--line);
    border-radius: 12px;
    background: #fbfdff;
    transition: .14s
}

#afmodal .af-amt .a {
    font-size: 16px;
    font-weight: 800;
    color: var(--navy);
    line-height: 1
}

#afmodal .af-amt .b {
    font-size: 11.5px;
    font-weight: 700;
    color: var(--ok);
    line-height: 1
}

#afmodal .af-amt:hover {
    border-color: color-mix(in srgb, var(--primary) 40%, var(--line))
}

#afmodal .af-amt.on {
    border-color: var(--primary);
    background: color-mix(in srgb, var(--primary) 7%, #fff);
    box-shadow: 0 0 0 3px rgba(32, 167, 238, .12)
}

#afmodal .af-custom {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 14px;
    border: 1.5px solid var(--line);
    border-radius: 12px;
    background: #fbfdff;
    transition: .14s
}

#afmodal .af-custom:focus-within {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(32, 167, 238, .12)
}

#afmodal .af-custom .cur {
    font-size: 15px;
    font-weight: 800;
    color: var(--muted)
}

#afmodal .af-custom input {
    flex: 1;
    border: 0;
    background: none;
    outline: none;
    font-family: inherit;
    font-size: 15px;
    font-weight: 600;
    color: var(--navy);
    padding: 13px 0
}

#afmodal .af-custom .min {
    font-size: 11.5px;
    font-weight: 600;
    color: var(--faint);
    white-space: nowrap
}

#afmodal .af-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 22px 20px;
    margin-top: 14px;
    border-top: 1px solid var(--line)
}

#afmodal .af-total {
    display: flex;
    flex-direction: column;
    line-height: 1.1
}

#afmodal .af-total span {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--muted)
}

#afmodal .af-total b {
    font-size: 24px;
    font-weight: 900;
    color: var(--navy);
    letter-spacing: -.02em
}

#afmodal .af-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: inherit;
    font-weight: 800;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
    background: var(--primary);
    border: 0;
    border-radius: 12px;
    padding: 14px 20px;
    box-shadow: 0 14px 28px -10px color-mix(in srgb, var(--primary) 62%, transparent);
    transition: transform .15s ease
}

#afmodal .af-cta:hover {
    transform: translateY(-2px)
}

#afmodal .af-cta svg {
    width: 18px;
    height: 18px
}

#afmodal .af-cta.is-invalid {
    opacity: .55;
    pointer-events: none
}


#v6hdr.v6-fixed .site-head{
    background: #fff!important;
    position:fixed; top:0; left:0; right:0; z-index:240;
    transition:transform .28s ease;
    box-shadow:0 8px 24px -16px rgba(5,30,70,.45)
}
#v6hdr.v6-fixed.v6-down .site-head{ transform:translateY(-100%) }  /* скролл вниз — прячем */
#v6hdr.v6-fixed.v6-up .site-head{ transform:translateY(0) }        /* скролл вверх — показываем */
#v6hdr.v6-fixed .sh-spacer{ display:block; height:var(--v6h,64px) }  /* распорка, чтобы контент не прыгал */
#v6hdr.v6-fixed .menu{ position:fixed; top:calc(var(--v6h,64px) + 8px); left:0; right:0; margin-top:0 }
#v6hdr.v6-fixed .veil{ top:var(--v6h,64px) }


@media(max-width:480px) {
    #afmodal .af-amts {
        grid-template-columns: repeat(2, 1fr)
    }

    #afmodal .af-foot {
        flex-direction: column;
        align-items: stretch
    }

    #afmodal .af-cta {
        justify-content: center
    }

    #afmodal .af-total {
        flex-direction: row;
        align-items: baseline;
        justify-content: space-between
    }
}

/* .header .parent_overflow.cart_parent .cartdrop_body {
    overflow: auto;
    height: calc(100vh - 220px);
    max-height: 275px;
}

.menu-list .cartdrop_body {
    width: 100%;
    flex-direction: column;
    display: flex;
    padding: 0 20px;
}

.cartdrop_body .cartdrop_item:last-child {
    border-bottom: none;
}

.cartdrop_item {
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid rgba(62, 116, 134, .15);
}

.social-info {
    display: flex;
    align-items: center;
    flex: auto;
}

.social-info .ico {
    width: 50px;
    min-width: 50px;
    margin-right: 15px;
}

.ico {
    line-height: 0;
}

.social-info .info {
    font-size: 12px;
    line-height: 18px;
    color: rgba(48, 75, 101, .5);
    flex: auto;
}

.bunner, .social-info .info {
    display: flex;
    flex-direction: column;
}

.social-info .info .info-item {
    display: flex;
    justify-content: space-between;
}
.social-info .price {
    font-size: 16px;
    line-height: 24px;
    margin-top: 5px;
    color: var(--text);
} */