:root {
    --mv-blue: #012744;
    --mv-blue-2: #063b62;
    --mv-blue-3: #0a3658;
    --mv-light: #edf5f7;
    --mv-card: #f3f7fa;
    --mv-yellow: #ffca11;
    --mv-red: #e53935;
    --mv-red-dark: #cf2d2a;
    --mv-text: #102f47;
    --mv-muted: #5f7180;
    --mv-white: #ffffff;
    --mv-radius: 18px;
    --mv-shadow: 0 12px 28px rgba(1, 39, 68, .12);
}
html, body {
    min-width: 320px !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    background: var(--mv-light) !important;
}
body.mobile-page, body.mobile-page * {
    box-sizing: border-box !important;
}
body.mobile-page {
    margin: 0 !important;
    color: var(--mv-text) !important;
    font-family: "Open Sans", Arial, sans-serif !important;
    -webkit-text-size-adjust: 100% !important;
}
body.mobile-page img {
    max-width: 100% !important;
    height: auto !important;
}
body.mobile-page .wrapper-site, body.mobile-page main, body.mobile-page header, body.mobile-page section {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
}
body.mobile-page .container, body.mobile-page .wrapper {
    width: 100% !important;
    max-width: 430px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
}
body.mobile-page .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
body.mobile-page [class*="col-"] {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
body.mobile-page h1, body.mobile-page h2, body.mobile-page h3 {
    margin: 0 !important;
    font-family: "Open Sans", Arial, sans-serif !important;
    letter-spacing: 0 !important;
}
body.mobile-page section {
    position: relative !important;
    clear: both !important;
    padding: 34px 0 !important;
}
body.mobile-page section::before, body.mobile-page section::after, body.mobile-page .muvital-hero-main::before, body.mobile-page .muvital-hero-main::after, body.mobile-page .block6.s-order-form::before, body.mobile-page .block6.s-order-form::after, body.mobile-page .muvital-intake-section::before, body.mobile-page .muvital-intake-section::after, body.mobile-page .bottom-form::before, body.mobile-page .bottom-form::after, body.mobile-page .reviews::before, body.mobile-page .reviews::after {
    display: none !important;
    content: none !important;
}
body.mobile-page .btn, body.mobile-page .muvital-hero-btn, body.mobile-page .package-btn, body.mobile-page .block6-super-btn, body.mobile-page .custom-modal-submit {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 54px !important;
    padding: 15px 18px !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: var(--mv-red) !important;
    color: var(--mv-white) !important;
    box-shadow: 0 10px 20px rgba(229, 57, 53, .24) !important;
    line-height: 1.1 !important;
    font-weight: 800 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
}
body.mobile-page .btn:hover, body.mobile-page .muvital-hero-btn:hover, body.mobile-page .package-btn:hover, body.mobile-page .block6-super-btn:hover, body.mobile-page .custom-modal-submit:hover {
    background: var(--mv-red-dark) !important;
    color: var(--mv-white) !important;
    text-decoration: none !important;
}
body.mobile-page .full-width-header.top-line {
    position: fixed !important;
    inset: 0 0 auto 0 !important;
    height: 64px !important;
    min-height: 64px !important;
    width: 100% !important;
    max-width: 100% !important;
    z-index: 10000 !important;
    transform: none !important;
    border-radius: 0 !important;
    background: rgba(237, 245, 247, .98) !important;
    border-bottom: 2px solid var(--mv-yellow) !important;
    box-shadow: 0 8px 24px rgba(1, 39, 68, .10) !important;
}
body.mobile-page .full-width-header.header-hide, body.mobile-page .full-width-header.header-float {
    top: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    transform: none !important;
    border-radius: 0 !important;
}
body.mobile-page .full-width-header .decsss, body.mobile-page .full-width-header .nav-links, body.mobile-page .full-width-header .phone-block, body.mobile-page .muvital-top-logo-shell, body.mobile-page .muvital-hero-top, body.mobile-page .full-width-header [style*="border: 1.5px dashed"] {
    display: none !important;
}
body.mobile-page .muvital-mobile-header-order {
    margin-left: auto !important;
}
body.mobile-page .muvital-burger-menu {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}
body.mobile-page .muvital-burger-menu a {
    border: 1px solid rgba(255, 202, 17, .44) !important;
    background: rgba(255, 255, 255, .9) !important;
    color: var(--mv-blue) !important;
    box-shadow: var(--mv-shadow) !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
}
body.mobile-page .muvital-burger-menu .muvital-burger-phone {
    background: var(--mv-red) !important;
    color: var(--mv-white) !important;
    border-color: var(--mv-red) !important;
}
body.mobile-page.burger-menu-open {
    overflow: hidden !important;
}
body.mobile-page .wrapper.wrapper-site {
    padding-top: 0 !important;
}
body.mobile-page .muvital-hero-header {
    background: var(--mv-light) !important;
}
body.mobile-page .muvital-hero-main {
    min-height: 0 !important;
    padding: 28px 0 34px !important;
    background: linear-gradient(180deg, rgba(237,245,247,.34), rgba(237,245,247,.86)) !important;
}
body.mobile-page .muvital-hero-main .container {
    min-height: 0 !important;
}
body.mobile-page .muvital-hero-title {
    max-width: 360px !important;
    margin: 0 auto 22px !important;
    color: var(--mv-text) !important;
    font-weight: 900 !important;
    text-align: center !important;
}
body.mobile-page .muvital-hero-layout {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 18px !important;
}
body.mobile-page .muvital-hero-descr {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 18px 16px !important;
    border-radius: var(--mv-radius) !important;
    background: rgba(255,255,255,.86) !important;
    box-shadow: var(--mv-shadow) !important;
    text-align: left !important;
}
body.mobile-page .muvital-hero-name {
    margin-bottom: 8px !important;
    color: var(--mv-blue-2) !important;
    font-size: 30px !important;
    line-height: 1.05 !important;
    font-weight: 900 !important;
}
body.mobile-page .muvital-hero-lead {
    margin-bottom: 16px !important;
    color: var(--mv-text) !important;
    font-size: 17px !important;
    line-height: 1.35 !important;
    font-weight: 700 !important;
}
body.mobile-page .muvital-hero-list {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}
body.mobile-page .muvital-hero-list li {
    position: relative !important;

    display: block !important;
    margin: 0 0 12px !important;
    padding-left: 28px !important;
    color: var(--mv-text) !important;
    font-size: 15px !important;
    line-height: 1.32 !important;
    font-weight: 400 !important;
}
body.mobile-page .muvital-hero-list li:before {
    content: "✓" !important;
    position: absolute !important;
    left: 0 !important;
    top: -1px !important;
    color: var(--mv-yellow) !important;
    font-size: 22px !important;
    font-weight: 900 !important;
}
body.mobile-page .muvital-hero-word-accent {
    display: inline !important;
    margin-right: .28em !important;
    color: var(--mv-red) !important;
    font-weight: 900 !important;
}
body.mobile-page .muvital-hero-product {
    width: 100% !important;
    margin: 0 !important;
    text-align: center !important;
    transform: none !important;
}
body.mobile-page .muvital-hero-pack {
    display: block !important;
    width: 270px !important;
    max-width: 88% !important;
    margin: 0 auto -20px !important;
    object-fit: contain !important;
    filter: drop-shadow(0 16px 26px rgba(1, 39, 68, .18)) !important;
}
body.mobile-page .muvital-hero-card, body.mobile-page .muvital-hero-card.glass-panel {
    position: relative !important;
    width: 100% !important;
    max-width: 350px !important;
    margin: 0 auto !important;
    padding: 22px 18px 20px !important;
    border: 1px solid rgba(255,255,255,.72) !important;
    border-radius: 22px !important;
    background: rgba(255,255,255,.88) !important;
    box-shadow: var(--mv-shadow) !important;
    backdrop-filter: none !important;
}
body.mobile-page .muvital-hero-left {
    margin: 0 0 14px !important;
    color: #263746 !important;
    font-size: 21px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
    text-align: center !important;
}
body.mobile-page .muvital-hero-left span {
    color: var(--mv-red) !important;
    font-size: 30px !important;
    font-weight: 900 !important;
}
body.mobile-page .muvital-hero-note {
    margin-top: 14px !important;
    color: #3e4d59 !important;
    font-size: 14px !important;
    line-height: 1.42 !important;
    text-align: center !important;
}
body.mobile-page .muvital-symptoms {
    padding: 32px 0 30px !important;
    background: var(--mv-white) !important;
}
body.mobile-page .muvital-symptoms .container {
    max-width: 430px !important;
}
body.mobile-page .muvital-symptoms-title {
    max-width: 330px !important;
    margin: 0 auto 22px !important;
    color: var(--mv-red) !important;
    font-size: 29px !important;
    line-height: 1.08 !important;
    font-weight: 900 !important;
    text-align: center !important;
}
body.mobile-page .muvital-symptoms-image, body.mobile-page .muvital-symptoms #yes-answer {
    display: none !important;
}
body.mobile-page .muvital-symptoms-list {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    margin: 0 !important;
}
body.mobile-page .muvital-symptoms-item {
    align-items: center !important;
    overflow: visible !important;
}
body.mobile-page .muvital-symptoms-thumb {
    border: 4px solid var(--mv-white) !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    background: #eef3f7 !important;
    box-shadow: 0 10px 22px rgba(1,39,68,.16) !important;
}
body.mobile-page .muvital-symptoms-thumb img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    border-radius: 50% !important;
}
body.mobile-page .muvital-symptoms-text {
    flex: 1 1 auto !important;
    background: var(--mv-card) !important;
    color: var(--mv-text) !important;
    box-shadow: inset 0 0 0 1px rgba(1,39,68,.04) !important;
    font-weight: 800 !important;
}
body.mobile-page .muvital-yes-answer-container {
    margin: 24px 0 0 !important;
}
body.mobile-page .muvital-symptoms .yes-answer, body.mobile-page .muvital-symptoms .muvital-symptoms-yes {
    max-width: 330px !important;
    margin: 0 auto 16px !important;
    color: var(--mv-text) !important;
    font-size: 18px !important;
    line-height: 1.2 !important;
    font-weight: 500 !important;
    text-align: center !important;
    transform: none !important;
}
body.mobile-page .muvital-symptoms .muvital-symptoms-yes span {
    color: var(--mv-red) !important;
    font-size: 32px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
}
body.mobile-page .muvital-symptoms .blue-shield-strip {
    position: relative !important;
    width: calc(100% - 20px) !important;
    max-width: 350px !important;
    min-height: 0 !important;
    margin: 0 auto !important;
    padding: 18px 18px 28px !important;
    border-radius: 18px !important;
    background: linear-gradient(180deg, #43aee5 0%, #218ccd 100%) !important;
    overflow: visible !important;
}
body.mobile-page .muvital-symptoms .blue-shield-strip::after {
    content: "" !important;
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}
body.mobile-page .muvital-symptoms .blue-shield-strip .h6 {
    margin: 0 !important;
    color: var(--mv-blue) !important;
    font-size: 18px !important;
    line-height: 1.25 !important;
    font-weight: 900 !important;
    text-align: center !important;
    text-shadow: none !important;
    transform: none !important;
}
body.mobile-page .muvital-pain-section .row.pain {
    margin: 0 !important;
    padding: 0 !important;
}
body.mobile-page .muvital-pain-section h2.red {
    max-width: 320px !important;
    margin: 0 auto 24px !important;
    color: var(--mv-red) !important;
    font-size: 28px !important;
    line-height: 1.14 !important;
    font-weight: 900 !important;
    text-align: center !important;
}
body.mobile-page .pain-item__img {
    margin: 0 !important;
}
body.mobile-page .block6.s-order-form, body.mobile-page .block6.s-order-form#advantages {
    padding: 38px 0 !important;
    background: var(--mv-blue) !important;
    color: var(--mv-white) !important;
}
body.mobile-page .block6.s-order-form .block6-wrapper {
    width: 100% !important;
    max-width: 430px !important;
}
body.mobile-page .block6.s-order-form .block6-content, body.mobile-page .block6.s-order-form .block6-content-tz, body.mobile-page .block6.s-order-form#advantages .block6-content-tz {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
    width: 100% !important;
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}
body.mobile-page .block6-left, body.mobile-page .block6-left-tz, body.mobile-page .block6-right, body.mobile-page .block6-right-tz {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 1 auto !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: var(--mv-white) !important;
    text-align: center !important;
}
body.mobile-page .block6-title, body.mobile-page .block6-title-tz {
    max-width: 340px !important;
    margin: 0 auto 16px !important;
    color: var(--mv-white) !important;
    font-size: 27px !important;
    line-height: 1.18 !important;
    font-weight: 900 !important;
    text-align: center !important;
}
body.mobile-page .block6-btn-wrap, body.mobile-page .block6-btn-wrap-tz {
    margin: 22px auto 0 !important;
    text-align: center !important;
}
body.mobile-page .block6-right-tz .shadow-img, body.mobile-page .shadow-img {
    display: block !important;
    width: 100% !important;
    max-width: 300px !important;
    margin: 0 auto !important;
    border-radius: 16px !important;
    filter: drop-shadow(0 16px 26px rgba(0,0,0,.18)) !important;
}
body.mobile-page .distinction {
    padding: 34px 0 26px !important;
    background: #dbe8f2 !important;
}
body.mobile-page .distinction-combination {
    margin: 0 0 20px !important;
    background: var(--mv-blue-3) !important;
    border-radius: 16px !important;
    overflow: hidden !important;
}
body.mobile-page .distinction-combination .dc-text {
    min-height: 0 !important;
    padding: 18px 14px !important;
    color: var(--mv-white) !important;
    font-size: 16px !important;
    line-height: 1.35 !important;
    text-align: center !important;
}
body.mobile-page .composition {
    margin: 0 !important;
    padding: 0 !important;
    background-image: none !important;
}
body.mobile-page .composition .line1, body.mobile-page .composition .line2, body.mobile-page .composition .line3 {
    margin: 0 !important;
}
body.mobile-page .composition-item {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 10px !important;
    min-height: 0 !important;
    margin: 0 0 18px !important;
    padding: 18px 14px !important;
    border-radius: 18px !important;
    background: rgba(255,255,255,.78) !important;
    box-shadow: 0 10px 22px rgba(1,39,68,.08) !important;
    text-align: center !important;
}
body.mobile-page .composition-item.left, body.mobile-page .composition-item.right, body.mobile-page .composition-item.left .composition-item__text, body.mobile-page .composition-item.right .composition-item__text {
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: center !important;
}
body.mobile-page .composition-item__text {
    order: 2 !important;
    width: 100% !important;
    max-width: 100% !important;
}
body.mobile-page .composition-item__img {
    order: 1 !important;
}
body.mobile-page .composition-item__img img {
    width: 98px !important;
    height: 98px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
}
body.mobile-page .composition .arrow {
    display: none !important;
}
body.mobile-page .ci-header {
    margin-bottom: 6px !important;
    color: #000 !important;
    font-size: 18px !important;
    line-height: 1.25 !important;
    font-weight: 900 !important;
}
body.mobile-page .ci-body {
    color: #000 !important;
    font-size: 15px !important;
    line-height: 1.38 !important;
}
body.mobile-page .secret {
    padding: 36px 0 !important;
    background: var(--mv-light) !important;
    color: var(--mv-text) !important;
}
body.mobile-page .secret h2, body.mobile-page .secret p {
    color: var(--mv-text) !important;
    text-shadow: none !important;
    text-align: center !important;
}
body.mobile-page .secret h2 {
    max-width: 330px !important;
    margin: 0 auto 20px !important;
    font-weight: 900 !important;
}
body.mobile-page .secret p {
    margin: 0 0 14px !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
}
body.mobile-page .secret .secret-scheme-img {
    display: block !important;
    max-width: 280px !important;
    margin: 18px auto 0 !important;
}
body.mobile-page .muvital-intake-section {
    padding: 36px 0 !important;
    background: linear-gradient(180deg, rgba(237,245,247,.80), rgba(237,245,247,.90)), center center / cover no-repeat !important;
    color: var(--mv-text) !important;
}
body.mobile-page .muvital-intake-card {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    padding: 22px 18px !important;
    border-radius: 22px !important;
    background: rgba(255,255,255,.84) !important;
    box-shadow: var(--mv-shadow) !important;
}
body.mobile-page .muvital-intake-text, body.mobile-page .muvital-intake-media {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    border: 0 !important;
    text-align: center !important;
}
body.mobile-page .muvital-intake-text {
    padding-top: 18px !important;
    border-top: 4px solid var(--mv-yellow) !important;
}
body.mobile-page .muvital-intake-title {
    margin: 0 0 16px !important;
    color: var(--mv-text) !important;
    font-size: 34px !important;
    line-height: 1.08 !important;
    font-weight: 900 !important;
    text-align: center !important;
}
body.mobile-page .muvital-intake-body, body.mobile-page .muvital-intake-lead, body.mobile-page .muvital-intake-course, body.mobile-page .muvital-intake-note {
    color: var(--mv-text) !important;
    text-align: center !important;
}
body.mobile-page .muvital-intake-lead, body.mobile-page .muvital-intake-course {
    font-weight: 800 !important;
}
body.mobile-page .muvital-intake-body .step-num {
    color: var(--mv-red) !important;
    font-weight: 900 !important;
}
body.mobile-page .muvital-intake-pack {
    display: block !important;
    max-width: 280px !important;
    margin: 0 auto !important;
}
body.mobile-page .bottom-form {
    padding: 40px 0 !important;
    background: linear-gradient(180deg, rgba(1,39,68,.78), rgba(1,39,68,.84)),center center / cover no-repeat !important;
    color: var(--mv-white) !important;
}
body.mobile-page .bottom-form .muvital-products-title, body.mobile-page .bottom-form h2 {
    max-width: 340px !important;
    margin: 0 auto 10px !important;
    color: var(--mv-white) !important;
    font-size: 25px !important;
    line-height: 1.18 !important;
    font-weight: 900 !important;
    text-align: center !important;
    text-transform: uppercase !important;
}
body.mobile-page .bottom-form .muvital-products-subtitle {
    max-width: 350px !important;
    margin: 0 auto 24px !important;
    color: rgba(255,255,255,.92) !important;
    font-size: 16px !important;
    line-height: 1.35 !important;
    font-weight: 600 !important;
    text-align: center !important;
}
body.mobile-page .bottom-form .container {
    max-width: 430px !important;
}
body.mobile-page .list-form.muvital-products-row, body.mobile-page .bottom-form .list-form {
    display: flex !important;
    flex-direction: column !important;
    gap: 18px !important;
    margin: 0 !important;
}
body.mobile-page .package-card {
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 18px 16px 16px !important;
    border-radius: 20px !important;
    background: var(--mv-white) !important;
    color: var(--mv-text) !important;
    box-shadow: var(--mv-shadow) !important;
    overflow: hidden !important;
}
body.mobile-page .package-img {
    height: auto !important;
    margin: 0 0 10px !important;
}
body.mobile-page .package-img img {
    max-width: 180px !important;
    max-height: 150px !important;
    object-fit: contain !important;
}
body.mobile-page .package-title {
    min-height: 0 !important;
    margin: 0 0 10px !important;
    color: var(--mv-text) !important;
    font-size: 22px !important;
    line-height: 1.18 !important;
    font-weight: 900 !important;
    text-align: center !important;
}
body.mobile-page .package-desc {
    height: auto !important;
    max-height: none !important;
    margin: 0 0 14px !important;
    padding: 0 !important;
    overflow: visible !important;
    color: var(--mv-text) !important;
    font-size: 15px !important;
    line-height: 1.42 !important;
    text-align: center !important;
}
body.mobile-page .package-desc b {
    display: inline-block !important;
    margin-bottom: 8px !important;
    padding: 6px 12px !important;
    border-radius: 8px !important;
    background: var(--mv-yellow) !important;
    color: var(--mv-blue) !important;
    font-size: 14px !important;
    font-weight: 900 !important;
}
body.mobile-page .package-price {
    min-height: 0 !important;
    margin: 0 0 14px !important;
}
body.mobile-page .old-price {
    color: #263746 !important;
    font-size: 18px !important;
}
body.mobile-page .new-price {
    color: var(--mv-red) !important;
    font-size: 28px !important;
    font-weight: 900 !important;
}
body.mobile-page .blocker-delivery {
    padding: 38px 0 !important;
    background: var(--mv-blue) !important;
    color: var(--mv-white) !important;
}
body.mobile-page .blocker-delivery .wrapper {
    max-width: 430px !important;
}
body.mobile-page .del-header {
    margin: 0 0 20px !important;
    text-align: center !important;
}
body.mobile-page .del-title {
    color: var(--mv-white) !important;
    font-size: 29px !important;
    line-height: 1.15 !important;
    font-weight: 900 !important;
    text-align: center !important;
    text-transform: none !important;
}
body.mobile-page .del-title .green-italics {
    color: var(--mv-yellow) !important;
    font-style: normal !important;
}
body.mobile-page .del-title-icon {
    display: none !important;
}
body.mobile-page .delivery-content {
    display: flex !important;
    flex-direction: column !important;
    gap: 18px !important;
}
body.mobile-page .del-left, body.mobile-page .del-right {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 1 auto !important;
}
body.mobile-page .del-left {
    min-height: 0 !important;
}
body.mobile-page .del-left img {
    display: block !important;
    width: 100% !important;
    max-width: 330px !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 auto !important;
    padding: 12px !important;
    border: 2px solid rgba(255,202,17,.72) !important;
    border-radius: 16px !important;
    background: rgba(255,255,255,.08) !important;
    object-fit: contain !important;
    box-shadow: none !important;
}
body.mobile-page .del-right {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}
body.mobile-page .del-item {
    margin: 0 !important;
    padding: 16px 14px !important;
    border: 1px solid rgba(255,255,255,.12) !important;
    border-radius: 16px !important;
    background: rgba(255,255,255,.07) !important;
    text-align: left !important;
}
body.mobile-page .del-item-title {
    margin: 0 0 8px !important;
    color: var(--mv-white) !important;
    font-size: 20px !important;
    line-height: 1.2 !important;
    font-weight: 900 !important;
}
body.mobile-page .del-badge {
    background: var(--mv-yellow) !important;
    color: var(--mv-blue) !important;
}
body.mobile-page .del-item-text {
    color: rgba(255,255,255,.88) !important;
    font-size: 15px !important;
    line-height: 1.45 !important;
}
body.mobile-page .reviews h2 {
    max-width: 320px !important;
    margin: 0 auto 22px !important;
    color: var(--mv-text) !important;
    font-size: 27px !important;
    line-height: 1.16 !important;
    font-weight: 900 !important;
    text-align: center !important;
}
body.mobile-page .text-reviews {
    margin: 0 !important;
}
body.mobile-page .text-reviews__items, body.mobile-page .text-reviews__items .owl-stage-outer, body.mobile-page .text-reviews__items .owl-stage, body.mobile-page .text-reviews__items .owl-item {
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
}
body.mobile-page .text-reviews__items .owl-stage-outer {
    overflow: visible !important;
}
body.mobile-page .text-reviews__items .owl-item {
    display: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}
