.back-btn,
body {
    color: var(--fg)
}

.back-btn:hover,
.continue-btn:hover {
    opacity: .7
}

.header h1,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400
}

.select-btn,
.step-subtitle.center {
    text-align: center
}

.icon-arrow-select,
.icon-change-btn,
.pkg-card.no-events,
.radio-option.disabled,
.waiting__wrap.visible,
.waiting__wrap.visible>* {
    pointer-events: none
}

.main-bottom-wrap,
.timeline-track,
.waiting__wrap,
.waiting__wrap .icon__wrap,
.waiting__wrap .waiting__wrap-inner,
body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

:root {
    --bg: #F5F5F5;
    --fg: #121212;
    --card: #ffffff;
    --border: rgba(18, 18, 18, 0.13);
    --muted: #888888;
    --accent: #ffff00;
    --accent-light: rgba(255, 215, 64, 0.3);
    --highlight: #FFFFB4;
    --success: #1a9a5a;
    --destructive: #D72C0D;
    --radius: 16px
}

body,
html {
    height: 100%;
    margin: 0
}

body {
    font-family: TWK-L-400, sans-serif;
    background: var(--bg);
    -webkit-font-smoothing: antialiased;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.hidden {
    display: none !important
}

.header {
    position: relative;
    top: 0;
    z-index: 50;
    background: var(--card);
    border-bottom: 1px solid var(--border)
}

.header-inner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 16px 24px
}

.back-btn {
    position: absolute;
    left: 24px;
    background: 0 0;
    border: none;
    cursor: pointer;
    font-size: 18px;
    padding: 4px;
    outline: 0 !important
}

.back-btn .icon-arrow {
    background: url(../img/icon-arrow-black.svg) no-repeat;
    display: inline-block;
    height: 20px;
    position: absolute;
    left: -3px;
    top: 50%;
    -webkit-transform: translateY(-50.01%) rotate(180deg);
    -ms-transform: translateY(-50.01%) rotate(180deg);
    transform: translateY(-50.01%) rotate(180deg);
    width: 20px
}

.med-card-top,
.step-bars {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.btn-dark:hover,
.select-btn:hover {
    opacity: .9
}

.header h1 {
    font-size: 20px;
    font-family: TWK-L-800;
    line-height: 16px;
    letter-spacing: -.8px;
    margin-bottom: 2px
}

.header p,
.step-progress .label {
    font-family: TWK-L-500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .4px
}

.header p {
    color: var(--muted)
}

.header a:not(.back-btn) {
    color: #121212;
    text-decoration: none !important;
    position: relative;
    top: 3px
}

.main {
    width: 488px;
    margin: 0 auto;
    padding: 32px 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.step-progress {
    margin-bottom: 16px
}

.step-progress .label {
    color: #888;
    margin-bottom: 8px
}

.step-bars {
    display: flex;
    gap: 4px
}

.step-bar {
    height: 3px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-border-radius: 99px;
    border-radius: 99px;
    background: var(--border)
}

.step-bar.active {
    background: var(--fg)
}

.step-title {
    font-family: TWK-L-600;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -.6px;
    margin-bottom: 16px
}

.med-card .badge,
.med-card h3 {
    font-family: TWK-L-800
}

.modal-content .step-title {
    margin-bottom: 40px
}

@media screen and (max-width:767px) {
    .main {
        padding: 24px 16px 32px;
        max-width: 488px;
        width: 100%
    }

    .main.index {
        padding-bottom: 0
    }

    .step-title {
        font-size: 20px;
        line-height: 28px
    }
}

.step-subtitle {
    font-size: 16px;
    color: #333;
    margin-bottom: 24px
}

.med-card {
    background: var(--card);
    border: 1px solid var(--border);
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 20px 24px;
    margin-bottom: 16px;
    position: relative
}

@media screen and (max-width:767px) {
    .med-card {
        margin-bottom: 8px
    }
}

sup {
    font-size: 12px;
    line-height: 0
}

.med-card .badge {
    display: inline-block;
    background: var(--accent);
    font-size: 12px;
    letter-spacing: -.4px;
    padding: 5px 8px 3px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    margin-bottom: 12px;
    position: absolute;
    top: -11px
}

.med-card-top {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.med-card-top>div:last-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 40%
}

.med-card h3 {
    font-size: 18px;
    line-height: 28px
}

.med-card .generic {
    font-size: 14px;
    color: var(--muted)
}

.med-card .desc {
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px
}

@media screen and (max-width:767px) {
    .med-card-top>div:last-child {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        position: absolute;
        right: 16px;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .modal-content .med-card-top>div:last-child {
        width: 45%
    }

    .modal-content .med-card h3 {
        max-width: 52%
    }

    .med-card .desc {
        max-width: 60%
    }
}

.med-card .price {
    color: #121212;
    font-size: 18px;
    line-height: 28px;
    white-space: nowrap;
    margin-left: 16px;
    margin-bottom: 15px
}

.med-card .price .mobile {
    display: none
}

.med-card img {
    height: 124px;
    width: 124px
}

@media screen and (max-width:767px) {
    .med-card .price {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 0
    }

    .med-card img {
        height: 100px;
        width: 100px
    }
}

.benefits {
    margin-top: 16px;
    list-style: none
}

@media screen and (max-width:374px) {
    .med-card .desc {
        max-width: 57%
    }

    .med-card .price .mobile {
        display: initial
    }

    .benefits {
        margin-top: 24px
    }
}

.benefits li {
    color: #121212;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    margin-bottom: 4px
}

.med-stats,
.no-call-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.benefits .check {
    background: url(../img/check.svg) no-repeat;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 20px;
    width: 20px
}

.med-stats {
    display: flex;
    gap: 24px;
    margin-top: 12px
}

.med-stats .stat-label {
    font-family: TWK-L-500;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .4px;
    color: var(--muted)
}

.med-stats .stat-value {
    color: #121212;
    font-size: 12px;
    background: #F5F5F5;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    padding: 4px 8px;
    font-family: TWK-L-800;
    margin-top: 4px;
    display: inline-block
}

.select-btn {
    margin-top: 16px;
    background: var(--fg);
    color: #fff;
    border: none;
    -webkit-border-radius: 99px;
    border-radius: 99px;
    display: inline-block;
    padding: 12px 32px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
    min-width: 204px;
    text-decoration: none
}

.no-call-wrap {
    background: #E6E6E6;
    padding: 10px 0 1px;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 42px;
    min-width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    position: relative
}

.main-bottom-wrap,
.main-bottom-wrap .banners-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

@media screen and (max-width:767px) {
    .no-call-wrap {
        padding: 10px 0 2px;
        height: auto
    }
}

.no-call-banner {
    background: url(../img/no-call-banner.png) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    height: 94px;
    width: 478px
}

.main-bottom-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 90px 32px 120px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw
}

.continue-btn .icon-arrow,
.icon-lock {
    -webkit-transform: translateY(-50.01%);
    -ms-transform: translateY(-50.01%)
}

.main-bottom-wrap .main-title {
    color: #121212;
    font-family: TWK-L-700;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -.42px;
    margin-bottom: 42px
}

.main-bottom-wrap .banners-wrap {
    display: flex;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px
}

@media screen and (max-width:767px) {
    .no-call-banner {
        height: 73px;
        background-position: center
    }

    .main-bottom-wrap {
        padding: 24px 0 0
    }

    .main-bottom-wrap .main-title {
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 24px
    }

    .main-bottom-wrap .banners-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: -1px
    }
}

.main-bottom-wrap .banners-wrap .bottom-banner {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    color: #fff;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 32px 40px;
    width: 408px
}

@media screen and (max-width:767px) {
    .main-bottom-wrap .banners-wrap .bottom-banner {
        -webkit-border-radius: 0;
        border-radius: 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100vw
    }
}

.main-bottom-wrap .banners-wrap .bottom-banner img {
    height: auto;
    width: 134px
}

.main-bottom-wrap .banners-wrap .bottom-banner .top {
    text-shadow: 0 -1px 0 0 rgba(0, 0, 0, .25);
    font-family: TWK-L-700;
    font-size: 46px;
    letter-spacing: -.41px;
    line-height: 64px;
    margin-bottom: 2px
}

@media screen and (max-width:374px) {
    .main-bottom-wrap .banners-wrap .bottom-banner .top {
        font-size: 40px
    }
}

.main-bottom-wrap .banners-wrap .bottom-banner .bottom {
    font-size: 18px;
    line-height: 28px
}

.main-bottom-wrap .banners-wrap .banner-viagra {
    background-image: -webkit-linear-gradient(110deg, #007AD7 3%, #0045AE 100%);
    background-image: linear-gradient(-20deg, #007AD7 3%, #0045AE 100%);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .06), 0 6px 10px 0 rgba(0, 0, 0, .04), 0 8px 12px 0 rgba(0, 0, 0, .02), 0 8px 14px 0 rgba(0, 0, 0, .01);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .06), 0 6px 10px 0 rgba(0, 0, 0, .04), 0 8px 12px 0 rgba(0, 0, 0, .02), 0 8px 14px 0 rgba(0, 0, 0, .01)
}

.main-bottom-wrap .banners-wrap .banner-viagra img {
    -webkit-animation: floatY 2s ease-in-out infinite;
    animation: floatY 2s ease-in-out infinite
}

@media screen and (max-width:767px) {
    .main-bottom-wrap .banners-wrap .banner-viagra {
        margin-bottom: 0
    }
}

.main-bottom-wrap .banners-wrap .banner-cialis {
    background-image: -webkit-linear-gradient(110deg, #EA4600 3%, #AF0000 100%);
    background-image: linear-gradient(-20deg, #EA4600 3%, #AF0000 100%);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .06), 0 6px 10px 0 rgba(0, 0, 0, .04), 0 8px 12px 0 rgba(0, 0, 0, .02), 0 8px 14px 0 rgba(0, 0, 0, .01);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .06), 0 6px 10px 0 rgba(0, 0, 0, .04), 0 8px 12px 0 rgba(0, 0, 0, .02), 0 8px 14px 0 rgba(0, 0, 0, .01)
}

.main-bottom-wrap .banners-wrap .banner-cialis img {
    -webkit-animation: floatY 2.4s ease-in-out infinite;
    animation: floatY 2.4s ease-in-out infinite
}

.no-call-banner .check {
    background: url(../img/i-check.svg) no-repeat;
    display: inline-block;
    height: 40px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 16px;
    width: 40px
}

#secondStep #dosageOptions,
.radio-option {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.radio-option {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    padding: 16px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid var(--border);
    background: var(--card);
    cursor: pointer;
    text-align: left;
    font-family: inherit;
    font-size: 14px;
    -webkit-transition: all .15s;
    transition: all .15s
}

#dosageOptions .radio-option:first-child {
    margin-bottom: 16px
}

#secondStep #dosageOptions {
    display: flex;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px
}

#secondStep #dosageOptions .radio-option {
    height: 56px;
    margin-bottom: 24px
}

@media screen and (max-width:767px) {
    #secondStep #dosageOptions .radio-option {
        margin-bottom: 16px
    }

    #secondStep .continue-btn {
        position: absolute;
        bottom: 16px;
        width: -webkit-calc(100% - 32px);
        width: calc(100% - 32px)
    }
}

#secondStep .step-title {
    margin-bottom: 12px;
    font-size: 22px;
    color: #121212;
    line-height: 28px
}

