@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wdth,wght@0,75..100,100..900;1,75..100,100..900&display=swap');
:root {
    --main-color-1: #232426;
    --main-color-2: #ffffff;
    --main-button: #136dda;
    --main-button-hover: #0551ae;
    --secondary-color-1: #878d91;
    --secondary-color-2: #9fa2a7;
    --secondary-color-3: #aeb5ba;
    --accent-color-1: #136dda;
    --accent-color-2: #0551ae;
    --link-color: #232426;
    --link-color-hover: #136dda;
    --error-color: #86210f;

    --theme-color-1: #2865f1;
    --theme-color-2: #32286e;
    --theme-color-3: #c7c3de;
    --theme-success-color: #007d67;
    --theme-error-color: #e88b8b;

    --theme-additional-font: "Barlow Condensed", serif;
    --page-title: '';
    --currency-symbol: '';
}
html {
    height: 100%;
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: var(--main-color-1);
    min-width: 360px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
#wrapper {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}
ul li {
    list-style: none;
}
table {
    border-collapse: collapse;
}
a {
    color: var(--link-color);
    transition-duration: .3s;
}
a:hover,
.footer-link a:hover,
.category a:hover {
    color: var(--link-color-hover);
    text-decoration: none;
}
input,
textarea {
    border: 1px solid var(--secondary-color-2);
    outline: none;
    border-radius: 0px;
}
input:focus,
textarea:focus,
input.text:focus,
input:focus-visible {
    outline: 0px solid transparent;
    border: 1px solid var(--main-color-1);
}
button:focus {
    outline: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type='number'] {
    -moz-appearance: textfield;
}
input.text {
    width: 100%;
    min-height: 40px;
    border: 1px solid var(--secondary-color-2);
    padding: 10px 12px;
    color: var(--main-color-1);
}
.custom-container {
    min-width: 360px;
    max-width: 1226px;
    height: 100%;
    padding: 0px 13px;
    margin: 0px auto;
}
h2.title,
div.title,
.header-page-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
}
.header-page-title::before {
    content: var(--page-title);
    text-transform: uppercase;
    font-family: var(--theme-additional-font);
    font-weight: 500;
    font-size: 32px;
}
.site-button {
    height: 32px;
    min-width: 86px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid var(--main-button);
    background-color: var(--main-button);
    color: var(--main-color-2);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 10px;
    cursor: pointer;
    transition-duration: .3s;
}
.site-button:hover,
.site-button:active,
.site-button:focus,
.site-button.active{
    border-color: var(--main-button-hover);
    background-color: var(--main-button-hover);
    color: var(--main-color-2);
}
.site-button-accent {
    background-color: var(--accent-color-1);
    border-color: var(--accent-color-1);
    color: var(--main-color-2);
}
.site-button-accent:hover {
    background-color: var(--accent-color-2);
    border-color: var(--accent-color-2);
    color: var(--main-color-2);
}
.site-button-accent:active,
.site-button-accent:focus {
    background-color: var(--accent-color-2);
    border-color: var(--accent-color-2);
    color: var(--main-color-2);
}
.after-arrow {
    position: relative;
    padding-right: 28px;
}
.after-arrow::after {
    position: absolute;
    display: block;
    content: '';
    top: 12px;
    right: 12px;
    width: 6px;
    height: 6px;
    border-top: 2px solid var(--theme-color-3);
    border-right: 2px solid var(--theme-color-3);
    rotate: 45deg;
}
.m--1 {
    margin: 0px -1px;
}
.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.load-more,
.show-less {
    width: auto;
    margin: 30px auto 0px;
    display: inline-flex;
    position: relative;
}
/* HEADER */
#header.index .bottom-header {
    display: none;
} 
#header {
    margin-bottom: 1.75rem;
    &.index {
        margin-bottom: 2.25rem;
    }
}
.header-title {
    font-family: var(--theme-additional-font);
    font-size: 34px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.1;
}
.bottom-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 1.75rem;
}
#header.index {
    .bottom-header {
        display: none;
    }
    .header-row {
        background: url('../images/flag.png') no-repeat, #f1f2f4;
        background-position: 84% center;
    }
}
#middle.index {
    .main-banner {
        display: block;
    }
}
.header-page-title {
    min-width: 300px;
    padding-right: 1rem;
}
.header-search {
    flex: 1;
}
#breadcrumbs {
    margin-top: 0.3rem;
    width: 100%;
    font-size: 12px;
    font-weight: 300;
    color: #8b8f92;
    a {
        color: #8b8f92;
    }
    span {
        color: var(--link-color-hover);
    }
}
.header-row {
    display: flex;
    align-items: center;
    background-color: #f1f2f4;
    border-radius: 4px;
    padding: .75rem 2rem .75rem 1rem;
    gap: 1rem;
}
.header-buttons {
    display: flex;
    align-items: center;
    min-width: 342px;
    justify-content: flex-end;
}
.site-name a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--link-color);
    &:hover {
        color: var(--link-color-hover);
        text-decoration: none;
    }
}
.support-phones img {
    height: 15px;
    max-width: 300px;
}
.online-chat {
    margin: 0 auto 0 1.25rem;
}
.online-chat a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    color: #6c6d6f;
    min-height: 26px;
    min-width: 88px;
    letter-spacing: 0.12px;
    font-size: 13px;
    border: 2px solid #e5e8eb;
    border-radius: 4px;
    position: relative;
    padding: 0 .4rem;
}
#header a.lz_text_link:after {
    content: '';
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    background: #56b947
}
.online-chat a:active {
    background-color: #050505;
}
.lz_text_link::before {
    content: var(--live-chat);
}
.contact-us .lz_text_link::before {
    content: var(--contact-us-live-chat);
}
.lz_text_link img {
    display: none;
}
/* header menus */
.header-row .main-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: white;
    cursor: pointer;
}
.cart-menu-preview {
    position: relative;
    .cart-menu .menu-wrapper {
        position: absolute;
        overflow: unset;
        display: none;
        top: calc(100% + 1rem);
        bottom: unset;
        left: unset;
        right: -2rem;
        width: auto;
        height: auto;
        background-color: white;
        border-radius: 4px;
        box-shadow: 0px 3px 13px 0 rgba(0, 0, 0, 0.23);
        &.active {
            display: block;
        }

        .menu-title {
            background-color: var(--main-color-1);
            color: var(--main-color-2);
            font-size: 16px;
            font-weight: 500;
            text-align: center;
            padding: .63rem 0;
            margin-bottom: 0;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
            &:after {
                content: '';
                display: block;
                position: absolute;
                top: -4px;
                right: 2.1rem;
                width: 12px;
                height: 12px;
                transform: rotate(45deg);
                background: var(--main-color-1);
                @media (max-width: 1199px) {
                    right: 1.1rem;
                }
            }
        }
        .menu-content {
            padding: 0;
        }
        .menu-close {
            display: none;
        }
        .cart-preview {
            min-width: 360px;
            .cart-item {
                display: grid;
                grid-template-columns: 110px 1fr auto;
                grid-template-areas: 
                    "image title remove"
                    "image dosage remove"
                    "image quantity price";
                border-bottom: 1px solid #ccc;
                padding: .5rem 1.25rem 1rem .1rem;
                font-size: 15px;
                font-weight: 500;
                letter-spacing: 0.15px;
    
                .cart-item-image {
                    grid-area: image;
                }
                .cart-item-title {
                    grid-area: title;
                }
                .cart-item-dosage{
                    grid-area: dosage;
                    font-size: 12px;
                    font-weight: 300;
                    color: #7a7f87;
                }
                .cart-item-remove {
                    grid-area: remove;
                    justify-self: end;
                    margin-right: -.5rem;
                    margin-bottom: -.5rem;
                }
                .cart-item-price {
                    grid-area: price;
                    align-self: center;
                    white-space: nowrap;
                    font-size: 13px;
                    margin-top: 1rem;
                }
            }
        }
    }
    .cart-checkout {
        padding: 16px 20px;
    }
    .chechout.site-button {
        padding: 10px;
        width: 100%;
        height: 44px;
    }
}
.continue-shopping {
    height: 44px;
    border: 1px solid #c4cdd2;
    background-color: #f6f8f9;
    color: var(--main-color-1);
    margin-right: auto;
    &:hover {
        color: var(--main-color-1);
        background-color: white;
        border: 1px solid #c4cdd2;
    }
}
.cart-item-quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    * {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 26px;
        height: 24px;
        border: solid 1px #e9e9e9;
        background-color: white;
        margin: 0 -1px;
        cursor: pointer;
    }
    input {
        font-size: 12px;
    }
    button {
        color: #7a7f87;
        &:hover {
            color: var(--main-color-1);
        }
    }
}
.header-row > .site-name {
    margin-right: auto;
}
.top-header {
    display: flex;
    align-items: center;
    padding: .5rem 0;
}
.main-header {
    position: relative;
}
.dropdown-container.active .dropdown-title:after,
.gifts-wrapper.active .gifts-title::after {
    rotate: -45deg;
    margin: 3px 0px 0px;
}
.dropdown-container.active .dropdown-options {
    display: block;
}
.dropdown-title {
    min-height: 36px;
    border: 1px solid #ccc;
    padding: 5px 15px;
    cursor: pointer;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
}
.dropdown-title span {
    width: calc(100% - 5px);
    overflow: hidden;
}
.dropdown-title::after,
.gifts-wrapper .gifts-title::after {
    width: 8px;
    height: 8px;
    rotate: 135deg;
    margin-bottom: 3px;
}
.dropdown-title .dropdown-option {
    padding: 0px;
}
.dropdown-options {
    display: none;
    margin-top: 7px;
    width: 100%;
    padding: .5rem;
    border: 1px solid #ccc;
    max-height: calc(80vh - 320px);
    overflow-y: auto;
}
.dropdown-option {
    border-radius: 4px;
    padding: 5px 10px;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 500;
    &:hover {
        font-weight: 700;
        background-color: #f1f2f4;
    }
}
.dropdown-option:hover,
.dropdown-option.active {
    cursor: pointer;
    color: var(--link-color);
}
.set-changes .site-button {
    margin-top: 32px;
    min-height: 40px;
}
.menu-wrapper {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    left: -100%;
    z-index: 99;
    overflow-y: auto;
    padding-bottom: 50px;
    background: rgba(0, 0, 0, 0.93);
    transition: left 0.3s ease-in-out;
}