body.mobile-page .reviews .tr-item {
    text-align: center !important;
}
body.mobile-page .reviews .tr-item__text {
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
}
body.mobile-page .reviews .tr-header {
    color: var(--mv-text) !important;
    font-weight: 900 !important;
    text-align: center !important;
}
body.mobile-page .reviews .tr-body {
    width: 100% !important;
    height: auto !important;
    overflow-y: auto !important;
}
body.mobile-page .text-reviews__items .owl-nav > div {
    display: none !important;
}
body.mobile-page .owl-dots, body.mobile-page .text-reviews__items .owl-dots {
    display: flex !important;
    justify-content: center !important;
    gap: 10px !important;
}
body.mobile-page .owl-dots .owl-dot, body.mobile-page .text-reviews__items .owl-dots button {
    width: 14px !important;
    height: 14px !important;
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: rgba(1,39,68,.28) !important;
}
body.mobile-page .owl-dots .owl-dot.active, body.mobile-page .text-reviews__items .owl-dots button.active {
    background: var(--mv-yellow) !important;
}
body.mobile-page .faq {
    padding: 36px 0 42px !important;
    background: var(--mv-blue) !important;
    color: var(--mv-white) !important;
}
body.mobile-page .faq h2 {
    max-width: 320px !important;
    margin: 0 auto 22px !important;
    color: var(--mv-white) !important;
    font-size: 27px !important;
    line-height: 1.16 !important;
    font-weight: 900 !important;
    text-align: center !important;
}
body.mobile-page .block-faq {
    margin: 0 !important;
    border: 0 !important;
}
body.mobile-page .faq-list {
    padding: 0 !important;
    text-align: left !important;
}
body.mobile-page .faq-list li {
    margin: 0 0 12px !important;
    padding: 0 !important;
    border-radius: 16px !important;
    background: rgba(255,255,255,.08) !important;
    overflow: hidden !important;
}
body.mobile-page .faq-list .question {
    display: block !important;
    padding: 16px 44px 16px 16px !important;
    color: var(--mv-white) !important;
    font-size: 16px !important;
    line-height: 1.35 !important;
    font-weight: 800 !important;
}
body.mobile-page .faq-list .question span {
    border: 0 !important;
}
body.mobile-page .faq-list .question:after {
    right: 16px !important;
    top: 15px !important;
    color: var(--mv-yellow) !important;
    font-size: 26px !important;
}
body.mobile-page .faq-list .answer {
    display: none;
    margin: 0 !important;
    padding: 0 16px 16px !important;
    background: transparent !important;
    color: rgba(255,255,255,.86) !important;
    font-size: 15px !important;
    line-height: 1.45 !important;
}
body.mobile-page .faq-list li.is-open .answer {
    display: block !important;
}
body.mobile-page .certificate-link {
    color: var(--mv-yellow) !important;
    font-weight: 900 !important;
}
body.mobile-page footer, body.mobile-page .footer#contacts-foot-section {
    margin: 0 !important;
    padding: 28px 16px 32px !important;
    background: var(--mv-blue) !important;
    border-top: 4px solid var(--mv-yellow) !important;
    color: rgba(255,255,255,.86) !important;
    text-align: center !important;
}
body.mobile-page footer a, body.mobile-page .footer#contacts-foot-section a {
    color: var(--mv-yellow) !important;
}
body.mobile-page .custom-modal-overlay, body.mobile-page #orderModal.custom-modal-overlay {
    position: fixed !important;
    inset: 0 !important;
    z-index: 1000000 !important;
    display: none !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 18px 12px !important;
    background: rgba(0,0,0,.72) !important;
    overflow-y: auto !important;
}
body.mobile-page .custom-modal-overlay.show, body.mobile-page .custom-modal-overlay.active, body.mobile-page #orderModal.custom-modal-overlay.show, body.mobile-page #orderModal.custom-modal-overlay.active {
    display: flex !important;
}
body.mobile-page .custom-modal {
    width: 100% !important;
    max-width: 360px !important;
    padding: 34px 18px 24px !important;
    border-radius: 18px !important;
    background: var(--mv-white) !important;
    color: var(--mv-text) !important;
    box-shadow: 0 18px 46px rgba(0,0,0,.28) !important;
}
body.mobile-page .custom-modal-title {
    margin: 0 0 18px !important;
    color: var(--mv-text) !important;
    line-height: 1.2 !important;
    font-weight: 900 !important;
    text-align: center !important;
}
body.mobile-page .custom-modal-title:after {
    content: "" !important;
    display: block !important;
    width: 70px !important;
    height: 4px !important;
    margin: 12px auto 0 !important;
    border-radius: 4px !important;
    background: var(--mv-yellow) !important;
}
body.mobile-page .custom-modal-close {
    position: absolute !important;
    right: 14px !important;
    top: 12px !important;
    width: 34px !important;
    height: 34px !important;
    border: 0 !important;
    background: transparent !important;
    color: #9aa3ab !important;
    font-size: 32px !important;
    line-height: 32px !important;
    box-shadow: none !important;
}
body.mobile-page .custom-modal form, body.mobile-page .custom-modal .al-form {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}
body.mobile-page .custom-modal input, body.mobile-page .custom-modal select {
    width: 100% !important;
    height: 50px !important;
    padding: 0 14px !important;
    border: 1px solid #d7dde4 !important;
    border-radius: 10px !important;
    background: var(--mv-white) !important;
    color: #222 !important;
    line-height: 50px !important;
}
body.mobile-page .form-status, body.mobile-page .errorMessage {
    font-size: 13px !important;
    line-height: 1.3 !important;
}
@media only screen and (max-width: 370px) {
    body.mobile-page .container, body.mobile-page .wrapper {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }
    body.mobile-page .muvital-mobile-header-order {
        min-width: 114px !important;
        padding: 0 14px !important;
        font-size: 15px !important;
    }
    body.mobile-page .muvital-hero-title, body.mobile-page .muvital-symptoms-title, body.mobile-page .muvital-pain-section h2.red {
        font-size: 26px !important;
    }
    body.mobile-page .muvital-symptoms-thumb {
        flex-basis: 80px !important;
        width: 80px !important;
        height: 80px !important;
    }
    body.mobile-page .muvital-symptoms-text {
        min-height: 98px !important;
        margin-left: -28px !important;
        padding-left: 40px !important;
        font-size: 15px !important;
    }
    body.mobile-page .muvital-symptoms .blue-shield-strip .h6 {
        font-size: 17px !important;
    }

}
body.mobile-page .muvital-symptoms-list {
    gap: 18px !important;
}
body.mobile-page .muvital-symptoms-item {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    min-height: 112px !important;
    padding-left: 0 !important;
}
body.mobile-page .muvital-symptoms-thumb {
    position: absolute !important;
    left: 8px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 3 !important;
    width: 84px !important;
    height: 84px !important;
    margin-left: 0 !important;
    flex: none !important;
}
body.mobile-page .muvital-symptoms-text {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 112px !important;
    margin-left: 0 !important;
    padding: 18px 16px 18px 104px !important;
    border-radius: 18px !important;
    text-align: center !important;
}
@media only screen and (max-width: 370px) {
    body.mobile-page .muvital-symptoms-item {
        min-height: 106px !important;
    }
    body.mobile-page .muvital-symptoms-thumb {
        left: 6px !important;
        width: 78px !important;
        height: 78px !important;
    }
    body.mobile-page .muvital-symptoms-text {
        min-height: 106px !important;
        padding: 16px 14px 16px 96px !important;
        font-size: 15px !important;
    }

}
body.mobile-page .muvital-mobile-hero-v39 {
    padding: 30px 0 34px !important;
    background: linear-gradient(180deg, rgba(237,245,247,.58), rgba(237,245,247,.96)) !important;
}
body.mobile-page .muvital-mobile-hero-v39 .container {
    max-width: 430px !important;
}
body.mobile-page .muvital-mobile-hero-v39 .muvital-hero-title {
    max-width: 360px !important;
    margin: 0 auto 24px !important;
    color: var(--mv-text) !important;
    font-size: 25px !important;
    line-height: 1.22 !important;
    font-weight: 900 !important;
    text-align: center !important;
}
body.mobile-page .muvital-mobile-hero-name {
    margin: 0 auto 6px !important;
    color: var(--mv-blue-2) !important;

    font-size: min(42px, 9.2vw) !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    text-align: center !important;
    letter-spacing: .04em !important;
    text-transform: uppercase !important;
}
body.mobile-page .muvital-mobile-hero-subtitle {
    max-width: 330px !important;
    margin: 0 auto 22px !important;
    color: #3d4a55 !important;
    font-weight: 800 !important;
    text-align: center !important;
    text-transform: uppercase !important;
}
body.mobile-page .muvital-mobile-hero-image {
    width: 100% !important;
    margin: 0 auto 22px !important;
    text-align: center !important;
}
body.mobile-page .muvital-mobile-hero-image .muvital-hero-pack {
    display: block !important;
    width: 320px !important;
    max-width: 94% !important;
    margin: 0 auto !important;
    filter: drop-shadow(0 18px 28px rgba(1, 39, 68, .16)) !important;
}
body.mobile-page .muvital-mobile-hero-benefits {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    margin: 0 auto 22px !important;
    padding: 0 !important;
    list-style: none !important;
}
body.mobile-page .muvital-mobile-hero-benefits li {
    position: relative !important;
    align-items: center !important;
    margin: 0 !important;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, .90) !important;
    box-shadow: 0 8px 20px rgba(1, 39, 68, .08) !important;
    color: var(--mv-text) !important;
}
body.mobile-page .muvital-mobile-hero-benefits li::before {
    position: absolute !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
}
body.mobile-page .muvital-mobile-hero-order, body.mobile-page .muvital-mobile-hero-order.glass-panel {
    width: 100% !important;
    max-width: 350px !important;
    margin: 0 auto !important;
    padding: 22px 18px 20px !important;
    border: 0 !important;
    border-radius: 20px !important;
    background: rgba(255,255,255,.92) !important;
    box-shadow: 0 14px 30px rgba(1, 39, 68, .12) !important;
    backdrop-filter: none !important;
}
body.mobile-page .muvital-mobile-hero-order .content {
    width: 100% !important;
}
body.mobile-page .muvital-mobile-hero-order .muvital-hero-left {
    margin: 0 0 14px !important;
    color: #263746 !important;
    font-size: 21px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
    text-align: center !important;
}
body.mobile-page .muvital-mobile-hero-order .muvital-hero-left span {
    color: var(--mv-red) !important;
    font-size: 30px !important;
    font-weight: 900 !important;
}
body.mobile-page .muvital-mobile-hero-order .muvital-hero-note {
    margin-top: 14px !important;
    color: #3e4d59 !important;
    font-size: 14px !important;
    line-height: 1.42 !important;
    text-align: center !important;
}
@media only screen and (max-width: 370px) {
    body.mobile-page .muvital-mobile-hero-v39 .muvital-hero-title {
        font-size: 23px !important;
    }
    body.mobile-page .muvital-mobile-hero-name {
        font-size: min(38px, 9.2vw) !important;
    }
    body.mobile-page .muvital-mobile-hero-subtitle {
        font-size: 16px !important;
    }
    body.mobile-page .muvital-mobile-hero-benefits li {
        min-height: 64px !important;
        padding-left: 66px !important;
        font-size: 15px !important;
    }
    body.mobile-page .muvital-mobile-hero-benefits li::before {
        left: 16px !important;
        width: 36px !important;
        height: 36px !important;
        font-size: 29px !important;
    }

}
body.mobile-page .muvital-mobile-hero-benefits {
    gap: 10px !important;
}
body.mobile-page .muvital-mobile-hero-benefits li {
    display: block !important;
    min-height: 58px !important;
    padding: 13px 14px 13px 46px !important;
    text-align: left !important;
    font-size: 15px !important;
    line-height: 1.28 !important;
    font-weight: 500 !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
}
body.mobile-page .muvital-mobile-hero-benefits li::before {
    content: "✓" !important;
    left: 17px !important;
    top: 50% !important;
    width: auto !important;
    height: auto !important;
    transform: translateY(-50%) !important;
    background: transparent !important;
    color: var(--mv-yellow) !important;
    font-size: 25px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
}
body.mobile-page .muvital-mobile-hero-benefits .muvital-hero-word-accent {
    display: inline !important;
    margin-right: 4px !important;
    color: var(--mv-blue-2) !important;
    font-weight: 900 !important;
    white-space: nowrap !important;
}
@media only screen and (max-width: 370px) {
    body.mobile-page .muvital-mobile-hero-benefits li {
        min-height: 56px !important;
        padding: 12px 12px 12px 42px !important;
        font-size: 14px !important;
        line-height: 1.26 !important;
    }
    body.mobile-page .muvital-mobile-hero-benefits li::before {
        left: 15px !important;
        font-size: 23px !important;
    }
    body.mobile-page .muvital-mobile-hero-benefits .muvital-hero-word-accent {
        margin-right: 3px !important;
    }

}
body.mobile-page .muvital-symptoms .blue-shield-strip {
    margin-bottom: 18px !important;
    box-shadow: 0 14px 28px rgba(1,39,68,.14) !important;
}
body.mobile-page .muvital-symptoms .blue-shield-strip::after {
    bottom: -18px !important;
    border-left: 24px solid transparent !important;
    border-right: 24px solid transparent !important;
    border-top: 18px solid #218ccd !important;
    filter: drop-shadow(0 6px 8px rgba(1,39,68,.12)) !important;
}
body.mobile-page .muvital-symptoms .blue-shield-strip::before {
    content: "↓" !important;
    position: absolute !important;
    left: 50% !important;
    bottom: -7px !important;
    transform: translateX(-50%) !important;
    z-index: 2 !important;
    color: #ffffff !important;
    font-size: 18px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    text-shadow: 0 1px 2px rgba(1,39,68,.16) !important;
}
@media only screen and (max-width: 370px) {
    body.mobile-page .muvital-symptoms .blue-shield-strip::after {
        border-left-width: 22px !important;
        border-right-width: 22px !important;
        border-top-width: 16px !important;
    }
    body.mobile-page .muvital-pain-section .row.pain > [class*="col-"] {
        margin: 0 0 22px !important;
    }

}
body.mobile-page .muvital-pain-section {
    padding: 34px 0 30px !important;
    background: #eef3f6 !important;
}
body.mobile-page .muvital-pain-section .container {
    max-width: 430px !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
}
body.mobile-page .muvital-pain-section .row.pain {
    display: flex !important;
    flex-direction: column !important;
    gap: 18px !important;
    background: transparent !important;
}
body.mobile-page .muvital-pain-section .row.pain > [class*="col-"] {
    margin: 0 !important;
    padding: 0 !important;
}
body.mobile-page .pain-item {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    border: 1px solid rgba(1,39,68,.07) !important;
    border-radius: 22px !important;
    background: #ffffff !important;
    box-shadow: 0 6px 18px rgba(1,39,68,.08) !important;
    overflow: hidden !important;
    text-align: center !important;
}
body.mobile-page .pain-item__img {
    padding: 14px 14px 0 !important;
    background: transparent !important;
}
body.mobile-page .pain-item__img img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
    border-radius: 16px !important;
    background: #f5f8fa !important;
}
body.mobile-page .pain-item__text {
    min-height: 0 !important;
    padding: 18px 18px 22px !important;
    background: #ffffff !important;
    border-top: 0 !important;
    color: var(--mv-text) !important;
    font-size: 17px !important;
    line-height: 1.4 !important;
    font-weight: 500 !important;
    text-align: center !important;
}
@media only screen and (max-width: 370px) {
    body.mobile-page .muvital-pain-section .container {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    body.mobile-page .muvital-pain-section .row.pain {
        gap: 16px !important;
    }
    body.mobile-page .pain-item__img {
        padding: 12px 12px 0 !important;
    }
    body.mobile-page .pain-item__text {
        padding: 16px 16px 20px !important;
        font-size: 16px !important;
    }

}
body.mobile-page .block6.s-order-form, body.mobile-page .block6.s-order-form#risk-section {
    padding: 0 0 24px !important;
    background: #eef3f6 !important;
    color: var(--mv-text) !important;
}
body.mobile-page .block6.s-order-form .container.block6-wrapper {
    max-width: 430px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
}
body.mobile-page .block6.s-order-form .block6-content, body.mobile-page .block6.s-order-form .block6-content-tz {
    gap: 0 !important;
    overflow: hidden !important;
    border-radius: 0 !important;
    background: transparent !important;
}
body.mobile-page .block6-left.block6-left-tz {
    padding: 24px 18px 22px !important;
    background: var(--mv-blue) !important;
    color: var(--mv-white) !important;
    border-top: 4px solid var(--mv-yellow) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
body.mobile-page .block6-title.block6-title-tz {
    max-width: 340px !important;
    margin: 0 auto 18px !important;
    color: var(--mv-white) !important;
    font-size: 27px !important;
    line-height: 1.15 !important;
    font-weight: 900 !important;
    text-align: center !important;
}
body.mobile-page .block6-text-tz {
    max-width: 330px !important;
    margin: 0 auto !important;
    color: rgba(255,255,255,.96) !important;
    font-size: 16px !important;
    line-height: 1.48 !important;
    font-weight: 500 !important;
    text-align: center !important;
}
body.mobile-page .block6-text-tz strong {
    color: var(--mv-yellow) !important;
    font-weight: 900 !important;
}
body.mobile-page .block6-btn-wrap.block6-btn-wrap-tz {
    max-width: 300px !important;
    margin: 24px auto 0 !important;
}
body.mobile-page .block6-btn-wrap.block6-btn-wrap-tz .block6-super-btn {
    width: 100% !important;
    max-width: 100% !important;
}
body.mobile-page .block6-right.block6-right-tz {
    padding: 0 !important;
    background: #ffffff !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-align: center !important;
}
body.mobile-page .block6-right.block6-right-tz .shadow-img, body.mobile-page .block6-right.block6-right-tz img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    border-radius: 0 !important;
    filter: none !important;
    box-shadow: none !important;
}
@media only screen and (max-width: 370px) {
    body.mobile-page .block6-left.block6-left-tz {
        padding: 22px 16px 20px !important;
    }
    body.mobile-page .block6-title.block6-title-tz {
        font-size: 24px !important;
    }
    body.mobile-page .block6-text-tz {
        font-size: 15px !important;
    }
    body.mobile-page .block6-btn-wrap.block6-btn-wrap-tz {
        max-width: 280px !important;
        margin-top: 20px !important;
    }

}
body.mobile-page .reviews .container {
    max-width: 430px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
}
body.mobile-page .text-reviews {
    position: relative !important;
}
body.mobile-page .text-reviews__items {
    padding: 0 2px !important;
}
body.mobile-page .reviews .tr-header {
    margin: 0 0 14px !important;
}
body.mobile-page .reviews .tr-body {
    padding: 0 !important;
}
body.mobile-page .text-reviews__items .owl-nav {
    inset: 50% -8px auto -8px !important;
}
body.mobile-page .text-reviews__items .owl-nav > div span, body.mobile-page .text-reviews__items .owl-nav button span {
    display: none !important;
}
body.mobile-page .text-reviews__items .owl-nav .owl-prev::before, body.mobile-page .text-reviews__items .owl-nav > .owl-prev::before {
    content: "‹" !important;
    font-size: 28px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
}
body.mobile-page .text-reviews__items .owl-nav .owl-next::before, body.mobile-page .text-reviews__items .owl-nav > .owl-next::before {
    content: "›" !important;
    font-size: 28px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
}
body.mobile-page .text-reviews__items .owl-nav .disabled {
    opacity: .45 !important;
}
body.mobile-page .owl-dots, body.mobile-page .text-reviews__items .owl-dots {
    margin: 18px 0 0 !important;
}
@media only screen and (max-width: 370px) {
    body.mobile-page .reviews .container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    body.mobile-page .reviews .tr-item {
        padding: 22px 16px !important;
    }
    body.mobile-page .reviews .tr-header {
        font-size: 20px !important;
    }
    body.mobile-page .reviews .tr-body {
        font-size: 15px !important;
    }
    body.mobile-page .text-reviews__items .owl-nav {
        inset: 50% -4px auto -4px !important;
    }
    body.mobile-page .text-reviews__items .owl-nav > div, body.mobile-page .text-reviews__items .owl-nav button {
        width: 34px !important;
        height: 34px !important;
    }

}
body.mobile-page .reviews, body.mobile-page .reviews .container, body.mobile-page .text-reviews, body.mobile-page .text-reviews .container, body.mobile-page .text-reviews .row, body.mobile-page .text-reviews [class*="col-"], body.mobile-page .text-reviews__items, body.mobile-page .text-reviews__items .owl-stage-outer, body.mobile-page .text-reviews__items .owl-stage {
    box-shadow: none !important;
    filter: none !important;
    outline: 0 !important;
}
body.mobile-page .reviews {
    padding: 34px 0 42px !important;
    background: #dbe8f2 !important;
}
body.mobile-page .text-reviews__items .owl-nav {
    position: absolute !important;
    left: -8px !important;
    right: -8px !important;
    top: 50% !important;
    z-index: 8 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    transform: translateY(-50%) !important;
    pointer-events: none !important;
}
body.mobile-page .text-reviews__items .owl-nav > div, body.mobile-page .text-reviews__items .owl-nav button {
    pointer-events: auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 36px !important;
    height: 36px !important;
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    box-shadow: 0 8px 18px rgba(1,39,68,.14) !important;
    color: var(--mv-blue) !important;
    font-size: 0 !important;
    line-height: 1 !important;
}
body.mobile-page .text-reviews__items .owl-nav .owl-prev::before, body.mobile-page .text-reviews__items .owl-nav > div[data-review-prev]::before {
    content: "‹" !important;
    font-size: 30px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
}
body.mobile-page .text-reviews__items .owl-nav .owl-next::before, body.mobile-page .text-reviews__items .owl-nav > div[data-review-next]::before {
    content: "›" !important;
    font-size: 30px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
}
body.mobile-page .owl-dots, body.mobile-page .text-reviews__items .owl-dots {
    position: relative !important;
    z-index: 2 !important;
    margin-top: 18px !important;
}
@media only screen and (max-width: 370px) {
    body.mobile-page .reviews .tr-item {
        padding: 24px 18px !important;
    }
    body.mobile-page .text-reviews__items .owl-nav {
        left: -4px !important;
        right: -4px !important;
    }
    body.mobile-page .text-reviews__items .owl-nav > div, body.mobile-page .text-reviews__items .owl-nav button {
        width: 34px !important;
        height: 34px !important;
    }

}
@keyframes muvitalReviewSlideNext {
    from {
        opacity: 0;
        transform: translateX(22px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes muvitalReviewSlidePrev {
    from {
        opacity: 0;
        transform: translateX(-22px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
body.mobile-page .text-reviews__items .owl-nav, body.mobile-page .text-reviews__items [data-review-nav] {
    position: absolute !important;
    left: 4px !important;
    right: 4px !important;
    top: 50% !important;
    z-index: 20 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    transform: translateY(-50%) !important;
    pointer-events: none !important;
}
body.mobile-page .text-reviews__items .owl-nav > div, body.mobile-page .text-reviews__items .owl-nav > button, body.mobile-page .text-reviews__items [data-review-prev], body.mobile-page .text-reviews__items [data-review-next] {
    pointer-events: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 42px !important;
    height: 42px !important;
    min-height: 0 !important;
    padding: 0 0 3px !important;
    border: 1px solid rgba(1,39,68,.08) !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    box-shadow: 0 10px 22px rgba(1,39,68,.18) !important;
    color: var(--mv-blue) !important;
    font-size: 34px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    text-align: center !important;
    cursor: pointer !important;
    opacity: .96 !important;
}
body.mobile-page .text-reviews__items .owl-nav > div::before, body.mobile-page .text-reviews__items .owl-nav > button::before, body.mobile-page .text-reviews__items [data-review-prev]::before, body.mobile-page .text-reviews__items [data-review-next]::before {
    content: none !important;
}
body.mobile-page .text-reviews__items .owl-nav > div:active, body.mobile-page .text-reviews__items .owl-nav > button:active, body.mobile-page .text-reviews__items [data-review-prev]:active, body.mobile-page .text-reviews__items [data-review-next]:active {
    transform: scale(.96) !important;
}
@media only screen and (max-width: 370px) {
    body.mobile-page .text-reviews__items .owl-nav, body.mobile-page .text-reviews__items [data-review-nav] {
        left: 2px !important;
        right: 2px !important;
    }
    body.mobile-page .text-reviews__items .owl-nav > div, body.mobile-page .text-reviews__items .owl-nav > button, body.mobile-page .text-reviews__items [data-review-prev], body.mobile-page .text-reviews__items [data-review-next] {
        width: 38px !important;
        height: 38px !important;
        font-size: 31px !important;
    }
    body.mobile-page .reviews .tr-item {
        padding-left: 36px !important;
        padding-right: 36px !important;
    }

}
body.mobile-page {
    --mv-mobile-block-width: 360px;
}
body.mobile-page .muvital-hero-main .container, body.mobile-page .muvital-symptoms .container, body.mobile-page .muvital-pain-section .container, body.mobile-page .block6.s-order-form .container, body.mobile-page .distinction .container, body.mobile-page .secret .container, body.mobile-page .muvital-intake-section .container, body.mobile-page .bottom-form .container, body.mobile-page .blocker-delivery .wrapper, body.mobile-page #reviews-section .container, body.mobile-page .text-reviews > .container, body.mobile-page .faq .container, body.mobile-page .footer .container, body.mobile-page footer .container {
    width: calc(100% - 32px) !important;
    max-width: var(--mv-mobile-block-width) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
body.mobile-page #reviews-section, body.mobile-page .reviews, body.mobile-page .reviews .container, body.mobile-page .text-reviews, body.mobile-page .text-reviews > .container, body.mobile-page .text-reviews .row, body.mobile-page .text-reviews [class*="col-"], body.mobile-page .text-reviews__items, body.mobile-page .text-reviews__items .owl-stage-outer, body.mobile-page .text-reviews__items .owl-stage {
    box-shadow: none !important;
    filter: none !important;
    outline: none !important;
}
body.mobile-page #reviews-section {
    width: calc(100% - 32px) !important;
    max-width: var(--mv-mobile-block-width) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
body.mobile-page #reviews-section .container, body.mobile-page #reviews-section .text-reviews > .container {
    width: 100% !important;
    max-width: 100% !important;
}
body.mobile-page .text-reviews__items {
    position: relative !important;
    overflow: visible !important;
    touch-action: pan-y !important;
}
body.mobile-page .text-reviews__items .owl-stage-outer, body.mobile-page .text-reviews__items .owl-stage {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
}
body.mobile-page .text-reviews__items .owl-item {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    float: none !important;
}
body.mobile-page .text-reviews__items .owl-item:not(.active) {
    display: none !important;
}
body.mobile-page .text-reviews__items .owl-item.active {
    display: block !important;
}
body.mobile-page .text-reviews__items .owl-item.active.review-slide-next {
    animation: muvitalReviewSlideNextV47 .32s ease both !important;
}
body.mobile-page .text-reviews__items .owl-item.active.review-slide-prev {
    animation: muvitalReviewSlidePrevV47 .32s ease both !important;
}
@keyframes muvitalReviewSlideNextV47 {
    from {
        opacity: 0;
        transform: translateX(24px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes muvitalReviewSlidePrevV47 {
    from {
        opacity: 0;
        transform: translateX(-24px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
body.mobile-page .reviews .tr-item {
    max-width: 100% !important;
}
body.mobile-page .text-reviews__items [data-review-nav], body.mobile-page .text-reviews__items .owl-nav {
    position: absolute !important;
    left: 4px !important;
    right: 4px !important;
    top: 50% !important;
    z-index: 999 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: auto !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: translateY(-50%) !important;
    pointer-events: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}
body.mobile-page .text-reviews__items [data-review-prev], body.mobile-page .text-reviews__items [data-review-next], body.mobile-page .text-reviews__items .owl-nav .owl-prev, body.mobile-page .text-reviews__items .owl-nav .owl-next {
    pointer-events: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    padding: 0 0 4px !important;
    border: 1px solid rgba(1,39,68,.08) !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    box-shadow: 0 10px 22px rgba(1,39,68,.18) !important;
    color: var(--mv-blue) !important;
    font-size: 34px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    text-align: center !important;
    opacity: 1 !important;
    visibility: visible !important;
}
body.mobile-page .text-reviews__items [data-review-prev]::before, body.mobile-page .text-reviews__items [data-review-next]::before, body.mobile-page .text-reviews__items .owl-nav .owl-prev::before, body.mobile-page .text-reviews__items .owl-nav .owl-next::before {
    content: none !important;
}
body.mobile-page .text-reviews__items [data-review-dots], body.mobile-page .text-reviews__items .owl-dots {
    display: flex !important;
    justify-content: center !important;
    gap: 10px !important;
    margin: 18px 0 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
}
@media only screen and (max-width: 370px) {
    body.mobile-page {
        --mv-mobile-block-width: 344px;
    }
    body.mobile-page .muvital-hero-main .container, body.mobile-page .muvital-symptoms .container, body.mobile-page .muvital-pain-section .container, body.mobile-page .block6.s-order-form .container, body.mobile-page .distinction .container, body.mobile-page .secret .container, body.mobile-page .muvital-intake-section .container, body.mobile-page .bottom-form .container, body.mobile-page .blocker-delivery .wrapper, body.mobile-page #reviews-section .container, body.mobile-page .text-reviews > .container, body.mobile-page .faq .container, body.mobile-page .footer .container, body.mobile-page footer .container, body.mobile-page #reviews-section {
        width: calc(100% - 24px) !important;
    }
    body.mobile-page .reviews .tr-item {
        padding-left: 36px !important;
        padding-right: 36px !important;
    }
    body.mobile-page .text-reviews__items [data-review-prev], body.mobile-page .text-reviews__items [data-review-next], body.mobile-page .text-reviews__items .owl-nav .owl-prev, body.mobile-page .text-reviews__items .owl-nav .owl-next {
        width: 38px !important;
        height: 38px !important;
        min-width: 38px !important;
        min-height: 38px !important;
        font-size: 31px !important;
    }

}
body.mobile-page .muvital-review-native-slider {
    position: relative !important;
    overflow: visible !important;
    touch-action: pan-y !important;
}
body.mobile-page .muvital-review-stage-outer {
    position: relative !important;
    width: 100% !important;
    overflow: hidden !important;
}
body.mobile-page .muvital-review-stage {
    position: relative !important;
    width: 100% !important;
    transform: none !important;
}
body.mobile-page .muvital-review-native-slider .owl-item {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    float: none !important;
    will-change: transform, opacity !important;
}
body.mobile-page .muvital-review-native-slider .owl-item.active {
    visibility: visible !important;
    opacity: 1 !important;
}
body.mobile-page .muvital-review-native-slider .review-slide-in-next {
    animation: muvitalReviewInNextV48 .34s ease both !important;
}
body.mobile-page .muvital-review-native-slider .review-slide-out-next {
    animation: muvitalReviewOutNextV48 .34s ease both !important;
}
body.mobile-page .muvital-review-native-slider .review-slide-in-prev {
    animation: muvitalReviewInPrevV48 .34s ease both !important;
}
body.mobile-page .muvital-review-native-slider .review-slide-out-prev {
    animation: muvitalReviewOutPrevV48 .34s ease both !important;
}
@keyframes muvitalReviewInNextV48 {
    from {
        opacity: 0;
        transform: translateX(32px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes muvitalReviewOutNextV48 {
    from {
        opacity: 1;
        transform: translateX(0);
    }
    to {
        opacity: 0;
        transform: translateX(-32px);
    }
}
@keyframes muvitalReviewInPrevV48 {
    from {
        opacity: 0;
        transform: translateX(-32px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes muvitalReviewOutPrevV48 {
    from {
        opacity: 1;
        transform: translateX(0);
    }
    to {
        opacity: 0;
        transform: translateX(32px);
    }
}
body.mobile-page .muvital-review-arrow {
    opacity: 1 !important;
    visibility: visible !important;
}
body.mobile-page .reviews .tr-item {
    display: flex !important;
    width: 100% !important;
}
@media only screen and (max-width: 370px) {
    body.mobile-page .muvital-review-arrow {
        width: 38px !important;
        height: 38px !important;
        min-width: 38px !important;
        min-height: 38px !important;
        font-size: 31px !important;
    }
    body.mobile-page .reviews .tr-item {
        padding-left: 36px !important;
        padding-right: 36px !important;
    }

}
body.mobile-page #reviews-section {
    padding: 34px 0 42px !important;
    overflow: visible !important;
    box-shadow: none !important;
}
body.mobile-page #reviews-section .text-reviews, body.mobile-page #reviews-section .row, body.mobile-page #reviews-section [class*="col-"], body.mobile-page #reviews-section .text-reviews__items, body.mobile-page #reviews-section .owl-stage-outer, body.mobile-page #reviews-section .owl-stage {
    box-shadow: none !important;
    filter: none !important;
    outline: none !important;
}
body.mobile-page .muvital-review-v49 {
    position: relative !important;
    overflow: visible !important;
    touch-action: pan-y !important;
}
body.mobile-page .muvital-review-stage-outer-v49 {
    position: relative !important;
    width: 100% !important;
    overflow: hidden !important;
}
body.mobile-page .muvital-review-stage-v49 {
    position: relative !important;
    width: 100% !important;
    transform: none !important;
}
body.mobile-page .muvital-review-v49 .owl-item {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    float: none !important;
    display: block !important;
    will-change: transform, opacity !important;
}
body.mobile-page .muvital-review-v49 .review-v49-in-next {
    animation: muvitalReviewInNextV49 .34s ease both !important;
}
body.mobile-page .muvital-review-v49 .review-v49-out-next {
    animation: muvitalReviewOutNextV49 .34s ease both !important;
}
body.mobile-page .muvital-review-v49 .review-v49-in-prev {
    animation: muvitalReviewInPrevV49 .34s ease both !important;
}
body.mobile-page .muvital-review-v49 .review-v49-out-prev {
    animation: muvitalReviewOutPrevV49 .34s ease both !important;
}
@keyframes muvitalReviewInNextV49 {
    from {
        opacity: 0;
        transform: translate3d(38px, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
@keyframes muvitalReviewOutNextV49 {
    from {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(-38px, 0, 0);
    }
}
@keyframes muvitalReviewInPrevV49 {
    from {
        opacity: 0;
        transform: translate3d(-38px, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
@keyframes muvitalReviewOutPrevV49 {
    from {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(38px, 0, 0);
    }
}
body.mobile-page .reviews .tr-item {
    border-radius: 22px !important;
}
body.mobile-page .reviews .tr-item__text {
    width: 100% !important;
}
body.mobile-page .reviews .tr-body {
    color: #263746 !important;
}
body.mobile-page .muvital-review-arrows {
    position: absolute !important;
    top: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    height: 0 !important;
    pointer-events: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}
body.mobile-page .muvital-review-arrow {
    pointer-events: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    cursor: pointer !important;
}
body.mobile-page .muvital-review-dots {
    display: flex !important;
    justify-content: center !important;
    gap: 10px !important;
    margin: 18px 0 0 !important;
}
@media only screen and (max-width: 370px) {
    body.mobile-page {
        --mv-bg-width: 344px;
    }
    body.mobile-page .muvital-symptoms, body.mobile-page .muvital-pain-section, body.mobile-page .block6.s-order-form, body.mobile-page .distinction, body.mobile-page .secret, body.mobile-page .muvital-intake-section, body.mobile-page .bottom-form, body.mobile-page .blocker-delivery, body.mobile-page #reviews-section, body.mobile-page .faq, body.mobile-page .footer#contacts-foot-section {
        width: calc(100% - 24px) !important;
    }
    body.mobile-page .reviews .tr-item {
        padding-left: 36px !important;
        padding-right: 36px !important;
    }
    body.mobile-page .reviews .tr-body {
        -webkit-line-clamp: 12 !important;
    }
    body.mobile-page .muvital-review-arrow {
        width: 38px !important;
        height: 38px !important;
        min-width: 38px !important;
        min-height: 38px !important;
        font-size: 31px !important;
    }

}
body.mobile-page .muvital-symptoms, body.mobile-page .muvital-pain-section, body.mobile-page .block6.s-order-form, body.mobile-page .distinction, body.mobile-page .secret, body.mobile-page .muvital-intake-section, body.mobile-page .bottom-form, body.mobile-page .blocker-delivery, body.mobile-page #reviews-section, body.mobile-page .faq, body.mobile-page .footer#contacts-foot-section {
    width: calc(100% - 16px) !important;
    max-width: var(--mv-bg-width) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
body.mobile-page .muvital-hero-card, body.mobile-page .muvital-mobile-hero-order, body.mobile-page .pain-item, body.mobile-page .block6-content-tz, body.mobile-page .muvital-intake-card, body.mobile-page .package-card, body.mobile-page .reviews .tr-item, body.mobile-page .faq-list, body.mobile-page .del-left img {
    max-width: 100% !important;
}
body.mobile-page .muvital-review-stage-outer-v49, body.mobile-page .muvital-review-stage-v49 {
    min-height: 585px !important;
}
body.mobile-page .reviews .tr-item {
    align-items: flex-start !important;
}
body.mobile-page #products-section, body.mobile-page .bottom-form#products-section {
    width: calc(100% - 16px) !important;
    max-width: var(--mv-bg-width) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
@media only screen and (max-width: 370px) {
    body.mobile-page {
        --mv-bg-width: 356px;
        --mv-inner-gap: 14px;
    }
    body.mobile-page .muvital-symptoms, body.mobile-page .muvital-pain-section, body.mobile-page .block6.s-order-form, body.mobile-page .distinction, body.mobile-page .secret, body.mobile-page .muvital-intake-section, body.mobile-page .bottom-form, body.mobile-page .blocker-delivery, body.mobile-page #reviews-section, body.mobile-page .faq, body.mobile-page .footer#contacts-foot-section, body.mobile-page #products-section, body.mobile-page .bottom-form#products-section {
        width: calc(100% - 12px) !important;
    }
    body.mobile-page .muvital-review-stage-outer-v49, body.mobile-page .muvital-review-stage-v49 {
        min-height: 610px !important;
    }
    body.mobile-page .reviews .tr-item {
        padding-left: 38px !important;
        padding-right: 38px !important;
    }
    body.mobile-page .reviews .tr-body {
        font-size: 15px !important;
        line-height: 1.5 !important;
    }
    body.mobile-page .muvital-review-arrows {
        left: 6px !important;
        right: 6px !important;
    }

}
body.mobile-page #reviews-section, body.mobile-page #reviews-section *, body.mobile-page .reviews, body.mobile-page .reviews .container, body.mobile-page .text-reviews, body.mobile-page .text-reviews > .container, body.mobile-page .text-reviews .row, body.mobile-page .text-reviews [class*="col-"], body.mobile-page .text-reviews__items, body.mobile-page .text-reviews__items .owl-stage-outer, body.mobile-page .text-reviews__items .owl-stage, body.mobile-page .muvital-review-stage-outer-v51, body.mobile-page .muvital-review-stage-v51 {
    filter: none !important;
    outline: none !important;
}
body.mobile-page #reviews-section, body.mobile-page .reviews, body.mobile-page .text-reviews, body.mobile-page .text-reviews > .container, body.mobile-page .text-reviews .row, body.mobile-page .text-reviews [class*="col-"], body.mobile-page .text-reviews__items, body.mobile-page .text-reviews__items .owl-stage-outer, body.mobile-page .text-reviews__items .owl-stage {
    box-shadow: none !important;
}
body.mobile-page .muvital-review-v51 {
    position: relative !important;
    overflow: visible !important;
    touch-action: pan-y !important;
}
body.mobile-page .muvital-review-stage-outer-v51 {
    position: relative !important;
    width: 100% !important;
    overflow: hidden !important;
    background: transparent !important;
    box-shadow: none !important;
}
body.mobile-page .muvital-review-stage-v51 {
    position: relative !important;
    width: 100% !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
}
body.mobile-page .muvital-review-v51 .owl-item {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    float: none !important;
    will-change: transform, opacity !important;
}
body.mobile-page .reviews .tr-item {
    border: 1px solid rgba(1,39,68,.055) !important;
    background: #ffffff !important;
    will-change: transform, opacity !important;
    transform-origin: center center !important;
}
body.mobile-page .review-card-v51-in-next {
    animation: muvitalReviewCardInNextV51 .36s cubic-bezier(.22, .61, .36, 1) both !important;
}
body.mobile-page .review-card-v51-out-next {
    animation: muvitalReviewCardOutNextV51 .36s cubic-bezier(.22, .61, .36, 1) both !important;
}
body.mobile-page .review-card-v51-in-prev {
    animation: muvitalReviewCardInPrevV51 .36s cubic-bezier(.22, .61, .36, 1) both !important;
}
body.mobile-page .review-card-v51-out-prev {
    animation: muvitalReviewCardOutPrevV51 .36s cubic-bezier(.22, .61, .36, 1) both !important;
}
@keyframes muvitalReviewCardInNextV51 {
    from {
        opacity: .15;
        transform: translate3d(42px, 0, 0) scale(.982);
    }
    70% {
        opacity: 1;
        transform: translate3d(-3px, 0, 0) scale(1.006);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}
@keyframes muvitalReviewCardOutNextV51 {
    from {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
    to {
        opacity: 0;
        transform: translate3d(-34px, 0, 0) scale(.986);
    }
}
@keyframes muvitalReviewCardInPrevV51 {
    from {
        opacity: .15;
        transform: translate3d(-42px, 0, 0) scale(.982);
    }
    70% {
        opacity: 1;
        transform: translate3d(3px, 0, 0) scale(1.006);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}
@keyframes muvitalReviewCardOutPrevV51 {
    from {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
    to {
        opacity: 0;
        transform: translate3d(34px, 0, 0) scale(.986);
    }
}
@media only screen and (prefers-reduced-motion: reduce) {
    body.mobile-page .review-card-v51-in-next, body.mobile-page .review-card-v51-out-next, body.mobile-page .review-card-v51-in-prev, body.mobile-page .review-card-v51-out-prev {
        animation: none !important;
    }

}
body.mobile-page .reviews .tr-item {
    box-shadow: none !important;
}
@media only screen and (max-width: 370px) {
    body.mobile-page {
        --mv-bg-width: 366px;
        --mv-inner-gap: 8px;
    }
    body.mobile-page .muvital-symptoms, body.mobile-page .muvital-pain-section, body.mobile-page .block6.s-order-form, body.mobile-page .distinction, body.mobile-page .secret, body.mobile-page .muvital-intake-section, body.mobile-page .bottom-form, body.mobile-page .blocker-delivery, body.mobile-page #reviews-section, body.mobile-page .faq, body.mobile-page .footer#contacts-foot-section, body.mobile-page #products-section, body.mobile-page .bottom-form#products-section {
        width: calc(100% - 6px) !important;
    }
    body.mobile-page .muvital-review-stage-outer-v51, body.mobile-page .muvital-review-stage-v51 {
        min-height: 660px !important;
    }
    body.mobile-page .reviews .tr-item {
        padding-left: 26px !important;
        padding-right: 26px !important;
    }
    body.mobile-page .reviews .tr-body {
        font-size: 14.5px !important;
        line-height: 1.42 !important;
    }
    body.mobile-page .muvital-review-arrows {
        left: 4px !important;
        right: 4px !important;
    }
    body.mobile-page .muvital-review-arrow {
        font-size: 38px !important;
        width: 24px !important;
        min-width: 24px !important;
    }

}
body.mobile-page {
    --mv-bg-width: 420px;
    --mv-inner-gap: 12px;
    --mv-card-width: 100%;
}
body.mobile-page .muvital-symptoms, body.mobile-page .muvital-pain-section, body.mobile-page .block6.s-order-form, body.mobile-page .distinction, body.mobile-page .secret, body.mobile-page .muvital-intake-section, body.mobile-page .bottom-form, body.mobile-page .blocker-delivery, body.mobile-page #reviews-section, body.mobile-page .faq, body.mobile-page .footer#contacts-foot-section, body.mobile-page #products-section, body.mobile-page .bottom-form#products-section {
    width: calc(100% - 8px) !important;
    max-width: var(--mv-bg-width) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
body.mobile-page .muvital-symptoms .container, body.mobile-page .muvital-pain-section .container, body.mobile-page .block6.s-order-form .container, body.mobile-page .distinction .container, body.mobile-page .secret .container, body.mobile-page .muvital-intake-section .container, body.mobile-page .bottom-form .container, body.mobile-page .blocker-delivery .wrapper, body.mobile-page #reviews-section .container, body.mobile-page #reviews-section .text-reviews > .container, body.mobile-page .faq .container, body.mobile-page .footer#contacts-foot-section .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: var(--mv-inner-gap) !important;
    padding-right: var(--mv-inner-gap) !important;
}
body.mobile-page .muvital-hero-descr, body.mobile-page .muvital-hero-card, body.mobile-page .muvital-mobile-hero-order, body.mobile-page .muvital-symptoms-list, body.mobile-page .pain-item, body.mobile-page .block6-content-tz, body.mobile-page .composition-item, body.mobile-page .muvital-intake-card, body.mobile-page .package-card, body.mobile-page .reviews .tr-item, body.mobile-page .faq-list, body.mobile-page .del-left img, body.mobile-page .del-item {
    width: var(--mv-card-width) !important;
    max-width: var(--mv-card-width) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
body.mobile-page .muvital-symptoms .container {
    padding-left: 8px !important;
    padding-right: 8px !important;
}
body.mobile-page .reviews .tr-item {
    height: 100% !important;
    min-height: 100% !important;
}
body.mobile-page .muvital-review-arrows {
    left: 4px !important;
    right: 4px !important;
    z-index: 120 !important;
}
body.mobile-page .muvital-review-arrow {
    width: 42px !important;
    height: 54px !important;
    min-width: 42px !important;
    min-height: 54px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: var(--mv-blue) !important;
    font-size: 42px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    text-shadow: 0 1px 0 rgba(255,255,255,.9) !important;
}
body.mobile-page .muvital-review-arrow:active {
    transform: scale(.94) !important;
}
@media only screen and (max-width: 370px) {
    body.mobile-page {
        --mv-bg-width: 366px;
        --mv-inner-gap: 10px;
    }
    body.mobile-page .muvital-symptoms, body.mobile-page .muvital-pain-section, body.mobile-page .block6.s-order-form, body.mobile-page .distinction, body.mobile-page .secret, body.mobile-page .muvital-intake-section, body.mobile-page .bottom-form, body.mobile-page .blocker-delivery, body.mobile-page #reviews-section, body.mobile-page .faq, body.mobile-page .footer#contacts-foot-section, body.mobile-page #products-section, body.mobile-page .bottom-form#products-section {
        width: calc(100% - 6px) !important;
    }
    body.mobile-page .muvital-review-stage-outer-v51, body.mobile-page .muvital-review-stage-v51 {
        min-height: 500px !important;
        max-height: 760px !important;
    }
    body.mobile-page .reviews .tr-item {
        padding-left: 32px !important;
        padding-right: 32px !important;
    }
    body.mobile-page .reviews .tr-body {
        font-size: 13.8px !important;
        line-height: 1.32 !important;
    }
    body.mobile-page .muvital-review-arrow {
        width: 40px !important;
        min-width: 40px !important;
        height: 52px !important;
        min-height: 52px !important;
        font-size: 38px !important;
    }

}
body.mobile-page .muvital-review-arrows, body.mobile-page .text-reviews__items .owl-nav, body.mobile-page .text-reviews__items [data-review-nav] {
    left: 2px !important;
    right: 2px !important;
    z-index: 200 !important;
}
body.mobile-page .muvital-review-arrow, body.mobile-page .text-reviews__items [data-review-prev], body.mobile-page .text-reviews__items [data-review-next], body.mobile-page .text-reviews__items .owl-nav .owl-prev, body.mobile-page .text-reviews__items .owl-nav .owl-next, body.mobile-page .text-reviews__items .owl-nav > button, body.mobile-page .text-reviews__items .owl-nav > div {
    appearance: none !important;
    -webkit-appearance: none !important;
    width: 42px !important;
    height: 54px !important;
    min-width: 42px !important;
    min-height: 54px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    outline: 0 !important;
    color: var(--mv-blue) !important;
    font-size: 42px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    text-shadow: none !important;
    opacity: 1 !important;
}
body.mobile-page .muvital-review-arrow::before, body.mobile-page .muvital-review-arrow::after, body.mobile-page .text-reviews__items [data-review-prev]::before, body.mobile-page .text-reviews__items [data-review-prev]::after, body.mobile-page .text-reviews__items [data-review-next]::before, body.mobile-page .text-reviews__items [data-review-next]::after, body.mobile-page .text-reviews__items .owl-nav .owl-prev::before, body.mobile-page .text-reviews__items .owl-nav .owl-prev::after, body.mobile-page .text-reviews__items .owl-nav .owl-next::before, body.mobile-page .text-reviews__items .owl-nav .owl-next::after {
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
}
body.mobile-page .reviews .tr-item {
    padding-left: 34px !important;
    padding-right: 34px !important;
}
@media only screen and (max-width: 370px) {
    body.mobile-page .muvital-review-stage-outer-v51, body.mobile-page .muvital-review-stage-v51 {
        min-height: 455px !important;
        max-height: 680px !important;
    }
    body.mobile-page .reviews .tr-item {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    body.mobile-page .reviews .tr-body {
        font-size: 13.4px !important;
        line-height: 1.28 !important;
    }
    body.mobile-page .muvital-review-arrow, body.mobile-page .text-reviews__items [data-review-prev], body.mobile-page .text-reviews__items [data-review-next], body.mobile-page .text-reviews__items .owl-nav .owl-prev, body.mobile-page .text-reviews__items .owl-nav .owl-next {
        width: 40px !important;
        height: 52px !important;
        min-width: 40px !important;
        min-height: 52px !important;
        font-size: 38px !important;
    }

}
body.mobile-page .reviews .tr-item {
    padding: 24px 34px !important;
}
body.mobile-page .reviews .tr-header {
    margin-bottom: 12px !important;
}
body.mobile-page #risk-section.block6.s-order-form {
    padding: 34px 0 !important;
    background: #eef3f6 !important;
}
body.mobile-page #risk-section .container.block6-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: var(--mv-inner-gap, 12px) !important;
    padding-right: var(--mv-inner-gap, 12px) !important;
}
body.mobile-page #risk-section .block6-content.block6-content-tz {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}
body.mobile-page #risk-section .block6-left.block6-left-tz {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 26px 18px 24px !important;
    background: var(--mv-blue) !important;
    border-top: 4px solid var(--mv-yellow) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-align: left !important;
}
body.mobile-page #risk-section .block6-title.block6-title-tz {
    max-width: 100% !important;
    margin: 0 0 18px !important;
    color: #ffffff !important;
    font-size: 27px !important;
    line-height: 1.16 !important;
    font-weight: 900 !important;
    text-align: left !important;
}
body.mobile-page #risk-section .block6-mobile-product {
    width: 100% !important;
    margin: 0 auto 20px !important;
    padding: 12px !important;
    background: #ffffff !important;
    border-radius: 16px !important;
}
body.mobile-page #risk-section .block6-mobile-product img, body.mobile-page #risk-section .block6-mobile-product .shadow-img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    border-radius: 10px !important;
    box-shadow: none !important;
    filter: none !important;
}
body.mobile-page #risk-section .block6-text-tz {
    max-width: 100% !important;
    margin: 0 !important;
    color: rgba(255,255,255,.94) !important;
    font-size: 16px !important;
    line-height: 1.48 !important;
    font-weight: 500 !important;
    text-align: left !important;
}
body.mobile-page #risk-section .block6-text-tz strong {
    color: var(--mv-yellow) !important;
    font-weight: 900 !important;
}
body.mobile-page #risk-section .block6-btn-wrap.block6-btn-wrap-tz {
    width: 100% !important;
    max-width: 290px !important;
    margin: 22px auto 0 !important;
}
body.mobile-page #risk-section .block6-super-btn {
    width: 100% !important;
    max-width: 100% !important;
}
body.mobile-page #risk-section .block6-right.block6-right-tz {
    display: none !important;
}
@media only screen and (max-width: 370px) {
    body.mobile-page .muvital-review-stage-outer-v51, body.mobile-page .muvital-review-stage-v51 {
        min-height: 530px !important;
        max-height: 790px !important;
    }
    body.mobile-page .reviews .tr-item {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    body.mobile-page .reviews .tr-header {
        font-size: 21px !important;
    }
    body.mobile-page .reviews .tr-body {
        font-size: 14.8px !important;
        line-height: 1.36 !important;
    }
    body.mobile-page #risk-section .block6-left.block6-left-tz {
        padding: 24px 16px 22px !important;
    }
    body.mobile-page #risk-section .block6-title.block6-title-tz {
        font-size: 24px !important;
    }
    body.mobile-page #risk-section .block6-mobile-product {
        padding: 10px !important;
    }
    body.mobile-page #risk-section .block6-text-tz {
        font-size: 15px !important;
        line-height: 1.46 !important;
    }

}
body.mobile-page .muvital-burger-btn {
    flex-direction: column !important;
    gap: 5px !important;
}
body.mobile-page .muvital-mobile-header-order:hover, body.mobile-page .muvital-mobile-header-order:active {
    color: #ffffff !important;
    background: var(--mv-red-dark, #cf2d2a) !important;
    text-decoration: none !important;
}
@media only screen and (max-width: 370px) {
    body.mobile-page .full-width-header.top-line, body.mobile-page .full-width-header.header-float, body.mobile-page .full-width-header.header-hide {
        width: calc(100% - 6px) !important;
    }
    body.mobile-page .full-width-header > .wrapper {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    body.mobile-page .muvital-mobile-header-order {
        min-width: 108px !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
        font-size: 14px !important;
    }
    body.mobile-page .muvital-burger-btn.is-open {
        right: calc((100vw - min(100vw - 6px, var(--mv-bg-width, 366px))) / 2 + 12px) !important;
    }

}
body.mobile-page .muvital-burger-btn {
    position: relative !important;
    z-index: 10040 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 1.5px solid rgba(255, 202, 17, .92) !important;
    background: rgba(255, 255, 255, .86) !important;
    box-shadow: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}
body.mobile-page .muvital-burger-btn span {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    display: block !important;
    width: 22px !important;
    height: 2px !important;
    margin: 0 !important;
    border-radius: 2px !important;
    background: var(--mv-blue) !important;
    transform-origin: center center !important;
    transition: transform .22s ease, opacity .22s ease !important;
}
body.mobile-page .muvital-burger-btn span:nth-child(1) {
    transform: translate(-50%, -8px) !important;
}
body.mobile-page .muvital-burger-btn span:nth-child(2) {
    transform: translate(-50%, -50%) !important;
}
body.mobile-page .muvital-burger-btn span:nth-child(3) {
    transform: translate(-50%, 6px) !important;
}
body.mobile-page .muvital-burger-btn.is-open {
    position: fixed !important;
    left: auto !important;
    z-index: 10050 !important;
    background: #ffffff !important;
    box-shadow: 0 8px 18px rgba(1, 39, 68, .10) !important;
}
body.mobile-page .muvital-burger-btn.is-open span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg) !important;
}
body.mobile-page .muvital-burger-btn.is-open span:nth-child(2) {
    opacity: 0 !important;
    transform: translate(-50%, -50%) scaleX(0) !important;
}
body.mobile-page .muvital-burger-btn.is-open span:nth-child(3) {
    transform: translate(-50%, -50%) rotate(-45deg) !important;
}
body.mobile-page .muvital-mobile-header-order {
    flex: 0 0 auto !important;
    width: auto !important;
    margin: 0 !important;
    border: 0 !important;
    background: var(--mv-red) !important;
    color: #ffffff !important;
    box-shadow: 0 7px 14px rgba(229, 57, 53, .20) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 15px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    letter-spacing: .01em !important;
    text-decoration: none !important;
    text-transform: none !important;
}
body.mobile-page .muvital-burger-menu {
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    max-width: none !important;
    min-height: 100vh !important;
    padding: 86px 24px 32px !important;
    background: linear-gradient(180deg, rgba(237, 245, 247, .99), rgba(219, 232, 242, .99)) !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    z-index: 10030 !important;
    overflow-y: auto !important;
}
body.mobile-page .muvital-burger-menu.is-open {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}
body.mobile-page .muvital-burger-menu a {
    width: 100% !important;
    max-width: 316px !important;
    min-height: 48px !important;
    margin: 0 !important;
    padding: 13px 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 11px !important;
    text-align: center !important;
    line-height: 1.15 !important;
}
body.mobile-page .muvital-burger-menu .muvital-burger-phone {
    margin-top: 6px !important;
}
body.mobile-page .muvital-top-logo-shell, body.mobile-page .full-width-header .nav-links, body.mobile-page .full-width-header .phone-block, body.mobile-page .full-width-header .decsss {
    display: none !important;
}
@media only screen and (max-width: 370px) {
    body.mobile-page .full-width-header > .wrapper {
        max-width: var(--mv-bg-width, 366px) !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    body.mobile-page .muvital-mobile-header-order {
        min-width: 108px !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
        font-size: 14px !important;
    }
    body.mobile-page .muvital-burger-btn.is-open {
        right: calc((100vw - min(100vw, var(--mv-bg-width, 366px))) / 2 + 12px) !important;
    }
    body.mobile-page .muvital-burger-menu a {
        max-width: 300px !important;
    }

}
body.mobile-page .muvital-mobile-hero-benefits .muvital-hero-word-accent, body.mobile-page .muvital-hero-list .muvital-hero-word-accent {
    font-size: inherit !important;
}
body.mobile-page .secret p, body.mobile-page .secret .secret-text, body.mobile-page .secret .text, body.mobile-page .secret li {
    text-align: left !important;
    font-size: 18px !important;
    line-height: 1.54 !important;
}
body.mobile-page .secret h2 {
    font-size: 29px !important;
    line-height: 1.18 !important;
}
body.mobile-page .reviews .tr-body {
    text-align: left !important;
}
body.mobile-page .reviews h2, body.mobile-page #reviews-section h2 {
    font-size: 29px !important;
    line-height: 1.16 !important;
}
body.mobile-page .reviews .tr-item {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
}
@media only screen and (max-width: 370px) {
    body.mobile-page .muvital-mobile-hero-benefits li, body.mobile-page .muvital-hero-list li {
        font-size: 16px !important;
        line-height: 1.32 !important;
    }
    body.mobile-page .secret p, body.mobile-page .secret .secret-text, body.mobile-page .secret .text, body.mobile-page .secret li {
        font-size: 17px !important;
        line-height: 1.5 !important;
    }
    body.mobile-page .secret h2, body.mobile-page .reviews h2, body.mobile-page #reviews-section h2 {
        font-size: 27px !important;
    }
    body.mobile-page .reviews .tr-header {
        font-size: 22px !important;
    }
    body.mobile-page .reviews .tr-body {
        font-size: 16px !important;
        line-height: 1.44 !important;
    }
    body.mobile-page .muvital-review-stage-outer-v51, body.mobile-page .muvital-review-stage-v51 {
        min-height: 650px !important;
        max-height: 900px !important;
    }

}
body.mobile-page .muvital-intake-text, body.mobile-page .muvital-intake-title, body.mobile-page .muvital-intake-body, body.mobile-page .muvital-intake-lead, body.mobile-page .muvital-intake-course, body.mobile-page .muvital-intake-note {
    text-align: left !important;
}
body.mobile-page .muvital-intake-title {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
body.mobile-page .muvital-intake-body, body.mobile-page .muvital-intake-lead, body.mobile-page .muvital-intake-course, body.mobile-page .muvital-intake-note {
    font-size: 17px !important;
    line-height: 1.5 !important;
}
body.mobile-page .muvital-review-stage-outer-v51, body.mobile-page .muvital-review-stage-v51 {
    min-height: 620px !important;
    max-height: 980px !important;
}
body.mobile-page .reviews .tr-item {
    overflow: visible !important;
}
body.mobile-page .reviews .tr-body {
    display: block !important;
    max-height: none !important;
    overflow: visible !important;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: initial !important;
}
@media only screen and (max-width: 370px) {
    body.mobile-page .muvital-intake-body, body.mobile-page .muvital-intake-lead, body.mobile-page .muvital-intake-course, body.mobile-page .muvital-intake-note {
        font-size: 16px !important;
        line-height: 1.46 !important;
    }
    body.mobile-page .muvital-review-stage-outer-v51, body.mobile-page .muvital-review-stage-v51 {
        min-height: 650px !important;
        max-height: 1020px !important;
    }

}
body.mobile-page .full-width-header.top-line, body.mobile-page .full-width-header.header-float, body.mobile-page .full-width-header.header-hide {
    position: fixed !important;
    z-index: 10000 !important;
    border: 1px solid rgba(255, 202, 17, .50) !important;
    border-bottom: 2px solid var(--mv-yellow) !important;
    backdrop-filter: blur(8px) !important;
    overflow: visible !important;
}
body.mobile-page .full-width-header > .wrapper {
    width: 100% !important;
    height: 58px !important;
    min-height: 58px !important;
    padding: 8px 12px !important;
    border-radius: 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
}
body.mobile-page .muvital-burger-btn {
    flex: 0 0 40px !important;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    border-radius: 10px !important;
}
body.mobile-page .muvital-mobile-header-order {
    height: 40px !important;
    min-height: 40px !important;
    min-width: 112px !important;
    padding: 0 18px !important;
    border-radius: 10px !important;
}
body.mobile-page .muvital-burger-menu {
    padding-top: 92px !important;
}
@media only screen and (max-width: 370px) {
    body.mobile-page {
        padding-top: 74px !important;
    }
    body.mobile-page .full-width-header.top-line, body.mobile-page .full-width-header.header-float, body.mobile-page .full-width-header.header-hide {
        top: 7px !important;
        width: calc(100% - 18px) !important;
        max-width: 366px !important;
        height: 56px !important;
        min-height: 56px !important;
        border-radius: 15px !important;
    }
    body.mobile-page .full-width-header > .wrapper {
        height: 56px !important;
        min-height: 56px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        border-radius: 15px !important;
    }
    body.mobile-page .muvital-mobile-header-order {
        min-width: 104px !important;
        padding-left: 14px !important;
        padding-right: 14px !important;
    }
    body.mobile-page .muvital-burger-btn.is-open {
        top: 15px !important;
        right: calc((100vw - min(calc(100vw - 18px), 366px)) / 2 + 10px) !important;
    }

}
body.mobile-page {
    padding-top: 60px !important;
}
body.mobile-page .full-width-header.top-line, body.mobile-page .full-width-header.header-float, body.mobile-page .full-width-header.header-hide {
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    max-width: none !important;
    height: 60px !important;
    min-height: 60px !important;
    transform: none !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
    border-radius: 0 !important;
    background: rgba(237, 245, 247, .98) !important;
    box-shadow: 0 6px 18px rgba(1, 39, 68, .08) !important;
    transition: top .22s ease, width .22s ease, max-width .22s ease, border-radius .22s ease, box-shadow .22s ease, background .22s ease !important;
}
body.mobile-page .full-width-header.top-line.muvital-mobile-header-scrolled, body.mobile-page .full-width-header.header-float.muvital-mobile-header-scrolled, body.mobile-page .full-width-header.header-hide.muvital-mobile-header-scrolled {
    top: 8px !important;
    left: 50% !important;
    right: auto !important;
    width: calc(100% - 24px) !important;
    max-width: 420px !important;
    transform: translateX(-50%) !important;
    border: 1px solid rgba(255, 202, 17, .50) !important;
    border-bottom: 2px solid var(--mv-yellow) !important;
    border-radius: 16px !important;
    background: rgba(237, 245, 247, .96) !important;
    box-shadow: 0 10px 26px rgba(1, 39, 68, .13) !important;
}
body.mobile-page .full-width-header > .wrapper {
    max-width: var(--mv-bg-width, 420px) !important;
    margin: 0 auto !important;
}
body.mobile-page .full-width-header.muvital-mobile-header-scrolled > .wrapper {
    max-width: none !important;
}
body.mobile-page .muvital-burger-btn.is-open {
    top: 9px !important;
    right: 14px !important;
}
body.mobile-page .full-width-header.muvital-mobile-header-scrolled .muvital-burger-btn.is-open {
    top: 17px !important;
    right: calc((100vw - min(calc(100vw - 24px), 420px)) / 2 + 12px) !important;
}
@media only screen and (max-width: 370px) {
    body.mobile-page {
        padding-top: 58px !important;
    }
    body.mobile-page .full-width-header.top-line, body.mobile-page .full-width-header.header-float, body.mobile-page .full-width-header.header-hide {
        height: 58px !important;
        min-height: 58px !important;
    }
    body.mobile-page .full-width-header.top-line.muvital-mobile-header-scrolled, body.mobile-page .full-width-header.header-float.muvital-mobile-header-scrolled, body.mobile-page .full-width-header.header-hide.muvital-mobile-header-scrolled {
        top: 7px !important;
        width: calc(100% - 18px) !important;
        max-width: 366px !important;
        border-radius: 15px !important;
    }
    body.mobile-page .full-width-header.muvital-mobile-header-scrolled .muvital-burger-btn.is-open {
        top: 15px !important;
        right: calc((100vw - min(calc(100vw - 18px), 366px)) / 2 + 10px) !important;
    }

}
body.mobile-page {
    font-size: 18px !important;
    line-height: 1.5 !important;
}
body.mobile-page .muvital-hero-title {
    font-size: 29px !important;
    line-height: 1.2 !important;
}
body.mobile-page .muvital-mobile-hero-subtitle {
    font-size: 20px !important;
    line-height: 1.34 !important;
}
body.mobile-page .muvital-mobile-hero-benefits li, body.mobile-page .muvital-hero-list li {
    font-size: 18px !important;
    line-height: 1.35 !important;
}
body.mobile-page .muvital-symptoms-title, body.mobile-page .muvital-pain-section h2.red, body.mobile-page .block6-title, body.mobile-page .block6-title-tz, body.mobile-page .secret h2, body.mobile-page .muvital-intake-title, body.mobile-page .bottom-form h2, body.mobile-page .bottom-form .muvital-products-title, body.mobile-page .del-title, body.mobile-page .reviews h2, body.mobile-page #reviews-section h2, body.mobile-page .faq h2 {
    font-size: 31px !important;
    line-height: 1.16 !important;
}
body.mobile-page .muvital-symptoms-text {
    font-size: 18px !important;
    line-height: 1.3 !important;
}
body.mobile-page .muvital-symptoms .yes-answer, body.mobile-page .muvital-symptoms .muvital-symptoms-yes, body.mobile-page .muvital-symptoms .blue-shield-strip .h6 {
    font-size: 20px !important;
    line-height: 1.28 !important;
}
body.mobile-page .pain-item__text, body.mobile-page .block6-text-tz, body.mobile-page .secret p, body.mobile-page .secret .secret-text, body.mobile-page .secret .text, body.mobile-page .secret li, body.mobile-page .ci-body, body.mobile-page .muvital-intake-body, body.mobile-page .muvital-intake-lead, body.mobile-page .muvital-intake-course, body.mobile-page .muvital-intake-note, body.mobile-page .bottom-form .muvital-products-subtitle, body.mobile-page .package-desc, body.mobile-page .del-item-text, body.mobile-page .faq-list .answer {
    font-size: 18px !important;
    line-height: 1.5 !important;
}
body.mobile-page .ci-header, body.mobile-page .package-title, body.mobile-page .del-item-title, body.mobile-page .faq-list .question {
    font-size: 20px !important;
    line-height: 1.3 !important;
}
body.mobile-page .package-desc b, body.mobile-page .muvital-mobile-header-order {
    font-size: 16px !important;
}
body.mobile-page .btn, body.mobile-page .muvital-hero-btn, body.mobile-page .package-btn, body.mobile-page .block6-super-btn, body.mobile-page .custom-modal-submit {
    font-size: 19px !important;
}
body.mobile-page .reviews .tr-header {
    font-size: 24px !important;
    line-height: 1.24 !important;
}
body.mobile-page .reviews .tr-body {
    font-size: 18px !important;
    line-height: 1.5 !important;
}
body.mobile-page .custom-modal-title {
    font-size: 26px !important;
}
body.mobile-page .custom-modal input, body.mobile-page .custom-modal select {
    font-size: 18px !important;
}
@media only screen and (max-width: 370px) {
    body.mobile-page {
        font-size: 17px !important;
    }
    body.mobile-page .muvital-hero-title {
        font-size: 27px !important;
    }
    body.mobile-page .muvital-mobile-hero-subtitle {
        font-size: 18px !important;
    }
    body.mobile-page .muvital-mobile-hero-benefits li, body.mobile-page .muvital-hero-list li, body.mobile-page .muvital-symptoms-text, body.mobile-page .pain-item__text, body.mobile-page .block6-text-tz, body.mobile-page .secret p, body.mobile-page .secret .secret-text, body.mobile-page .secret .text, body.mobile-page .secret li, body.mobile-page .ci-body, body.mobile-page .muvital-intake-body, body.mobile-page .muvital-intake-lead, body.mobile-page .muvital-intake-course, body.mobile-page .muvital-intake-note, body.mobile-page .bottom-form .muvital-products-subtitle, body.mobile-page .package-desc, body.mobile-page .del-item-text, body.mobile-page .faq-list .answer {
        font-size: 17px !important;
        line-height: 1.46 !important;
    }
    body.mobile-page .muvital-symptoms-title, body.mobile-page .muvital-pain-section h2.red, body.mobile-page .block6-title, body.mobile-page .block6-title-tz, body.mobile-page .secret h2, body.mobile-page .muvital-intake-title, body.mobile-page .bottom-form h2, body.mobile-page .bottom-form .muvital-products-title, body.mobile-page .del-title, body.mobile-page .reviews h2, body.mobile-page #reviews-section h2, body.mobile-page .faq h2 {
        font-size: 29px !important;
    }
    body.mobile-page .ci-header, body.mobile-page .package-title, body.mobile-page .del-item-title, body.mobile-page .faq-list .question {
        font-size: 19px !important;
    }
    body.mobile-page .reviews .tr-header {
        font-size: 23px !important;
    }
    body.mobile-page .reviews .tr-body {
        font-size: 17px !important;
        line-height: 1.46 !important;
    }

}
body.mobile-page .block6-text-tz, body.mobile-page #risk-section .block6-text-tz, body.mobile-page #risk-section .block6-left-tz .block6-text-tz {
    font-size: 20px !important;
    line-height: 1.56 !important;
}
body.mobile-page .distinction .dc-text, body.mobile-page .distinction .container .dc-text, body.mobile-page .distinction-combination .dc-text {
    font-size: 19px !important;
    line-height: 1.45 !important;
}
@media only screen and (max-width: 370px) {
    body.mobile-page .block6-text-tz, body.mobile-page #risk-section .block6-text-tz, body.mobile-page #risk-section .block6-left-tz .block6-text-tz {
        font-size: 18px !important;
        line-height: 1.52 !important;
    }
    body.mobile-page .distinction .dc-text, body.mobile-page .distinction .container .dc-text, body.mobile-page .distinction-combination .dc-text {
        font-size: 17px !important;
        line-height: 1.42 !important;
    }

}
body.mobile-page #risk-section .block6-head-tz {
    width: 100% !important;
    max-width: 330px !important;
    margin: 0 auto 18px !important;
    padding: 0 !important;
    text-align: left !important;
}
body.mobile-page #risk-section .block6-head-tz .block6-title.block6-title-tz {
    margin: 0 0 6px !important;
    color: var(--mv-yellow) !important;
    font-size: 32px !important;
    line-height: 1.08 !important;
    font-weight: 900 !important;

    text-transform: uppercase !important;
    letter-spacing: .8px !important;
    text-shadow: none !important;
}
body.mobile-page #risk-section .block6-title-accent {
    color: var(--mv-yellow) !important;
}
body.mobile-page #risk-section .block6-subtitle-tz {
    margin: 0 !important;
    color: var(--mv-white) !important;
    font-size: 21px !important;
    line-height: 1.22 !important;
    font-weight: 800 !important;
    text-align: left !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .28) !important;
}
body.mobile-page #risk-section .block6-left.block6-left-tz {
    padding-top: 22px !important;
}
@media only screen and (max-width: 370px) {
    body.mobile-page #risk-section .block6-head-tz .block6-title.block6-title-tz {
        font-size: 29px !important;
    }
    body.mobile-page #risk-section .block6-subtitle-tz {
        font-size: 19px !important;
    }

}

