@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700;800;900&display=swap');
:root {
    --main-color-1: #292929;
    --main-color-2: #fff;
    --secondary-color-1: #b1b1b1;
    --secondary-color-2: #d5d5d5;
    --secondary-color-3: #828282;
    --accent-color: #ea5a0b;
    --accent-hover-color: #c54e0c;
    --link-color: #76ab33;
    --link-hover-color: #638f2b;
    --error-color: #86210f;

    --theme-color-1: #2865f1;
    --theme-color-2: #32286e;
    --theme-color-3: #c7c3de;
    --theme-success-color: #007d67;
    --theme-error-color: #e88b8b;
}
html {
    height: 100%;
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--main-color-1);
    min-width: 320px;
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #F7F8F9;
}
#wrapper {
    flex: 1 0 auto;
}
ul li {
    list-style: none;
}
table {
    border-collapse: collapse;
}
a {
    color: var(--link-color);
    transition-duration: .3s;
}
a:hover {
    color: var(--link-hover-color);
    text-decoration: none;
}
input,
textarea {
    padding: 5px 16px;
    border: none;
    outline: none;
    border-radius: 0px;
    border-radius: 8px;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.02);
    background-color: #fff;
    border-bottom: 2px solid var(--link-color);
    height: 50px;
}
textarea {
    height: 150px;
}
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-bottom: 2px solid var(--link-color);
    padding: 10px 12px;
    color: var(--main-color-1);
}
.custom-container {
    min-width: 350px;
    max-width: 1446px;
    padding: 0px 15px;
    margin: 0px auto;
}
.custom-container .custom-container {
    min-width: 100%;
}
.custom-container .menu-bg .custom-container {
    max-width: 1446px;
    min-width: auto;
}
h2.title,
div.title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    margin: 34px 0px 29px;
}
.site-button {
    min-width: 160px;
    min-height: 40px;
    max-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--link-color);
    background-color: var(--link-color);
    color: var(--main-color-2);
    border-radius: 6px;
    text-align: center;
    font-weight: 600;
    padding: 5px 10px;
    cursor: pointer;
    transition-duration: .3s;
}
.site-button:hover {
    border: 1px solid var(--link-color);
    background-color: var(--link-color);
    color: var(--main-color-2);
}
.site-button:active,
.site-button:focus,
.site-button.active {
    border: 1px solid var(--link-hover-color);
    background-color: var(--link-hover-color);
    color: var(--main-color-2);
}
.site-button-accent {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    color: var(--main-color-2);
}
.site-button-accent:hover {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    color: var(--main-color-2);
}
.site-button-accent:active,
.site-button-accent:focus {
    background-color: var(--accent-hover-color);
    border-color: var(--accent-hover-color);
    color: var(--main-color-2);
}
.after-arrow {
    position: relative;
}
.after-arrow::after {
    position: absolute;
    display: block;
    content: '';
    top: 12px;
    right: 12px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #d8d8d9;
    border-right: 2px solid #d8d8d9;
    rotate: 45deg;
}
.load-more {
    width: auto;
    margin: 30px auto;
    display: inline-flex;
}
/* HEADER */
.header-menus {
    position: relative;
}
.header-row-top .custom-container,
.header-row-bottom .custom-container {
    display: flex;
    align-items: center;
    position: relative;
}
.header-row-top {
    padding: 6px 0px;
    background-color: #5a5753;
}
.header-row-bottom {
    padding: 32px 0px 12px;
}
.index .header-row-bottom {
    padding: 32px 0px;
}
.header-title {
    text-transform: uppercase;
    margin-left: 6px;
}
.header-search {
    position: relative;
    margin: 0px auto;
    max-width: 783px;
    width: 100%;
}
.site-name a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.24px;
    color: var(--link-color);
    margin-right: 20px;
}
.site-name a:hover {
    color: var(--link-hover-color);
}
.support-phones img {
    height: 10px;
}
.online-chat {
    margin-left: auto;
    margin-right: 33px;
}
.lz_text_link::after {
    content: var(--live-chat);
    font-size: 13px;
    letter-spacing: 0.2px;
    color: #fff;
}
/* header menus */
.language-menu,
.currency-menu {
    margin-left: 17px;
    cursor: pointer;
}
.categories-menu {
    border-top: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
    padding: .3rem 0;
    margin-right: -1.5rem;
    &.after-arrow::after {
        top: 1.1rem;
    }
}
.main-header {
    position: relative;
}
.menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 63px;
    border-bottom: 1px solid var(--secondary-color-2);
    padding: 5px 20px;
    position: relative;
}
.cart-menu-body {
    display: none;
}
.menu-title {
    font-size: 20px;
    font-weight: 500;
    margin-right: 9px;
}
.support-phones {
    line-height: 0;
}
.set-changes {
    padding: 62px 20px 82px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 500;
}
.set-changes > div {
    max-width: 384px;
    width: 100%;
}
.dropdown-container.active .dropdown-title:after,
.gifts-wrapper.active .gifts-title::after {
    rotate: -45deg;
    margin: 3px 0px 0px;
}
.dropdown-container.active .dropdown-options,
.dropdown-container.active .dropdown-bg {
    display: block;
}
.dropdown-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: #00000088;
    cursor: auto;
}
.dropdown-title {
    min-height: 36px;
    border: 1px solid #ccc;
    padding: 5px 15px;
    cursor: pointer;
    text-overflow: ellipsis;
}
.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: 5px 0px 10px;
    border: 1px solid #ccc;
    max-height: calc(80vh - 320px);
    overflow-y: auto;
}
.dropdown-option {
    padding: 5px 10px;
    text-overflow: ellipsis;
    color: #292929;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}
.dropdown-option * {
    cursor: pointer;
}
.dropdown-option:hover,
.dropdown-option.active {
    cursor: pointer;
    color: #76ab33;
}
.set-changes .site-button {
    margin-top: 32px;
    background-color: var(--main-color-1);
    color: var(--main-color-2);
}
#breadcrumbs {
    margin-bottom: 15px;
}
#header_breadcrumb a {
    color: var(--main-color-1);
}
#header_breadcrumb a:first-child {
    font-size: 0px;
}
#header_breadcrumb a:first-child::before {
    content: url('../images/home.svg');
}
#header_breadcrumb span {
    font-size: 13px;
    color: #8f9193;
}
/* cart */
.cart-menu {
    position: relative;
}
.edit-cart {
    margin: 15px auto;
    text-align: center;
}
.edit-cart a {
    font-size: 13px;
    font-weight: 400;
    color: var(--link-color-1);
    text-decoration: underline;
}
.my-cart {
    position: relative;
    margin-left: 20px;
}
.cart-button {
    cursor: pointer;
}
.order-status {
    padding-left: 20px;
}
.cart-count {
    position: absolute;
    top: -4px;
    left: 20px;
    color: #fff;
    font-size: 13px;
    display: flex;
    line-height: 1;
    width: 22px;
    height: 22px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #ff5a02;
    text-align: center;
}
span.cart-count:hover {
    color: white;
}
.empty-cart-container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 500px;
    padding: 200px 0px;
    margin: auto;
}
.cart-preview .empty-cart-container {
    padding: 30px;
}
.cart-preview .empty-cart-text {
    font-size: 14px;
}
.empry-cart-img {
    margin-right: 10px;
}
.empty-cart-text {
    padding: 24px 0px 36px 30px;
    font-weight: bold;
    font-size: 18px;
    color: #5a5753;
    max-width: 300px;
    width: 100%;
}
.empty-cart-add .site-button {
    width: 200px;
    min-height: 48px;
    margin-top: 28px;
}
.empty-cart-add .site-button img {
    margin-right: 13px;
}
.cart-body {
    display: flex;
    justify-content: space-between;
    margin-bottom: 28px;
}
.cart-preview-row {
    border-bottom: 1px solid #dadada;
    padding: 12px 20px 12px 8px;
    display: flex;
    align-items: center;
    position: relative;
}
.cart-preview-price {
    white-space: nowrap;
    font-size: 14px;
    font-weight: bold;
    color: #171717;
    width: 70px;
    text-align: right;
}
.cart-preview-quantity,
.cart-quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 32px;
    border-radius: 8px;
    box-shadow: 0 0 21px 0 rgba(142, 144, 147, 0.06);
    border: solid 1px #dde0e3;
    margin-left: auto;
}
.cart-quantity {
    margin: auto;
    width: 80px;
    height: 38px;
}
.cart-preview-remove {
    position: absolute;
    top: 5px;
    left: 10px;
    border-radius: 50%;
    background-color: #fff;
}
.cart-preview-info {
    margin-left: 5px;
}
.cart-preview-info .cart-product-name {
    font-size: 14px;
}
.cart-preview-info .cart-product-dosage {
    font-size: 12px;
    font-weight: 600;
}
.chechout.site-button {
    font-size: 12px;
    font-weight: 600;
    color: #fefefe;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.cart-preview-footer {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 16px 24px;
}
.cart-form > form {
    display: flex;
    flex-direction: column;
}
.cart-preview-total,
.cart-total {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 3px 6px 0 rgba(142, 144, 147, 0.23);
}
.cart-total {
    margin-left: auto;
    margin-right: calc(2% + 350px);
}
.cart-total-val {
    font-size: 18px;
}
.cart-total .site-button {
    min-height: 48px;
    max-height: 48px;
    font-size: 16px;
}
.cart-preview-bonus {
    margin: 0px 0px 16px;
    font-weight: 600;
}
.cart-product-name {
    font-size: 16px;
    font-weight: bold;
}
.cart-preview-total-val,
.cart-total-val {
    font-weight: 700;
    padding: 0px 20px;
}
.cart-preview-cart a {
    display: inline-block;
    font-size: 12px;
    text-decoration: underline;
    margin-top: 10px;
}
.cart-product-dosage {
    font-size: 14px;
    font-weight: 500;
    color: #8f9193;
}
.cart-pill-pack-price {
    font-weight: bold;
    white-space: nowrap;
    margin-top: auto;
}
.cart-remove-btn {
    margin-left: 10px;
}
.cart-pill-quantity {
    display: flex;
    align-items: center;
    justify-content: center;
}
.quantity-btn {
    object-fit: contain;
    background-color: white;
    border: none;
    background-repeat: no-repeat;
    padding: 0px;
    cursor: pointer;
}
.quantity-input {
    width: 32px;
    height: auto;
    padding: 0px;
    text-align: center;
    border: none;
    outline: none;
    pointer-events: none;
    font-weight: bold;
}
.cart-preview {
    display: none;
    min-width: 400px;
    min-height: 120px;
    background: #ffffff;
    position: absolute;
    right: 0px;
    top: 60px;
    z-index: 4;
    border-radius: 12px;
    box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.07);
}
.cart-preview.active {
    display: block;
    z-index: 50;
}
.checkout-button .site-button {
    padding: 10px 15px;
    min-width: 200px;
    min-height: 48px;
    background-color: #00a98b;
    color: #fff;
}
div.cart-title {
    margin: 0px 0px 30px;
}
.cart-bg {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 8px;
    box-shadow: 0 0 21px 0 rgba(142, 144, 147, 0.06);
    padding: 25px 32px 34px;
}
.cart-bg:has(.empty-cart-container) {
    background: none;
    box-shadow: none;
}
.cart-block {
    width: 100%;
    margin-right: 2%;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}