.menu-wrapper.active {
    left: 0;
}

.menu-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1226px;
    padding: 0 13px;
    margin: auto;
}

.menu-content .site-logo {
    filter: brightness(0) invert(1);
}

a.menu-link {
    width: 100%;
    display: flex;
    padding: 0.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
    color: var(--main-color-2);
    text-transform: capitalize;
}

a.menu-link:hover,
.menu-body a.active,
a.menu-link:hover *,
.menu-body a.active * {
    color: var(--main-button-hover) !important;
}

.menu-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1226px;
    margin: 0 auto 1.5rem;
    padding: 1.5rem 13px;
    text-transform: capitalize;
}

.menu-title a {
    color: var(--secondary-color-2);
    display: flex;
    align-items: center;
    gap: 10px;
}

.menu-title a:hover {
    color: var(--main-button);
}

.menu-close {
    position: absolute;
    top: 50%;
    left: 0.5rem;
    width: 1.5rem;
    height: 1.5rem;
    padding: 0.5rem;
    background: url('../images/icons/menu_close.svg') no-repeat center;
    cursor: pointer;
    transform: translateY(-50%);
}

.languages-container,
.currencies-container {
    display: grid;
    width: 252px;
    max-width: 252px;
    text-align: center;
    gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr;
}
.languages-container a,
.currencies-container a {
    font-size: 20px;
    font-weight: 500;
    color: white;
    &:hover {
        color: var(--link-color-hover);
    }
}
.languages-container a .name,
.currencies-container a .name {
    display: none;
}

.languages-container {
    grid-template-columns: 1fr;
}

.languages-container a {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 1.6rem;
    align-items: center;
}

.languages-container a .img {
    text-align: right;
}

.languages-container a .abbr {
    display: none;
}

.languages-container a .name {
    display: inline;
    text-align: left;
}

.categories-menu .categories-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
    padding: 1rem;
    background: none;
    width: 100%;
}

.categories-menu .category {
    display: block;
    overflow: hidden;
    white-space: nowrap;
}

.categories-menu .category a {
    display: block;
    padding: 12px;
    border-radius: 6px;
    background: #eef0f3;
    text-overflow: ellipsis;
    overflow: hidden;
}

.menu-mobile-title,
.menu-bar-wrapper,
.show-mobile,
.menu-divider,
.menu-item-upper img {
    display: none;
}

.main-menu .menu-body {
    align-self: flex-start;
}
.menu-item .online-chat {
    display: none;
}
.menu-open {
    position: relative;
    cursor: pointer;
}
.top-header .menu-open {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.12px;
    color: var(--main-color-1);
    margin-left: 1rem;
    display: flex;
    align-items: center;
    gap: .45rem;
    text-transform: uppercase;
    cursor: pointer;
}
.menu-icon-block {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
    }
    .menu-icon-block .cart-count,
    .menu-icon-block .favorites-count {
        position: absolute;
        top: -9px;
        right: -9px;
        border-radius: 50%;
        width: 19px;
        height: 19px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--main-color-1);
        color: var(--main-color-2);
        font-size: 10px;
        font-weight: 300;
    }
    .menu-icon-block .favorites-count {
        background: #da0f0f;
    }
    .menu-bar-wrapper .menu-icon-block .cart-count,
    .menu-bar-wrapper .menu-icon-block .favorites-count {
        background: var(--link-color-hover);
        top: -7px;
        right: -10px;
    }