body.mobile-page .muvital-gif-section {
    width: calc(100% - 16px) !important;
    max-width: var(--mv-bg-width, 420px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 24px 0 28px !important;
    background: linear-gradient(180deg, #012744 0%, #063b62 100%) !important;
    overflow: hidden !important;
}
body.mobile-page .muvital-gif-section .container {
    width: calc(100% - 24px) !important;
    max-width: 380px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
body.mobile-page .muvital-gif-card {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 6px !important;
    border: 1px solid rgba(255, 202, 17, .48) !important;
    border-radius: 18px !important;
    background: rgba(255, 255, 255, .07) !important;
    box-shadow: 0 14px 28px rgba(1, 39, 68, .22) !important;
}
body.mobile-page .muvital-gif-video {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    border-radius: 12px !important;
    background: var(--mv-blue) !important;
}
@media only screen and (max-width: 370px) {
    body.mobile-page .muvital-gif-section {
        width: calc(100% - 12px) !important;
        padding: 22px 0 26px !important;
    }
    body.mobile-page .muvital-gif-section .container {
        width: calc(100% - 20px) !important;
    }
}

body.mobile-page .muvital-gif-section {
    width: calc(100% - 8px) !important;
    max-width: var(--mv-bg-width, 420px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 34px 0 !important;
    background: var(--mv-light) !important;
    overflow: visible !important;
}
body.mobile-page .muvital-gif-section .container {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: var(--mv-inner-gap, 12px) !important;
    padding-right: var(--mv-inner-gap, 12px) !important;
}
body.mobile-page .muvital-gif-card {
    width: var(--mv-card-width, 100%) !important;
    max-width: var(--mv-card-width, 100%) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 12px !important;
    border: 0 !important;
    border-radius: 22px !important;
    background: #ffffff !important;
    box-shadow: var(--mv-shadow) !important;
}
body.mobile-page .muvital-gif-video {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    border-radius: 16px !important;
    background: #f5f8fa !important;
}
@media only screen and (max-width: 370px) {
    body.mobile-page .muvital-gif-section {
        width: calc(100% - 6px) !important;
        padding: 32px 0 !important;
    }
    body.mobile-page .muvital-gif-section .container {
        padding-left: var(--mv-inner-gap, 10px) !important;
        padding-right: var(--mv-inner-gap, 10px) !important;
    }
    body.mobile-page .muvital-gif-card {
        padding: 10px !important;
    }
}
body.mobile-page .wrapper.wrapper-site,
body.mobile-page .muvital-hero-header,
body.mobile-page main {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
}
body.mobile-page .muvital-hero-main,
body.mobile-page .muvital-symptoms,
body.mobile-page .muvital-pain-section,
body.mobile-page .block6.s-order-form,
body.mobile-page .distinction,
body.mobile-page .secret,
body.mobile-page .muvital-gif-section,
body.mobile-page .muvital-intake-section,
body.mobile-page .bottom-form,
body.mobile-page .blocker-delivery,
body.mobile-page #reviews-section,
body.mobile-page .faq,
body.mobile-page .footer#contacts-foot-section,
body.mobile-page #products-section,
body.mobile-page .bottom-form#products-section {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: calc(100% - 8px) !important;
    max-width: var(--mv-bg-width, 420px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
body.mobile-page .muvital-hero-main > .container,
body.mobile-page .muvital-symptoms > .container,
body.mobile-page .muvital-pain-section > .container,
body.mobile-page .block6.s-order-form > .container,
body.mobile-page .distinction > .container,
body.mobile-page .secret > .container,
body.mobile-page .muvital-gif-section > .container,
body.mobile-page .muvital-intake-section > .container,
body.mobile-page .bottom-form > .container,
body.mobile-page .blocker-delivery > .wrapper,
body.mobile-page #reviews-section > .container,
body.mobile-page #reviews-section .text-reviews > .container,
body.mobile-page .faq > .container,
body.mobile-page .footer#contacts-foot-section > .container {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
body.mobile-page section .row,
body.mobile-page .footer .row {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
body.mobile-page section [class*="col-"],
body.mobile-page .footer [class*="col-"] {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
}
body.mobile-page .muvital-mobile-hero-benefits,
body.mobile-page .muvital-symptoms-list,
body.mobile-page .muvital-pain-section .row.pain,
body.mobile-page .block6-content,
body.mobile-page .block6-content-tz,
body.mobile-page .composition,
body.mobile-page .composition .row,
body.mobile-page .secret .row,
body.mobile-page .muvital-intake-card,
body.mobile-page .muvital-products-row,
body.mobile-page .delivery-content,
body.mobile-page .del-right,
body.mobile-page .text-reviews,
body.mobile-page .faq-list {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
body.mobile-page .muvital-mobile-hero-benefits,
body.mobile-page .muvital-symptoms-list,
body.mobile-page .block6-content,
body.mobile-page .block6-content-tz,
body.mobile-page .composition,
body.mobile-page .secret .row,
body.mobile-page .muvital-intake-card,
body.mobile-page .muvital-products-row,
body.mobile-page .delivery-content,
body.mobile-page .del-right,
body.mobile-page .faq-list {
    flex-direction: column !important;
}
body.mobile-page .muvital-hero-title,
body.mobile-page .muvital-mobile-hero-name,
body.mobile-page .muvital-mobile-hero-subtitle,
body.mobile-page .muvital-mobile-hero-image,
body.mobile-page .muvital-hero-card,
body.mobile-page .muvital-mobile-hero-order,
body.mobile-page .muvital-symptoms-inner,
body.mobile-page .muvital-symptoms-title,
body.mobile-page .muvital-yes-answer-container,
body.mobile-page .blue-shield-strip,
body.mobile-page .pain-item,
body.mobile-page #risk-section .block6-left.block6-left-tz,
body.mobile-page .distinction-combination,
body.mobile-page .composition-item,
body.mobile-page .muvital-gif-card,
body.mobile-page .package-card,
body.mobile-page .del-left,
body.mobile-page .del-item,
body.mobile-page .reviews .tr-item,
body.mobile-page .custom-modal,
body.mobile-page .faq-list li {
    margin-left: auto !important;
    margin-right: auto !important;
}
body.mobile-page .package-img,
body.mobile-page .package-price,
body.mobile-page .del-header,
body.mobile-page .del-item-title,
body.mobile-page .muvital-intake-media,
body.mobile-page .block6-mobile-product,
body.mobile-page .composition-item__img {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
body.mobile-page .muvital-products-title,
body.mobile-page .muvital-products-subtitle,
body.mobile-page .del-title,
body.mobile-page .reviews h2,
body.mobile-page #reviews-section h2,
body.mobile-page .faq h2 {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
}
body.mobile-page .secret .secret-scheme-img,
body.mobile-page .muvital-intake-pack,
body.mobile-page .del-left img,
body.mobile-page .package-img img,
body.mobile-page .block6-mobile-product img,
body.mobile-page .muvital-mobile-hero-image img {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
    body.mobile-page {
        --mv-bg-width: 720px;
        --mv-mobile-block-width: 680px;
        --mv-inner-gap: 20px;
        --mv-card-width: 100%;
    }
    body.mobile-page .container,
    body.mobile-page .blocker-delivery > .wrapper,
    body.mobile-page .full-width-header > .wrapper {
        max-width: 720px !important;
    }
    body.mobile-page .wrapper.wrapper-site {
        max-width: 100% !important;
    }
    body.mobile-page .muvital-hero-main,
    body.mobile-page .muvital-symptoms,
    body.mobile-page .muvital-pain-section,
    body.mobile-page .block6.s-order-form,
    body.mobile-page .distinction,
    body.mobile-page .secret,
    body.mobile-page .muvital-gif-section,
    body.mobile-page .muvital-intake-section,
    body.mobile-page .bottom-form,
    body.mobile-page .blocker-delivery,
    body.mobile-page #reviews-section,
    body.mobile-page .faq,
    body.mobile-page .footer#contacts-foot-section,
    body.mobile-page #products-section,
    body.mobile-page .bottom-form#products-section {
        width: calc(100% - 32px) !important;
        max-width: var(--mv-bg-width, 720px) !important;
    }
    body.mobile-page .full-width-header.top-line.muvital-mobile-header-scrolled,
    body.mobile-page .full-width-header.header-float.muvital-mobile-header-scrolled,
    body.mobile-page .full-width-header.header-hide.muvital-mobile-header-scrolled {
        max-width: var(--mv-bg-width, 720px) !important;
    }
    body.mobile-page .muvital-mobile-hero-image .muvital-hero-pack {
        width: 390px !important;
        max-width: 74% !important;
    }
    body.mobile-page .muvital-mobile-hero-benefits,
    body.mobile-page .muvital-hero-card,
    body.mobile-page .muvital-mobile-hero-order,
    body.mobile-page .muvital-symptoms-list,
    body.mobile-page .block6-content-tz,
    body.mobile-page .distinction-combination,
    body.mobile-page .muvital-gif-card,
    body.mobile-page .reviews .tr-item,
    body.mobile-page .faq-list {
        max-width: 620px !important;
    }
    body.mobile-page .muvital-symptoms-list,
    body.mobile-page .muvital-pain-section .row.pain,
    body.mobile-page .composition .row,
    body.mobile-page .muvital-products-row {
        flex-direction: row !important;
        gap: 20px !important;
    }
    body.mobile-page .muvital-symptoms-item,
    body.mobile-page .muvital-pain-section .row.pain > [class*="col-"]:not([class*="col-md-12"]),
    body.mobile-page .composition .row > [class*="col-"],
    body.mobile-page .package-card {
        flex: 0 1 calc(50% - 10px) !important;
        width: calc(50% - 10px) !important;
        max-width: calc(50% - 10px) !important;
    }
    body.mobile-page .muvital-pain-section .row.pain > [class*="col-md-12"] {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    body.mobile-page .muvital-symptoms-item {
        min-height: 124px !important;
    }
    body.mobile-page .muvital-symptoms-text {
        min-height: 124px !important;
    }
    body.mobile-page .composition-item {
        height: 100% !important;
    }
    body.mobile-page .muvital-intake-card,
    body.mobile-page .delivery-content {
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 22px !important;
    }
    body.mobile-page .muvital-intake-text {
        flex: 1 1 58% !important;
        max-width: 58% !important;
    }
    body.mobile-page .muvital-intake-media {
        flex: 0 1 36% !important;
        max-width: 36% !important;
    }
    body.mobile-page .del-left {
        flex: 0 1 38% !important;
        max-width: 38% !important;
    }
    body.mobile-page .del-right {
        flex: 1 1 56% !important;
        max-width: 56% !important;
    }
    body.mobile-page .package-card {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: space-between !important;
        margin: 0 !important;
    }
    body.mobile-page .package-btn {
        margin-top: auto !important;
    }
}
body.mobile-page .wrapper.wrapper-site,
body.mobile-page .muvital-hero-header,
body.mobile-page main {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 100% !important;
}
body.mobile-page .muvital-hero-main,
body.mobile-page .muvital-symptoms,
body.mobile-page .muvital-pain-section,
body.mobile-page #risk-section.block6.s-order-form,
body.mobile-page .distinction,
body.mobile-page .secret,
body.mobile-page .muvital-gif-section,
body.mobile-page .muvital-intake-section,
body.mobile-page #products-section,
body.mobile-page .bottom-form#products-section,
body.mobile-page .blocker-delivery,
body.mobile-page #reviews-section,
body.mobile-page .faq,
body.mobile-page .footer#contacts-foot-section {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: calc(100% - 8px) !important;
    max-width: var(--mv-bg-width, 420px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
body.mobile-page .muvital-hero-main > .container,
body.mobile-page .muvital-symptoms > .container,
body.mobile-page .muvital-pain-section > .container,
body.mobile-page #risk-section.block6.s-order-form > .container,
body.mobile-page .distinction > .container,
body.mobile-page .secret > .container,
body.mobile-page .muvital-gif-section > .container,
body.mobile-page .muvital-intake-section > .container,
body.mobile-page #products-section > .container,
body.mobile-page .bottom-form#products-section > .container,
body.mobile-page .blocker-delivery > .wrapper,
body.mobile-page #reviews-section > .container,
body.mobile-page #reviews-section .text-reviews > .container,
body.mobile-page .faq > .container,
body.mobile-page .footer#contacts-foot-section > .container {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: var(--mv-inner-gap, 12px) !important;
    padding-right: var(--mv-inner-gap, 12px) !important;
}
body.mobile-page section .row,
body.mobile-page .footer .row,
body.mobile-page .text-reviews .row,
body.mobile-page .composition .row,
body.mobile-page .muvital-pain-section .row.pain,
body.mobile-page .muvital-products-row,
body.mobile-page .delivery-content,
body.mobile-page .muvital-intake-card {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    gap: 18px !important;
}
body.mobile-page section [class*="col-"],
body.mobile-page .footer [class*="col-"],
body.mobile-page .text-reviews [class*="col-"] {
    float: none !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex: 0 0 auto !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
body.mobile-page .muvital-mobile-hero-benefits,
body.mobile-page .muvital-symptoms-list,
body.mobile-page .muvital-pain-section .row.pain,
body.mobile-page #risk-section .block6-content-tz,
body.mobile-page .distinction-combination,
body.mobile-page .composition,
body.mobile-page .composition .row,
body.mobile-page .muvital-gif-card,
body.mobile-page .muvital-intake-card,
body.mobile-page .list-form.muvital-products-row,
body.mobile-page .delivery-content,
body.mobile-page .del-right,
body.mobile-page .text-reviews,
body.mobile-page .text-reviews__items,
body.mobile-page .faq-list {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
body.mobile-page .muvital-mobile-hero-benefits li,
body.mobile-page .muvital-hero-list li,
body.mobile-page .muvital-symptoms-item,
body.mobile-page .muvital-symptoms-text,
body.mobile-page .blue-shield-strip,
body.mobile-page .pain-item,
body.mobile-page #risk-section .block6-left.block6-left-tz,
body.mobile-page .composition .row > [class*="col-"],
body.mobile-page .composition-item,
body.mobile-page .muvital-intake-card,
body.mobile-page .package-card,
body.mobile-page .del-left,
body.mobile-page .del-right,
body.mobile-page .del-item,
body.mobile-page .reviews .tr-item,
body.mobile-page .faq-list li {
    flex: 0 0 auto !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
}
body.mobile-page .muvital-mobile-hero-benefits li,
body.mobile-page .muvital-hero-list li {

    display: block !important;
    min-height: 0 !important;
}
body.mobile-page .muvital-mobile-hero-benefits li::before,
body.mobile-page .muvital-hero-list li::before {
    flex: 0 0 auto !important;
}
body.mobile-page .composition-item.left,
body.mobile-page .composition-item.right,
body.mobile-page .composition-item.left .composition-item__text,
body.mobile-page .composition-item.right .composition-item__text,
body.mobile-page .composition-item__text {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
}
body.mobile-page .composition-item {
    height: auto !important;
    min-height: 0 !important;
}
body.mobile-page .composition-item__img {
    order: 1 !important;
}
body.mobile-page .composition-item__text {
    order: 2 !important;
}
body.mobile-page #reviews-section,
body.mobile-page #reviews-section .container,
body.mobile-page #reviews-section .text-reviews,
body.mobile-page #reviews-section .text-reviews > .container,
body.mobile-page #reviews-section .row,
body.mobile-page #reviews-section [class*="col-"],
body.mobile-page #reviews-section .text-reviews__items,
body.mobile-page #reviews-section .muvital-review-stage-outer-v51,
body.mobile-page #reviews-section .muvital-review-stage-v51 {
    left: auto !important;
    right: auto !important;
    transform: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important;
    max-width: 100% !important;
}
body.mobile-page #reviews-section .muvital-review-arrows,
body.mobile-page #reviews-section .text-reviews__items .owl-nav,
body.mobile-page #reviews-section .text-reviews__items [data-review-nav] {
    left: 0 !important;
    right: 0 !important;
    transform: translateY(-50%) !important;
}
body.mobile-page .reviews .tr-item {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
}
body.mobile-page .reviews .tr-item__text,
body.mobile-page .reviews .tr-body {
    width: 100% !important;
    max-width: 100% !important;
}
body.mobile-page .faq-list,
body.mobile-page .faq-list li,
body.mobile-page .faq-list .question,
body.mobile-page .faq-list .answer {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
    body.mobile-page {
        --mv-bg-width: 720px;
        --mv-mobile-block-width: 680px;
        --mv-inner-gap: 24px;
        --mv-card-width: 640px;
    }
    body.mobile-page .muvital-hero-main,
    body.mobile-page .muvital-symptoms,
    body.mobile-page .muvital-pain-section,
    body.mobile-page #risk-section.block6.s-order-form,
    body.mobile-page .distinction,
    body.mobile-page .secret,
    body.mobile-page .muvital-gif-section,
    body.mobile-page .muvital-intake-section,
    body.mobile-page #products-section,
    body.mobile-page .bottom-form#products-section,
    body.mobile-page .blocker-delivery,
    body.mobile-page #reviews-section,
    body.mobile-page .faq,
    body.mobile-page .footer#contacts-foot-section {
        width: calc(100% - 32px) !important;
        max-width: var(--mv-bg-width, 720px) !important;
    }
    body.mobile-page .muvital-mobile-hero-benefits,
    body.mobile-page .muvital-hero-card,
    body.mobile-page .muvital-mobile-hero-order,
    body.mobile-page .muvital-symptoms-inner,
    body.mobile-page .muvital-symptoms-list,
    body.mobile-page .blue-shield-strip,
    body.mobile-page .pain-item,
    body.mobile-page #risk-section .block6-content-tz,
    body.mobile-page #risk-section .block6-left.block6-left-tz,
    body.mobile-page .distinction-combination,
    body.mobile-page .composition,
    body.mobile-page .composition-item,
    body.mobile-page .muvital-gif-card,
    body.mobile-page .muvital-intake-card,
    body.mobile-page .package-card,
    body.mobile-page .delivery-content,
    body.mobile-page .del-left,
    body.mobile-page .del-right,
    body.mobile-page .reviews .tr-item,
    body.mobile-page .faq-list {
        width: 100% !important;
        max-width: var(--mv-card-width, 640px) !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    body.mobile-page .muvital-symptoms-list,
    body.mobile-page .muvital-pain-section .row.pain,
    body.mobile-page .composition .row,
    body.mobile-page .list-form.muvital-products-row,
    body.mobile-page .muvital-products-row,
    body.mobile-page .muvital-intake-card,
    body.mobile-page .delivery-content {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        gap: 20px !important;
    }
    body.mobile-page .muvital-symptoms-item,
    body.mobile-page .muvital-pain-section .row.pain > [class*="col-"],
    body.mobile-page .composition .row > [class*="col-"],
    body.mobile-page .package-card,
    body.mobile-page .muvital-intake-text,
    body.mobile-page .muvital-intake-media,
    body.mobile-page .del-left,
    body.mobile-page .del-right {
        flex: 0 0 auto !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    body.mobile-page .muvital-symptoms-item,
    body.mobile-page .muvital-symptoms-text {
        min-height: 124px !important;
    }
    body.mobile-page .muvital-mobile-hero-benefits li,
    body.mobile-page .muvital-hero-list li {
        width: 100% !important;
        max-width: 100% !important;
        min-height: 0 !important;
    }
    body.mobile-page .muvital-mobile-hero-image .muvital-hero-pack {
        width: 410px !important;
        max-width: 76% !important;
    }
    body.mobile-page .muvital-intake-text,
    body.mobile-page .muvital-intake-media {
        max-width: 100% !important;
    }
    body.mobile-page .muvital-intake-media {
        order: 2 !important;
    }
    body.mobile-page .muvital-intake-text {
        order: 1 !important;
    }
    body.mobile-page .reviews .tr-item {
        max-width: var(--mv-card-width, 640px) !important;
        padding-left: 44px !important;
        padding-right: 44px !important;
    }
    body.mobile-page .muvital-review-stage-outer-v51,
    body.mobile-page .muvital-review-stage-v51 {
        max-width: var(--mv-card-width, 640px) !important;
        min-height: 520px !important;
    }
    body.mobile-page .faq-list li {
        width: 100% !important;
        max-width: 100% !important;
    }
}
body.mobile-page .full-width-header.top-line,
body.mobile-page .full-width-header.header-float,
body.mobile-page .full-width-header.header-hide,
body.mobile-page .full-width-header.top-line.muvital-mobile-header-scrolled,
body.mobile-page .full-width-header.header-float.muvital-mobile-header-scrolled,
body.mobile-page .full-width-header.header-hide.muvital-mobile-header-scrolled {
    box-sizing: border-box !important;
    overflow: visible !important;
}
body.mobile-page.burger-menu-open .full-width-header.top-line,
body.mobile-page.burger-menu-open .full-width-header.header-float,
body.mobile-page.burger-menu-open .full-width-header.header-hide {
    z-index: 10060 !important;
}
body.mobile-page .muvital-burger-btn,
body.mobile-page .muvital-burger-btn.is-open,
body.mobile-page .full-width-header.muvital-mobile-header-scrolled .muvital-burger-btn.is-open {
    flex: 0 0 40px !important;
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    margin: 0 !important;
    z-index: 10080 !important;
}
body.mobile-page .muvital-burger-menu,
body.mobile-page .muvital-burger-menu.is-open {
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    max-width: none !important;
    height: 100vh !important;
    height: 100dvh !important;
    min-height: 100vh !important;
    min-height: 100dvh !important;
    padding: 86px 18px 28px !important;
    transform: none !important;
}
body.mobile-page .muvital-burger-menu.is-open {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
}
body.mobile-page.burger-menu-open {
    width: 100% !important;
    overflow: hidden !important;
    touch-action: none !important;
}
body.mobile-page .full-width-header > .wrapper {
    width: 100% !important;
    max-width: var(--mv-bg-width, 420px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
}
body.mobile-page .full-width-header > .wrapper > div:first-child,
body.mobile-page .full-width-header > .wrapper > div:last-child {
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
body.mobile-page .full-width-header > .wrapper > div:first-child {
    margin-right: auto !important;
}
body.mobile-page .full-width-header > .wrapper > div:last-child {
    margin-left: auto !important;
}
body.mobile-page .muvital-mobile-header-order {
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 112px !important;
    white-space: nowrap !important;
}

body.mobile-page .muvital-hero-title,
body.mobile-page .muvital-symptoms-title,
body.mobile-page .muvital-pain-section h2.red,
body.mobile-page .secret h2,
body.mobile-page .block6-title,
body.mobile-page .block6-title-tz,
body.mobile-page .muvital-intake-title,
body.mobile-page .bottom-form h2,
body.mobile-page .bottom-form .muvital-products-title,
body.mobile-page .del-title,
body.mobile-page .reviews h2,
body.mobile-page #reviews-section h2,
body.mobile-page .faq h2 {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
}
body.mobile-page .muvital-mobile-hero-v39 .muvital-hero-title {
    max-width: 100% !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
}
body.mobile-page .muvital-mobile-hero-subtitle {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
}

body.mobile-page .muvital-mobile-hero-benefits,
body.mobile-page .muvital-hero-list.muvital-mobile-hero-benefits {
    gap: 12px !important;
    width: 100% !important;
    max-width: 100% !important;
}
body.mobile-page .muvital-mobile-hero-benefits li,
body.mobile-page .muvital-hero-list.muvital-mobile-hero-benefits li {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    padding: 16px 18px 16px 48px !important;
    text-align: left !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
}
body.mobile-page .muvital-mobile-hero-benefits li::before,
body.mobile-page .muvital-hero-list.muvital-mobile-hero-benefits li::before {
    position: absolute !important;
    left: 18px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}
body.mobile-page .muvital-mobile-hero-benefits .muvital-hero-word-accent,
body.mobile-page .muvital-hero-list.muvital-mobile-hero-benefits .muvital-hero-word-accent {
    display: inline !important;
    margin: 0 4px 0 0 !important;
    white-space: normal !important;
    vertical-align: baseline !important;
}

body.mobile-page .muvital-symptoms-inner,
body.mobile-page .muvital-yes-answer-container {
    width: 100% !important;
    max-width: 100% !important;
}
body.mobile-page .muvital-symptoms .blue-shield-strip,
body.mobile-page .blue-shield-strip {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    min-height: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 16px 18px 20px !important;
    box-sizing: border-box !important;
}
body.mobile-page .muvital-symptoms .blue-shield-strip .h6,
body.mobile-page .blue-shield-strip .h6 {
    width: auto !important;
    max-width: 100% !important;
    margin: 0 !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
}
body.mobile-page .muvital-symptoms .blue-shield-strip .h6 br,
body.mobile-page .blue-shield-strip .h6 br {
    display: none !important;
}

body.mobile-page .muvital-pain-section .container,
body.mobile-page .muvital-pain-section .row.pain,
body.mobile-page .muvital-pain-section .row.pain > [class*="col-"] {
    width: 100% !important;
    max-width: 100% !important;
}
body.mobile-page .muvital-pain-section .row.pain {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 18px !important;
}
body.mobile-page .muvital-pain-section .row.pain > [class*="col-"] {
    flex: 0 0 auto !important;
    display: block !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
body.mobile-page .muvital-pain-section .pain-item {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
body.mobile-page .muvital-pain-section .pain-item__img,
body.mobile-page .muvital-pain-section .pain-item__text {
    width: 100% !important;
    max-width: 100% !important;
}
body.mobile-page .muvital-pain-section .pain-item__img img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
    body.mobile-page .muvital-mobile-hero-benefits li,
    body.mobile-page .muvital-hero-list.muvital-mobile-hero-benefits li {
        padding-left: 54px !important;
    }
    body.mobile-page .muvital-mobile-hero-benefits li::before,
    body.mobile-page .muvital-hero-list.muvital-mobile-hero-benefits li::before {
        left: 22px !important;
    }
    body.mobile-page .muvital-pain-section .pain-item__img img {
        max-height: none !important;
    }
}
@media only screen and (max-width: 370px) {
    body.mobile-page .muvital-mobile-hero-benefits li,
    body.mobile-page .muvital-hero-list.muvital-mobile-hero-benefits li {
        padding: 14px 14px 14px 44px !important;
    }
    body.mobile-page .muvital-mobile-hero-benefits li::before,
    body.mobile-page .muvital-hero-list.muvital-mobile-hero-benefits li::before {
        left: 16px !important;
    }
    body.mobile-page .muvital-symptoms .blue-shield-strip,
    body.mobile-page .blue-shield-strip {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}

body.mobile-page #joint-diseases.muvital-pain-section {
    width: 100% !important;
    max-width: 100% !important;
    padding: 34px 10px 34px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
}
body.mobile-page #joint-diseases.muvital-pain-section > .container {
    width: 100% !important;
    max-width: 430px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
body.mobile-page #joint-diseases .row.pain {
    width: 100% !important;
    max-width: 100% !important;
    gap: 14px !important;
    align-items: stretch !important;
}
body.mobile-page #joint-diseases .row.pain > [class*="col-"] {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 auto !important;
    display: block !important;
}
body.mobile-page #joint-diseases .pain-item {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    margin: 0 auto !important;
    padding: 12px 12px 18px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 14px !important;
    border-radius: 20px !important;
    box-sizing: border-box !important;
    text-align: center !important;
}
body.mobile-page #joint-diseases .pain-item__img {
    flex: 0 0 auto !important;
    width: 100% !important;
    max-width: 158px !important;
    min-width: 0 !important;
    padding: 0 !important;
    margin: 0 auto !important;
}
body.mobile-page #joint-diseases .pain-item__img picture {
    display: block !important;
    width: 100% !important;
}
body.mobile-page #joint-diseases .pain-item__img img {
    display: block !important;
    width: 100% !important;
    height: 140px !important;
    max-width: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    border-radius: 14px !important;
}
body.mobile-page #joint-diseases .pain-item__text {
    flex: 0 0 auto !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    padding: 0 10px !important;
    margin: 0 !important;
    text-align: center !important;
    font-size: 17px !important;
    line-height: 1.4 !important;
    box-sizing: border-box !important;
}
body.mobile-page #joint-diseases .pain-item__text br {
    display: inline !important;
}

@media only screen and (max-width: 390px) {
    body.mobile-page #joint-diseases.muvital-pain-section {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }
    body.mobile-page #joint-diseases .pain-item {
        gap: 12px !important;
        padding: 10px 10px 16px !important;
    }
    body.mobile-page #joint-diseases .pain-item__img {
        max-width: 154px !important;
    }
    body.mobile-page #joint-diseases .pain-item__img img {
        height: 136px !important;
    }
    body.mobile-page #joint-diseases .pain-item__text {
        font-size: 15.8px !important;
        line-height: 1.34 !important;
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
    body.mobile-page #joint-diseases.muvital-pain-section > .container {
        max-width: 560px !important;
    }
    body.mobile-page #joint-diseases .pain-item {
        padding: 12px !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: flex-start !important;
        text-align: left !important;
    }
    body.mobile-page #joint-diseases .pain-item__img {
        flex: 0 0 42% !important;
        width: 42% !important;
        max-width: 210px !important;
        min-width: 128px !important;
        margin: 0 !important;
    }
    body.mobile-page #joint-diseases .pain-item__img img {
        height: 154px !important;
    }
    body.mobile-page #joint-diseases .pain-item__text {
        flex: 1 1 auto !important;
        width: auto !important;
        padding: 4px 4px 4px 0 !important;
        text-align: left !important;
    }
    body.mobile-page #joint-diseases .pain-item__text br {
        display: none !important;
    }
}
body.mobile-page #components-section .composition,
body.mobile-page #components-section .composition .row,
body.mobile-page #components-section .composition .line1,
body.mobile-page #components-section .composition .line2,
body.mobile-page #components-section .composition .line3 {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
body.mobile-page #components-section .composition {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 16px !important;
}
body.mobile-page #components-section .composition .row {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 16px !important;
}
body.mobile-page #components-section .composition .row > [class*="col-"] {
    display: block !important;
    flex: 0 0 auto !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