.cart-page .empty-cart-items {
    margin-left: 40px;
    max-width: 280px;
}
.cart-options {
    margin-bottom: auto;
    min-width: 350px;
    max-width: 350px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 0 21px 0 rgba(142, 144, 147, 0.06);
    border: solid 1px #dde0e3;
    background-color: #fafafa;
    padding: 25px 24px 49px;
}
.cart-options-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.21px;
    margin-bottom: 16px;
}
#cart_gifts .cart-options-title {
    margin-top: 28px;
}
.cart-page .dropdown-title {
    border-radius: 6px;
    box-shadow: 0px 3px 6px 0 rgba(142, 144, 147, 0.23);
    border: solid 1px #e9e9e9;
    background-color: #fff;
    min-height: 44px;
    display: flex;
    align-items: center;
}
.cart-page .dropdown-container {
    position: relative;
}
.cart-page .dropdown-options {
    position: absolute;
    width: 100%;
    z-index: 1;
    border-radius: 6px;
    box-shadow: 0px 3px 6px 0 rgba(142, 144, 147, 0.23);
    border: solid 1px #e9e9e9;
    background-color: #fff;
    padding: 10px;
}
.cart-page .dropdown-option  {
    padding: 5px;
    min-height: 38px;
    display: flex;
    align-items: center;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
}
.cart-page .dropdown-option:has(label) {
    padding: 0px;
}
.dropdown-option label {
    width: 100%;
    padding: 5px;
}
.cart-page .dropdown-option:hover {
    color: var(--main-color-1);
    background-color: #e7ecd7;
}
.cart-page .dropdown-title::after {
    top: 14px;
    right: 14px;
    width: 9px;
    height: 9px;
}
.cart-checkout {
    display: flex;
    justify-content: flex-end;
    margin-right: calc(2% + 350px);
}
.cart-checkout > div {
    background-color: var(--accent-color-1);
    color: var(--main-color-2);
    display: inline-flex;
    align-items: center;
}
.gifts-wrapper {
    border: 1px solid #efefef;
    display: flex;
    flex-direction: column;
}
.gifts-title {
    order: 1;
    font-weight: 500;
    cursor: pointer;
    padding: 8px 25px 8px 20px;
}
.gifts-chosen {
    margin: 0px auto 0px 0px;
    color: var(--accent-color-1);
    font-weight: 700;
}
.gifts-body {
    display: none;
    order: 2;
    padding: 0px 20px;
}
.gifts-wrapper.active .gifts-body {
    display: block;
}
.gifts-items {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 0px 28px;
}
.gifts-item {
    border: 1px solid #efefef;
    padding: 1px 15px 15px;
    margin-right: 20px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 170px;
    width: 100%;
}
.gifts-dropdown {
    position: relative;
}
.gift-options {
    position: absolute;
    top: 40px;
    background-color: white;
}
.gift-item {
    white-space: nowrap;
    overflow: hidden;
}
.remove-gifts-btn,
.remove-gifts-btn:hover {
    background-color: var(--main-color-1);
    color: var(--main-color-2);
}
.gifts-name {
    font-weight: bold;
    margin-bottom: 26px;
}
.gifts-dropdown {
    width: 100%;
}
.gift-title {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 13px;
    font-weight: 500;
    padding: 6px 22px 6px 10px;
    margin-bottom: 16px;
}
.gift-title::after {
    top: 11px;
}
.gifts-item .site-button {
    min-width: 100%;
    min-height: 38px;
    width: 100%;
}
.gifts-wrapper ::after {
    border-color: var(--secondary-color-3);
}
.no-gifts-block {
    justify-content: space-between;
}
.no-gifts-block .gifts-img {
    padding-top: 47px;
}
.no-gifts-block .site-button {
    width: 100%;
}
.gifts-img {
    margin-bottom: auto;
}