/* cart */
.empty-cart-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    padding: 2rem;
    margin: auto;
}
#middle:has(.empty-cart-container) {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart-preview .empty-cart-text {
    font-size: 16px;
}
.empry-cart-img {
    margin-right: 10px;
}
.empty-cart-text {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.45px;
    text-align: center;
}
.empty-cart-add .site-button {
    min-width: 133px;
    min-height: 40px;
}
.empty-cart-add .site-button img {
    margin-right: 13px;
}
.cart-body {
    margin-bottom: 28px;
}
.cart-preview-row {
    border-bottom: 1px solid #dadada;
    padding: 12px 20px 12px 5px;
    display: flex;
}
.cart-preview-image {
    min-width: 110px;
}
.cart-preview-info {
    margin-left: 5px;
    width: 100%;
}
.cart-product-name {
    font-size: 16px;
    font-weight: bold;
}
.cart-product-dosage {
    font-size: 12px;
    color: var(--secondary-color-1);
}
.cart-pill-pack-price {
    font-weight: bold;
    white-space: nowrap;
    margin-top: auto;
}
.cart-preview-info .d-flex {
    justify-content: space-between;
}
.cart-remove-btn {
    margin-left: 10px;
}
.cart-pill-quantity {
    display: flex;
    align-items: center;
}

.cart-preview-bonus {
    text-align: center;
    padding: 1rem;
    font-weight: bold;
    background-color: #f6f8f9;
    color: var(--secondary-color-1);
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.3px;
}
.cart-preview-footer {
    margin-top: -1px;
}
.cart-preview-subtotal {
    text-align: right;
    padding: 1rem 18px;
    font-size: 14px;
    font-weight: 600;
}

.menu-body .cart-preview-edit {
    text-align: center;
}
.menu-body .cart-preview-edit a {
    display: inline;
    margin: 0 auto;
    text-align: center;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.54;
    letter-spacing: 0.33px;
    color: var(--link-color-hover);
    text-decoration: underline;
}
.gifts-wrapper {
    border-radius: 4px;
    border: solid 1px #dcdcdc;
    background-color: #f6f8f9;
    display: flex;
    flex-direction: column;
}
.gifts-title {
    order: 1;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.14px;
    text-align: left;
    cursor: pointer;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.gifts-title.after-arrow:after {
    position: unset;
}
.gifts-chosen {
    font-weight: 700;
}
.gifts-body {
    display: none;
    order: 2;
    padding: 0px 20px;
}
.gifts-wrapper.active .gifts-body {
    display: block;
}
.gifts-items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1.25rem;
    padding: 0px 0px 28px;
}
.gifts-item {
    border-radius: 4px;
    box-shadow: 1.2px 2.8px 21px 0 rgba(0, 0, 0, 0.04);
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 1.5rem 1.25rem 1.75rem;
}
.gifts-dropdown {
    position: relative;
}
.gift-options {
    position: absolute;
    top: 40px;
    background-color: white;
}
.gift-item {
    white-space: nowrap;
    overflow: hidden;
}
.gifts-name {
    font-size: 15px;
    font-weight: 500;
    margin-top: .5rem;
    margin-bottom: 0.7rem;
    text-align: center;
}
.no-gifts-block .gifts-name {
    font-weight: 400;
    padding: 0 1rem;
}
.gifts-dropdown {
    width: 100%;
}
.gift-title {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 13px;
    font-weight: 300;
    padding: 6px 22px 6px 10px;
    margin-bottom: 16px;
    min-height: 40px;
    color: var(--secondary-color-1);
}
.gift-title.after-arrow::after {
    border-color: #3b405e;
    
}
.gifts-item .site-button {
    margin-top: auto;
    height: 2rem;
    width: 100%;
}
.gifts-item .site-button:not(.remove-gifts-btn):not(:hover) {
    color: var(--main-color-1);
    border: solid 1px #c4cdd2;
    background-color: #f6f8f9;
}
.gifts-wrapper ::after {
    border-color: var(--secondary-color-3);
}
.gifts-img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart-block .cart-item-quantity {
    transform: scale(1.33333);
}
.pill-row {
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: 100px 3fr 1fr 1fr 1fr 28px;
    gap: 1rem;
    border-bottom: solid 1px #efefef;
    padding: 4px 8px 20px 0;
    font-size: 14px;
}
.img-column {
    justify-self: start;
}
.product-column {
    justify-self: start;
}
.quantity-column {
}
.price-column,
.total-column {
    text-align: center;
}
.remove-column {
    padding: 8px;
}
.new-package-save a {
    font-size: 12px;
    font-weight: 300;
    color: var(--accent-color-1);
    text-decoration: underline;
}
.cart-form {
    .cart-checkout {
        display: flex;
        justify-content: flex-end;
    }
    .cart-checkout-wrapper {
        font-size: 14px;
        display: inline-flex;
        align-items: center;
        background-color: var(--accent-color-1);
        color: white;
        text-align: center;
        transition: all .3s ease-in-out;
        border-radius: 4px;
        gap: 16px;
        padding: 12px 22px;
        cursor: pointer;
        input {
            font-size: 14px;
            background-color: transparent;
            color: white;
            border: none;
            cursor: pointer;
        }
        &:hover {
            background-color: var(--accent-color-2);
        }
        .cart-checkout-devider {
            align-self: stretch;
            width: 1px;
            background-color: var(--secondary-color-3);
        }
    }
}
.pill-titles {
    display: grid;
    grid-template-columns: 100px 3fr 1fr 1fr 1fr 28px;
    gap: 1rem;
    justify-items: center;
    align-items: center;
    padding: 12px 8px 12px 0;
    font-size: 15px;
    letter-spacing: 0.15px;
    border-bottom: solid 1px #efefef;
    .price-column,
    .total-column {
        font-weight: 400;
        font-size: 15px;
    }
}
.insurance-title {
    grid-column: span 2;
    justify-self: start;
}
.insurance-row,
.shipping-row {
    display: grid;
    align-items: center;
    justify-items: center;
    grid-template-columns: 100px 3fr 1fr 1fr 1fr 28px;
    gap: 1rem;
    padding: 23px 8px 23px 0;
    border-bottom: solid 1px #efefef;
    font-size: 14px;
    .total-price {
        text-align: center;
    }
}
.shipping-title {
    grid-column: span 6;
    margin-bottom: 4px;
    font-size: 15px;
    justify-self: start;
}