body.mobile-page #components-section .composition-item,
body.mobile-page #components-section .composition-item.left,
body.mobile-page #components-section .composition-item.right {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 14px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 auto !important;
    padding: 24px 22px 26px !important;
    border-radius: 18px !important;
    background: rgba(255, 255, 255, .86) !important;
    box-sizing: border-box !important;
    text-align: center !important;
}
body.mobile-page #components-section .composition-item__img {
    order: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    width: 104px !important;
    height: 104px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}
body.mobile-page #components-section .composition-item__img img {
    display: block !important;
    width: 104px !important;
    height: 104px !important;
    max-width: 104px !important;
    max-height: 104px !important;
    margin: 0 auto !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    object-position: center center !important;
}
body.mobile-page #components-section .composition-item__text,
body.mobile-page #components-section .composition-item.left .composition-item__text,
body.mobile-page #components-section .composition-item.right .composition-item__text {
    order: 2 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 8px !important;
    box-sizing: border-box !important;
    text-align: center !important;
}
body.mobile-page #components-section .ci-header {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 8px !important;
    padding: 0 !important;
    color: #000 !important;
    font-size: 21px !important;
    line-height: 1.18 !important;
    font-weight: 900 !important;
    text-align: center !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
}
body.mobile-page #components-section .ci-body {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #000 !important;
    font-size: 18px !important;
    line-height: 1.42 !important;
    font-weight: 400 !important;
    text-align: center !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
}
body.mobile-page #components-section .composition .arrow {
    display: none !important;
}