.pill-row {
    display: flex;
    align-items: center;
    border-bottom: solid 1px #dde0e3;
    padding: 10px;
}
.pill-row:last-child {
    border-bottom: none;
}
.product-title span{
    font-weight: 300;
}
.product-img {
    margin-right: 15px;
}
.product-column {
    padding-left: 10px;
    width: 45%;
    padding: 10px;
}
.quantity-column {
    width: 110px;
    margin-right: auto; 
    padding: 10px;
}
.price-column, 
.total-column {
    margin: 0px auto;
    width: 110px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}
.remove-column {
    margin-right: 16px;
    padding: 10px 10px 10px 5px;
}
.new-package-save {
    line-height: 1.2;
}
.new-package-save a {
    font-size: 12px;
    font-weight: 500;
    color: var(--link-color);
    text-decoration: underline;
}
.pill-titles {
    display: flex;
    align-items: center;
    padding: 10px;
    font-weight: bold;
    border-bottom: 1px solid #dde0e3;
    background-color: #f7f8f9;

}
.pill-titles > div:nth-child(1),
.insurance-title {
    width: calc(45% + 111px);
    order: 1;
}
.pill-titles > div:nth-child(2),
.insurance-check {
    width: 110px;
    padding: 0px 10px;
    margin-right: auto;
    text-align: center;
    order: 2;
}
.pill-titles > div:nth-child(3),
.insurance-price {
    width: 110px;
    padding: 0px 10px;
    margin: auto;
    text-align: center;
    order: 3;
    font-weight: 700;
}
.pill-titles > div:nth-child(4),
.insurance-total {
    width: 110px;
    padding: 0px 10px;
    margin: auto;
    text-align: center;
    order: 4;
    font-weight: 700;
    white-space: nowrap;
}
.pill-titles > div:nth-child(5),
.insurance-row > div:last-child {
    width: 36px;
    padding: 0px 10px;
    margin-right: 16px;
    order: 5;
}
.insurance-row {
    display: flex;
    align-items: center;
    padding: 18px 10px 18px 24px;
    border-top: 1px solid #dde0e3;
}
.insurance-title,
.insurance-title div {
    display: flex;
    align-items: center;
}
.insurance-title span {
    font-weight: 700;
    padding: 0px 15px;
}
.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;
}
.shipping_methods * {
    line-height: 1;
}
.shipping_methods .shipping-name {
    display: flex;
    align-items: center;
}
.shipping_method {
    margin-right: 28px;
    white-space: nowrap;
}
.shipping_methods label {
    margin-bottom: 0px;
}
input[type="radio"] + span::before {
    display: block;
    margin-right: 7px;
    content: url('../images/radio_b_off.svg');
}