@media screen and (max-width:374px) {
    #secondStep .step-title {
        font-size: 20px;
        line-height: 24px
    }
}

#secondStep .step-subtitle {
    font-size: 16px;
    color: #333;
    line-height: 24px;
    margin-bottom: 12px
}

@media screen and (max-width:374px) {
    #secondStep .step-subtitle {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 8px
    }
}

#secondStep .continue-btn {
    height: 45px
}

.radio-option:hover {
    border-color: rgba(18, 18, 18, .45)
}

.radio-option.selected {
    border-color: var(--fg);
    -webkit-box-shadow: 0 0 0 1px var(--fg);
    box-shadow: 0 0 0 1px var(--fg)
}

.radio-option.highlighted {
    background: rgba(255, 215, 64, .12)
}

.radio-option.disabled .radio-dot {
    border-color: #E0E0E0
}

.radio-option.disabled .bonus-text,
.radio-option.disabled .bonus-text+span,
.radio-option.disabled .radio-label,
.radio-option.disabled .radio-sublabel {
    color: #9C9C9C
}

.radio-dot {
    width: 24px;
    height: 24px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #FFF;
    border: 2px solid #C4C4C4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: .1s;
    transition: .1s
}

.radio-dot:hover {
    border-color: #949494;
    -webkit-transition: .1s;
    transition: .1s
}

.row-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    height: 40px
}

@media screen and (max-width:767px) {
    .row-text {
        height: auto
    }
}

.radio-dot.selected,
.radio-option.selected .radio-dot {
    background: #121212;
    border-color: #121212
}

.radio-dot.selected:hover,
.radio-option.selected .radio-dot:hover {
    background: #424242;
    border-color: #424242
}

.radio-dot-inner {
    width: 12px;
    height: 12px;
    background: #FFF;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: none
}

.radio-option.selected .radio-dot-inner {
    display: block
}

.radio-label {
    font-family: TWK-L-600;
    font-weight: 400;
    font-size: 16px;
    position: relative;
    top: 1px;
    line-height: 24px;
    color: #121212
}

.radio-sublabel {
    font-size: 12px;
    color: #757575;
    font-family: TWK-L-500;
    line-height: 16px;
    letter-spacing: .4px
}

@media screen and (max-width:374px) {
    .radio-sublabel {
        font-size: 11px;
        white-space: nowrap
    }

    .radio-right {
        position: relative
    }
}

.bonus-text,
.radio-badge {
    font-size: 12px;
    font-family: TWK-L-500;
    letter-spacing: .4px
}

.radio-right {
    margin-left: auto;
    text-align: right;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media screen and (max-width:767px) {
    .radio-right {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #quantityOptions .radio-option {
        max-height: 72px
    }

    #quantityOptions .radio-option .row-text>div {
        gap: normal !important
    }
}

.radio-badge {
    height: 16px;
    line-height: 14px;
    padding: 1px 4px;
    -webkit-border-radius: 100px;
    border-radius: 100px
}

.radio-badge.popular {
    background: #E3F2FD;
    color: #1565C0;
    line-height: 16px
}

.radio-badge.value {
    background: #ff0;
    color: #121212;
    line-height: 16px
}

.radio-badge.out {
    background: #CE2C4E;
    color: #fff;
    line-height: 16px
}

.bonus-text {
    color: #008060;
    margin-right: 12px
}

.per-use {
    font-family: TWK-L-400;
    font-size: 16px;
    color: #121212
}

#quantityOptions .radio-label,
.continue-btn {
    font-family: TWK-L-500
}

.per-use .mobile {
    display: none
}

#quantityOptions::-webkit-scrollbar {
    width: 0 !important
}

.modal-content #quantityOptions {
    overflow-y: scroll;
    padding: 1px;
    max-height: 290px
}

@media screen and (max-width:767px) {
    .modal-content #quantityOptions {
        max-height: -webkit-calc(100vh - 560px);
        max-height: calc(100vh - 560px);
        margin-bottom: 60px
    }

    #quantityOptions .radio-option div:nth-child(2) div {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #quantityOptions .radio-option div:nth-child(2) div .radio-badge {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin-left: 0;
        white-space: nowrap
    }

    #quantityOptions .radio-option div:nth-child(2) div .radio-label {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
}

.modal-content #quantityOptions.alpha {
    -webkit-mask-image: -webkit-linear-gradient(top, #000 -webkit-calc(100% - 50px), transparent 100%);
    mask-image: linear-gradient(to bottom, #000 calc(100% - 50px), transparent 100%)
}

@media screen and (max-width:374px) {
    .modal-body .bonus-text {
        left: 0;
        position: absolute;
        top: 2px
    }

    .modal-body .per-use {
        font-size: 15px
    }

    .per-use .mobile {
        display: initial
    }

    #quantityOptions .radio-option {
        gap: 8px
    }

    .modal-content #quantityOptions {
        max-height: -webkit-calc(100vh - 461px);
        max-height: calc(100vh - 461px);
        margin-bottom: 30px
    }

    #quantityOptions .radio-option div:nth-child(2) div .radio-badge {
        font-size: 11px
    }
}

@media screen and (max-width:767px) {
    #step3 #quantityOptions {
        padding-bottom: 42px
    }
}

.continue-btn {
    width: 100%;
    margin-top: 24px;
    background: var(--fg);
    color: #fff;
    border: none;
    -webkit-border-radius: 99px;
    border-radius: 99px;
    padding: 3px 24px 0;
    font-size: 16px;
    height: 56px;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    position: relative
}

i.cvs,
i.walgreens {
    display: inline-block;
    -webkit-flex-shrink: 0
}

.continue-btn .icon-arrow {
    background: url(../img/icon-arrow-white.svg) no-repeat;
    display: inline-block;
    height: 20px;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50.01%);
    width: 20px
}

@media screen and (max-width:767px) {
    #step2 .continue-btn {
        position: fixed;
        bottom: 16px;
        left: 16px;
        right: 16px;
        max-width: 456px;
        margin: auto;
        width: -webkit-calc(100vw - 32px);
        width: calc(100vw - 32px)
    }
}

.continue-btn.loading {
    font-size: 0;
    cursor: not-allowed
}

.continue-btn.loading .icon-arrow {
    background: url(../img/spinner.svg) no-repeat;
    -webkit-animation: spin .5s linear infinite;
    animation: spin .5s linear infinite;
    left: 50%;
    right: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    height: 20px;
    width: 20px;
    top: 18px;
    position: static
}

#step3 .continue-btn {
    background: #FFEF1F;
    color: #121212
}

#step3 .continue-btn .icon-arrow {
    background: url(../img/icon-arrow-black.svg) no-repeat
}

.continue-btn:disabled {
    opacity: .4;
    cursor: not-allowed
}

#shippingOptions .shipping__card-wrap:hover,
.change-btn,
.pkg-card {
    cursor: pointer
}

@media screen and (max-width:767px) {
    #step3 .continue-btn {
        position: fixed;
        bottom: 16px;
        left: 16px;
        right: 16px;
        margin: auto;
        max-width: 456px;
        width: -webkit-calc(100% - 32px);
        width: calc(100% - 32px)
    }

    #step2 {
        margin-bottom: 60px
    }
}