.shipping_methods {
    grid-column: span 4;
    justify-self: start;
}
.insurance-check input {
    display: none;
}
.insurance-check label {
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
}
.insurance-check label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #e9e9e9;
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 3px;
}
.insurance-check input:checked+label:after {
    content: url(../images/apply.svg);
    display: block;
    position: absolute;
    top: 2px;
    left: 4px;
}
.shipping_methods {
    display: flex;
    align-items: center;
    gap: 18px;
}
.shipping_methods label {
    margin-bottom: 0px;
}
.shipping_method {
    height: 52px;
    border-radius: 4px;
    box-shadow: 1.2px 2.8px 10px 0 rgba(0, 0, 0, 0.09);
    border: solid 1px var(--main-color-1);
    display: flex;
    align-items: center;
    gap: 14px;
    opacity: .5;
    cursor: pointer;
    padding: 13px 42px 13px 16px;
    &.checked-shipping,
    &:hover {
        opacity: 1;
    }
}
.shipping-price {
    display: none;
}
/* FOOTER */
.footer-container {
    border-top: 1px solid #e2e2e2;
    background-color: #f1f2f4;
}
.footer-copyright {
    background-color: #b9bbc0;
}
.footer-copyright .custom-container {
    text-align: center;
    padding: .5rem 1rem;
}
.footer-copyright-text * {
    font-size: 11px;
    color: white;
}
.footer-copyright-sitename a {
    display: flex;
    align-items: center;
}
.footer-copyright-sitename .header-title {
    font-size: 18px;
    font-weight: 500;
    color: #121313;
}
.footer-items {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
    padding: 2.75rem 7rem;
}
.footer-link a,
.footer-label {
    font-size: 13px;
    font-weight: 300;
    color: var(--link-color);
}
.footer-label {
    margin-bottom: 0.75rem;
}
.footer-links {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: .5rem;
    flex: 1;
}
.footer-text {
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    padding: 0 7rem 2.75rem;
    color: #9ea2a5;
}
.errors {
    color: var(--accent-color-1);
}
.success {
    color: var(--theme-success-color);
}
.subscribe-form {
    position: relative;
}
.subscribe-form .errors,
.subscribe-form .success {
    position: absolute;
    bottom: -20px;
    font-size: 10px;
}
#subscribe_to_news_form {
    width: 290px;
    display: flex;
    align-items: center;
    border-radius: .25rem;
    overflow: hidden;
}
#subscribe_to_news_form [name="email"] {
    width: 100%;
    min-height: 38px;
    outline: 0px;
    border: 1px solid #e8e8e8;
    padding: 0px 12px;
    font-size: 13px;
}
#subscribe_to_news_form [name="email"]:focus {
    border-color: #121313;
}
#subscribe_to_news {
    min-width: 36px;
    height: 38px;
    background-color: var(--main-color-1);
    outline: 0px;
    border: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.footer-container__payments {
    margin: 0px auto;
}
.categories-list .product-price {
    display: none;
}
.categories-container {
    .products-title {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        padding: 15px 20px;
        background-color: var(--main-color-1);
        color: var(--main-color-2);
        margin-bottom: 0.5rem;
        h3 {
            text-transform: uppercase;
            font-size: 18px;
            line-height: 1;
            font-weight: 400;
            letter-spacing: 0.2px;
        }
    }
    a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #e8ecef;
        line-height: 2.1;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
        .product-price {
            font-weight: 400;
            display: block;
            color: var(--secondary-color-1);
        }
    }
    .categories-list {
        padding: 0;
    }
}
.categories-list {
    width: 280px;
    display: flex;
    flex-direction: column;
}
/* Products page */
.products-list {
    #static_part_product {
        display: contents;
    }
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
    gap: clamp(0.75rem, -0.083rem + 2.778vw, 2rem);
    * {
        transition: all .3s ease-in-out;
    }
    .pill-card {
        border: 1px solid #e8ecef;
        display: grid;
        grid-template-columns: 1fr auto auto;
        grid-template-rows: 136px auto 1fr auto;
        height: 100%;
        &:hover {
            box-shadow: 0 0 24px 0 rgba(176, 183, 190, 0.52);
        }
    }
    .pill-img {
        text-align: center;
        margin: auto;
        grid-column: 1/4;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 136px;
        padding: .5rem;
    }
    .pill-name {
        grid-column: 1/4;
        background-color: #f6f8f9;
        padding: 20px 15px 0 24px;
        h3 {
            font-weight: 500;
            font-stretch: condensed;
            font-size: 1.1rem;
            color: var(--main-color-1);
            text-transform: uppercase;
        }
    }
    .pill-content {
        grid-column: 1/4;
        background-color: #f6f8f9;
        padding: 0 15px 0 24px;
        .ed_content {
            position: relative;
            font-size: 13px;
            font-weight: normal;
            text-align: left;
            height: 60px;
            width: 100%;
            .ed_content-text {
                line-height: 1.38;
                letter-spacing: 0.13px;
                position: absolute;
                top: 0;
                left: 0;
                text-overflow: ellipsis;
                overflow: hidden;
                display: -webkit-box !important;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                white-space: normal;
                transition: none;
            }
            &.open .ed_content-text {
                top: -10px;
                left: -10px;
                background-color: white;
                padding: 10px;
                border: 1px solid #dce1e4;
                border-radius: 12px;
                z-index: 1;
                text-overflow: ellipsis;
                overflow: visible;
                display: block !important;
                -webkit-line-clamp: unset;
                -webkit-box-orient: unset;
                white-space: normal;
            }
        }
        .pill-show-more {
            font-size: 13px;
            margin-right: auto;
            margin-bottom: 8px;
            line-height: 1;
            a {
                color: var(--link-color-hover);
                font-weight: 400;
                line-height: 1;
            }
        }
    }
    .pill-info {
        grid-column: 1/4;
        background-color: #f6f8f9;
    }
    .pill-ingredient {
        padding: 0 15px 0 24px;
        font-size: 13px;
        font-weight: 300;
        span {
            color: #8b8f92;
        }
    }
    .pill-dosages {
        padding: .25rem 15px 1.25rem 24px;
        line-height: 1;
        a {
            color: #aeb5ba;
            font-size: 10px;
            font-weight: 300;
            &:hover {
                color: var(--link-color-hover);
            }
        }
    }
    .pill-price {
        line-height: 1;
        grid-column: 1/2;
        background-color: #f6f8f9;
        padding-left: 24px;
        padding-bottom: 22px;
        font-size: 14px;
        font-weight: 500;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        position: relative;
        * {
            /* white-space: nowrap; */
            text-overflow: ellipsis;
            overflow: hidden;
            display: -webkit-box !important;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            white-space: normal;
        }
        
        .pill-old-price {
            font-size: 13px;
            font-weight: 300;
            letter-spacing: 0.13px;
            color: #c22c38;
            text-decoration: line-through;
        }

    }
    .pill-buy {
        grid-column: 3/4;
        order: 2;
        background-color: #f6f8f9;
        padding-right: 15px;
        padding-bottom: 22px;
        display: flex;
        align-items: center;
    }
    .pill-favorite {
        grid-column: 2/3;
        order: 1;
        background-color: #f6f8f9;
        padding: 0 8px 22px 8px;
        display: flex;
        align-items: center;
        .pill-set-favorite {
            margin-left: auto;
            background-image: url('../images/icons/favorites_product.svg');
            background-repeat: no-repeat;
            background-position: center;
            width: 32px;
            height: 32px;
            padding: 8px 6px;
            border-radius: 4px;
            cursor: pointer;
            background-color: #dce1e4;
            border: none;
        }
    }
    .favorite .pill-set-favorite {
        background-image: url('../images/icons/favorites_product_select.svg');
    }

    @media (max-width: 480px) {
        .pill-card {
            grid-template-columns: minmax(120px, 35%) 1fr auto;
            grid-template-rows: auto 1fr auto;
        }
        .pill-img { 
            grid-area: 1 / 1 / 3 / 2; 
            height: auto;
            padding: .25rem .25rem 0;
            img {
                height: auto; 
                width: 100%;
            } 
        }
        .pill-name { 
            grid-area: 1 / 2 / 2 / 4; 
            padding: 1rem .75rem 0;
        }
        .pill-content,
        .pill-info {
            grid-area: 2 / 2 / 3 / 4;
            padding: 0rem .75rem .5rem;
            * {
                padding: 0;
            }
        }
        .pill-price {
            grid-area: 3 / 1 / 4 / 2;
            background: none;
            padding: 10px 10px 1rem .75rem;
        }
        .pill-favorite {
            grid-area: 3 / 2 / 4 / 3;
            padding: 10px .5rem 1rem .5rem;
        }
        .pill-buy {
            grid-area: 3 / 3 / 4 / 4;
            padding: 10px .5rem 1rem 0;
        }
    }
}
#middle.favorites:has(.favorites-empty) {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.favorites-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    padding: 2rem;
    .favorites-empty-text {
        font-size: 18px;
        font-weight: 600;
    }
    .favorites-empty-button a {
        min-height: 40px;
        padding: 5px 1rem;
    }
}
.products-by-ingredient {
    display: none;
}
.side_search form {
    display: flex;
    align-items: center;
    min-height: 44px;
    border: solid 1px #bdc2c6;
    position: relative;
    border-radius: 4px;
    &:focus-within {
        border-color: var(--main-color-1);
    }
}
.search-button {
    background: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 12px 15px;
    cursor: pointer;
}
.search-input,
.custom-input {
    border: none;
    background: none;
    height: 42px;
    flex: 1;
    font-size: 14px;
    color: var(--main-color-1);
    padding: 13px 15px;
    &:focus {
        border: none;
    }
}
.custom-input {
    width: 100%;
    min-height: 44px;
    border: solid 1px #bdc2c6;
    border-radius: 4px;
    padding: 1rem;
    &:focus {
        border: solid 1px #bdc2c6;
    }
}
.products-search {
    margin-bottom: 16px;
}
#quickSearch {
    width: 100%;
    max-width: 360px;
    border: 1px solid #efefef;
    padding: 5px 10px 15px;
    position: absolute;
    top: 50px;
    left: 0;
    background-color: white;
    z-index: 1;
}
#quickSearch li {
    font-size: 13px;
    color: var(--main-color-1);
    line-height: 2.3;
    font-weight: 500;
    cursor: pointer;
    padding: 0 .5rem;
}
#quickSearch li:hover,
#quickSearch .searchLiHover {
    color: var(--link-color);
    background-color: #f1f2f4;
}
.products-page .custom-container {
    padding-right: 0px;
    margin-top: 20px;
}
.products-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.products-title {
    width: 100%;
}
.products-title h3 {
    font-family: var(--theme-additional-font);
    font-size: 20px;
    font-weight: 600;
    margin: 0px;
}
.products-subtitle {
    border-bottom: 1px solid #ddd;
    margin-bottom: 8px;
}
.products-subtitle h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 2.82;
    margin: 0px;
}
.products-container {
    padding-right: 0px;
    padding-left: 24px;
}
.products-items {
    display: flex;
    flex-wrap: wrap;
}
/* Product page */
#header.product {
    margin-bottom: 1.25rem;
}
.product-title {
    font-size: 22px;
    font-weight: 600;
}
.product-info .pill-ingredient {
    display: inline-block;
    padding-left: 1rem;
    font-size: 15px;
    font-weight: 300;
    color: var(--main-button);
}
.product-title span {
    font-size: 20px;
    font-weight: 300;
}
.product-shortinfo {
    margin-top: 1rem;
    font-size: 14px;
    line-height: 1.57;
    font-weight: 300;
    color: var(--secondary-color-1);
}
.product-container {
    padding-right: 0px;
    padding-left: 31px;
}
.product-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.product-description {
    display: flex;
    gap: 1rem;
}
.package-doses-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    gap: 10px;
}
.package-doses-title {
    width: 100%;
    margin-bottom: 3px;
    font-size: 15px;
    font-weight: 600;
    margin: 28px 0px 15px;
}
.package-doses-title.grey-title {
    margin: 20px 0px 10px;
    font-size: 14px;
    font-weight: 500;
}
.package-doses-button {
    font-size: 14px;
    min-width: 80px;
    min-height: 32px;
    max-height: 32px;
    color: var(--main-color-1);
    border: solid 1px #c4cdd2;
    background-color: var(--main-color-2);
}
.product_table {
    display: none;
}
.product_table.active {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.package-row {
    position: relative;
    display: grid;
    align-items: center;
    grid-template-columns: 2fr 100px 2fr 3fr auto;
    gap: 1rem;
    padding: 6px 40px 6px 48px;
    border-radius: 4px;
    border: solid 2px #e8ecef;
}
.package-row:hover {
    box-shadow: 0 0 24px 0 rgba(176, 183, 190, 0.52);
    border: solid 2px #cfd6dc;
}
.package-size {
}
.package-image {
    position: relative;
    right: clamp(0.75rem, -6.859rem + 12.174vw, 2.5rem);
}
.package-price {
}
.package-buy {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}
.package-dose,
.package-current-price {
    font-size: 18px;
    font-weight: 700;
}
.package-old-price,
.package-save span {
    font-size: 12px;
    color: var(--error-color);
}
.package-save {
    font-size: 12px;
}
.package-hitsate {
    width: 22px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background-color: transparent;
    top: 50%;
    transform: translate(-55%, -60%);
}
.package-hitsate.selected {
    background-color: transparent;
}
.package-bonus,
.package-per-pill-price,
.package-quantity {
    color: var(--secondary-color-1);
    font-size: 12px;
}
.add-to-cart-btn {
    padding: .25rem 1.75rem;
    min-height: 32px;
}
.product-descr-menu {
    margin-top: 40px;
}
.descr-menu {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 32px;
    border-bottom: 1px solid #dce4e9;
    padding: 0 7px;
}
.descr-menu .site-button {
    min-width: 100px;
    min-height: 48px;
    font-size: 15px;
    font-weight: 500;
    color: var(--main-color-1);
    border: solid 1px #dce4e9;
    background-color: #f6f8f9;
    border-radius: 0;
    margin-bottom: -1px;
    padding: .5rem 1.25rem;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    transition: none;
}
.descr-menu .site-button.active {
    color: var(--main-color-1);
    background-color: white;
    border-bottom: none;
    position: relative;
    z-index: 1;
}
.descr-item {
    display: none;
    font-size: 14px;
    color: var(--secondary-color-1);
}
.descr-item .review-title {
    color: var(--main-color-1);
}
.descr-item .review-star-count {
    display: none;
}
.descr-item.testimonials-container {
    display: none;
}
.descr-item.active {
    display: block;
}
.product_detaled_title {
    font-size: 16px;
    font-weight: 700;
}
.shedule-tbl-rotated {
    display: none;
}
.shedule-tbl {
    color: var(--main-color-1);
}
.product_detaled_text br {
    display: none;
}
table.shedule-tbl {
    width: 100%;
}
table.shedule-tbl td {
    border: solid 1px #e6e9eb;;
    padding: .5rem;
    text-align: center;
    background-color: #f6f8f9;
}
table.shedule-tbl td.flag {
    background-color: white;
    text-transform: uppercase;
    font-size: 13px;
    color: var(--main-color-1);

}
.hide-column,
.shedule-tbl-header,
.view-description {
    font-size: 13px;
    color: var(--secondary-color-3);
}
.package-view {
    display: flex;
    text-align: center;
    align-items: flex-end;
    gap: 1.5rem;
}
.package-ourbonus {
    display: flex;
    margin-top: 15px;
}
.package-example {
    display: flex;
    align-items: center;
    gap: 2rem;
    border: solid 1px #e6e9eb;
    border-radius: .25rem;
    padding: 1.5rem 2.25rem;
    margin-bottom: 2.5rem;
}
.delivery-title {
    font-size: 15px;
    margin-bottom: 1.25rem;
}
.ourbonus-block {
    margin-top: 30px;
}
.ourbonus-block ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1rem;
    padding: 0;
}
.ourbonus-block ul li:before {
    content: url(../images/icons/advantages.svg);
    display: block;
    padding-top: 4px;
    margin-right: 6px;
}
.ourbonus-block ul li {
    display: flex;
    align-items: center;
    flex: 0 0 35%;
    max-width: 35%;
}
/* pagination */
.pagination {
    display: none;
    padding-left: 0;
    list-style: none;
    border-radius: 0px;
    justify-content: center;
    margin-top: 11px;
}
.pagination.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.pagination .prev,
.pagination .next,
.pagination .page {
    font-weight: 600;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px var(--secondary-color-1);
    cursor: pointer;
}
.pagination .prev:hover,
.pagination .next:hover,
.pagination .page:hover {
    border-color: var(--theme-color-1);
    color: var(--theme-color-1);
}
.pagination .prev::after,
.pagination .next::after {
    border-color: var(--main-color-1);
    width: 7px;
    height: 7px;
    top: 15px;
    left: 14px;
}
.pagination .prev:hover:after,
.pagination .next:hover:after {
    border-color: var(--theme-color-1);
}
.pagination .prev::after {
    margin-right: 0px;
    margin-left: 3px;
    rotate: 225deg;
}
.page.active {
    border: none;
}
/* reviews */
.testimonials-container,
.testimonials-container.active {
    display: flex;
    flex-direction: column;
}
.review-block {
    padding: 10px 0px;
    display: none;
}
.review-title {
    font-weight: 700;
    margin-bottom: 3px;
}
.review-date,
.review-star {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: var(--secondary-color-3);
    margin-bottom: 5px;
}
.review-star * {
    margin-right: 3px;
}
.review-text {
    margin-bottom: 7px;
    font-weight: 300;
}
/* our_policy */
.info-pages div.title {
    display: none;
}
.our_policy {
    color: #878d91;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.57;
}
.our_policy br {
    display: none;
}
.our_policy p {
    color: #878d91;
    margin: 0;
}
.our_policy p+p {
    margin-top: 1.57em;
}
.our_policy p:has(strong) {
    color: var(--main-color-1);
    margin-top: 3em;
}