input[type="radio"]:checked + span::before {
    content: url('../images/radio_b_on.svg');
}
/* FOOTER */
.payment-methods.order_status,
.payment-methods.contact_us,
.payment-methods.static_page {
    display: none;
}
.payment-methods {
    margin: 50px auto -30px;
}
.footer-note {
    color: #acacac;
    font-size: 13px;
    text-align: center;
    padding-bottom: 15px;
}
.footer {
    background-color: #5a5753;
    margin-top: 80px;
}
.footer-copyright {
    text-align: center;
    padding: 24px 0px;
}
.footer-copyright .custom-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.footer-copyright-text * {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.38;
    letter-spacing: 0.33px;
    text-align: center;
    color: #fff;
}
.footer-link a{
    font-weight: 400;
    color: #fff;
    line-height: 2;
}
.footer-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    padding-right: 25px;
}
.footer-link {
    width: 25%;
    white-space: nowrap;
}
.footer-items {
    display: flex;
    align-items: center;
    padding: 45px 15px 38px;
    max-width: 1110px;
    margin: 0px auto;
    
}
.footer-note {
    max-width: 1110px;
    margin: 0px auto;
}
/* categories list */
.categories-banner {
    margin-top: 20px;
    position: relative;
    background-color: #fff;
    padding-bottom: 14px;
    border: 1px solid transparent;
    border-radius: 8px;
    overflow: hidden;
}
.categories-banner > img {
    border: 1px solid transparent;
    border-radius: 20px;
}
.categories-banner .banner-heading {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 10px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    color: #fff;
}
.categories-banner .banner-heading span {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    text-shadow: none;
}
.categories-banner .banner-link {
    padding: 12px 3px 0px;
    justify-content: space-between;
    background-color: transparent;
}
.categories-list .site-button {
    background-color: transparent;
    border-color: var(--theme-color-3);
    color: var(--main-color-2);
    font-weight: 300;
    margin-top: 20px;
    position: relative;
    width: 100%;
}
.categories-list .site-button::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 15px;
    width: 7px;
    height: 7px;
    rotate: 135deg;
    border-top: 2px solid var(--theme-color-3);
    border-right: 2px solid var(--theme-color-3);
}
.categories-list {
    width: 240px;
    border-radius: 8px;
    box-shadow: 0 0 10px 0 rgba(142, 144, 147, 0.33);
    background-color: #fff;
    padding: 0px;
}
.category-item a {
    font-size: 13px;
    font-weight: 500;
    color: var(--main-color-1);
    display: block;
    padding: 7px 20px;
    border-bottom: 1px solid #eee;
}
.category-item a:hover {
    color: var(--link-hover-color);
}
.category-item .after-arrow::after {
    top: 5px;
    right: 1px;
    width: 7px;
    height: 7px;
}
/* Products page */
.products-bottom-banner {
    display: none;
}.products-bottom-banner.index {
    display: block;
}
.products-bottom-banner .site-name {
    background: #fff;
    padding: 15px 26px 15px 21px;
    border-radius: 24px;
    width: 100%;
    justify-content: center;
}
.subbscribe-container {
    margin-top: 80px;
    display: flex;
    align-items: stretch;
    border: 1px solid transparent;
    border-radius: 8px;
    overflow: hidden;
}
.subscribe-site-title,
.subscribe-form {
    max-width: 64%;
    min-width: 36%;
    width: 100%;
    padding: 32px 4%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.subscribe-site-title {
    background-color: var(--link-color);
    width: auto;
}
.subscribe-form {
    background-color: #5a5753;
    flex-direction: column;
    align-items: flex-start;
}
#subscribe_to_news {
    min-width: 132px;
    min-height: 50px;
    max-height: 50px;
    margin-left: 17px;
}
#subscribe_to_news_form {
    width: 100%;
    display: flex;
    align-items: center;
    width: 100%;
}
.errors {
    color: var(--accent-color-1);
}
.success {
    color: var(--theme-success-color);
}
.subscribe-form .errors, 
.subscribe-form .success {
    color: #fff;
    margin-top: 5px;
    font-size: 9px;
}
#subscribe_to_news_form [name="email"] {
    width: 100%;
    height: 100%;
    outline: 0px;
    border-bottom: 2px solid var(--link-color);
    padding: 0px 12px;
    font-size: 14px;
    border-radius: 8px;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.04);
}
#subscribe_to_news_form [name="email"]:focus {
    border-color: var(--link-color);
}
.subscribe-label {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 15px;
    letter-spacing: 0.24px;
    text-align: center;
    color: #fff;
}
.bonuses-items {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
}
.bonuses-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bonuses-item-text {
    font-weight: 700;
    font-size: 16px;
    margin-top: 15px;
}
.index .products-banner {
    display: block;
}
.products-banner {
    display: none;
    padding: 30px 50% 36px 46px;
    background-image: url('../images/products_banner.jpg');
    background-size: cover;
    background-position: top 0px right 0px;
    background-repeat: no-repeat;
    height: 20vw;
    border-radius: 20px;
    box-shadow: inset 0 0 70px 0 rgba(135, 161, 221, 0.29);
    background-color: #2aa4ba;
    margin-bottom: 30px;
    margin-right: -15px;
}
.products-banner .site-button {
    display: inline-flex;
    font-size: 18px;
    font-weight: 500;
    border-radius: 16px;
    white-space: nowrap;
}
.banner-heading span {
    font-size: calc(10px + 1.2vw);
    font-weight: 500;
    color: #fff;
    text-shadow: 2px 2px #293749;
}
.banner-text {
    font-size: calc(5px + 0.8vw);
    font-weight: 300;
    line-height: 2;
    color: #e0e3e6;
    text-decoration: underline;
}
.banner-link {
    min-width: 188px;
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid transparent;
    border-top-right-radius: 22px;
    border-top-left-radius: 22px;
    color: #00a4d5;
    font-size: 14px;
    font-weight: 600;
}
.side_search form {
    display: flex;
    max-height: 50px;
    border-radius: 8px;
    overflow: hidden;
}
.side_search input {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    height: auto;
    min-height: auto;
}
.side_search .site-button {
    min-height: 50px;
    min-width: 50px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.header-search-btn {
    display: none;
}
.products-search {
    margin-bottom: 20px;
}
#quickSearch {
    width: 100%;
    padding: 5px 10px 15px;
    position: absolute;
    top: 56px;
    left: 0px;
    background-color: white;
    z-index: 1;
    border-radius: 6px;
    box-shadow: 0px 3px 6px 0 rgba(142, 144, 147, 0.23);
    border: solid 1px #e9e9e9;
}
#quickSearch li {
    font-size: 13px;
    color: var(--main-color-1);
    line-height: 2.3;
    font-weight: 500;
    cursor: pointer;
}
#quickSearch li:hover {
    color: var(--link-color-1);
}
.not_found {
    font-size: 16px;
    color: #222222;
}
.not_found-text {
    margin-bottom: 10px;
}
.products-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.products-landing-banner {
    display: none;
    background: url('../images/landing-banner.png') no-repeat left top;
    max-height: 600px;
    height: 600px;
    max-width: 1366px;
    margin: 83px auto 0px;
}
.products-banner .custom-container {
    width: 100%;
}
.products-landing-banner .custom-container {
    padding-top: 40px;
    padding-left: 83px;
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0px;
    max-width: 100%;
}
.products-landing-title-1 {
    font-size: 28px;
    font-weight: 500;
    color: var(--theme-color-2);
    margin-bottom: 24px;
}
.products-landing-title-1 span {
    font-weight: 700;
}
.products-landing-title-2 {
    font-size: 16px;
    color: #646074;
    max-width: 620px;
}
.products-landing-button,
.products-landing-button:hover {
    background-color: transparent;
    margin: auto auto 0px;
    display: inline-flex;
    border-color: var(--link-color-1);
    color: var(--link-color-1);
    font-size: 16px;
    min-width: 220px;
}
.products-landing-card {
    position: absolute;
    width: 240px;
    height: 240px;
    background-color: var(--main-color-2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
}
.products-landing-card p.products-landing-text {
    font-size: 14px;
    font-weight: 400;
    margin-top: 28px;
    padding: 0px 10px;
    color: var(--main-color-1);
}
.products-landing-card-1 {
    top: 189px;
    left: 83px;
}
.products-landing-card-2 {
    top: 236px;
    left: 343px;
}
.products-landing-card-3 {
    top: 189px;
    left: 603px;
}
.products-landing-card-4 {
    top: 50px;
    left: 865px;
    width: 174px;
    height: 100px;
}
.products-landing-card-5 {
    top: 135px;
    left: 1094px;
    width: 174px;
    height: 100px;
}
.products-landing-card-4 div,
.products-landing-card-5 div {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.products-landing-card p {
    margin-bottom: 0px;
    font-size: 13px;
    font-weight: 600;
    color: var(--link-color-1);
    text-align: center;
}
.products-landing-card .stars img {
    margin: 1.5px;
}
.products-landing-card-4 div::after,
.products-landing-card-5 div::after {
    content: '';
    position: absolute;
    border: 12px solid transparent;
    border-top: 12px solid white;
    bottom: -34px;
    right: 64px;
}
.products-subtitle h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.46;
    letter-spacing: 0.36px;
    margin-bottom: 20px;
}
.products-container {
    padding-left: 20px;
}
.products-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -25px 0px -15px;
}
.products-item {
    width: 100%;
    max-width: 25%;
    padding: 0px 10px 24px;
    display: none;
}
.item-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid transparent;
    padding: 5px 12px 14px;
    height: 100%;
    text-align: center;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 21px 0 rgba(142, 144, 147, 0.06);
}
.item-card .site-button {
    min-width: 110px;
    min-height: 36px;
    max-height: 36px;
}
.item-card:hover {
    box-shadow: 0 0 21px 0 rgba(142, 144, 147, 0.2);
}
.discount-icon {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    background-color: #ff5a02;
    border-radius: 50%;
    color: #fff;
}
.item-card-footer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-top: 1px solid #eee;
    margin-top: auto;
    padding-top: 20px;
}
.pill-show-more {
    align-self: flex-start;
    font-size: 12px;
}
.ed-pack-card .item-card-footer {
    margin-top: 10px;
}
.pill-image {
    min-height: 120px;
}
.pill-name a {
    display: block;
    color: var(--main-color-1);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
    padding: 6px 0px;
}
.pill-ingredient a {
    color: #8f9193;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
}
.pill-price {
    font-size: 16px;
    font-weight: bold;
    padding-right: 15px;
    line-height: 1.15;
    max-height: 36px;
    overflow: hidden;
}
.pill-price span {
    white-space: nowrap;
}
.pill-doses a {
    font-size: 12px;
    font-weight: 500;
    margin-left: 10px;
    line-height: 1.5;
}
.pill-doses {
    text-align: center;
    line-height: 1;
    margin: 15px 0px 20px;
}
.ed-pack-card {
    padding-top: 22px;
}
.ed-pack-card .pill-name a {
    line-height: 1;
    padding: 18px 18px 16px;
}
.ed-pick-pc {
    border: 1px solid #ccc;
    border-radius: 20px;
}
.ed_content {
    position: relative;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    color: #1c1c1a;
    height: 52px;
    width: 100%;
    color: #8f9193;
}
.ed_content-text {
    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;
}
.ed_content.open .ed_content-text {
    background-color: white;
    box-shadow: 0 0 21px 0 rgba(142, 144, 147, 0.2);
    padding: 10px;
    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;
}
/* Product page */
.product-info-wrapper {
    background-color: #fff;
    padding: 25px 20px 40px;
    border-radius: 8px;
    box-shadow: 0 0 21px 0 rgba(142, 144, 147, 0.06);
}
.product-info-description {
    padding: 25px 0px;
}
.product-container {
    padding-right: 0px;
    padding-left: 30px;
}
.product-wrapper {
    display: flex;
    flex-wrap: wrap;
}
h2 {
    font-size: 24px;
    font-weight: bold;
}
.product-description {
    display: flex;
    align-items: center;
}
.package-doses-list {
    display: flex;
    flex-wrap: wrap;
}
.package-doses-title {
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    margin-bottom: 3px;
}
.package-doses-button {
    min-width: 90px;
    min-height: 36px;
    max-height: 36px;
    margin: 0px 8px 8px 0px;
    color: #292929;
    border-color: #e9e9e9;
    border-radius: 8px;
    box-shadow: 0 0 21px 0 rgba(142, 144, 147, 0.23);
    background-color: #fff;
}
.product_table {
    display: none;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 8px;
    box-shadow: 0 0 21px 0 rgba(142, 144, 147, 0.06);
    margin-top: 18px;
}
.product_table.active {
    display: block;
}
.package-row {
    display: flex;
    align-items: center;
    padding: 14px 23px 10px 30px;
    border-bottom: solid 1px #efefef;
}
.package-row:last-child {
    border: none;
}
.package-row:hover {
    box-shadow: 0 0 13px 0 rgba(142, 144, 147, 0.23);
}
.package-pill-size {
    width: 10.2%;
    white-space: nowrap;
    margin-right: 10px;
}
.package-pill-image {
    width: 13.6%;
    margin-right: 10px;
}
.package-pill-price {
    width: 20.8%;
    white-space: nowrap;
}
.package-pill-buy {
    margin-left: auto;
    text-align: center;
}
.add-to-cart-btn {
    min-height: 50px;
    max-height: 50px;
    color: #9d9d9d;
    border-color: #e9e9e9;
    border-radius: 8px;
    box-shadow: 0 0 21px 0 rgba(142, 144, 147, 0.23);
    background-color: #fff;
    font-size: 16px;
    font-weight: 500;

}
.add-to-cart-btn:hover {
    border-color: var(--accent-color);
    background-color: var(--accent-color);
    color: var(--main-color-2);
}
.package-pill-dose,
.package-current-price {
    font-size: 16px;
    font-weight: bold;
}
.package-old-price,
.package-save {
    font-size: 12px;
    font-weight: 500;
    color: var(--error-color);
}
.package-save {
    text-align: center;
    line-height: 2;
}
.package-pill-price,
.package-pill-bonus {
    font-size: 12px;
    font-weight: 500;
    margin-right: 10px;
}
.add-to-cart-btn img {
    display: none;
}
.product-descr-menu {
    margin-top: 40px;
}
.description {
    margin-top: 40px;
}
.description-item {
    margin-bottom: 12px;
}
.description-block,
.answer {
    margin-top: 4px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid transparent;
    display: none;
    padding: 30px 25px 40px;
    font-size: 13px;
    font-weight: 400;
}
.answer {
    padding: 16px;
    font-size: 14px;
}
.description-title,
.question {
    height: 44px;
    padding: 15px 0px 15px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    transition-duration: 0.5s;
    background-color: #787878;
    color: #fff;
    border-radius: 8px;
    overflow: hidden;
}
.question {
    background-color: #fff;
    color: var(--main-color-1);
    font-size: 14px;
    font-weight: 500;
}
.question::after {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--link-color);
    content: url('../images/more.svg');
    width: 44px;
    min-width: 44px;
    height: 44px;
    cursor: pointer;
}
.faq-active .question::after {
    content: url('../images/less.svg');
}
.description-title.active {
    font-weight: 800;
}
.description-title-arrow {
    width: 44px;
    height: 44px;
    background-color: #76ab33;
    border-left: 2px solid #fff ;
    box-shadow: 0 0 21px 0 rgba(142, 144, 147, 0.06);
    cursor: pointer;
}
.description-title-arrow::after {
    border-color: #fff;
    rotate: 135deg;
    right: 16px;
    top: 15px;
}
.description-title.active .description-title-arrow::after {
    rotate: -45deg;
    top: 19px;
}
.hide-column div {
    margin-top: 5px;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.42;
    letter-spacing: 0.12px;
    text-align: center;
    color: #8f9193;
}
.product-description-title {
    border-bottom: 1px solid #dde0e3;
    margin: 25px 0px 28px;
}
.product-description-title a {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #1c1c1c;
    padding: 15px 0px 7px;
    margin-bottom: -2px;
}
#p2 {
    margin-right: 20px;
    margin-left: 20px;
}
.product-description-title a.active {
    border-bottom: 3px solid #8dc081;
    font-weight: bold;
}
.product-descr-block {
    font-size: 14px;
    line-height: 1.54;
    letter-spacing: 0.14px;
    color: #1c1c1a;
}
.reviews .review-block {
    background-color: #fff;
    padding: 21px 21px 28px;
}
.reviews .testimonials-container {
    border-radius: 16px;
    overflow: hidden;
}