body.mobile-page #reviews-section,
body.mobile-page #reviews-section .container,
body.mobile-page #reviews-section .text-reviews,
body.mobile-page #reviews-section .text-reviews > .container,
body.mobile-page #reviews-section .row,
body.mobile-page #reviews-section [class*="col-"],
body.mobile-page #reviews-section .text-reviews__items,
body.mobile-page #reviews-section .muvital-review-stage-outer-v51,
body.mobile-page #reviews-section .muvital-review-stage-v51 {
    box-sizing: border-box !important;
}
body.mobile-page #reviews-section .reviews .tr-item,
body.mobile-page #reviews-section .tr-item,
body.mobile-page .reviews .tr-item {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 28px 48px 30px !important;
    border-radius: 18px !important;
    box-sizing: border-box !important;
    overflow: visible !important;
}
body.mobile-page #reviews-section .tr-item__text,
body.mobile-page .reviews .tr-item__text {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 6px !important;
    box-sizing: border-box !important;
}
body.mobile-page #reviews-section .tr-header,
body.mobile-page .reviews .tr-header {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 14px !important;
    padding: 0 !important;
    text-align: center !important;
    box-sizing: border-box !important;
}
body.mobile-page #reviews-section .tr-body,
body.mobile-page .reviews .tr-body {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    color: #263746 !important;
    text-align: center !important;
    box-sizing: border-box !important;
    overflow: visible !important;
    max-height: none !important;
    -webkit-line-clamp: unset !important;
}
body.mobile-page #reviews-section .muvital-review-arrows,
body.mobile-page #reviews-section .text-reviews__items .owl-nav,
body.mobile-page #reviews-section .text-reviews__items [data-review-nav] {
    left: 4px !important;
    right: 4px !important;
    top: 50% !important;
    z-index: 300 !important;
}
body.mobile-page #reviews-section .muvital-review-arrow,
body.mobile-page #reviews-section .text-reviews__items [data-review-prev],
body.mobile-page #reviews-section .text-reviews__items [data-review-next],
body.mobile-page #reviews-section .text-reviews__items .owl-nav .owl-prev,
body.mobile-page #reviews-section .text-reviews__items .owl-nav .owl-next {
    width: 34px !important;
    min-width: 34px !important;
    height: 50px !important;
    min-height: 50px !important;
    font-size: 38px !important;
    line-height: 1 !important;
}