.main-banner {
    display: none;
}
.main-banner {
    margin-bottom: 20px;
}
.main-banner-wrapper {
    width: 100%;
    height: clamp(15rem, -4.287rem + 35.882vw, 22.625rem);
    border-radius: .25rem;
    background-image: url('../images/main_banner/composite_output.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    padding-right: 42%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: clamp(1rem, 0.571rem + 1.905vw, 2rem);
}
.main-banner-title {
    font-size: clamp(1.5rem, -1.662rem + 5.882vw, 2.75rem);
    font-family: 'Barlow Condensed';
    text-transform: uppercase;
    line-height: 1;
    text-wrap: balance;
    text-align: center;
}
.main-banner-text {
    font-size: clamp(0.813rem, 0.338rem + 0.882vw, 1rem);
    text-transform: uppercase;
    text-align: center;
    text-wrap: balance;
    max-width: 85%;
    font-weight: 500;
}
.main-systems,
.payment-methods,
.app-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.payment-methods {
    flex-wrap: wrap;
}
.app-buttons {
    gap: .75rem;
}
.main-systems {
    max-width: 100vw;
    margin-top: 1rem;
    border-radius: .25rem;
    background-color: #f1f2f4;
    padding: .7rem 1.5rem;
    span {
        width: 1px;
        height: 20px;
        background-color: #e1e2e6;
        margin: 0 auto;
    }
}

.custom-input::-webkit-input-placeholder {
    font-size: 14px;
}
.custom-input::-moz-placeholder {
    font-size: 14px;
}
.custom-input:-ms-input-placeholder {
    font-size: 14px;
}
.custom-input:-moz-placeholder {
    font-size: 14px;
}
.custom-input::placeholder {
    font-size: 14px;
}
.form-field {
    width: 100%;
    margin-bottom: 20px;
}
.order-titles div {
    line-height: 2.43;
    margin-bottom: 18px;
    text-align: right;
    font-size: 13px;
    font-weight: 400;
}
.contact-us-fields {
    padding: 0 22px;
}
.contact-info-text {
    margin-bottom: 1.5rem;
}
#contact_note {
    margin-top: 1rem;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.83;
    color: #878d91;
}
.captcha-field {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.captcha-field .errors {
    width: 100%;
    text-align: center;
    margin-top: 5px;
}
.captcha-row {
    margin-bottom: 20px;
}
.captcha-row img {
    margin-right: 20px;
}
.captcha-row-input {
    margin-bottom: 0px;
    width: 140px;
}
.submit-btn {
    margin-left: auto;
    text-transform: uppercase;
    min-height: 48px;
    min-width: 144px;
}
.about_us {
    display: grid;
    grid-template-areas: "top top" "mid mid" "left right";
    gap: 38px 0;
    font-size: 15px;
    line-height: 1.73;
}
.about_us :first-child {
    grid-area: top;
    margin: 20px 90px;
    display: flex;
    align-items: center;
}
.about_us :first-child::before {
    content: '';
    display: block;
    width: 148px;
    height: 148px;
    flex-shrink: 0;
    margin-right: 50px;
    border-radius: 100%;
    border: 10px solid #f1f2f4;
    background: url("../images/about_us_icon.png") center / 56px no-repeat;
}
.about_us :nth-child(n + 2) {
    padding: 70px 54px 54px 66px;
    background-color: #f6f8f9;
}
.about_us :nth-child(n + 2)::before {
    content: '';
    display: block;
    width: 440px;
    height: 250px;
    flex-shrink: 0;
    margin: -15px 0 30px -15px;
    border-radius: 16px;
    border: 15px solid #fff;
    background-image: url("../images/about_us_1.jpg");
    background-size: cover;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.04);
}
.about_us :nth-child(2) {
    grid-area: mid;
    display: flex;
    gap: 0 120px;
}
.about_us :nth-child(2)::before {
    margin-bottom: 0;
}
.about_us :nth-child(3)::before {
    background-image: url("../images/about_us_3.jpg");
}
.about_us :nth-child(4) {
    padding-left: 0;
}
.about_us :nth-child(4)::before {
    background-image: url("../images/about_us_4.jpg");
}
/* faq */
.faq_caption {
    margin: 50px 0 16px;
    font-size: 17px;
    font-weight: 500;
}
.faq_descr {
    overflow: hidden;
    background-color: #f6f8f9;
    margin-bottom: 16px;
    position: relative;
    box-shadow: 0px 1px 6px 0 rgba(219, 219, 219, 0.71);
    padding: 16px 60px 15px 24px;
    transition: all 0.15s ease-in-out;
    cursor: pointer;
}
.question {
    font-size: 16px;
    font-weight: 300;
    color: var(--main-color-1);
    transition: all 0.15s ease-in-out;
}
.answer {
    display: none;
    color: #878d91;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.6;
    margin-top: 14px;
}
.faq_descr:before {
    background-repeat: no-repeat;
    cursor: pointer;
    animation: rotation 0.5 linear;
    border-bottom: 2px solid #a5a6ac;
    border-right: 2px solid #a5a6ac;
    content: '';
    display: block;
    height: 10px;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 24px;
    top: 26px;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px;
}
.faq_descr.faq-active {
    background-color: #fff;
}
.faq_descr.faq-active .question {
    font-weight: 500;
}
.faq_descr.faq-active::before {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.faq_let {
    font-weight: 700;
}
/* landing page */
.bgLandFooter {
    z-index: 1;
    background-color: #69696c;
    height: 45px;
    position: fixed;
    width: 100%;
    bottom: 0px;
    padding-right: 30px;
    box-sizing: border-box;
    border-top: 1px solid #fff;
}
.landing_page .submit-btn {
    margin: auto;
}
.landing_page .site-button {
    height: 48px;
}
.landing-form .captcha-input {
    max-width: 140px;
}
.labding-footer {
    height: 45px;
    border-collapse: collapse;
    margin: 0 auto;
    max-width: 1180px;
    min-width: 300px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: url(../images/app.png) no-repeat left bottom;
}

.labding-footer td {
    padding-left: 55px;
}
.captcha-row img {
    margin: 0px 0px 15px;
}

.labding-footer a {
    font-size: 14px;
    color: #232323;
    background-color: #fff;
    display: inline-block;
    padding: 3px 20px;
    text-decoration: none;
    margin-left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.landind-side {
    position: relative;
    float: left;
    margin-top: 3px;
}

.landind-side .categories_list {
    border: 1px solid #dbdbdb;
    border-top: 0px;
}
.categories-list .product-price::before {
    content: var(--currency-symbol);
    display: inline;
}

.side_title {
    background: url("../images/conponent_header.png") no-repeat scroll;
    height: 42px;
    width: 190px;
    display: table-cell;
    vertical-align: middle;
    color: #383333;
    font: bold 16px Trebuchet MS;
    padding-left: 15px;
    line-height: 15px;
}

.banner-wrapper {
    position: relative;
    background: url(../images/banner_big.jpg) no-repeat;
    width: 100%;
    height: 244px;
}

.banner-wrapper-txt {
    color: #3e3f4a;
    font-size: 20px;
    padding-left: 30px;
    padding-top: 40px;
    width: 330px;
    font-weight: lighter;
}

.banner-wrapper-txt div {
    padding-top: 15px;
    font-size: 17px;
}

a.bannerLanding_btn {
    position: absolute;
    left: 30px;
    bottom: 15px;
    width: 165px;
    height: 64px;
    background: url(../images/bannerLanding_btn.png) no-repeat;
    color: #fff;
    font-size: 18px;
    line-height: 64px;
    padding-left: 70px;
    text-decoration: none;
}

.lan_corner,
#landCornerFull {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 999;
}

#landCornerFull {
    background: url(../images/land_corner_full.png) no-repeat;
    width: 599px;
    height: 599px;
    text-decoration: none;
}