#dosagePriceSection {
    text-align: center
}

.price-banner {
    display: inline-block;
    text-align: center;
    font-family: TWK-L-600;
    background: var(--highlight);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 16px;
    margin-top: 24px;
    font-size: 22px;
    line-height: 28px;
    color: #121212;
    white-space: nowrap
}

@media screen and (max-width:767px) {
    .price-banner {
        font-size: 18px
    }
}

@media screen and (max-width:374px) {
    .price-banner {
        font-size: 16px
    }
}

.table-wrapper {
    border: 1px solid var(--border);
    -webkit-border-radius: 16px;
    border-radius: 16px
}

.price-table {
    width: 100%;
    border-collapse: collapse;
    -webkit-border-radius: var(--radius);
    border-radius: var(--radius);
    overflow: hidden;
    font-size: 14px;
    background-color: #fff
}

.price-table th {
    background-color: #fff;
    height: 56px;
    font-size: 16px;
    font-family: TWK-L-800;
    font-weight: 400;
    text-align: center;
    border: 1px solid var(--border);
    border-top-width: 0;
    border-right-width: 0;
    line-height: 22px;
    padding-top: 8px
}

.price-table th span {
    font-size: 18px
}

.price-table th:first-child {
    text-align: center;
    border-left-width: 0
}

.price-table td {
    text-align: center;
    border: 1px solid var(--border);
    border-left-width: 0;
    font-size: 18px;
    height: 56px;
    width: 152px
}

.price-table td:not(:first-child) {
    background-color: #EEFBFF
}

.price-table td:last-child {
    border-right-width: 0
}

.price-table td:first-child {
    text-align: center;
    font-weight: 600
}

.price-table tr.highlight-row {
    background: #FFFFB4 !important
}

.price-table tr.highlight-row td {
    border-color: #EBEB00;
    border-bottom-width: 0;
    font-family: TWK-L-800;
    background: #FFFFB4 !important
}

i.cvs {
    background: url(../img/shoppers.webp) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    height: 21px;
    width: 84px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

i.walgreens {
    background: url(../img/pharmaprix.webp) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    height: 34px;
    width: 120px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

i.bluechew,
i.hims {
    -webkit-flex-shrink: 0;
    display: inline-block
}

i.hims {
    background: url(../img/rexall.webp) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    height: 25px;
    width: 72px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

i.bluechew {
    background: url(../img/felix.webp) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    height: 24px;
    width: 124px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

i.caliber {
    background: url(../img/logo.webp) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    display: inline-block;
    height: 36px;
    width: 93px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.form-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 12px
}

.icon__wrap,
.tooltip__wrap {
    -webkit-box-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

@media screen and (max-width:374px) {
    .price-table td {
        font-size: 16px
    }

    .form-row {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .mobile-full {
        -ms-grid-columns: 1fr !important;
        grid-template-columns: 1fr !important;
        gap: 16px !important;
        margin-bottom: 16px !important
    }

    .mobile-full.three {
        -ms-grid-rows: 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr
    }
}

.tooltip__wrap {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(32, 34, 35, .9);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 200px;
    padding: 8px 12px;
    position: relative
}

.form-input,
.trust-badge {
    -webkit-border-radius: 8px
}

.tooltip__wrap:after {
    background: url(../img/icons.svg) no-repeat;
    bottom: -5px;
    content: '';
    display: block;
    height: 6px;
    position: absolute;
    width: 12px
}

.tooltip__wrap.left {
    right: -10px
}

.tooltip__wrap.left:after {
    right: 12px
}

.tooltip__wrap.center:after {
    left: 50%;
    -webkit-transform: translateX(-50.01%);
    -ms-transform: translateX(-50.01%);
    transform: translateX(-50.01%)
}

@media screen and (max-width:991px) {
    .tooltip__wrap.center {
        right: 0
    }

    .tooltip__wrap.center:after {
        left: auto;
        right: 12px
    }
}

.tooltip__wrap .tooltip__text {
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    text-align: center
}

.icon__wrap {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    height: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    z-index: 1
}

.icon__wrap i:hover+.tooltip__wrap,
.icon__wrap i:hover+.tooltip__wrap+.tooltip__wrap {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .2s all;
    transition: .2s all
}

.icon__wrap.lock.disabled .icon {
    opacity: .7
}

.icon__wrap .tooltip__wrap {
    bottom: 38px;
    opacity: 0;
    position: absolute;
    -webkit-transition: .2s opacity;
    transition: .2s opacity;
    visibility: hidden;
    width: 200px
}

.form-input,
.form-input:hover {
    -webkit-transition: .2s all ease
}

.lang_da .icon__wrap .tooltip__wrap,
.lang_en .icon__wrap .tooltip__wrap,
.lang_fi .icon__wrap .tooltip__wrap,
.lang_no .icon__wrap .tooltip__wrap {
    width: 180px
}

.icon__wrap .tooltip__wrap.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    visibility: visible
}

.icon__wrap .tooltip__wrap.amex {
    display: none
}

.amex .form-field:nth-child(2) .icon__wrap .tooltip__wrap {
    display: none
}

.amex .form-field:nth-child(2) .icon__wrap .tooltip__wrap.amex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.form-input {
    width: 100%;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid transparent;
    background: var(--card);
    font-family: inherit;
    font-size: 14px;
    color: var(--fg);
    opacity: 1;
    z-index: initial;
    transition: .2s all ease
}

.form-input::-webkit-input-placeholder {
    color: var(--muted)
}

.form-input::-moz-placeholder {
    color: var(--muted)
}

.form-input:-ms-input-placeholder {
    color: var(--muted)
}

.form-input::placeholder {
    color: var(--muted)
}

.form-input:hover {
    -webkit-box-shadow: 0 0 0 1px var(--fg);
    box-shadow: 0 0 0 1px var(--fg);
    transition: .2s all ease
}

.form-input:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px var(--fg);
    box-shadow: 0 0 0 2px var(--fg);
    -webkit-transition: .2s all ease;
    transition: .2s all ease
}

.form-full {
    margin-bottom: 16px;
    position: relative
}

#shippingState {
    color: var(--muted)
}

#shippingState:valid {
    color: #000
}

.consent-text {
    margin-top: 24px;
    font-size: 12px;
    color: #888;
    line-height: 16px
}

.timer-banner {
    background: #fff176;
    text-align: center;
    padding: 12px;
    font-size: 14px;
    font-weight: 500;
    margin: -32px 0 42px;
    width: 100vw;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 100vw
}

.summary-total,
.timer-banner .time {
    font-weight: 700
}

@media screen and (min-width:992px) {
    .timer-banner {
        min-width: 100vw;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1000;
        width: 100dvw;
        margin-left: -webkit-calc(50% - 50dvw);
        margin-left: calc(50% - 50dvw);
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.trust-badges {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    margin-bottom: 16px
}

.trust-badge {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--fg);
    color: #fff;
    border-radius: 8px;
    padding: 10px 16px
}

.trust-badge .icon {
    height: 20px;
    width: 20px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.trust-badge .icon.time {
    background: url(../img/time.webp) no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.trust-badge .icon.eye {
    background: url(../img/trust-2.webp) no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.trust-badge .icon.check {
    background: url(../img/trust-check.webp) no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.trust-badge span {
    color: #fff;
    font-family: TWK-L-500;
    font-size: 12px;
    letter-spacing: .4px;
    line-height: 12px
}

@media screen and (max-width:767px) {
    .timer-banner {
        margin-top: -24px
    }

    .trust-badge {
        padding: 4px 8px
    }

    .trust-badge .icon {
        height: 18px;
        width: 18px
    }

    .trust-badge span {
        letter-spacing: .33px;
        font-size: 10px;
        line-height: 12px
    }

    .pkg-card .radio-dot {
        display: none
    }
}

.pkg-card {
    padding: 16px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid var(--border);
    background: var(--card);
    margin-bottom: 12px;
    position: relative;
    -webkit-transition: all .15s;
    transition: all .15s
}

.pkg-card.no-events {
    margin-bottom: 24px !important;
    padding: 16px 24px
}

.pkg-card.no-events .radio-dot {
    display: none
}

.pkg-card:last-child {
    margin-bottom: 0
}

.pkg-card:hover {
    border-color: rgba(20, 20, 20, .3)
}

.pkg-card.selected {
    -webkit-box-shadow: 0 0 0 2px var(--fg);
    box-shadow: 0 0 0 2px var(--fg);
    border-color: var(--fg);
    background: #FFFFB4
}

.pkg-card.selected .radio-dot {
    background: #121212;
    border-color: #121212
}

.pkg-card.selected .radio-dot-inner {
    display: block
}

.pkg-card.selected .pkg-bonus-badge {
    background-color: #fff;
    color: #008060
}

.pkg-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px
}

.pkg-info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.pkg-label {
    color: #000;
    font-size: 18px;
    font-family: TWK-L-800;
    line-height: 28px
}

.pkg-label .mobile {
    display: none
}

@media screen and (min-width:320px) and (max-width:479px) {
    .pkg-label .mobile {
        display: initial
    }
}

.pkg-pills {
    font-size: 16px;
    color: #121212;
    font-family: TWK-L-600;
    line-height: 24px;
    margin-bottom: 4px
}

.pkg-shipping,
.pkg-supply {
    font-family: TWK-L-500;
    font-size: 12px;
    letter-spacing: .4px
}

.pkg-pills span {
    color: #109373
}

@media screen and (max-width:767px) {
    .pkg-label {
        max-width: 55%
    }

    .pkg-pills span {
        display: block
    }
}

.pkg-bonus-badge,
.pkg-bottom {
    -webkit-box-align: center;
    display: -webkit-box;
    display: -webkit-flex
}

.divider {
    background-color: #EEE;
    height: 1px;
    margin-bottom: 12px;
    width: 100%
}

.pkg-card.selected .divider {
    background: rgba(18, 18, 18, .1)
}

.pkg-shipping {
    color: #757575;
    line-height: 16px;
    margin-bottom: 4px
}

.pkg-supply {
    color: #666;
    margin-bottom: 12px
}

.pkg-bonus-badge,
.pkg-price {
    font-family: TWK-L-800
}

.pkg-bottom {
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 8px
}

.pkg-price {
    font-size: 18px;
    color: #000;
    line-height: 28px
}

.pkg-bonus-badge {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    height: 24px;
    padding: 6px 8px 4px;
    display: -ms-flexbox;
    display: flex;
    background: #FF0;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    font-size: 12px;
    color: #121212;
    letter-spacing: .4px;
    white-space: nowrap
}

.offer-img {
    position: absolute;
    top: 16px;
    right: 24px;
    height: 92px
}

@media screen and (max-width:374px) {
    .offer-img {
        right: 16px
    }
}

.change-btn {
    color: #121212;
    width: 100%;
    background: #FFF;
    border: 1px solid #D1D1D1;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 12px;
    font-size: 16px;
    font-family: inherit;
    margin-bottom: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    height: 48px;
    margin-top: 10px
}

.change-btn:hover {
    background: var(--bg)
}

.icon-arrow-select,
.icon-change-btn {
    background: url(../img/i-change-btn.webp) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    display: inline-block;
    height: 20px;
    margin-top: -2px;
    position: relative;
    width: 20px
}

.icon-arrow-select {
    position: absolute;
    right: 8px;
    top: 17px
}

.section-title {
    font-size: 18px;
    font-family: TWK-L-600;
    line-height: 28px;
    margin-bottom: 16px
}

#shippingOptions {
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 6px;
    margin-bottom: 24px
}

#shippingOptions .shipping__card-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 24px;
    margin-bottom: 16px;
    position: relative;
    font-size: 16px;
    color: #000;
    line-height: 24px
}

#shippingOptions .shipping__card-wrap.selected {
    cursor: default;
    pointer-events: none
}

#shippingOptions .shipping__card-wrap.selected .radio-dot {
    background: #121212;
    border-color: #121212
}

#shippingOptions .shipping__card-wrap.selected .radio-dot-inner {
    display: block
}

#shippingOptions .shipping__card-wrap .radio-dot {
    margin-right: 8px
}