.reviews .review-text {
    font-size: 13px;
    font-style: normal;
}
.reviews .review-star-capt {
    font-size: 13px;
    color: #828282;
}
.reviews .review-name {
    color: #828282;
}
.reviews .stars-row {
    margin-top: 10px;
}
.reviews {

}
.review-date {
    font-size: 12px;
    font-weight: normal;
    color: #828282;
    margin-bottom: 10px;
}
.review-head {
    display: flex;
    justify-content: space-between;
}
.review-name {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #a9a9a9;
}
.review-name span {
    font-weight: 700;
    text-transform: capitalize;
    color: #1c1c1a;
}
.review-text {
    color: #292929;
    font-size: 14px;
}
.review-star {
    font-size: 14px;
    display: flex;
    align-items: center;
    font-weight: 200;
    margin-top: 5px;
}
.review-star img {
    margin-bottom: 2px;
    margin-right: 3px;
}
.review-star-capt {
    margin-right: 10px;
    font-size: 14px;
    font-weight: 300;
    color: #a9a9a9;
}
.info-shipping {
    width: 100%;
    margin-bottom: 15px;
}
.delivery-view {
    width: 100%;
}
.delivery-title {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
}
.package-view {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.example-view {
    margin-right: 25px;
}
.example-view img {
    width: 100%;
}
img {
    border: none;
}

img {
    vertical-align: middle;
    border-style: none;
}
.delivery-desccription {
    margin-bottom: 35px;
}
.delivery-shedule {
    border-radius: 16px;
    border: solid 1px #ececec;
    background-color: #fff;
    width: 100%;
    overflow: hidden;
}
.shedule-tbl {
    width: 100%;
}
.shedule-tbl td {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.14;
    letter-spacing: 0.14px;
    text-align: center;
    color: #292929;
    padding: 5px;
    border: 1px solid #e6e9eb;
}
.shedule-tbl-header td {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.14;
    letter-spacing: 0.14px;
    text-align: center;
    color: #8f9193;
}
.package-ourbonus {
    display: flex;
    margin-bottom: 30px;
}
.package-example {
    width: 100%;
    max-width: 500px;
    margin-right: auto;
}
.ourbonus-block {
    display: flex;
    flex-wrap: wrap;
}
.ourbonus-block ul {
    padding-inline-start: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin-bottom: 0px;
}
.ourbonus-block ul li {
    width: 50%;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
    line-height: 1.1;
}
.ourbonus-block ul li,
.delivery-desccription {
    font-size: 14px;
    font-weight: 300;
}

.ourbonus-block ul li:before {
    content: url("../images/check.svg");
    display: block;
    padding-top: 4px;
    margin-right: 6px;
}
.view-description {
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    color: #808080;
    margin-top: 8px;
}
/* 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 .show-all,
.pagination .page {
    font-size: 16px;
    font-weight: 600;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px transparent;
    background-color: #fff;
    cursor: pointer;
    border-radius: 6px;
    box-shadow: 0 0 10px 0 rgba(154, 154, 154, 0.15);
    margin: 0px 5px;
}
.pagination .show-all {
    width: auto;
    padding: 0px 24px;
    font-size: 14px;
    color: var(--link-color);
}
.pagination .show-all:hover,
.pagination .page:hover,
.page.active {
    border-color: var(--link-color);
    color: #fff;
    background-color: var(--link-color);
}
.page.active {
    border: none;
}
/* reviews */
.description-block:has(.testimonials-container) {
    padding: 0px;
}
.description-block:has(.noTesti) {
    padding: 30px 25px 40px;
    font-size: 14px;
    font-weight: 500;
}
.testimonials-container {
    display: flex;
    flex-direction: column;
    padding: 0px;
}
.review-block {
    border-bottom: 1px solid #efefef;
    padding: 16px 21px 16px;
    display: none;
}
.review-title {
    font-size: 16px;
    font-weight: 500;
    color: #171717;
}
.review-date,
.review-star {
    display: flex;
    align-items: center;
    color: #8f9193;
}
.review-star * {
    margin-right: 3px;
}
/* our_policy */
.our_policy {
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 0 21px 0 rgba(142, 144, 147, 0.06);
    background-color: #fff;
}
.info-pages div.title {
    display: none;
}
.our_policy * {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}
.our_policy p {
    margin-bottom: 0px;
}
.info-pages:has(.about_us) {
    display: flex;
    max-width: 1446px;
    padding: 0px 15px;
    margin: 0px auto;
}
.info-pages:has(.about_us)::after {
    content: url('../images/about_us.jpg');
    margin-top: 85px;
}
.about_us {
    font-size: 16px;
}
.contact-us {
    display: flex;
    flex-wrap: wrap;
}
.contact-us-banner {
    width: 100%;
    margin-bottom: 66px;
}
.contact-us-banner img,
.order-banner img {
    width: 100%;
}
.contact-us-fields,
.order-block form {
    padding: 29px 34px 68px 33px;
    border-radius: 8px;
    border: solid 1px #e1e1e1;
    background-color: #f1f1f1;
}
.contact-us-form {
    width: 40%;
    min-width: 450px;
    margin-right: 5%;
}
.contact-us-info {
    max-width: 665px;
    font-size: 16px;
    font-weight: 500;
    min-height: auto;
}
.contact-us-info a {
    font-size: 16px;
}
#contact_note {
    font-size: 14px;
    font-weight: 400;
}
.contact-info-block {
    margin-bottom: 25px;
}
.contact-info-title {
    font-weight: 700;
    color: var(--link-color);
}
.form-field {
    width: 100%;
    margin-bottom: 18px;
}
.form-field input, 
.form-field textarea {
    width: 100%;
}
.contact-us .lz_text_link::after {
    color: var(--link-color);
    font-size: 16px;
    text-decoration: underline;
}
.contact-us .lz_text_link img {
    display: none;
}
.contact-us-titles div,
.order-titles div {
    line-height: 2.43;
    margin-bottom: 18px;
    text-align: right;
    font-weight: 700;
}
.captcha-field {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.captcha-field .errors {
    width: 100%;
    text-align: right;
    margin-top: 5px;
}
.captcha-row {
    margin-bottom: 20px;
}
.captcha-row img {
    margin-right: 20px;
}
.captcha-row-input {
    width: calc(100% - 160px);
    margin-bottom: 0px;
    max-width: 130px;
}
.captcha-row-img {
    margin-right: 21px;
    margin-left: auto;
}
.submit-btn {
    margin-top: 20px;
}
.contact-info-text img {
    filter: brightness(0.1);
    max-height: 11px;
}
.order-container {
    display: flex;
}
.order-block {
    width: 40%;
    min-width: 340px;
    margin-right: 10%;
}
.order-block form {
    width: 100%;
}
.order-status-description {
    font-weight: 400;
    margin-top: 34px;
    margin-bottom: 35px;
}
/* faq */
.ontop {
    display: none;
}
.faq_caption,
.question{
    font-size: 16px;
    font-weight: 700;
}
.faq_cont ul {
    padding: 0px;
}
.anchor {
    line-height: 2;
    font-weight: 500;
}
.faq_let,
.faq_let + p {
    display: inline;
}
.faq_descr {
    margin-bottom: 12px;
}
.faq_let {
    font-weight: 700;
}
/* landing page */
.landing_page input {
    background-color: #fff;
}
.landing_page .submit-btn {
    color: #1c1c1c;
    background-color: #fff;
    display: inline-flex;
    margin: 0px auto;
    max-width: 260px;
}
.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;
}