.corner-titl {
    color: #fff;
    display: block;
    font-size: 26px;
    line-height: 28px;
    padding-left: 110px;
    padding-right: 245px;
    padding-top: 50px;
    text-align: right;
}
.features-block {
	display: block;
	padding: 3.25rem 0;
}
.features__wrapper {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: clamp(0.688rem, -0.146rem + 2.778vw, 1.938rem);
	justify-content: center;
}
.features__item {
	flex: 1;
	background-color: var(--main-color-2);
	border: 1px solid #ddd;
	border-radius: 4px;
	border: solid 1px #e8ecef;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: clamp(0.75rem, -0.583rem + 2.778vw, 1.5rem);
	gap: .75rem;
	text-align: center;
	text-wrap: balance;
    transition: all .3s ease-in-out;
}
.features__item:hover {
    background-color: #fafdfe;
	border-color: var(--link-color-hover);
}
.features__title {
	font-size: clamp(1rem, 0.917rem + 0.278vw, 1.125rem);
	margin: .5rem 0 0;
	text-transform: uppercase;
	font-stretch: condensed;
}
.features__text {
	font-size: clamp(0.75rem, 0.708rem + 0.139vw, 0.813rem);
	font-weight: 300;
	line-height: 1.38;
	color: var(--secondary-color-2);
	margin: 0;
}
.features__image img {
	height: clamp(2.125rem, 1.458rem + 2.222vw, 3.125rem)
}