#shippingOptions .shipping__card-wrap .method-cost {
    position: absolute;
    right: 0;
    font-family: TWK-L-600;
    font-size: 16px;
    color: #000
}

.icon-input-question,
.icon-lock {
    display: inline-block;
    height: 20px;
    position: absolute;
    right: 16px;
    width: 20px;
    top: 50%
}

.icon-lock {
    background: url(../img/i-lock.svg) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    transform: translateY(-50.01%)
}

.story-card__play-icon,
.waiting__wrap .icon__wrap .icon__check {
    -webkit-transform: translateY(-50.01%);
    -ms-transform: translateY(-50.01%)
}

.icon-input-question {
    background: url(../img/i-input-question.svg) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transform: translateY(-50.01%);
    -ms-transform: translateY(-50.01%);
    transform: translateY(-50.01%)
}

.card-brands {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    position: relative
}

.card-brands .method.inactive,
.card-brands .payment-method.inactive,
.card-brands input {
    height: 0;
    opacity: 0;
    position: absolute;
    width: 0;
    visibility: hidden
}

.card-brands input {
    border: none;
    margin: 0;
    padding: 0;
    outline: 0
}

@media screen and (max-width:374px) {
    .card-brands {
        -webkit-column-gap: 2px;
        -moz-column-gap: 2px;
        column-gap: 2px
    }

    .card-brands .icon {
        -webkit-background-size: contain !important;
        background-size: contain !important;
        height: 22px !important;
        width: 34px !important
    }
}

.card-brands .icon.amex,
.card-brands .icon.discover,
.card-brands .icon.mastercard,
.card-brands .icon.visa {
    display: inline-block;
    height: 24px;
    width: 38px
}

.card-brands .icon.mastercard {
    background: url(../img/ic-mastercard.svg) no-repeat
}

.card-brands .icon.mastercard.monochrome {
    background: url(../img/ic-mastercard-mono.svg) no-repeat
}

.card-brands .icon.visa {
    background: url(../img/ic-visa.svg) no-repeat
}

.card-brands .icon.visa.monochrome {
    background: url(../img/ic-visa-mono.svg) no-repeat
}

.card-brands .icon.amex {
    background: url(../img/ic-amex.svg) no-repeat
}

.card-brands .icon.amex.monochrome {
    background: url(../img/ic-amex-mono.svg) no-repeat
}

.card-brands .icon.discover {
    background: url(../img/ic-discover.svg) no-repeat
}

.card-brands .icon.discover.monochrome {
    background: url(../img/ic-discover-mono.svg) no-repeat
}

.card-input-group {
    border: 1px solid var(--border);
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    background: var(--card)
}

.card-input-group+.form-error {
    margin-top: 6px
}

.card-input-group input {
    width: 100%;
    padding: 16px;
    border: none;
    background: 0 0;
    font-family: inherit;
    font-size: 14px;
    color: var(--fg)
}

.card-row,
.summary-total {
    border-top: 1px solid var(--border)
}

.card-input-group input::-webkit-input-placeholder {
    color: var(--muted)
}

.card-input-group input::-moz-placeholder {
    color: var(--muted)
}

.card-input-group input:-ms-input-placeholder {
    color: var(--muted)
}

.card-input-group input::placeholder {
    color: var(--muted)
}

.card-input-group input:focus {
    outline: 0
}

.card-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.card-row input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

#orderSummary div,
.summary-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: justify
}

.card-divider {
    width: 1px;
    background: var(--border)
}

#orderSummary {
    margin-top: 24px;
    font-size: 16px;
    color: #000;
    line-height: 24px;
    margin-bottom: 12px
}

#orderSummary div {
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 12px
}

#orderSummary .shipping_d span:last-child {
    color: #109373;
    font-family: TWK-L-600
}

#orderSummary .shipping_d span:last-child span {
    color: #9C9C9C;
    font-family: TWK-L-400;
    text-decoration: line-through
}

#orderSummary .shipping {
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 12px
}

#orderSummary .shipping .name {
    margin-right: auto
}

#orderSummary .total {
    font-size: 16px;
    color: #000;
    font-family: TWK-L-600
}

#orderSummary .total span:last-child {
    font-size: 18px;
    font-family: TWK-L-800
}

.summary-line {
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 8px
}

.summary-total {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    padding-top: 8px;
    margin-top: 8px;
    margin-bottom: 24px
}

.line-through {
    text-decoration: line-through;
    color: var(--muted);
    margin-right: 4px
}

.included {
    color: var(--success);
    font-weight: 600
}

.footer-small,
.footer-text {
    color: var(--muted);
    text-align: center
}

.footer-text {
    margin-top: 16px;
    font-size: 12px;
    line-height: 1.6
}

.footer-small {
    margin-top: 8px;
    font-size: 10px
}

.fade-in {
    -webkit-animation: fadeIn .3s ease;
    animation: fadeIn .3s ease
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.banner__cookies-accept {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .9);
    bottom: 8px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .14);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .14);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 50%;
    line-height: 19px;
    max-width: 820px;
    padding: 16px 24px;
    position: fixed;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 100;
    display: none
}

.banner__cookies-accept p {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    text-align: left
}

@media screen and (max-width:767px) {
    .banner__cookies-accept p {
        font-size: 12px
    }
}

.banner__cookies-accept .accept__cookies-close {
    background: #FF2D55;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(255, 45, 85, .3);
    box-shadow: 0 2px 4px 0 rgba(255, 45, 85, .3);
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin-left: 16px;
    padding: 0 32px;
    text-transform: uppercase;
    white-space: nowrap
}

.modal-close,
.phone-help {
    -webkit-border-radius: 50%
}

.banner__cookies-accept .accept__cookies-close:hover {
    background: #FF4367;
    -webkit-box-shadow: none;
    box-shadow: none
}

.banner__cookies-accept .accept__cookies-close:active {
    background: #FA274F;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-field {
    margin-bottom: 12px
}

.form-field.inline {
    margin-bottom: 0
}

.form-error {
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.35;
    color: var(--destructive);
    display: none
}

.form-input.is-invalid,
select.form-input.is-invalid {
    border-color: var(--destructive) !important;
    -webkit-box-shadow: 0 0 0 1px var(--destructive) !important;
    box-shadow: 0 0 0 1px var(--destructive) !important
}

.form-input.is-valid,
select.form-input.is-valid {
    border-color: rgba(26, 154, 90, .45)
}