body.mobile-page .muvital-burger-btn,
body.mobile-page .muvital-burger-btn.is-open,
body.mobile-page .full-width-header.muvital-mobile-header-scrolled .muvital-burger-btn.is-open {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 40px !important;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1.5px solid rgba(255, 202, 17, .95) !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    box-shadow: 0 8px 18px rgba(1, 39, 68, .10) !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}
body.mobile-page .muvital-burger-btn {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    z-index: 10080 !important;
}
body.mobile-page .muvital-burger-btn span {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    display: block !important;
    width: 22px !important;
    height: 2px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 2px !important;
    background: var(--mv-blue, #012744) !important;
    transform-origin: center center !important;
}
body.mobile-page .muvital-burger-btn span:nth-child(1) {
    transform: translate(-50%, -8px) !important;
}
body.mobile-page .muvital-burger-btn span:nth-child(2) {
    transform: translate(-50%, -50%) !important;
}
body.mobile-page .muvital-burger-btn span:nth-child(3) {
    transform: translate(-50%, 6px) !important;
}
body.mobile-page .muvital-burger-btn.is-open,
body.mobile-page .full-width-header.muvital-mobile-header-scrolled .muvital-burger-btn.is-open {
    position: fixed !important;
    left: auto !important;
    right: 16px !important;
    top: 14px !important;
    z-index: 100090 !important;
}
body.mobile-page .muvital-burger-btn.is-open span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg) !important;
}
body.mobile-page .muvital-burger-btn.is-open span:nth-child(2) {
    opacity: 0 !important;
    transform: translate(-50%, -50%) scaleX(0) !important;
}
body.mobile-page .muvital-burger-btn.is-open span:nth-child(3) {
    transform: translate(-50%, -50%) rotate(-45deg) !important;
}
body.mobile-page .muvital-burger-menu,
body.mobile-page .muvital-burger-menu.is-open {
    box-sizing: border-box !important;
}
body.mobile-page .muvital-burger-menu {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    max-width: none !important;
    height: 100vh !important;
    height: 100dvh !important;
    min-height: 100vh !important;
    min-height: 100dvh !important;
    margin: 0 !important;
    padding: 84px 20px 28px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #edf5f7 !important;
    box-shadow: none !important;
    transform: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    z-index: 100070 !important;
    overflow-y: auto !important;
}
body.mobile-page .muvital-burger-menu.is-open {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}
body.mobile-page .muvital-burger-menu a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 320px !important;
    min-height: 46px !important;
    margin: 0 !important;
    padding: 12px 16px !important;
    border: 1px solid rgba(255, 202, 17, .70) !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    box-shadow: 0 8px 18px rgba(1, 39, 68, .08) !important;
    color: var(--mv-blue, #012744) !important;
    font-size: 16px !important;
    line-height: 1.18 !important;
    font-weight: 900 !important;
    text-align: center !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
}
body.mobile-page .muvital-burger-menu .muvital-burger-phone {
    margin-top: 6px !important;
    border-color: var(--mv-red, #e53935) !important;
    background: var(--mv-red, #e53935) !important;
    color: #ffffff !important;
    box-shadow: 0 10px 22px rgba(229, 57, 53, .24) !important;
}
body.mobile-page.burger-menu-open {
    overflow: hidden !important;
    touch-action: none !important;
}
body.mobile-page.burger-menu-open .full-width-header.top-line,
body.mobile-page.burger-menu-open .full-width-header.header-float,
body.mobile-page.burger-menu-open .full-width-header.header-hide,
body.mobile-page.burger-menu-open .full-width-header.top-line.muvital-mobile-header-scrolled,
body.mobile-page.burger-menu-open .full-width-header.header-float.muvital-mobile-header-scrolled,
body.mobile-page.burger-menu-open .full-width-header.header-hide.muvital-mobile-header-scrolled {
    z-index: 100080 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    pointer-events: none !important;
}
body.mobile-page.burger-menu-open .full-width-header > .wrapper {
    pointer-events: none !important;
}
body.mobile-page.burger-menu-open .muvital-burger-btn {
    pointer-events: auto !important;
}
body.mobile-page.burger-menu-open .muvital-mobile-header-order {
    display: none !important;
}

@media only screen and (max-width: 390px) {
    body.mobile-page #components-section .composition {
        gap: 16px !important;
    }
    body.mobile-page #components-section .composition .row {
        gap: 16px !important;
    }
    body.mobile-page #components-section .composition-item,
    body.mobile-page #components-section .composition-item.left,
    body.mobile-page #components-section .composition-item.right {
        padding: 22px 18px 24px !important;
    }
    body.mobile-page #components-section .composition-item__text,
    body.mobile-page #components-section .composition-item.left .composition-item__text,
    body.mobile-page #components-section .composition-item.right .composition-item__text {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }
    body.mobile-page #components-section .ci-header {
        font-size: 20px !important;
        line-height: 1.18 !important;
    }
    body.mobile-page #components-section .ci-body {
        font-size: 17px !important;
        line-height: 1.4 !important;
    }
    body.mobile-page #reviews-section .tr-item,
    body.mobile-page .reviews .tr-item {
        padding: 26px 42px 28px !important;
    }
    body.mobile-page #reviews-section .tr-item__text,
    body.mobile-page .reviews .tr-item__text {
        padding-left: 4px !important;
        padding-right: 4px !important;
    }
    body.mobile-page #reviews-section .tr-body,
    body.mobile-page .reviews .tr-body {
        font-size: 16px !important;
        line-height: 1.42 !important;
    }
    body.mobile-page #reviews-section .muvital-review-arrows,
    body.mobile-page #reviews-section .text-reviews__items .owl-nav,
    body.mobile-page #reviews-section .text-reviews__items [data-review-nav] {
        left: 2px !important;
        right: 2px !important;
    }
    body.mobile-page .muvital-burger-btn.is-open,
    body.mobile-page .full-width-header.muvital-mobile-header-scrolled .muvital-burger-btn.is-open {
        top: 12px !important;
        right: 12px !important;
    }
    body.mobile-page .muvital-burger-menu {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    body.mobile-page .muvital-burger-menu a {
        max-width: 300px !important;
    }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
    body.mobile-page #components-section .composition,
    body.mobile-page #components-section .composition .row {
        gap: 20px !important;
    }
    body.mobile-page #components-section .composition-item,
    body.mobile-page #components-section .composition-item.left,
    body.mobile-page #components-section .composition-item.right {
        max-width: var(--mv-card-width, 640px) !important;
        padding: 26px 28px 28px !important;
    }
    body.mobile-page #reviews-section .tr-item,
    body.mobile-page .reviews .tr-item {
        max-width: var(--mv-card-width, 640px) !important;
        padding-left: 56px !important;
        padding-right: 56px !important;
    }
    body.mobile-page .muvital-burger-btn.is-open,
    body.mobile-page .full-width-header.muvital-mobile-header-scrolled .muvital-burger-btn.is-open {
        right: calc((100vw - min(calc(100vw - 32px), var(--mv-bg-width, 720px))) / 2 + 16px) !important;
    }
}