.landing-title {
    font-size: 18px;
    font-weight: 500;
    color: #222222;
    margin-bottom: 15px;
}

.download-switcher {
    display: inline-flex;
    padding: 5px;
}
.download-switcher span.site-button:nth-child(2) {
    margin: 0px 10px;
}
.landing-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 30px;
    text-align: center;
}
.download-pc {
    margin: 30px auto;
    max-width: 560px;
    box-sizing: border-box;
    text-align: center;
    margin-top: 40px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.email-caption {
    margin-top: 20px;
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
}

.email-sub-caption {
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
}

.qr-code p,
.save-link p {
    font-size: 16px;
    padding: 20px 0px;
}

.landing-bottom-box {
    font-size: 13px;
    width: 30%;
}

.landing-bottom-box img {
    width: 45px;
}

.landing-bottom-box div {
    font-weight: bold;
    padding: 10px 0;
    color: #000;
}

.download-stage {
    display: none;
}

.download-stage.active {
    display: block;
}

.devForm input[type='text']:focus {
    border-color: #578aae;
}
.contact_us .custom-container,
.order_status .custom-container {
    padding: 0;
}
.contact-us,
.order-status-container {
    background-color: #f6f8f9;
    font-size: 14px;
}
.contact-us-wrapper,
.order-status-container {
    display: flex;
    padding: 3.5rem;
    gap: 3rem;
    border-radius: .25rem;
}
.contact-info-block {
    margin-top: 1rem;
    margin-bottom: 1.25rem;
}
.contact-us-form,
.order-status-block {
    background-color: white;
    padding: 1.5rem;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.04);
    max-width: 567px;
    width: 100%;
}
.order-status-block {
    padding: 45px 60px 75px 46px;
}
.order-status-block .title {
    margin-bottom: 36px;
}
.order-status-description {
    color: #878d91;
    font-size: 12px;
    font-weight: 300;
    margin-top: 32px;
}
.order-status-block .submit-btn {
    margin: 0;
}
.contact-us-info img {
    width: 100%;
    max-width: 330px;
}
.order-status-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    background-image: url(../images/icons/ic_order_status.svg);
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    width: 358px;
    min-width: 358px;
    height: 358px;
    min-height: 358px;
    margin: auto;
}