.form-error.is-visible {
    display: block
}

.phone-wrap {
    position: relative
}

.phone-help {
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid var(--border);
    color: var(--muted);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    cursor: help;
    background: var(--card)
}

.review__title,
.s4-h3 {
    line-height: 28px;
    color: #121212;
    font-family: TWK-L-600
}

.phone-wrap .form-input {
    padding-right: 42px
}

.s4-under {
    padding: 42px 0 40px
}

.s4-under__inner {
    width: 100%;
    max-width: 520px;
    margin: 0 auto
}

.s4-h3 {
    font-size: 22px;
    margin: 0 0 24px
}

.s4-h3.center {
    text-align: center;
    margin-bottom: 8px
}

.s4-h3--mt {
    margin-top: 24px
}

.reviews {
    display: -ms-grid;
    display: grid;
    gap: 8px;
    margin-bottom: 42px
}

.review__stars,
.review__title {
    margin-bottom: 8px
}

.review {
    background: #fff;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    padding: 24px
}

.review__title {
    font-size: 18px
}

.review__stars.five {
    background: url(../img/rate-5.webp) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    height: 16px;
    width: 80px
}

.review__text {
    font-size: 14px;
    line-height: 20px;
    color: #424242;
    margin: 0 0 8px
}

.review__user {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.review__avatar {
    width: 48px;
    height: 48px;
    -webkit-border-radius: 999px;
    border-radius: 999px;
    overflow: hidden;
    background: #ddd;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative
}

.review__avatar.unblur .icon-eye {
    display: none
}

.review__avatar.unblur img {
    -webkit-filter: none;
    filter: none
}

.review__avatar .icon-eye {
    background: url(../img/i-eye.svg) no-repeat;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50.01%, -50.01%);
    -ms-transform: translate(-50.01%, -50.01%);
    transform: translate(-50.01%, -50.01%);
    position: absolute;
    height: 16px;
    width: 16px;
    z-index: 1
}

.review__avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    -webkit-filter: blur(2px);
    filter: blur(2px)
}

.review__name {
    color: #424242;
    font-family: TWK-L-600;
    font-size: 16px;
    line-height: 24px
}

.review__sub {
    font-family: TWK-L-500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .4px;
    color: #757575
}

.trust {
    margin-bottom: 24px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .06);
    -webkit-border-radius: 16px;
    border-radius: 16px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    text-align: center
}

.guarantee__title,
.trust__icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.trust__item {
    border-right: 1px solid rgba(18, 18, 18, .1);
    padding: 16px
}

@media screen and (max-width:374px) {
    .trust {
        gap: 0
    }

    .trust__item {
        padding: 8px
    }
}

.trust__item:last-child {
    border-right-width: 0
}

.trust__icon {
    width: 28px;
    height: 28px;
    margin: 0 auto 10px;
    -webkit-border-radius: 999px;
    border-radius: 999px;
    background: #f2f2f2;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.trust__icon.last {
    height: 33px;
    width: 30px
}

.trust__icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    display: block
}

.trust__text {
    font-family: TWK-L-800;
    font-size: 14px;
    line-height: 16px;
    color: #121212
}

.guarantee__title,
.privacy__title {
    font-family: TWK-L-600
}

.guarantee {
    background: #121212;
    background-image: -webkit-linear-gradient(295deg, rgba(255, 255, 255, .15) 0, rgba(255, 255, 255, 0) 14%);
    background-image: linear-gradient(155deg, rgba(255, 255, 255, .15) 0, rgba(255, 255, 255, 0) 14%);
    -webkit-border-radius: 16px;
    border-radius: 16px;
    color: #fff;
    padding: 32px;
    margin-bottom: 24px
}