.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;
}

.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 {
    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;
}
.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;
}
.menu-item.categories-menu {
    display: none;
}
.categories-menu-body {
    .menu-wrapper.active {
        z-index: 105;
    }
    .menu-container {
        max-height: calc(100vh - 120px);
        overflow-y: auto;
        padding: 10px;
    }
    .menu-title {
        padding-right: 16px;
        border-bottom: 1px solid lightgrey;
        margin-bottom: 10px;
        padding-bottom: 5px;
    }
    .categories-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        background: none;
        box-shadow: none;
        max-width: 360px;
        width: 100%;

    }
    .category-item {
        &.after-arrow::after {
            display: none;
        }
        a {
            display: block;
            background: none;
            border: none;
            padding: .5rem .25rem;
            font-size: 14px;
        }
    }
}
.currencies-title,
.language-title,
.categories-title {
	border: none;
	padding: 0px 15px 0px 0px;
	min-height: auto;
    color: #99db46;
    font-size: 13px;
    font-weight: 500;
}
.currencies-title::after,
.language-title::after,
.categories-title::after {
	top: 3px;
	right: 0px;
}
.dropdown-close {
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    display: none;
    position: absolute;
    top: 39px;
    right: 31px;
    z-index: 102;
}
.dropdown-container.active .dropdown-close {
    display: flex;
}
.dropdown-container.active .currencies-items,
.dropdown-container.active .language-items,
.dropdown-container.active .categories-items {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    border-radius: 8px;
    box-shadow: 0 0 10px 0 rgba(142, 144, 147, 0.33);
    background-color: #fff;
    z-index: 101;
    width: auto;
    top: 27px;
    right: 15px;
    cursor: auto;
    padding: 10px 41px 10px 4px;
}
.currencies-items {
    max-width: 254px;
}
.language-items {
    max-width: 290px;
}
.currencies-item {
    width: 64px;
    text-align: center;
    display: flex;
    align-items: center;
}
.language-item {
    width: 50%;
    display: flex;
    align-items: center;
}
.language-item img {
    margin-right: 8px;
}
.dialog-langs .dropdown-title {
	color: #fff;
}



.menu-wrapper {
    position: relative;
    z-index: 100;
}
.menu-container {
    position: relative;
    width: auto;
    height: auto;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px 0 rgba(142, 144, 147, 0.33);
    padding: 10px 41px 10px 24px;
}
.menu-phones {
    display: none;
}
.menu-phones img {
    width: 100%;
    height: auto;
    filter: brightness(0.1);
}
.menu-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: none;
    background-color: #00000088;
    z-index: 101;
}
.menu-wrapper.active .menu-bg {
    display: block;
}
.menu-open {
    cursor: pointer;
}
.menu-close {
    position: absolute;
    top: 15px;
    right: 16px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 103;
    cursor: pointer;
}
.menu-link {
    font-size: 16px;
    font-weight: 500;
    line-height: 2.19;
    color: var(--main-color-1);
}
.menu-link:hover {
    color: var(--link-color);
}
.menu-body {
    z-index: 102;
    margin-top: 110px;
}
.main-menu .menu-container {
    min-width: 240px;
    max-width: 350px;
}
.main-menu .menu-open {
    margin-right: 34px;
}
.carousel {
    display: flex;
    margin: 0px -15px;
}
div.top-products-title {
    margin-top: 48px;
}