html.burger-menu-open,
body.mobile-page.burger-menu-open {
    overflow: hidden !important;
    overscroll-behavior: none !important;
}
body.mobile-page.burger-menu-open .full-width-header,
body.mobile-page.burger-menu-open .full-width-header.top-line,
body.mobile-page.burger-menu-open .full-width-header.header-float,
body.mobile-page.burger-menu-open .full-width-header.header-hide,
body.mobile-page.burger-menu-open .full-width-header.muvital-mobile-header-scrolled,
body.mobile-page .full-width-header.muvital-burger-active,
body.mobile-page .full-width-header.muvital-burger-active.header-float,
body.mobile-page .full-width-header.muvital-burger-active.header-hide,
body.mobile-page .full-width-header.muvital-burger-active.muvital-mobile-header-scrolled {
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    max-width: none !important;
    transform: none !important;
    transition: none !important;
    background: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    pointer-events: none !important;
    z-index: 100240 !important;
}
body.mobile-page.burger-menu-open .full-width-header > .wrapper,
body.mobile-page .full-width-header.muvital-burger-active > .wrapper {
    pointer-events: none !important;
}
body.mobile-page.burger-menu-open .muvital-mobile-header-order,
body.mobile-page .full-width-header.muvital-burger-active .muvital-mobile-header-order {
    display: none !important;
}
body.mobile-page .muvital-burger-menu,
body.mobile-page .muvital-burger-menu.is-open {
    position: fixed !important;
    inset: 0 !important;
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    width: 100dvw !important;
    max-width: none !important;
    height: 100vh !important;
    height: 100dvh !important;
    min-height: 100vh !important;
    min-height: 100dvh !important;
    margin: 0 !important;
    padding: calc(env(safe-area-inset-top, 0px) + 86px) 28px 28px 16px !important;
    box-sizing: border-box !important;
    transform: none !important;
    background: #edf5f7 !important;
    z-index: 100220 !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}
body.mobile-page .muvital-burger-menu.is-open {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
}
body.mobile-page .muvital-burger-menu a,
body.mobile-page .muvital-burger-menu.is-open a {
    max-width: 300px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    transform: translateX(-8px) !important;
}
body.mobile-page .muvital-burger-btn.is-open,
body.mobile-page.burger-menu-open .muvital-burger-btn,
body.mobile-page.burger-menu-open .muvital-burger-btn.is-open,
body.mobile-page.burger-menu-open .full-width-header.muvital-mobile-header-scrolled .muvital-burger-btn.is-open,
body.mobile-page .full-width-header.muvital-burger-active .muvital-burger-btn.is-open {
    position: fixed !important;
    left: 22px !important;
    right: auto !important;
    top: calc(env(safe-area-inset-top, 0px) + 18px) !important;
    bottom: auto !important;
    z-index: 100260 !important;
    pointer-events: auto !important;
    transform: none !important;
    transition: none !important;
}
@media only screen and (max-width: 390px) {
    body.mobile-page .muvital-burger-menu,
    body.mobile-page .muvital-burger-menu.is-open {
        padding-left: 16px !important;
        padding-right: 24px !important;
    }
    body.mobile-page .muvital-burger-menu a,
    body.mobile-page .muvital-burger-menu.is-open a {
        max-width: 300px !important;
        transform: translateX(-6px) !important;
    }
    body.mobile-page .muvital-burger-btn.is-open,
    body.mobile-page.burger-menu-open .muvital-burger-btn,
    body.mobile-page.burger-menu-open .muvital-burger-btn.is-open,
    body.mobile-page.burger-menu-open .full-width-header.muvital-mobile-header-scrolled .muvital-burger-btn.is-open,
    body.mobile-page .full-width-header.muvital-burger-active .muvital-burger-btn.is-open {
        left: 18px !important;
        right: auto !important;
        top: calc(env(safe-area-inset-top, 0px) + 14px) !important;
    }
}
@media only screen and (max-width: 639px) {
    body.mobile-page .muvital-symptoms-list {
        gap: 20px !important;
    }
    body.mobile-page .muvital-symptoms-item {
        position: relative !important;
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        min-height: 0 !important;
        margin: 0 auto !important;
        padding: 14px !important;
        border: 1px solid rgba(1, 39, 68, .08) !important;
        border-radius: 14px !important;
        background: #ffffff !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }
    body.mobile-page .muvital-symptoms-text {
        position: relative !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        max-width: 100% !important;
        min-height: 154px !important;
        margin: 0 !important;
        padding: 18px 18px 18px 100px !important;
        border-radius: 16px !important;
        background: var(--mv-card, #f3f7fa) !important;
        box-shadow: inset 0 0 0 1px rgba(1, 39, 68, .05) !important;
        box-sizing: border-box !important;
        text-align: center !important;
    }
    body.mobile-page .muvital-symptoms-thumb {
        position: absolute !important;
        left: 28px !important;
        top: 50% !important;
        z-index: 3 !important;
        width: 76px !important;
        height: 76px !important;
        min-width: 76px !important;
        min-height: 76px !important;
        margin: 0 !important;
        transform: translateY(-50%) !important;
        box-sizing: border-box !important;
    }
    body.mobile-page .muvital-symptoms-thumb img {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center center !important;
    }
}
@media only screen and (max-width: 390px) {
    body.mobile-page .muvital-symptoms-item {
        padding: 12px !important;
        border-radius: 14px !important;
    }
    body.mobile-page .muvital-symptoms-text {
        min-height: 150px !important;
        padding: 16px 16px 16px 92px !important;
        border-radius: 15px !important;
    }
    body.mobile-page .muvital-symptoms-thumb {
        left: 24px !important;
        width: 72px !important;
        height: 72px !important;
        min-width: 72px !important;
        min-height: 72px !important;
    }
}
@media only screen and (max-width: 350px) {
    body.mobile-page .muvital-symptoms-text {
        padding-left: 86px !important;
        font-size: 16px !important;
    }
    body.mobile-page .muvital-symptoms-thumb {
        left: 20px !important;
        width: 68px !important;
        height: 68px !important;
        min-width: 68px !important;
        min-height: 68px !important;
    }
}

html.burger-menu-open,
body.mobile-page.burger-menu-open {
    overflow: hidden !important;
    overscroll-behavior: none !important;
    width: 100% !important;
}
body.mobile-page.burger-menu-open .full-width-header,
body.mobile-page.burger-menu-open .full-width-header.top-line,
body.mobile-page.burger-menu-open .full-width-header.header-float,
body.mobile-page.burger-menu-open .full-width-header.header-hide,
body.mobile-page.burger-menu-open .full-width-header.muvital-mobile-header-scrolled,
body.mobile-page .full-width-header.muvital-burger-active,
body.mobile-page .full-width-header.muvital-burger-active.header-float,
body.mobile-page .full-width-header.muvital-burger-active.header-hide,
body.mobile-page .full-width-header.muvital-burger-active.muvital-mobile-header-scrolled {
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    max-width: none !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    transition: none !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    pointer-events: none !important;
    overflow: visible !important;
    z-index: 100240 !important;
}
body.mobile-page.burger-menu-open .full-width-header > .wrapper,
body.mobile-page .full-width-header.muvital-burger-active > .wrapper {
    pointer-events: none !important;
}
body.mobile-page.burger-menu-open .muvital-mobile-header-order,
body.mobile-page .full-width-header.muvital-burger-active .muvital-mobile-header-order {
    display: none !important;
}
body.mobile-page .muvital-burger-menu,
body.mobile-page .muvital-burger-menu.is-open,
body.mobile-page > .muvital-burger-menu,
body.mobile-page > .muvital-burger-menu.is-open {
    position: fixed !important;
    inset: 0 !important;
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    width: 100dvw !important;
    max-width: none !important;
    height: 100vh !important;
    height: 100dvh !important;
    min-height: 100vh !important;
    min-height: 100dvh !important;
    margin: 0 !important;
    padding: calc(env(safe-area-inset-top, 0px) + 84px) 16px 28px !important;
    box-sizing: border-box !important;
    transform: none !important;
    background: #edf5f7 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    z-index: 100220 !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}
body.mobile-page .muvital-burger-menu.is-open,
body.mobile-page > .muvital-burger-menu.is-open {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}
body.mobile-page .muvital-burger-menu a,
body.mobile-page .muvital-burger-menu.is-open a,
body.mobile-page > .muvital-burger-menu a,
body.mobile-page > .muvital-burger-menu.is-open a {
    width: 100% !important;
    max-width: 300px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    transform: none !important;
}
body.mobile-page .muvital-burger-btn.is-open,
body.mobile-page.burger-menu-open .muvital-burger-btn,
body.mobile-page.burger-menu-open .muvital-burger-btn.is-open,
body.mobile-page.burger-menu-open .full-width-header.muvital-mobile-header-scrolled .muvital-burger-btn.is-open,
body.mobile-page .full-width-header.muvital-burger-active .muvital-burger-btn.is-open {
    position: fixed !important;
    left: auto !important;
    right: 16px !important;
    top: calc(env(safe-area-inset-top, 0px) + 14px) !important;
    bottom: auto !important;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    margin: 0 !important;
    transform: none !important;
    transition: none !important;
    pointer-events: auto !important;
    z-index: 100260 !important;
}
@media only screen and (max-width: 390px) {
    body.mobile-page .muvital-burger-menu,
    body.mobile-page .muvital-burger-menu.is-open,
    body.mobile-page > .muvital-burger-menu,
    body.mobile-page > .muvital-burger-menu.is-open {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }
    body.mobile-page .muvital-burger-menu a,
    body.mobile-page .muvital-burger-menu.is-open a,
    body.mobile-page > .muvital-burger-menu a,
    body.mobile-page > .muvital-burger-menu.is-open a {
        max-width: 300px !important;
        transform: none !important;
    }
    body.mobile-page .muvital-burger-btn.is-open,
    body.mobile-page.burger-menu-open .muvital-burger-btn,
    body.mobile-page.burger-menu-open .muvital-burger-btn.is-open,
    body.mobile-page.burger-menu-open .full-width-header.muvital-mobile-header-scrolled .muvital-burger-btn.is-open,
    body.mobile-page .full-width-header.muvital-burger-active .muvital-burger-btn.is-open {
        right: 14px !important;
        top: calc(env(safe-area-inset-top, 0px) + 12px) !important;
    }
}

html.burger-menu-open,
body.mobile-page.burger-menu-open {
    overflow: hidden !important;
    height: 100% !important;
    width: 100% !important;
    overscroll-behavior: none !important;
}
body.mobile-page.burger-menu-open {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
}
body.mobile-page .muvital-burger-menu,
body.mobile-page .muvital-burger-menu.is-open,
body.mobile-page > .muvital-burger-menu,
body.mobile-page > .muvital-burger-menu.is-open {
    position: fixed !important;
    inset: 0 !important;
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    max-width: none !important;
    height: 100vh !important;
    height: 100dvh !important;
    min-height: 100vh !important;
    min-height: 100dvh !important;
    margin: 0 !important;
    padding: calc(env(safe-area-inset-top, 0px) + 78px) 18px 24px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #edf5f7 !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    transform: none !important;
    z-index: 100220 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
}
body.mobile-page .muvital-burger-menu.is-open,
body.mobile-page > .muvital-burger-menu.is-open {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}
body.mobile-page .muvital-burger-menu a,
body.mobile-page .muvital-burger-menu.is-open a,
body.mobile-page > .muvital-burger-menu a,
body.mobile-page > .muvital-burger-menu.is-open a {
    width: 100% !important;
    max-width: 300px !important;
    margin: 0 auto !important;
    transform: none !important;
}
body.mobile-page .muvital-burger-btn.is-open,
body.mobile-page > .muvital-burger-btn.is-open,
body.mobile-page.burger-menu-open .muvital-burger-btn,
body.mobile-page.burger-menu-open .muvital-burger-btn.is-open,
body.mobile-page.burger-menu-open > .muvital-burger-btn.is-open,
body.mobile-page.burger-menu-open .full-width-header.muvital-mobile-header-scrolled .muvital-burger-btn.is-open,
body.mobile-page .full-width-header.muvital-burger-active .muvital-burger-btn.is-open {
    position: fixed !important;
    left: auto !important;
    right: calc(env(safe-area-inset-right, 0px) + 14px) !important;
    top: calc(env(safe-area-inset-top, 0px) + 14px) !important;
    bottom: auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1.5px solid rgba(255, 202, 17, .95) !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    box-shadow: 0 8px 18px rgba(1, 39, 68, .10) !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
    z-index: 100260 !important;
}
body.mobile-page.burger-menu-open .full-width-header,
body.mobile-page.burger-menu-open .full-width-header.top-line,
body.mobile-page.burger-menu-open .full-width-header.header-float,
body.mobile-page.burger-menu-open .full-width-header.header-hide,
body.mobile-page.burger-menu-open .full-width-header.muvital-mobile-header-scrolled,
body.mobile-page .full-width-header.muvital-burger-active,
body.mobile-page .full-width-header.muvital-burger-active.header-float,
body.mobile-page .full-width-header.muvital-burger-active.header-hide,
body.mobile-page .full-width-header.muvital-burger-active.muvital-mobile-header-scrolled {
    height: 0 !important;
    min-height: 0 !important;
    overflow: visible !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    pointer-events: none !important;
    z-index: 100240 !important;
}
body.mobile-page.burger-menu-open .full-width-header > .wrapper,
body.mobile-page .full-width-header.muvital-burger-active > .wrapper {
    pointer-events: none !important;
}
body.mobile-page.burger-menu-open .muvital-mobile-header-order,
body.mobile-page .full-width-header.muvital-burger-active .muvital-mobile-header-order {
    display: none !important;
}
@media only screen and (max-width: 390px) {
    body.mobile-page .muvital-burger-menu,
    body.mobile-page .muvital-burger-menu.is-open,
    body.mobile-page > .muvital-burger-menu,
    body.mobile-page > .muvital-burger-menu.is-open {
        padding-top: calc(env(safe-area-inset-top, 0px) + 74px) !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    body.mobile-page .muvital-burger-btn.is-open,
    body.mobile-page > .muvital-burger-btn.is-open,
    body.mobile-page.burger-menu-open .muvital-burger-btn,
    body.mobile-page.burger-menu-open .muvital-burger-btn.is-open,
    body.mobile-page.burger-menu-open > .muvital-burger-btn.is-open,
    body.mobile-page.burger-menu-open .full-width-header.muvital-mobile-header-scrolled .muvital-burger-btn.is-open,
    body.mobile-page .full-width-header.muvital-burger-active .muvital-burger-btn.is-open {
        right: calc(env(safe-area-inset-right, 0px) + 12px) !important;
        top: calc(env(safe-area-inset-top, 0px) + 12px) !important;
    }
}

html.burger-menu-open,
body.mobile-page.burger-menu-open {
    overflow: hidden !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: 100% !important;
    overscroll-behavior: none !important;
    touch-action: none !important;
}
body.mobile-page.burger-menu-open::before {
    content: "" !important;
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    width: 100dvw !important;
    height: 100vh !important;
    height: 100dvh !important;
    background: #edf5f7 !important;
    z-index: 100210 !important;
    pointer-events: none !important;
}
body.mobile-page .muvital-burger-menu,
body.mobile-page .muvital-burger-menu.is-open,
body.mobile-page > .muvital-burger-menu,
body.mobile-page > .muvital-burger-menu.is-open,
body.mobile-page header .muvital-burger-menu,
body.mobile-page header .muvital-burger-menu.is-open,
body.mobile-page .full-width-header .muvital-burger-menu,
body.mobile-page .full-width-header .muvital-burger-menu.is-open {
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    right: auto !important;
    bottom: auto !important;
    inset: auto !important;
    width: 100vw !important;
    width: 100dvw !important;
    max-width: none !important;
    min-width: 100vw !important;
    height: 100vh !important;
    height: 100dvh !important;
    min-height: 100vh !important;
    min-height: 100dvh !important;
    margin: 0 !important;
    padding: calc(env(safe-area-inset-top, 0px) + 74px) 18px 28px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #edf5f7 !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    transform: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    z-index: 100220 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
}
body.mobile-page .muvital-burger-menu.is-open,
body.mobile-page > .muvital-burger-menu.is-open,
body.mobile-page header .muvital-burger-menu.is-open,
body.mobile-page .full-width-header .muvital-burger-menu.is-open {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}
body.mobile-page .muvital-burger-menu a,
body.mobile-page .muvital-burger-menu.is-open a {
    width: 100% !important;
    max-width: 300px !important;
    min-height: 46px !important;
    margin: 0 auto !important;
    padding: 12px 16px !important;
    transform: none !important;
    box-sizing: border-box !important;
}
body.mobile-page .muvital-burger-close {
    position: fixed !important;
    right: calc(env(safe-area-inset-right, 0px) + 14px) !important;
    top: calc(env(safe-area-inset-top, 0px) + 14px) !important;
    left: auto !important;
    bottom: auto !important;
    display: none !important;
    align-items: center !important;
    justify-content: center !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1.5px solid rgba(255, 202, 17, .95) !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    box-shadow: 0 8px 18px rgba(1, 39, 68, .12) !important;
    z-index: 100280 !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    cursor: pointer !important;
    appearance: none !important;
    -webkit-appearance: none !important;
}
body.mobile-page .muvital-burger-menu.is-open .muvital-burger-close {
    display: flex !important;
}
body.mobile-page .muvital-burger-close span {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    display: block !important;
    width: 23px !important;
    height: 2px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 2px !important;
    background: var(--mv-blue, #012744) !important;
    transform-origin: center center !important;
}
body.mobile-page .muvital-burger-close span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg) !important;
}
body.mobile-page .muvital-burger-close span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-45deg) !important;
}
body.mobile-page.burger-menu-open .muvital-burger-btn,
body.mobile-page.burger-menu-open .muvital-burger-btn.is-open,
body.mobile-page .full-width-header.muvital-burger-active .muvital-burger-btn,
body.mobile-page .full-width-header.muvital-burger-active .muvital-burger-btn.is-open {
    display: none !important;
}
body.mobile-page.burger-menu-open .full-width-header,
body.mobile-page.burger-menu-open .full-width-header.top-line,
body.mobile-page.burger-menu-open .full-width-header.header-float,
body.mobile-page.burger-menu-open .full-width-header.header-hide,
body.mobile-page.burger-menu-open .full-width-header.muvital-mobile-header-scrolled,
body.mobile-page .full-width-header.muvital-burger-active,
body.mobile-page .full-width-header.muvital-burger-active.header-float,
body.mobile-page .full-width-header.muvital-burger-active.header-hide,
body.mobile-page .full-width-header.muvital-burger-active.muvital-mobile-header-scrolled {
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    max-width: none !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    overflow: visible !important;
    pointer-events: none !important;
    z-index: 100240 !important;
}
@media only screen and (max-width: 390px) {
    body.mobile-page .muvital-burger-menu,
    body.mobile-page .muvital-burger-menu.is-open,
    body.mobile-page > .muvital-burger-menu,
    body.mobile-page > .muvital-burger-menu.is-open {
        padding-top: calc(env(safe-area-inset-top, 0px) + 68px) !important;
        padding-left: 14px !important;
        padding-right: 14px !important;
    }
    body.mobile-page .muvital-burger-close {
        right: calc(env(safe-area-inset-right, 0px) + 12px) !important;
        top: calc(env(safe-area-inset-top, 0px) + 12px) !important;
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
        min-height: 40px !important;
    }
}

body.mobile-page .muvital-burger-menu.is-open,
body.mobile-page > .muvital-burger-menu.is-open,
body.mobile-page header .muvital-burger-menu.is-open,
body.mobile-page .full-width-header .muvital-burger-menu.is-open {
    justify-content: center !important;
    padding-top: calc(env(safe-area-inset-top, 0px) + 78px) !important;
    padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 64px) !important;
}