.features {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    max-width: 1000px;
    margin: 20px auto;
    font-size: 14px;
    line-height: 1.57;
    color: #707070;
}
.features-btn-title {
    color: #1c1c1c;
}
.features-btn {
    max-width: 370px;
    box-sizing: border-box;
    padding-left: 38px;
}

.features-btn-item.active,
.features-btn-item.active:hover {
    border-color: #dfdfdf;
    box-shadow: 2px 2px 5px 3px rgba(0, 0, 0, 0.03);
}

.features-btn-item>img {
    position: absolute;
    width: 68px;
    top: calc(50% - 34px);
    left: -34px;
    filter: drop-shadow(0px 0px 5px #d2d2d291);
}

.features-btn-txt {
    line-height: 18px;
}

.features-img img {
    display: none;
    width: 230px;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
}

.features-img img:first-child {
    display: inline;
}

.features-btn-item {
    padding: 15px 15px 18px 45px;
    border: 1px solid #fff;
    border-radius: 30px;
    cursor: pointer;
    position: relative;
    margin-bottom: 15px;
    background-color: #fff;
}

.landing-title {
    font-size: 18px;
    font-weight: 500;
    color: #222222;
    margin-bottom: 15px;
}

.download-switcher {
    display: inline-flex;
    padding: 5px;
    gap: .5rem;
}
.landing-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 30px;
    text-align: center;
}
.download-pc {
    margin: 30px auto;
    max-width: 560px;
    box-sizing: border-box;
    text-align: center;
    margin-top: 40px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.email-caption {
    margin-top: 20px;
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
}

.email-sub-caption {
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
}

.qr-code p,
.save-link p {
    font-size: 16px;
    padding: 20px 0px;
}

.landing-bottom-box {
    font-size: 13px;
    width: 30%;
    margin-bottom: clamp(0rem, -25.289rem + 38.278vw, 5.333rem);
}

.landing-bottom-box img {
    width: 45px;
}

.landing-bottom-box div {
    font-weight: bold;
    padding: 10px 0;
    color: #000;
}

.download-stage {
    display: none;
}

.download-stage.active {
    display: block;
}

.devForm input[type='text']:focus {
    border-color: #578aae;
}



.status_success {
    color: green;
    padding: 10px 0;
}

.status_error {
    color: red;
    padding: 10px 0;
}

.directLink {
    color: #505050;
    font-size: 14px;
    padding-top: 20px;
}

.dev_icon {
    display: inline-block;
    height: 80px;
}

.dev_icon img {
    position: relative;
}

.dev_title {
    margin-top: 5px;
    padding: 5px 0;
    border: 1px solid #fff;
}

.iosPhone .dev_icon img,
.androidPhone .dev_icon img {
    margin-top: 12px;
}

.dev_curr {
    display: inline-block;
    background: url('../images/landing/_dot.png') center;
    width: 7px;
    height: 7px;
    position: relative;
    top: 9px;
}

.devMailTitle {
    border-bottom: 1px solid #d5d5d5;
    color: #578aae;
    font-size: 16px;
    text-align: center;
}

.devMailTitle>div {
    background-color: #fff;
    display: inline-block;
    padding: 0 20px;
    position: relative;
    top: 10px;
}

.devMailTip {
    color: #505050;
    font-size: 14px;
    text-align: center;
    padding: 40px 0;
}

.devfeatureTip {
    color: #505050;
    font-size: 14px;
    text-align: center;
    padding: 40px 0 30px;
}

.devForm {
    text-align: center;
    padding-bottom: 30px;
    max-width: 460px;
    width: 100%;
    margin: 0px auto;
}

.devForm * {
    vertical-align: middle;
}

.devBenefits {
    width: 100%;
    height: 140px;
    border-collapse: collapse;
    font-size: 14px;
}

.devBenefits td {
    width: 33%;
    vertical-align: top;
    text-align: center;
    padding: 3px
}

.devBenefits div {
    padding: 10px;
    font-weight: bold;
}

.devBenefits p {
    color: #505050;
}

.slideScreen {
    padding: 30px 0;
    position: relative;
}

.carousel {
    margin: 0 auto;
}

.slideScreen .next {
    cursor: pointer;
    position: absolute;
    right: 10%;
    top: 50%;
    margin-top: -18px;
}

.slideScreen .prev {
    cursor: pointer;
    position: absolute;
    left: 10%;
    top: 50%;
    margin-top: -18px;
}

.slideScreen .disabled {
    opacity: 0.3;
}

.slideScreenDev {
    padding: 50px 5%;
    position: relative;
}

.screen_android {
    background: url('../images/landing/_android2.jpg') center right 3% no-repeat;
}

/*fst load*/
.screen_tablet {
    background: url('../images/landing/_tablet2.jpg') center right 3% no-repeat;
    display: none;
}

.stage1,
.stage2,
.stage3 {
    width: 37%;
    padding: 10px 0 10px 65px;
    background: url('../images/landing/_stage.png') center left no-repeat;
    min-height: 65px;
    position: relative;
    color: #578aae;
    cursor: pointer;
}

.slideScreenDev>div.activeStage {
    background: url('../images/landing/_stage_active.png') center left no-repeat;
    color: #fff;
}

.sepStage {
    height: 60px;
    margin-left: 24px;
    border-left: 2px solid #578aae;
}

.stageTitle {
    font-size: 14px;
    padding-bottom: 5px;
    color: #578aae;
}

.stageText {
    color: #828282;
}

.slideScreenDev span {
    position: absolute;
    top: 50%;
    left: 21px;
    font-size: 16px;
    line-height: 16px;
    margin-top: -8px;
}


.checkout-page-heading {
    display: none;
}