.guarantee__title {
    background-image: -webkit-gradient(linear, left top, right top, from(#FEE682), to(#FFF));
    background-image: -webkit-linear-gradient(left, #FEE682 0, #FFF 100%);
    background-image: linear-gradient(90deg, #FEE682 0, #FFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    font-size: 22px;
    line-height: 28px;
    margin: 0 0 14px;
    display: flex;
    -webkit-column-gap: 27px;
    -moz-column-gap: 27px;
    column-gap: 27px
}

@media screen and (max-width:374px) {
    .guarantee {
        padding: 24px 16px
    }

    .guarantee__title {
        -webkit-column-gap: 16px;
        -moz-column-gap: 16px;
        column-gap: 16px
    }
}

.guarantee__text {
    font-size: 16px;
    line-height: 24px;
    color: #fff
}

.guarantee__badge {
    width: 105px;
    height: 105px;
    -webkit-border-radius: 999px;
    border-radius: 999px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    margin-top: -8px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.guarantee__badge img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    display: block
}

.privacy__icon,
.privacy__title {
    -webkit-box-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.no-call.single {
    margin-bottom: 19px;
    width: 100%
}

.privacy {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#FFFEE3), to(#FFFFB4));
    background-image: -webkit-linear-gradient(bottom, #FFFEE3 0, #FFFFB4 100%);
    background-image: linear-gradient(0deg, #FFFEE3 0, #FFFFB4 100%);
    -webkit-border-radius: 16px;
    border-radius: 16px;
    padding: 32px;
    margin-bottom: 24px
}

.privacy__icon {
    width: 54px;
    height: 54px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.privacy__icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    display: block
}

.privacy__title {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 24px;
    color: #121212;
    display: flex;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px
}

.privacy__text {
    font-family: TWK-L-400;
    font-size: 16px;
    line-height: 24px;
    color: #121212
}

@media (max-width:380px) {

    .guarantee,
    .stories__frame {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .guarantee__badge {
        width: 104px;
        height: 104px
    }
}

.modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 100;
    background: rgba(0, 0, 0, .2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.modal-overlay.active {
    opacity: 1
}

.modal-content {
    background: #F5F5F5;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    width: 90%;
    max-width: 536px;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    padding: 73px 40px 40px
}

.modal-content::-webkit-scrollbar {
    width: 0 !important
}

@media screen and (max-width:767px) {
    .modal-content {
        padding: 0
    }

    .modal-content .modal-content-inner {
        padding: 73px 16px 16px
    }
}

@media screen and (max-width:374px) {
    .modal-content .modal-content-inner {
        padding-top: 53px
    }
}

.modal-content .hidden {
    display: none
}

.modal-close,
.modal-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.modal-overlay.active .modal-content {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.modal-header {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 16px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: var(--card);
    z-index: 1;
    -webkit-border-radius: 16px 16px 0 0;
    border-radius: 16px 16px 0 0
}

.modal-back,
.modal-close {
    position: absolute;
    cursor: pointer
}

.modal-back {
    background: 0 0;
    border: none;
    font-size: 18px;
    color: var(--fg);
    padding: 4px;
    left: 24px;
    top: 24px
}

@media screen and (max-width:374px) {
    .modal-back {
        left: 16px;
        top: 16px
    }
}

.modal-back .icon-back {
    background: url(../img/i-arrow-back.svg) no-repeat;
    display: inline-block;
    height: 24px;
    width: 24px
}

.modal-close {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--fg);
    color: #fff;
    border: none;
    font-size: 16px;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: 24px;
    top: 24px;
    -webkit-transition: .2s;
    transition: .2s
}

.modal-med-header,
.modal-product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

@media screen and (max-width:767px) {
    .modal-close {
        position: absolute;
        right: 24px;
        top: 24px
    }
}

@media screen and (max-width:374px) {
    .modal-close {
        right: 16px;
        top: 16px;
        height: 28px;
        width: 28px
    }
}

.modal-close:hover {
    opacity: .8;
    -webkit-transition: .2s;
    transition: .2s
}

.modal-product {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    margin-bottom: 32px
}

@media screen and (max-width:767px) {
    .modal-product {
        margin-bottom: 16px
    }
}

.modal-product .hidden {
    display: none
}

.modal-product img {
    height: 60px;
    width: 60px
}

.modal-product .modal-product-title {
    font-family: TWK-L-600;
    font-size: 28px;
    color: #121212;
    letter-spacing: -.2px;
    line-height: 36px
}

@media screen and (max-width:374px) {
    .modal-product .modal-product-title {
        font-size: 24px
    }
}

.modal-med-header {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px
}

.modal-med-icon {
    width: 48px;
    height: 48px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #2196F3;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700
}

.modal-med-name {
    font-size: 20px;
    font-weight: 700
}

.modal-section-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px
}

.modal-section-subtitle {
    font-size: 14px;
    color: var(--muted);
    margin-bottom: 16px
}

.dosage-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 32px
}

.dosage-option {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    padding: 16px;
    -webkit-border-radius: var(--radius);
    border-radius: var(--radius);
    border: 1px solid var(--border);
    background: var(--card);
    cursor: pointer;
    font-family: inherit;
    font-size: 14px;
    -webkit-transition: all .15s;
    transition: all .15s
}

.dosage-option:hover {
    border-color: rgba(20, 20, 20, .3)
}

.dosage-option.selected {
    border-color: var(--fg)
}

.waiting__wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #C9CCCF;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: none;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 310px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    left: 50%;
    padding-top: 115px;
    position: fixed;
    top: 50%;
    -webkit-transform: translate(-50.01%, -50.01%);
    -ms-transform: translate(-50.01%, -50.01%);
    transform: translate(-50.01%, -50.01%);
    width: 580px;
    z-index: 1
}

.waiting__wrap.visible {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 10000
}

.waiting__wrap.visible:before {
    background: #fff;
    bottom: 0;
    content: '';
    display: block;
    left: -200%;
    right: 0;
    top: -200%;
    position: fixed;
    width: 1000%;
    height: 1000%;
    z-index: -1
}

.waiting__wrap.visible:after {
    background: #fff;
    border: 1px solid #C9CCCF;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    right: 0;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1
}

@media screen and (max-width:767px) {
    .waiting__wrap.visible:after {
        border-width: 0
    }

    .waiting__wrap {
        border-width: 0;
        width: -webkit-calc(100% - 128px);
        width: calc(100% - 128px)
    }
}

@media screen and (max-width:767px) and (max-width:374px) {
    .waiting__wrap {
        width: -webkit-calc(100% - 64px);
        width: calc(100% - 64px)
    }
}

.waiting__wrap .waiting__wrap-inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s;
    transition: .3s
}

.waiting__wrap .waiting__wrap-inner.hidden {
    height: 0;
    opacity: 0;
    visibility: hidden
}

.waiting__wrap .loader__wrap {
    margin-bottom: 18px
}

.waiting__wrap .icon__spinner {
    -webkit-animation: spin .5s infinite linear;
    animation: spin .5s infinite linear;
    display: block;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    position: static;
    opacity: 1;
    -webkit-transition: 1s opacity;
    transition: 1s opacity;
    background: url(../img/icons.svg) no-repeat;
    -webkit-background-size: auto 44px;
    background-size: auto 44px;
    background-position-x: -35px;
    height: 44px;
    width: 44px
}

.waiting__wrap .text__wrap {
    text-align: center;
    -webkit-transition: .3s all;
    transition: .3s all
}

.waiting__wrap .text__wrap.hidden {
    height: 0;
    opacity: 0;
    -webkit-transition: .3s all;
    transition: .3s all;
    visibility: hidden
}

.waiting__wrap .text__wrap p {
    color: #202223;
    font-family: TWK-L-400;
    font-size: 16px;
    line-height: 24px;
    opacity: 1;
    -webkit-transition: .3s;
    transition: .3s;
    visibility: visible
}

.order-id,
.thankyou-title {
    font-family: TWK-L-600
}

@media screen and (max-width:767px) {
    .waiting__wrap .text__wrap p {
        font-size: 14px;
        line-height: 20px
    }
}

.waiting__wrap .text__wrap .dots:after {
    content: '';
    display: inline-block;
    width: 1em;
    text-align: left;
    -webkit-animation: dots 1.5s steps(4, end) infinite;
    animation: dots 1.5s steps(4, end) infinite
}

.thankyou-header,
.waiting__wrap .icon__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: center
}

.waiting__wrap .icon__wrap {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
    position: relative
}

.waiting__wrap .icon__wrap .icon__circle {
    background: url(../img/icons.svg) no-repeat;
    -webkit-background-size: auto 40px;
    background-size: auto 40px;
    background-position-x: -32px;
    display: block;
    height: 40px;
    opacity: 0;
    position: relative;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    width: 40px
}

.waiting__wrap .icon__wrap .icon__circle.visible {
    opacity: 1;
    -webkit-transition: .3s opacity;
    transition: .3s opacity
}

.waiting__wrap .icon__wrap .icon__check {
    background: url(../img/icons.svg) -8px -1px no-repeat;
    -webkit-background-size: auto 13px;
    background-size: auto 13px;
    display: block;
    height: 12px;
    left: 11px;
    position: absolute;
    top: 50%;
    transform: translateY(-50.01%);
    -webkit-transition: .3s width;
    transition: .3s width;
    width: 0
}

.waiting__wrap .icon__wrap .icon__check.visible {
    -webkit-transition: .3s width;
    transition: .3s width;
    width: 18px
}

.thankyou-header {
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px
}

.order-info,
.thankyou-check {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: center
}

.thankyou-check {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #FFEF1F;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px
}

.thankyou-check.decline {
    background: 0 0
}

.icon-check {
    background: url(../img/res-check-big.svg) no-repeat;
    height: 26px;
    width: 28px
}

.icon-decline {
    background: url(../img/i-decline.svg) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    height: 28px;
    width: 28px
}

.thankyou-title {
    font-size: 22px;
    line-height: 28px
}

.order-info {
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px
}

.order-id,
.timeline-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.order-id {
    font-size: 14px;
    display: flex;
    line-height: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.order-id-badge,
.timeline-content .strong,
.timeline-content h3 {
    font-family: TWK-L-800
}

.order-id-badge {
    background: var(--fg);
    color: #fff;
    padding: 3px 8px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    font-size: 12px;
    height: 24px
}

.order-date {
    font-size: 14px;
    color: #757575;
    margin-left: auto
}

.timeline-card {
    background-color: #fff;
    border: 1px solid var(--border);
    -webkit-border-radius: 16px;
    border-radius: 16px;
    padding: 32px 32px 32px 24px;
    margin-bottom: 57px
}

.timeline-card .timeline-text {
    font-size: 14px;
    color: #121212;
    line-height: 20px
}

.timeline-item {
    display: flex;
    gap: 16px
}

.timeline-dot,
.timeline-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.timeline-item.active .timeline-line {
    background-color: #424242
}

.timeline-track {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.timeline-dot {
    width: 21px;
    height: 21px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.timeline-med,
.timeline-med img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.timeline-dot.completed {
    background: url(../img/res-check-small.svg) no-repeat;
    height: 21px;
    width: 21px
}

.timeline-dot.active {
    border: 1px solid var(--fg)
}

.timeline-dot.active .timeline-dot-inner {
    background-color: var(--fg)
}

.timeline-dot.pending {
    border: 1px solid rgba(115, 115, 115, .4)
}

.timeline-dot-inner {
    width: 7px;
    height: 7px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #E0E0E0
}

.timeline-line {
    width: 1px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #E0E0E0;
    margin: 0
}

.timeline-content {
    padding-bottom: 24px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 24px
}

.timeline-content:last-child {
    padding-bottom: 0
}

.timeline-content h3 {
    font-size: 16px;
    color: #121212;
    line-height: 20px;
    margin-bottom: 8px
}

.timeline-content p {
    font-size: 14px;
    color: #121212;
    line-height: 20px;
    margin-bottom: 6px
}

.timeline-content .strong {
    color: #121212
}

.timeline-med {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    margin: 12px 0
}

.res-img-wrap {
    background: #fff;
    border: 1px solid #E0E0E0;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 6px
}

.timeline-med img {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700
}

.btn-dark,
.btn-outline {
    padding: 0 16px;
    font-family: TWK-L-500;
    height: 32px;
    cursor: pointer
}

.timeline-actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    margin-top: 12px
}

.btn-outline {
    border: 1px solid #D1D1D1;
    -webkit-border-radius: 99px;
    border-radius: 99px;
    background: 0 0;
    font-size: 14px;
    line-height: 32px
}

.btn-outline:hover {
    background: var(--bg)
}

.btn-dark {
    border: none;
    -webkit-border-radius: 99px;
    border-radius: 99px;
    background: var(--fg);
    color: #fff;
    font-size: 14px;
    line-height: 34px
}

.modal-check.is-hidden,
.modal-check__dialog.is-closing,
.modal-check__overlay-spinner {
    opacity: 0;
    pointer-events: none
}

.pdf {
    display: none
}

.timeline-note {
    background: #F5F5F5;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    line-height: 20px;
    font-size: 14px;
    color: #121212
}

.timeline-note .icon-info {
    background: url(../img/i-info.svg) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    display: inline-block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 20px;
    width: 20px
}

.delivery-date {
    background-color: #F5F5F5;
    color: #424242;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: .4px;
    gap: 8px;
    font-size: 12px;
    padding: 4px 8px;
    height: 24px
}

@media screen and (max-width:374px) {
    .delivery-date {
        height: auto
    }
}

.delivery-date .icon-click {
    background: url(../img/i-clock.svg) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    display: inline-block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 11px;
    width: 11px
}

.faq-title {
    font-family: TWK-L-600;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.faq-title .icon-question {
    background: url(../img/i-question.svg) no-repeat;
    display: inline-block;
    height: 40px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 16px;
    width: 40px
}

.faq-question,
.faq-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.faq-item {
    border-bottom: 1px solid var(--border);
    padding-right: 24px
}

.faq-question {
    padding: 16px 0;
    background: 0 0;
    border: none;
    font-family: inherit;
    text-align: left
}

.faq-question span:first-child {
    font-family: TWK-L-800;
    font-size: 14px;
    color: #121212;
    line-height: 20px
}

.faq-toggle {
    width: 24px;
    height: 24px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #121212;
    color: #fff;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 16px;
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear;
    font-size: 22px;
    position: relative;
    right: -24px
}

.faq-toggle:before {
    content: '+'
}

.faq-answer {
    font-size: 14px;
    color: #424242;
    line-height: 20px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.faq-link {
    font-size: 14px;
    color: #121212;
    margin: 16px 0 48px;
    line-height: 40px
}

.faq-link a {
    color: #121212;
    text-decoration: underline
}

.faq-link a:hover,
.support-contact a {
    text-decoration: none
}

.faq-item.open .faq-answer {
    max-height: 500px;
    padding-bottom: 16px;
    -webkit-transition: .2s all linear;
    transition: .2s all linear
}

.faq-question {
    width: 100%;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.motivation-section,
.support-avatar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.faq-item.open .faq-toggle {
    border: 1px solid #E7E7E7;
    background-color: #fff;
    height: 25px;
    padding-left: 1px;
    width: 25px
}

.faq-item.open .faq-toggle:before {
    content: '-';
    color: #121212;
    font-size: 30px
}

.support-section {
    border-top: 1px solid var(--border);
    padding-top: 32px;
    text-align: center;
    margin-bottom: 32px
}

.support-avatar {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto 8px;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: url(../img/support.webp) no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.support-contact,
.support-title {
    line-height: 20px;
    margin-bottom: 8px;
    color: #121212
}

.support-title {
    font-family: TWK-L-800;
    font-size: 16px
}

.support-contact {
    font-size: 14px
}

.support-contact a {
    color: #121212;
    font-size: 14px
}

.support-contact a:hover {
    text-decoration: underline
}

.support-hours {
    font-size: 12px;
    color: #757575
}

.motivation-section {
    display: flex;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    margin-top: 16px
}

.motivation-section .motivation-item,
.motivation-section .motivation-item .motivation-item--top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

@media screen and (max-width:767px) {
    .motivation-section {
        margin-bottom: 24px !important
    }
}

.motivation-section .motivation-item {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: -webkit-calc(50% - 4px);
    width: calc(50% - 4px)
}

.motivation-section .motivation-item .motivation-item--top {
    background-color: #fff;
    -webkit-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 16px
}

@media screen and (max-width:374px) {
    .motivation-section .motivation-item .motivation-item--top {
        padding: 8px
    }
}

.motivation-section .motivation-item .motivation-item--top.full-radius {
    -webkit-border-radius: 8px;
    border-radius: 8px
}

.motivation-section .motivation-item .motivation-item--top .motivation-item--title {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 8px;
    font-family: TWK-L-800;
    font-size: 14px;
    color: #121212;
    padding-top: 3px
}

.motivation-section .motivation-item .motivation-item--top img {
    width: 100%
}

.motivation-section .motivation-item .motivation-item--bottom {
    -webkit-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    padding: 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media screen and (max-width:374px) {
    .motivation-section .motivation-item .motivation-item--bottom {
        padding: 8px
    }

    .pharmacy-check {
        max-height: -webkit-calc(100vh - 32px);
        max-height: calc(100vh - 32px);
        overflow-y: scroll
    }
}

.motivation-section .motivation-item .motivation-item--bottom ul {
    padding-left: 16px
}

.motivation-section .motivation-item .motivation-item--bottom ul li {
    font-family: TWK-L-300;
    font-size: 14px;
    line-height: 22px
}

.motivation-section .motivation-item.before .motivation-item--title {
    background-color: #E0E0E0
}

.motivation-section .motivation-item.before .motivation-item--bottom {
    background-color: #FDE8E8
}

.motivation-section .motivation-item.after .motivation-item--title {
    background-color: #109373;
    color: #fff
}

.motivation-section .motivation-item.after .motivation-item--bottom {
    background-color: #DAF1EB
}

.site-footer {
    border-top: 1px solid #E0E0E0;
    padding: 32px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 12px;
    color: var(--muted);
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
    min-width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative;
    margin-top: 72px
}

.footer-links,
.site-footer-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.site-footer sup {
    font-size: 8px
}

@media screen and (max-width:767px) {
    .site-footer {
        margin-top: 0
    }
}

.site-footer-inner {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    width: 1090px
}

.site-footer a {
    color: var(--muted);
    text-decoration: none
}

.site-footer a:hover {
    color: var(--fg)
}

.footer-links {
    display: flex;
    gap: 16px
}

.contact-form .label-row,
.terms-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

@media screen and (max-width:767px) {
    .site-footer-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        padding: 16px
    }

    .site-footer-inner span:first-child {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 24px;
        text-align: center
    }

    .footer-links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

.terms-title {
    font-family: TWK-L-600;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 8px;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.terms-subtitle {
    font-family: TWK-L-800;
    font-size: 14px;
    color: #121212;
    margin-bottom: 8px
}

.terms-text {
    font-size: 14px;
    color: #424242;
    line-height: 20px;
    margin-bottom: 16px
}

.contact-form {
    margin-bottom: 48px
}

.contact-form .continue-btn {
    margin-top: 16px;
    height: 40px;
    width: 123px
}

.contact-form .continue-btn .icon-arrow {
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    right: 0;
    top: -1px
}

@media screen and (max-width:767px) {
    .contact-form .continue-btn {
        margin: 24px auto 0
    }
}

.contact-form .form-group {
    margin-bottom: 16px
}

.contact-form .form-group input,
.contact-form .form-group textarea {
    font-family: TWK-L-400;
    width: 100%;
    padding: 14px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: none;
    background: #fff;
    font-size: 14px;
    outline: 0;
    line-height: 22px
}

.contact-form label {
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
    line-height: 22px
}

.contact-form .label-row {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px
}

.modal-check,
.modal-check__overlay-spinner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    inset: 0
}

.contact-form .counter {
    color: #757575;
    font-size: 14px
}

.contact-form textarea {
    height: 140px;
    resize: vertical
}

.modal-check {
    position: fixed;
    z-index: 1000;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    background: rgba(0, 0, 0, .35);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    -webkit-transition: opacity .4s ease, visibility .4s ease;
    transition: opacity .4s ease, visibility .4s ease
}

.modal-check.is-hidden {
    visibility: hidden
}

.modal-check__dialog {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 560px;
    -webkit-transition: opacity .45s ease, visibility .45s ease;
    transition: opacity .45s ease, visibility .45s ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.modal-check__overlay-spinner {
    position: absolute;
    z-index: 3;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    visibility: 0;
    -webkit-transition: opacity .3s ease, visibility .3s ease;
    transition: opacity .3s ease, visibility .3s ease
}

.modal-check__overlay-spinner.is-visible {
    opacity: 1;
    visibility: 1
}

.check-spinner--lg {
    width: 48px !important;
    height: 48px !important;
    border-width: 4px
}

.pharmacy-check {
    background: #f6f6f6;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    padding: 32px 32px 28px;
    color: #222
}

.pharmacy-check__title {
    font-family: TWK-L-800;
    margin: 0 0 28px;
    font-size: 28px;
    line-height: 36px;
    text-align: center
}

@media screen and (max-width:374px) {
    .pharmacy-check__title {
        line-height: 26px
    }
}

.pharmacy-check__progress {
    margin-bottom: 28px
}

.pharmacy-check__progress-track {
    width: 100%;
    height: 12px;
    background: #ebebeb;
    -webkit-border-radius: 999px;
    border-radius: 999px;
    overflow: hidden
}

.pharmacy-check__progress-fill {
    width: 10%;
    height: 100%;
    background: #109373;
    -webkit-border-radius: 999px;
    border-radius: 999px;
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

.pharmacy-check__progress-meta {
    font-family: TWK-L-400;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 8px;
    font-size: 12px;
    line-height: 16px;
    color: #121212
}

.pharmacy-check__th,
.story-card__name {
    font-family: TWK-L-800
}

.pharmacy-check__table {
    border: 1px solid #d8d8d8;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    overflow: hidden;
    background: #fff
}

.pharmacy-check__head,
.pharmacy-check__row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr
}

.pharmacy-check__head {
    background: #f3f3f3
}

.pharmacy-check__th {
    padding: 16px 22px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    border-bottom: 1px solid #d8d8d8
}

.pharmacy-check__task+.pharmacy-check__status,
.pharmacy-check__th+.pharmacy-check__th {
    border-left: 1px solid #d8d8d8
}

.pharmacy-check__th--center {
    text-align: center
}

.pharmacy-check__row+.pharmacy-check__row {
    border-top: 1px solid #d8d8d8
}

@media screen and (max-width:767px) {
    #taskNewYork {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    #taskNewYork .pharmacy-check__status,
    #taskNewYork .pharmacy-check__task {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 50%
    }
}

.pharmacy-check__status,
.pharmacy-check__task {
    min-height: 72px;
    padding: 16px 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.pharmacy-check__row.is-hidden,
.status {
    display: none
}

.pharmacy-check__task {
    font-size: 18px;
    line-height: 22px;
    color: #424242
}

.pharmacy-check__status {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.status {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    text-align: left
}

.status.status--error,
.status.status--success,
.status.status--warning {
    font-size: 18px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
    position: absolute
}

.status--brands {
    display: none;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden
}

.brands-slider {
    width: 200px;
    overflow: hidden;
    position: relative
}

.brands-slider__track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    -webkit-transition: -webkit-transform .55s ease;
    transition: -webkit-transform .55s ease;
    transition: transform .55s ease;
    transition: transform .55s ease, -webkit-transform .55s ease;
    will-change: transform;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-transform: translateX(60px);
    -ms-transform: translateX(60px);
    transform: translateX(60px)
}

@media screen and (max-width:767px) {

    .status.status--error,
    .status.status--success,
    .status.status--warning {
        font-size: 16px
    }

    .brands-slider__track {
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
}

.brands-slider__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 72px;
    -ms-flex: 0 0 72px;
    flex: 0 0 72px;
    width: 72px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: .45;
    -webkit-transform: scale(.82);
    -ms-transform: scale(.82);
    transform: scale(.82);
    -webkit-transition: opacity .35s ease, -webkit-transform .35s ease;
    transition: opacity .35s ease, -webkit-transform .35s ease;
    transition: transform .35s ease, opacity .35s ease;
    transition: transform .35s ease, opacity .35s ease, -webkit-transform .35s ease
}

.brands-slider__item.is-center {
    opacity: 1;
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25)
}

.brands-slider__logo {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 28px;
    -o-object-fit: contain;
    object-fit: contain
}

.pharmacy-check__row.is-active .status--loading {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.pharmacy-check__row.is-error .status--error {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #e24567;
    margin-right: auto;
    opacity: 1;
    visibility: visible;
    position: static
}

.pharmacy-check__row.is-brands .status--brands {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.pharmacy-check__row.is-success .status--success,
.pharmacy-check__row.is-warning .status--warning {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #0f9b78;
    opacity: 1;
    visibility: visible;
    position: static
}

.pharmacy-check__row.is-warning .status--warning .strong {
    font-family: TWK-L-800;
    font-size: 18px;
    color: #121212;
    line-height: 28px
}

.status__icon {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20px;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700
}

.status__icon--error .icon-cross,
.status__icon--success .icon-pass {
    -webkit-flex-shrink: 0;
    margin-bottom: 2px;
    display: inline-block;
    height: 20px;
    width: 20px
}

.status__icon--error .icon-cross {
    background: url(../img/i-cross.svg) no-repeat;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.status__icon--success .icon-pass {
    background: url(../img/i-pass.svg) no-repeat;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.status__icon--warning .icon-warning {
    background: url(../img/i-warning.svg) no-repeat;
    display: inline-block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 20px;
    margin-top: 2px;
    width: 20px
}

.check-spinner {
    background: url(../img/spinner.webp) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 24px;
    height: 24px;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.brands-rotator {
    position: relative;
    width: 100%;
    max-width: 200px;
    height: 28px;
    overflow: hidden
}

.brands-rotator__item {
    position: absolute;
    inset: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px;
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-transition: opacity .35s ease, -webkit-transform .35s ease;
    transition: opacity .35s ease, -webkit-transform .35s ease;
    transition: opacity .35s ease, transform .35s ease;
    transition: opacity .35s ease, transform .35s ease, -webkit-transform .35s ease;
    pointer-events: none
}

.brands-rotator__item.is-current {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.brand-placeholder {
    white-space: nowrap;
    font-size: 18px;
    line-height: 1;
    font-weight: 700
}

.brand-logo {
    display: block;
    max-height: 24px;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain
}

@media (max-width:575px) {
    .pharmacy-check {
        padding: 24px 16px 20px;
        -webkit-border-radius: 24px;
        border-radius: 24px
    }

    .pharmacy-check__title {
        font-size: 22px;
        margin-bottom: 22px
    }

    .pharmacy-check__th {
        padding: 14px 16px;
        font-size: 14px
    }

    .pharmacy-check__status,
    .pharmacy-check__task {
        min-height: 64px;
        padding: 14px 16px
    }

    .pharmacy-check__task {
        font-size: 16px
    }

    .status {
        font-size: 14px
    }

    .brand-placeholder {
        font-size: 16px
    }
}

@media screen and (max-width:575px) and (max-width:767px) {

    .pharmacy-check__status,
    .pharmacy-check__task {
        padding: 12px
    }
}

.stories {
    background-color: #FFFFB4;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    padding: 16px 0;
    position: relative
}

@media screen and (max-width:767px) {
    .stories {
        -webkit-border-radius: 0;
        border-radius: 0;
        margin: 0 -16px
    }
}

.stories__inner {
    max-width: 100%
}

.stories__viewport {
    padding-left: 16px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.stories__track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-transition: -webkit-transform .35s ease;
    transition: -webkit-transform .35s ease;
    transition: transform .35s ease;
    transition: transform .35s ease, -webkit-transform .35s ease;
    will-change: transform
}

.story-card {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 268px;
    -ms-flex: 0 0 268px;
    flex: 0 0 268px;
    width: 268px
}

.story-card__media {
    width: 268px;
    height: 476px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    background: #d9d9d9;
    position: relative
}

.story-card__video {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    cursor: pointer;
    position: relative;
    z-index: 1
}

.story-card__top {
    position: absolute;
    top: 24px;
    left: 22px;
    right: 16px;
    z-index: 3;
    pointer-events: none
}

.story-card__author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.story-card__avatar {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30px;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden
}

.story-card__avatar img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.story-card__meta {
    min-width: 0;
    color: #fff
}

.story-card__name {
    font-size: 14px;
    line-height: 13px;
    margin-bottom: 4px
}

.story-card__role {
    font-size: 12px;
    line-height: 11px;
    font-family: TWK-L-300
}

.story-card__play,
.story-card__sound {
    position: absolute;
    border: 0;
    padding: 0;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 999px;
    border-radius: 999px;
    background: rgba(0, 0, 0, .38);
    color: #fff
}

.story-card__play {
    left: 50%;
    top: 50%;
    width: 68px;
    height: 68px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .25s ease, visibility .25s ease;
    transition: opacity .25s ease, visibility .25s ease;
    z-index: 3
}

.story-card.is-playing .story-card__play {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.story-card__sound {
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    z-index: 4;
    pointer-events: auto
}

.story-card__sound .story-card__sound-icon {
    background: url(../img/unmute.svg) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    display: inline-block;
    height: 40px;
    width: 40px
}

.logo-track,
.stories__controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.story-card__sound.is-muted .story-card__sound-icon {
    background: url(../img/i-mute.svg) no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.story-card__play-icon,
.story-card__sound-icon {
    line-height: 1;
    font-size: 18px
}

.story-card__play-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50.01%);
    width: 0;
    height: 0;
    border-left: 10px solid #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent
}

.stories__controls {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 12px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50.01%);
    -ms-transform: translateY(-50.01%);
    transform: translateY(-50.01%);
    z-index: 1;
    left: 16px;
    right: 16px;
    pointer-events: none;
    opacity: .5;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

@media screen and (max-width:767px) {
    .stories__controls {
        display: none
    }
}

.stories__controls:hover {
    opacity: 1;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.stories__nav {
    border-width: 0;
    outline: 0;
    width: 48px;
    height: 48px;
    -webkit-background-size: contain;
    background-size: contain;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 22px;
    line-height: 1;
    pointer-events: auto
}

.stories__nav.stories__nav--prev {
    background: url(../img/slider-nav-left.svg)
}

.stories__nav.stories__nav--next {
    background: url(../img/slider-nav-right.svg)
}

.stories__nav:disabled {
    opacity: 0;
    cursor: default
}

@media (max-width:767px) {
    .story-card {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 220px;
        -ms-flex: 0 0 220px;
        flex: 0 0 220px;
        width: 220px
    }

    .story-card__media {
        width: 220px;
        height: 392px
    }

    .story-card__play {
        width: 60px;
        height: 60px
    }

    .story-card__sound {
        bottom: 25px;
        top: auto;
        right: 22px;
        width: 40px;
        height: 40px
    }
}

.logo-marquee {
    overflow: hidden;
    width: 100%;
    background: 0 0;
    -webkit-mask-image: -webkit-linear-gradient(left, transparent 0, #000 50px, #000 -webkit-calc(100% - 50px), transparent 100%);
    mask-image: linear-gradient(to right, transparent 0, #000 50px, #000 calc(100% - 50px), transparent 100%);
    padding-top: 16px
}

.logo-marquee .marquee-title {
    color: #121212;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
    text-align: center
}

.logo-track {
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-animation: scroll 40s linear infinite;
    animation: scroll 40s linear infinite;
    padding: 16px 0
}

.logo-track img {
    height: 30px;
    margin: 0 23px 0 0;
    -o-object-fit: contain;
    object-fit: contain;
    opacity: .7;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.logo-track img:hover {
    opacity: 1
}

@-webkit-keyframes scroll {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@keyframes scroll {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.secure_payment {
    background: #FFF;
    -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .08);
    -webkit-border-radius: 16px;
    border-radius: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    margin-bottom: 28px
}

.secure_payment .secure_payment-img {
    background: url(../img/secure-payment.svg) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    display: inline-block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 82px;
    width: 82px
}

.secure_payment .secure_payment-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.secure_payment .secure_payment-inner .secure_payment-title {
    color: #424242;
    font-family: TWK-L-800;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 4px
}

.secure_payment .secure_payment-inner .secure_payment-text {
    color: #424242;
    font-family: TWK-L-400;
    font-size: 14px;
    line-height: 20px
}

#export .faq-item,
#export .faq-link,
#export .faq-title,
#export .site-footer,
#export .support-section,
#export .timeline-actions {
    display: none
}

#export .delivery-date {
    letter-spacing: 0 !important
}

@media print {

    .faq-item,
    .faq-link,
    .faq-title,
    .site-footer,
    .support-section,
    .timeline-actions {
        display: none
    }

    .delivery-date {
        letter-spacing: 0 !important
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes floatY {

    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

@keyframes floatY {

    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}