@media only screen and (max-width: 390px) {
    body.mobile-page .muvital-burger-menu.is-open,
    body.mobile-page > .muvital-burger-menu.is-open,
    body.mobile-page header .muvital-burger-menu.is-open,
    body.mobile-page .full-width-header .muvital-burger-menu.is-open {
        justify-content: center !important;
        padding-top: calc(env(safe-area-inset-top, 0px) + 72px) !important;
        padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 58px) !important;
    }
}

html.burger-menu-open,
body.mobile-page.burger-menu-open {
    overflow: hidden !important;
    height: 100% !important;
    max-height: 100% !important;
}
body.mobile-page .muvital-burger-menu,
body.mobile-page .muvital-burger-menu.is-open,
body.mobile-page > .muvital-burger-menu,
body.mobile-page > .muvital-burger-menu.is-open,
body.mobile-page header .muvital-burger-menu,
body.mobile-page header .muvital-burger-menu.is-open,
body.mobile-page .full-width-header .muvital-burger-menu,
body.mobile-page .full-width-header .muvital-burger-menu.is-open {
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    inset: 0 !important;
    width: 100vw !important;
    width: 100dvw !important;
    max-width: none !important;
    min-width: 0 !important;
    height: 100vh !important;
    height: 100dvh !important;
    min-height: 100vh !important;
    min-height: 100dvh !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #edf5f7 !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    transform: none !important;
    z-index: 100220 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
}
body.mobile-page .muvital-burger-menu.is-open,
body.mobile-page > .muvital-burger-menu.is-open,
body.mobile-page header .muvital-burger-menu.is-open,
body.mobile-page .full-width-header .muvital-burger-menu.is-open {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    padding: calc(env(safe-area-inset-top, 0px) + 124px) 18px calc(env(safe-area-inset-bottom, 0px) + 34px) !important;
}
body.mobile-page .muvital-burger-menu.is-open a,
body.mobile-page > .muvital-burger-menu.is-open a,
body.mobile-page header .muvital-burger-menu.is-open a,
body.mobile-page .full-width-header .muvital-burger-menu.is-open a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 300px !important;
    min-height: 46px !important;
    margin: 0 auto 12px !important;
    padding: 12px 16px !important;
    transform: none !important;
    box-sizing: border-box !important;
}
body.mobile-page .muvital-burger-menu.is-open a:last-child,
body.mobile-page > .muvital-burger-menu.is-open a:last-child,
body.mobile-page header .muvital-burger-menu.is-open a:last-child,
body.mobile-page .full-width-header .muvital-burger-menu.is-open a:last-child {
    margin-bottom: 0 !important;
}
body.mobile-page .muvital-burger-menu.is-open .muvital-burger-phone,
body.mobile-page > .muvital-burger-menu.is-open .muvital-burger-phone,
body.mobile-page header .muvital-burger-menu.is-open .muvital-burger-phone,
body.mobile-page .full-width-header .muvital-burger-menu.is-open .muvital-burger-phone {
    margin-top: 6px !important;
}
body.mobile-page .muvital-burger-menu.is-open .muvital-burger-close,
body.mobile-page > .muvital-burger-menu.is-open .muvital-burger-close,
body.mobile-page header .muvital-burger-menu.is-open .muvital-burger-close,
body.mobile-page .full-width-header .muvital-burger-menu.is-open .muvital-burger-close {
    position: fixed !important;
    display: flex !important;
    right: calc(env(safe-area-inset-right, 0px) + 14px) !important;
    top: calc(env(safe-area-inset-top, 0px) + 14px) !important;
    left: auto !important;
    bottom: auto !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    z-index: 100280 !important;
}
@media only screen and (max-width: 390px) {
    body.mobile-page .muvital-burger-menu.is-open,
    body.mobile-page > .muvital-burger-menu.is-open,
    body.mobile-page header .muvital-burger-menu.is-open,
    body.mobile-page .full-width-header .muvital-burger-menu.is-open {
        padding-top: calc(env(safe-area-inset-top, 0px) + 116px) !important;
        padding-left: 14px !important;
        padding-right: 14px !important;
    }
    body.mobile-page .muvital-burger-menu.is-open a,
    body.mobile-page > .muvital-burger-menu.is-open a,
    body.mobile-page header .muvital-burger-menu.is-open a,
    body.mobile-page .full-width-header .muvital-burger-menu.is-open a {
        max-width: 300px !important;
        margin-bottom: 12px !important;
    }
    body.mobile-page .muvital-burger-menu.is-open .muvital-burger-close,
    body.mobile-page > .muvital-burger-menu.is-open .muvital-burger-close,
    body.mobile-page header .muvital-burger-menu.is-open .muvital-burger-close,
    body.mobile-page .full-width-header .muvital-burger-menu.is-open .muvital-burger-close {
        right: calc(env(safe-area-inset-right, 0px) + 12px) !important;
        top: calc(env(safe-area-inset-top, 0px) + 12px) !important;
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
        min-height: 40px !important;
    }
}

html.muvital-burger-lock,
body.mobile-page.muvital-burger-lock,
html.burger-menu-open,
body.mobile-page.burger-menu-open {
    overflow: hidden !important;
    overscroll-behavior: none !important;
    touch-action: none !important;
}
body.mobile-page.muvital-burger-portal-open::before {
    display: none !important;
    content: none !important;
}
body.mobile-page .muvital-burger-portal,
body.mobile-page .muvital-burger-portal.is-open {
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    inset: 0 !important;
    width: 100vw !important;
    width: 100dvw !important;
    max-width: none !important;
    min-width: 100vw !important;
    height: 100vh !important;
    height: 100dvh !important;
    min-height: 100vh !important;
    min-height: 100dvh !important;
    margin: 0 !important;
    padding: calc(env(safe-area-inset-top, 0px) + 76px) 16px calc(env(safe-area-inset-bottom, 0px) + 28px) !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #edf5f7 !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    transform: none !important;
    z-index: 2147483000 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
}
body.mobile-page .muvital-burger-portal {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}
body.mobile-page .muvital-burger-portal.is-open {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}
body.mobile-page .muvital-burger-portal-inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: 300px !important;
    min-width: 0 !important;
    margin: 0 auto !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    transform: none !important;
}
body.mobile-page .muvital-burger-portal a,
body.mobile-page .muvital-burger-portal.is-open a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 300px !important;
    min-height: 46px !important;
    margin: 0 !important;
    padding: 12px 16px !important;
    border: 1px solid rgba(255, 202, 17, .70) !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    box-shadow: 0 8px 18px rgba(1, 39, 68, .08) !important;
    color: var(--mv-blue, #012744) !important;
    font-size: 16px !important;
    line-height: 1.18 !important;
    font-weight: 900 !important;
    text-align: center !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
    transform: none !important;
}
body.mobile-page .muvital-burger-portal .muvital-burger-phone {
    margin-top: 6px !important;
    border-color: var(--mv-red, #e53935) !important;
    background: var(--mv-red, #e53935) !important;
    color: #ffffff !important;
    box-shadow: 0 10px 22px rgba(229, 57, 53, .24) !important;
}
body.mobile-page .muvital-burger-portal .muvital-burger-close,
body.mobile-page .muvital-burger-portal.is-open .muvital-burger-close {
    position: fixed !important;
    right: calc(env(safe-area-inset-right, 0px) + 14px) !important;
    top: calc(env(safe-area-inset-top, 0px) + 14px) !important;
    left: auto !important;
    bottom: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1.5px solid rgba(255, 202, 17, .95) !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    box-shadow: 0 8px 18px rgba(1, 39, 68, .12) !important;
    cursor: pointer !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    z-index: 2147483001 !important;
    appearance: none !important;
    -webkit-appearance: none !important;
}
body.mobile-page .muvital-burger-portal .muvital-burger-close span {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    display: block !important;
    width: 23px !important;
    height: 2px !important;
    border-radius: 2px !important;
    background: var(--mv-blue, #012744) !important;
    transform-origin: center center !important;
}
body.mobile-page .muvital-burger-portal .muvital-burger-close span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg) !important;
}
body.mobile-page .muvital-burger-portal .muvital-burger-close span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-45deg) !important;
}
body.mobile-page.muvital-burger-portal-open .muvital-burger-menu.is-open,
body.mobile-page.muvital-burger-portal-open > .muvital-burger-menu.is-open,
body.mobile-page.muvital-burger-portal-open header .muvital-burger-menu.is-open,
body.mobile-page.muvital-burger-portal-open .full-width-header .muvital-burger-menu.is-open {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}
body.mobile-page.muvital-burger-portal-open .muvital-burger-btn,
body.mobile-page.muvital-burger-portal-open .muvital-burger-btn.is-open {
    visibility: hidden !important;
    pointer-events: none !important;
}
body.mobile-page.muvital-burger-portal-open .full-width-header,
body.mobile-page.muvital-burger-portal-open .full-width-header.top-line,
body.mobile-page.muvital-burger-portal-open .full-width-header.header-float,
body.mobile-page.muvital-burger-portal-open .full-width-header.header-hide,
body.mobile-page.muvital-burger-portal-open .full-width-header.muvital-mobile-header-scrolled,
body.mobile-page.muvital-burger-portal-open .full-width-header.muvital-burger-active {
    pointer-events: none !important;
    z-index: 1 !important;
}
@media only screen and (max-width: 390px) {
    body.mobile-page .muvital-burger-portal,
    body.mobile-page .muvital-burger-portal.is-open {
        padding-top: calc(env(safe-area-inset-top, 0px) + 68px) !important;
        padding-left: 14px !important;
        padding-right: 14px !important;
        padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 24px) !important;
    }
    body.mobile-page .muvital-burger-portal-inner {
        max-width: 300px !important;
        gap: 12px !important;
    }
    body.mobile-page .muvital-burger-portal a,
    body.mobile-page .muvital-burger-portal.is-open a {
        max-width: 300px !important;
        min-height: 46px !important;
    }
    body.mobile-page .muvital-burger-portal .muvital-burger-close,
    body.mobile-page .muvital-burger-portal.is-open .muvital-burger-close {
        right: calc(env(safe-area-inset-right, 0px) + 12px) !important;
        top: calc(env(safe-area-inset-top, 0px) + 12px) !important;
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
        min-height: 40px !important;
    }
}

html.muvital-burger-stable-open,
body.mobile-page.muvital-burger-stable-open {
    overflow: hidden !important;
    overscroll-behavior: none !important;
    touch-action: none !important;
}
body.mobile-page #muvitalBurgerOverlayStable,
#muvitalBurgerOverlayStable {
    position: fixed !important;
    inset: 0 !important;
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    display: none !important;
    width: 100vw !important;
    max-width: none !important;
    min-width: 100vw !important;
    height: 100vh !important;
    height: 100dvh !important;
    min-height: 100vh !important;
    min-height: 100dvh !important;
    margin: 0 !important;
    padding: calc(env(safe-area-inset-top, 0px) + 86px) 18px calc(env(safe-area-inset-bottom, 0px) + 30px) !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #edf5f7 !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    transform: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    z-index: 2147483600 !important;
}
body.mobile-page #muvitalBurgerOverlayStable[aria-hidden="false"],
#muvitalBurgerOverlayStable[aria-hidden="false"] {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}
body.mobile-page #muvitalBurgerOverlayStableInner,
#muvitalBurgerOverlayStableInner {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: 300px !important;
    min-width: 0 !important;
    margin: 0 auto !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}
body.mobile-page #muvitalBurgerOverlayStable a,
#muvitalBurgerOverlayStable a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 300px !important;
    min-height: 46px !important;
    margin: 0 !important;
    padding: 12px 16px !important;
    border: 1px solid rgba(255, 202, 17, .70) !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    box-shadow: 0 8px 18px rgba(1, 39, 68, .08) !important;
    color: #012744 !important;
    font-size: 16px !important;
    line-height: 1.18 !important;
    font-weight: 900 !important;
    text-align: center !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}
body.mobile-page #muvitalBurgerOverlayStable .muvital-burger-phone,
#muvitalBurgerOverlayStable .muvital-burger-phone {
    margin-top: 6px !important;
    border-color: #e53935 !important;
    background: #e53935 !important;
    color: #ffffff !important;
    box-shadow: 0 10px 22px rgba(229, 57, 53, .24) !important;
}
body.mobile-page #muvitalBurgerOverlayStableClose,
#muvitalBurgerOverlayStableClose {
    position: fixed !important;
    right: calc(env(safe-area-inset-right, 0px) + 14px) !important;
    top: calc(env(safe-area-inset-top, 0px) + 14px) !important;
    left: auto !important;
    bottom: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1.5px solid rgba(255, 202, 17, .95) !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    box-shadow: 0 8px 18px rgba(1, 39, 68, .12) !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    z-index: 2147483640 !important;
    appearance: none !important;
    -webkit-appearance: none !important;
}
body.mobile-page #muvitalBurgerOverlayStableClose span,
#muvitalBurgerOverlayStableClose span {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    display: block !important;
    width: 23px !important;
    height: 2px !important;
    border-radius: 2px !important;
    background: #012744 !important;
    transform-origin: center center !important;
}
body.mobile-page #muvitalBurgerOverlayStableClose span:nth-child(1),
#muvitalBurgerOverlayStableClose span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg) !important;
}
body.mobile-page #muvitalBurgerOverlayStableClose span:nth-child(2),
#muvitalBurgerOverlayStableClose span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-45deg) !important;
}
body.mobile-page.muvital-burger-stable-open .muvital-burger-menu,
body.mobile-page.muvital-burger-stable-open .muvital-burger-menu.is-open {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}
body.mobile-page.muvital-burger-stable-open .full-width-header,
body.mobile-page.muvital-burger-stable-open .full-width-header.top-line,
body.mobile-page.muvital-burger-stable-open .full-width-header.header-float,
body.mobile-page.muvital-burger-stable-open .full-width-header.header-hide,
body.mobile-page.muvital-burger-stable-open .full-width-header.muvital-mobile-header-scrolled {
    pointer-events: none !important;
    z-index: 1 !important;
}
body.mobile-page.muvital-burger-stable-open .muvital-burger-btn {
    visibility: hidden !important;
    pointer-events: none !important;
}
@media only screen and (max-width: 390px) {
    body.mobile-page #muvitalBurgerOverlayStable,
    #muvitalBurgerOverlayStable {
        padding-top: calc(env(safe-area-inset-top, 0px) + 74px) !important;
        padding-left: 14px !important;
        padding-right: 14px !important;
        padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 24px) !important;
    }
    body.mobile-page #muvitalBurgerOverlayStableClose,
    #muvitalBurgerOverlayStableClose {
        right: calc(env(safe-area-inset-right, 0px) + 12px) !important;
        top: calc(env(safe-area-inset-top, 0px) + 12px) !important;
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
        min-height: 40px !important;
    }
}

html.burger-menu-open,
body.burger-menu-open,
body.mobile-page.burger-menu-open {
    overflow: hidden !important;
    overscroll-behavior: none !important;
    touch-action: none !important;
}
#muvitalBurgerMenu,
body.mobile-page #muvitalBurgerMenu,
body.mobile-page #muvitalBurgerMenu.muvital-burger-menu,
body.mobile-page #muvitalBurgerMenu[data-burger-menu] {
    position: fixed !important;
    inset: 0 !important;
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    display: none !important;
    width: 100vw !important;
    width: 100dvw !important;
    max-width: none !important;
    min-width: 100vw !important;
    height: 100vh !important;
    height: 100dvh !important;
    min-height: 100vh !important;
    min-height: 100dvh !important;
    margin: 0 !important;
    padding: calc(env(safe-area-inset-top, 0px) + 86px) 18px calc(env(safe-area-inset-bottom, 0px) + 30px) !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #edf5f7 !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    transform: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    z-index: 2147483000 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
}
#muvitalBurgerMenu.is-open,
body.mobile-page #muvitalBurgerMenu.is-open,
body.mobile-page #muvitalBurgerMenu.muvital-burger-menu.is-open,
body.mobile-page #muvitalBurgerMenu[data-burger-menu].is-open {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}
#muvitalBurgerMenu .muvital-burger-menu-inner,
body.mobile-page #muvitalBurgerMenu .muvital-burger-menu-inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: center !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: 300px !important;
    min-width: 0 !important;
    margin: 0 auto !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}
#muvitalBurgerMenu .muvital-burger-menu-inner a,
body.mobile-page #muvitalBurgerMenu .muvital-burger-menu-inner a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 300px !important;
    min-height: 46px !important;
    margin: 0 !important;
    padding: 12px 16px !important;
    border: 1px solid rgba(255, 202, 17, .70) !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    box-shadow: 0 8px 18px rgba(1, 39, 68, .08) !important;
    color: #012744 !important;
    font-size: 16px !important;
    line-height: 1.18 !important;
    font-weight: 900 !important;
    text-align: center !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}
#muvitalBurgerMenu .muvital-burger-menu-inner .muvital-burger-phone,
body.mobile-page #muvitalBurgerMenu .muvital-burger-menu-inner .muvital-burger-phone {
    margin-top: 6px !important;
    border-color: #e53935 !important;
    background: #e53935 !important;
    color: #ffffff !important;
    box-shadow: 0 10px 22px rgba(229, 57, 53, .24) !important;
}
#muvitalBurgerMenu .muvital-burger-close,
body.mobile-page #muvitalBurgerMenu .muvital-burger-close {
    position: fixed !important;
    right: calc(env(safe-area-inset-right, 0px) + 14px) !important;
    top: calc(env(safe-area-inset-top, 0px) + 14px) !important;
    left: auto !important;
    bottom: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1.5px solid rgba(255, 202, 17, .95) !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    box-shadow: 0 8px 18px rgba(1, 39, 68, .12) !important;
    color: #012744 !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    z-index: 2147483200 !important;
    transform: none !important;
    cursor: pointer !important;
    appearance: none !important;
    -webkit-appearance: none !important;
}
#muvitalBurgerMenu .muvital-burger-close span,
body.mobile-page #muvitalBurgerMenu .muvital-burger-close span {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    display: block !important;
    width: 23px !important;
    height: 2px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 2px !important;
    background: #012744 !important;
    transform-origin: center center !important;
}
#muvitalBurgerMenu .muvital-burger-close span:nth-child(1),
body.mobile-page #muvitalBurgerMenu .muvital-burger-close span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg) !important;
}
#muvitalBurgerMenu .muvital-burger-close span:nth-child(2),
body.mobile-page #muvitalBurgerMenu .muvital-burger-close span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-45deg) !important;
}
body.mobile-page.burger-menu-open .full-width-header,
body.mobile-page.burger-menu-open .full-width-header.top-line,
body.mobile-page.burger-menu-open .full-width-header.header-float,
body.mobile-page.burger-menu-open .full-width-header.header-hide,
body.mobile-page.burger-menu-open .full-width-header.muvital-mobile-header-scrolled {
    pointer-events: none !important;
    z-index: 1 !important;
}
@media only screen and (max-width: 390px) {
    #muvitalBurgerMenu,
    body.mobile-page #muvitalBurgerMenu,
    body.mobile-page #muvitalBurgerMenu.muvital-burger-menu,
    body.mobile-page #muvitalBurgerMenu[data-burger-menu] {
        padding-top: calc(env(safe-area-inset-top, 0px) + 74px) !important;
        padding-left: 14px !important;
        padding-right: 14px !important;
        padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 24px) !important;
    }
    #muvitalBurgerMenu .muvital-burger-close,
    body.mobile-page #muvitalBurgerMenu .muvital-burger-close {
        right: calc(env(safe-area-inset-right, 0px) + 12px) !important;
        top: calc(env(safe-area-inset-top, 0px) + 12px) !important;
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
        min-height: 40px !important;
    }
}
@media only screen and (max-height: 640px) {
    #muvitalBurgerMenu.is-open,
    body.mobile-page #muvitalBurgerMenu.is-open {
        justify-content: flex-start !important;
    }
}

html.burger-menu-open,
body.burger-menu-open,
body.mobile-page.burger-menu-open {
    height: auto !important;
    min-height: 100% !important;
    max-height: none !important;
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    overflow: hidden !important;
    overscroll-behavior: none !important;
    touch-action: none !important;
}
body.mobile-page.burger-menu-open::before {
    display: none !important;
    content: none !important;
}
#muvitalBurgerMenu.is-open,
body.mobile-page #muvitalBurgerMenu.is-open {
    height: 100vh !important;
    height: 100dvh !important;
    min-height: 100vh !important;
    min-height: 100dvh !important;
}

body.mobile-page .muvital-symptoms .blue-shield-strip .h6,
body.mobile-page .muvital-symptoms .blue-shield-strip .h6 strong {
    color: #ffffff !important;
    text-shadow: 0 1px 2px rgba(1, 39, 68, .35) !important;
}

body.mobile-page .muvital-symptoms .blue-shield-strip .h6 span[style] {
    color: #ffca11 !important;
}
