@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;500;600;700&family=Open+Sans:wght@300;400;600;700&display=swap');
html {
    height: 100%;
}
body {
    font-family: 'Open Sans', sans-serif;
    color: #19191b;
    position: relative;
    min-width: 320px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
#wrapper {
    flex: 1 0 auto;
}
ul li {
    list-style: none;
}
table {
    border-collapse: collapse;
}
input:focus,
textarea:focus {
    outline: 1px solid #3c3fa7;
}
input:invalid {
    outline: 1px solid #e31d1d;
}
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;
}
a:hover {
    text-decoration: none;
    color: #19191b;
}
.site-button {
    max-width: 400px;
    min-width: 180px;
    width: auto;
    padding: 12px 15px;
    border-radius: 26px;
    color: #19191b;
    border: 2px solid #191919;
    background-color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.14px;
    overflow: hidden;
    transition-duration: 0.25s;
    cursor: pointer;
}
.site-button:active,
.site-button:focus,
.empty-cart-add .site-button,
.short-info-categories {
    color: white;
    border: 2px solid #191919;
    background-color: #19191b;
    outline: none;
}
.site-button span::first-letter,
.mobile-apps-title span::first-letter,
.short-info-bonuses-container span::first-letter {
    text-transform: uppercase;
}
a.short-info-categories {
    font-weight: 600;
}
a.short-info-categories:hover {
    color: white
}
label.site-button {
    white-space: nowrap;
    max-width: none;
    padding: 7px 30px;
}
.load-more {
    text-align: center;
}
.submit-btn {
    font-weight: 600;
    padding: 8px 30px;
    min-width: 152px;
    margin-top: 8px;
    background-color: #191919;
    border-radius: 22px;
    color: white;
}
h2.title,
div.title {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.56;
    letter-spacing: -0.18px;
    margin-bottom: 1.5rem;
}
div.title {
    padding-bottom: 10px;
    width: auto;
    display: inline-block;
    border-bottom: 2px solid #787bfe;
}
label {
    margin-bottom: 0;
}
.main-title {
    font-size: calc(20px + 13 * ((100vw - 320px) / 1280));
    font-weight: bold;
    letter-spacing: -0.38px;
    color: #21184d;
    margin-bottom: 38px;
}
.main-header {
    min-height: 80px;
    display: flex;
    align-items: center;
    min-width: 100%;
}
#header:not(.index) {
    background-color: #f2f4f7;
}
.short-info {
    background-size: 50% auto;
    background-image: linear-gradient(0deg, rgb(230 234 238) 0%, rgb(234 239 243) 6%, rgb(232 237 241) 49%, rgb(242 244 247) 88%);
    background-repeat: no-repeat;
    background-position: right;
    z-index: -1;
}
.short-info-title-container {
    display: none;
}
.short-info-container {
    margin-top: -80px;
    padding-top: 145px;
    background-size: 1015px auto;
    background-position: top -1px right -100px;
    background-image: url('../images/main_slider.png');
    background-repeat: no-repeat;
    height: 658px;
}
.short-info-bonuses {
    background-color: #edeff6;
    height: 120px;
    font-size: 20px;
}
.short-info-bonuses-container {
    padding: 0px 80px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
}
.short-info-bonuses-container span {
    display: block;
    font-size: 26px;
    font-weight: 600;
}
.header-row {
    display: flex;
    align-items: center;
    min-width: 100%
}
.header-site-name a {
    display: flex;
    align-items: center;
}
.custom-container {
    width: 100%;
    height: 100%;
    max-width: 1310px;
    min-width: 320px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 15px;
}
.header-left-collum,
.header-center-collum, 
.header-right-collum,
.header-center-collum a {
    display: flex;
    align-items: center;
    height: 100%;
}
.header-center-collum {
    justify-content: center;
}
.header-right-collum {
    justify-content: flex-end;
}
.lz_text_link {
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-width: 104px;
    height: 36px;
    font-weight: 600;
    border-radius: 16px;
    background-color: #191919;
    color: white;
    margin: 0px 40px;
}
a.lz_text_link:hover {
    color: white;
}
.lz_text_link::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #31f0bd;
    position: absolute;
    top: 7px;
    right: 8px;
}
.my-cart,
.my-order-status a,
.currency-menu {
    display: flex;
    margin-right: 12px;
}
.my-cart-mobile {
    display: none;
}
.cart-preview-mobile {
    background-color: white;
}
.menu__btn {
    margin-bottom: 0;
    cursor: pointer;
    position: relative;
}
.my-cart {
    position: relative;
}
.cart-count {
    position: absolute;
    top: -4px;
    right: -5px;
    color: #fff;
    font-size: 10px;
    display: flex;
    line-height: 1;
    width: 18px;
    height: 18px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #191919;
    text-align: center;
}
.header-mobile-menu .cart-count {
    top: -5px;
    left: 6px;
}
.menu__toggle:checked~.menu__box {
    visibility: visible;
    left: 0;
}
.close-menu-btn {
    position: absolute;
    top: 30px;
    left: 0px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    overflow: hidden;
}
.close-menu-btn img {
    width: 100%;
    rotate: 45deg;
}
.categories-menu {
    border-bottom: 1px solid darkgrey;
    padding: 10px 0px 10px;
    position: relative;
    display: none;
    margin-bottom: 16px;
}
.categories-menu .menu__btn::after {
    border-right: 2px solid #d2d2d2;
    content: '';
    display: block;
    position: absolute;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 16px;
    top: 8px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #d2d2d2;
}
.support-phones {
    display: flex;
    align-items: center;
    margin-left: auto;
}
.support-phones img {
    height: 11px;
}
.header-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 23px;
    font-weight: bold;
    text-align: left;
    color: #21184d;
    margin-left: 8px;
}
.languages-container img {
    width: 31px;
    height: 30px;
}

.hamburger-menu {
    margin-right: 40px;
}
.hamburger-menu span {
    margin-top: -12px;
}
#menu__toggle {
    opacity: 0;
    display: none;
}
.menu__toggle:checked~.menu__box {
    visibility: visible;
    left: 0;
}
.menu__btn {
    display: flex;
    position: relative;
    align-items: center;
    margin: 0;
    min-width: 20px;
    min-height: 20px;
    cursor: pointer;
}
.menu__btn>span,
.menu__btn>span::before,
.menu__btn>span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #3c355d;
    transition-duration: .25s;
}

.menu__btn>span::before {
    content: '';
    width: 10px;
    top: 6px;
}

.menu__btn>span::after {
    content: '';
    top: 12px;
}
.menu__box {
    display: block;
    position: fixed;
    visibility: hidden;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    margin: 0;
    list-style: none;
    background-color: #000000ee;
    box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
    transition-duration: .25s;
    z-index: 1026;
}
.categories-menu__btn {
    padding: 14px 0;
}
.languages-container {
    margin-left: 50px;
}
.currencies-container a, 
.languages-container .row {
    margin-top: 16px;
}
.currencies-container {
    display: flex;
    margin: auto;
    max-width: 300px;
}
.header-mobile-menu .currencies-container,
.header-mobile-menu .languages-container,
.header-mobile-menu,
.header-menus input,
.header-menus .support-phones,
.menu__items #tools_currencies>.menu-name,
.menu__items #tools_languages>.menu-name {
    display: none;
}
.active .menu__box {
    visibility: visible;
    left: 0px;
}
.close-menu__btn {
    position: fixed;
    top: 30px;
    z-index: 1025;
}
.close-menu__btn>span {
    transform: rotate(45deg);
    background: white;
}

.close-menu__btn>span::before {
    top: 0;
    transform: rotate(0);
    background: white;
}

.close-menu__btn>span::after {
    top: 0;
    transform: rotate(90deg);
    background: white;
}
.header-menu__header,
.header-menu__header a {
    position: relative;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-menu {
    margin-right: 40px;
    cursor: pointer;
}
.header-link {
    margin-bottom: 16px;
}
.menu-name {
    font-size: 24px;
    position: relative;
    color: white;
    font-weight: 500;
    transition-duration: .25s;
    cursor: pointer;
} 
.header-menus .header-title,
.header-menus a {
    transition-duration: .25s;
    color: white;
}
.header-menus .header-title:hover,
.header-menus a:hover {
    color: #f96557;
}
.header-menus .live-chat a {
    text-decoration: none;
}
.live-chat-link {
    display: none;
}
.live-chat-link a {
    color: #19191b;
    background-color: #fff;
    margin-left: 0px;
    font-size: 13px;
}
.menu__sitename {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 0 0 22px;
}
.menu__items {
    max-width: 300px;
    margin: 0 auto 30px;
}
.header-mobile-menu label:hover,
.header-link a:hover,
.menu-name:hover {
    color: #f96557;
    cursor: pointer;
}
.menu__box .menu__items {
    max-width: 100%;
}
.menu__box .categories-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.menu__box .category {
    width: 50%;
    margin: 3px 0px;
}
.header-mobile-menu {
    border-bottom: 1px solid darkgrey;
    padding-bottom: 10px;
    margin-bottom: 0;
}
.current-language, 
.current-currency {
    color: white;
    font-size: 14px;
    font-weight: 600;
    transition-duration: .25s;
}
.after-arrow {
    position: relative;
    padding-right: 25px;
}
.select-container.after-arrow {
    padding-right: 0px;
}
.after-arrow:hover span {
    background-color: transparent;
}
.after-arrow::after {
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    position: absolute;
    top: 5px;
    right: 8px;
    content: '';
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 9px;
    height: 9px;
    display: inline-block;
    cursor: pointer;
}
/* short-info */
.short-info-container .button {
    margin-top: 52px;
}
.head-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 54px;
    font-weight: 600;
    line-height: 1.3;
}
.head-text::first-letter {
    text-transform: uppercase;
} 
.head-text span {
    display: block;
    font-size: 76px;
    font-weight: bold;
}
.left-block-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.regular-text {
    margin-top: 48px;
    max-width: 310px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.56;
}
/* Live Chat link */
.lz_text_link::after {
    content: "Live Chat";
}
.lz_text_link img {
    display: none;
}
/* Top Products / Best sellers */

.best-sellers {
    background: white;
    margin-top: 110px;
}
.section-heading {
    display: inline-flex;
    justify-content: center;
    margin: 0px auto -2px;
    border-bottom: 2px solid #787bfe;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 15px;
}
.best-sellers__header {
    width: 50%;
    margin: auto;
    border-bottom: 2px solid #f3f4f8;
    text-align: center;
}
.cart-best-sellers .best-sellers__header {
    width: auto;
    margin: 0px;
    border: none;
    text-align: left;
}
.best-sellers .side-margins {
    justify-content: center;
    flex-wrap: nowrap;
    padding: 35px 15px 15px;
    overflow: visible;
}
.cart-best-sellers .side-margins {
    padding-top: 15px;
}
#itemsCarousel .col {
    margin-top: 20px;
}
.item-card {
    max-width: 350px;
    min-height: 311px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
    border-radius: 24px;
    margin: auto;
    padding: 8px 15px 32px;
    box-shadow: 0 0 30px 0 rgba(102, 102, 102, 0.06);
    text-align: center;
}
.item-card:hover {
    box-shadow: 0 0 27px 0 rgba(147, 106, 214, 0.15);
    transition-duration: .25s;
}
.causel-controls {
    margin: auto;
    margin-top: 24px;
    max-width: 60px;
    position: relative;

}
.hover + img {
    display: none;
}
.hover:hover + img {
    display: block;
}
.hover:hover {
    display: none;
}
.carousel-control-prev,
.carousel-control-next {
    opacity: 1;
}
.pill-image {
    padding-top: 8px;
    min-height: 128px;
    display: flex;
    align-items: center;
}
.pill-name a {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.56;
    letter-spacing: -0.18px;
    color: #19191b;
}
.pill-ingredient a {
    font-size: 12px;
    line-height: 2.33;
    color: #828282;
}
.pill-buy {
    margin: 10px 0px 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 2;
}
.discount-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 48px;
    background-color: #fb6557;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 24px;
}
.discount-icon span {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.2px;
    text-align: center;
    color: #fff;
}
.shipping_methods {
    padding: 30px 20px;
}
.shipping_method .site-button {
    font-weight: 600;
    width: 100%;
    margin-bottom: 16px;
    padding: 8px 22px 8px 19px;
    justify-content: space-between;
    align-items: stretch;
    white-space: normal;
}
.shipping-price {
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #d6d6d6;
    padding-left: 16px;
    white-space: nowrap;
    min-height: 100%;
    min-width: 65px;
}
.checked-shipping .shipping-price {
    border-left: 1px solid #5b5b5c;
}
.shipping_method {

}
.checked-shipping .site-button {
    background-color: #191919;
    color: white;
}
.best-sellers .custom-container {
    padding: 0;
}

/* top-categories */

.top-categories-container {
    display: flex;
    padding-top: 110px;
}
.top-categories-banner {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-left: -130px;
}
.top-categories .site-button {
    background-color: #191919;
    color: #fff;
    margin-left: 150px;
    min-width: 310px;
    margin-top: 20px;
}
.top-categories .custom-container {
    position: relative;
}
.top-categories-list {
    display: flex;
    flex-direction: column;
    width: 59%;
    margin-left: auto;
    margin-bottom: -50px;
}
.top-categories-item {
    background-color: #fff;
    padding: 24px 30px;
    border-radius: 20px;
    box-shadow: 0 0 24px 0 rgba(98, 102, 117, 0.06);
    margin-bottom: 16px;
    color: #19191b;
}
.top-categories-item:hover {
    color: #19191b;
    border-radius: 20px;
    box-shadow: 0 0 38px 0 rgba(98, 102, 117, 0.2);
}
.top-categories-item-container {
    display: flex;
    align-items: center;
}
.top-categories-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 6px;
}
.top-categories-img {
    padding-right: 35px;
}
/* mobile apps */
.mobile-apps {
    background-color: #edeff6;
    margin-top: 208px;
    margin-bottom: 134px;
}
.mobile-apps-container {
    height: 100%;
    display: flex;
    align-items: center;
}
.mobile-apps-info {
    width: 45%;
    padding: 100px 80px 100px 0px;
}
.mobile-apps-title {
    font-size: 35px;
    font-weight: 600;
    line-height: 1.37;
    letter-spacing: -0.95px;
    margin-bottom: 38px;
    white-space: nowrap;
}
.mobile-apps-title span {
    display: block;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.27;
    letter-spacing: -1.1px;
}
.mobile-apps-text {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.56;
    margin-bottom: 75px;
}
.mobile-apps-links {
    display: flex;
}
.mobile-apps-links a {
    margin-right: 15px;
}
.mobile-apps-bunners {
    display: flex;
    width: 55%;
}
.mobile-apps-bunners img {
    width: 46.5%;
    height: auto;
    border-radius: 40px;
    box-shadow: 0 0 51px 0 rgba(105, 110, 125, 0.36);
}
.mobile-apps-bunners img:first-child {
    margin-top: -90px;
}
.mobile-apps-bunners img:last-child {
    margin-left: auto;
    margin-bottom: -90px;
}
/* FOOTER */
.footer {
    background-color: #f3f4f8;
    margin-top: 40px;
}
.footer-copyright {
    text-align: center;
    background-color: #dee1eb;
}
.footer-copyright__text {
    padding: 10px;
}
.footer-copyright__text, 
.footer-copyright__text a {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    color: #5a5d68;
}
.footer-link a {
    font-size: 14px;
    font-weight: 600;
    line-height: 2;
    color: #21184d;
}
.footer-links {
    padding: 60px 60px 8px;
}
.footer-link {
    width: 33.33333%;
}
.footer-links__container {
    display: flex;
    flex-wrap: wrap;
}
.footer-container__links {
    width: 40%;
}
.footer-container__info-text {
    width: 100%;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    color: #acafbb;
    margin-top: 45px;
}
.footer-container__payments,
.footer-container__subscribe {
    margin-left: auto;
}
.payment-methods {
    display: flex;
    align-items: center;
    gap: 7px;
}
.payment-methods img {
    max-height: 20px;
}
.footer-container__title, 
.footer-label {
    font-size: 14px;
    font-weight: 600;
    line-height: 2;
    margin-bottom: 12px;
}
#subscribe_to_news_form {
    display: inline-flex;
    width: auto;
    height: 36px;
    background-color: #fff;
    border-radius: 8px;
}
#subscribe_to_news_form input {
    outline: none;
}
#subscribe_to_news_form:focus-within {
    outline: solid 1px #3c3fa7;
    border-radius: 8px;
}
#subscribe_to_news_form .text {
    max-width: 228px;
    border: none;
    height: 36px;
    padding-left: 15px;
    font-size: 13px;
    font-weight: 500;
    line-height: 2;
    color: #acafbb;
    border: 1px solid transparent;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
:focus-visible {
    outline: none;
}
#subscribe_to_news {
    border: 2px solid white;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
}
#subscribe_to_news:focus {
    outline: none;
}
/* breadcrumbs */
#breadcrumbs {
    background-color: #fff;
    line-height: 1;
    font-size: 12px;
}
.breadcrumbs a {
    color: #1c1c1c;
}
.breadcrumbs span {
    color: #828282;
}
.breadcrumbs__container {
    padding: 16px 0px 24px;
}
/* product page */
.product__container {
    width: 100%;
}
.products-page,
.products-header {
    background-color: #fff;
}
.products-header {
    padding-bottom: 37px;
}
.pill-item-info {
    width: 100%;
}
.pill-name,
.pill-ingredient,
.price_prep_val {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mobile-search {
    display: none;
}
.product-list {
    display: flex;
    flex-wrap: wrap;
}
.product-list .collum {
    width: 25%;
    padding: 0 14px 20px;
}
.products-header__search {
    width: 100%;
}
.side_search form {
    display: flex;
    justify-content: space-between;
}
.side_search input:focus {
    outline: none;
}
.side_search:focus-within {
    border: 1px solid #3c3fa7;
}
.side_search:focus-within .bttn {
    height: 36px;
    border-left: 1px solid #3c3fa7;
}
.side_search .bttn {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    padding: 5px 15px 10px;
    border: none;
    border-left: 1px solid #e5e7eb;
}
.side_search {
    width: 100%;
    max-width: 755px;
    position: relative;
    border-radius: 20px;
    border: solid 1px #e5e5e5;
    margin: 0 auto;
}
.side_search input {
    width: 100%;
    border: none;
    font-size: 13px;
    color: #91949e;
    padding: 0px 18px;
    border-radius: 20px;
    border: solid 1px #ffffffff;
}
.quickSearchBlock {
    display: block;
    position: absolute;
    width: 100%;
    top: 100%;
    line-height: 25px;
    background-color: #fff;
    color: #333;
    text-decoration: none;
    border: 1px solid #A3AEB6;
    box-sizing: border-box;
    z-index: 1;
}
.products-page__container {
    display: flex;
    margin-right: -15px;
}
/* product page categories__container */
.categories__container {
    min-width: 233px;
    padding-right: 14px;
}
.categories-title {
    display: none;
}
.products-header__container {
    display: flex;
}
.products-header__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 28px;
    color: #21184d;
    white-space: nowrap;
    padding-right: 28px;
}
.categories-list {
    list-style-type: none;
    padding-inline-start: 0;
    margin-bottom: 0;
}
.categories__container .categories-list a {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #1c1c1c;
    line-height: 2.14;
    transition-duration: 0.25s;
}
.selected .currency-name,
.selected .language-name,
.categories__container .categories-list .selected a,
.categories__container .categories-list a:hover {
    font-weight: 600;
    color: #f96557;
}
.categories-list .active a {
    color: #f96557;
}
.categories__container #categories_list {
    border: 1px solid transparent;
    border-radius: 24px;
    padding: 20px;
    background-color: #f4f6f9;
}

/* cart page */
.cart-page {
    background-color: white;
}
.cart-block {
    display: flex;
    flex-wrap: wrap;
}
.cart-left-block {
    width: calc(100% - 337px);
    border-radius: 24px;
    box-shadow: 0 0 24px 0 rgba(98, 102, 117, 0.06);
}
.cart-checkout {
    width: calc(100% - 337px);
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cart-total {
    text-align: right;
    padding: 26px 30px 30px;
    padding-right: 9%;
    font-weight: 600;
    font-size: 14px;
}
.total-sum-number {
    display: inline-block;
    padding-left: 32px;
    font-weight: 700;
    font-size: 16px;
}
.cart-shipping {
    height: min-content;
    border-radius: 24px;
    box-shadow: 0 0 24px 0 rgba(98, 102, 117, 0.06);
    margin-left: auto;
    width: 312px;
}
.cart-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.56;
    letter-spacing: -0.18px;
}
#cart_gifts {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    border: solid 1px #f2f4f7;
    border-radius: 16px;
    margin: 24px 0px 20px;
}
#cart_gifts.open .gift-title {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
#cart_gifts.open .free-pills-list {
    display: flex;
    flex-wrap: wrap;
}
.free-pills-list {
    display: none;
    width: 100%;
    padding: 16px 14px 0px;
    z-index: 99999;
    order: 2;
}
.gift-btn {
    width: 100%;
    margin-top: 8px;
}
.gift-title {
    cursor: pointer;
    display: block;
    width: 100%;
    font-size: 13px;
    z-index: 1;
    border-radius: 16px;
    background-color: #f2f4f7;
    color: #222222;
    font-weight: 600;
    padding: 12px 18px;
    padding-right: 45px;
    position: relative;
    order: 1;
}

.gift-title:after {
    content: url('../images/arrow_bonus_more.svg');
    display: block;
    position: absolute;
    right: 12px;
    top: 8px;
}
#cart_gifts.open .gift-title::after {
    content: url('../images/arrow_bonus_less.svg');
}
.gift-name {
    font-weight: bold;
}
.free-pill-img {
    height: 100%;
    text-align: center;
}
.cart-product-name {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.67;
}
.cart-product-dosage {
    font-size: 14px;
    font-weight: normal;
    color: #91949e;
    padding-top: 5px;
}
.new-package-save a {
    font-size: 12px;
    font-weight: 500;
    color: #3c3fa7;
    text-decoration: underline;
}
.free-pill-img .cart-product-name {
    font-size: 14px;
}
.no-gifts-block .cart-product-name {
    margin-top: 14px
}
.free-pill {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 170px;
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 0 20px 0 rgba(98, 102, 117, 0.1);
    margin: 0px 11px 15px;
    padding: 15px;
}

.free-pill .select-container {
    width: 100%;
}

.free-pill.open .select-container,
.free-pill.open .select-free-pill {
    display: block;
}
.select-container::after {
    right: 12px;
    top: 12px;
    border-right: 2px solid #cdcccc;
    border-bottom: 2px solid #cdcccc;
}
.select-container {
    position: relative;
}
.free-pill-select {
    display: block;
    font-size: 12px;
    padding: 8px 12px;
    padding-right: 21px;
    font-weight: 400;
    position: relative;
    z-index: 99;
    color: #19191b;
    outline: none;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #dfdfdf;
    border-radius: 6px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    cursor: pointer;
}
.remove-free-pill,
.select-free-pill {
    min-width: 140px;
    margin: 15px auto 0px;
    padding: 5px 15px;
    font-weight: 600;
}
.remove-free-pill {
    display: none;
}
.free-pill.active .remove-free-pill {
    display: flex;
    color: white;
    border: 2px solid #191919;
    background-color: #19191b;
}

.free-pill.active .select-free-pill {
    display: none;
}
.gift-ico {
    width: 85;
    height: 85px;
}
.no-gifts-block {
    padding-top: 28px;
}
.cart-border {
    border: solid 1px grey;
    border-radius: 16px;
    box-shadow: 0 0 24px 0 rgba(98, 102, 117, 0.06);
    border-bottom: none;
}
.cart-border div:last-child > div {
    border-bottom: none !important;
}
.pill-row,
.shipping-row,
.insurance-row,
.cart-shipping-mobile {
    display: flex;
    align-items: center;
    padding: 7px 0px;
    border-bottom: 1px solid #f2f4f7;
}
.cart-shipping-mobile {
    display: none;
}
.cart-shipping-mobile #cart_shipping,
.cart-shipping-mobile .shipping-info {
    width: 100%;
}
.cart-shipping-mobile .shipping-title {
    border-bottom: none;
}
.cart-shipping-mobile .shipping_methods {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px;
}
.cart-shipping-mobile .shipping_method {
    width: 48%;
}
.cart-package-img {
    padding: 15px;
}
.cart-best-sellers {
    padding-bottom: 0;
    margin-top: 160px;
    margin-bottom: 45px;
}
.cart-best-sellers .section-heading {
    font-size: 20px;
    padding: 0px;
    font-weight: 700;
    color: #1c1c1c;
    border-bottom: none;
    justify-content: flex-start;
    margin: 0px;
    padding: 0px 15px;
}
#cart_bonuses {
    display: none;
}
.cart-header,
.cart-body,
.shipping-title {
    border-bottom: 1px solid #f2f4f7;
    font-size: 14px;
    font-weight: 600;
    color: #19191b;
}
.cart-header,
.shipping-title {
    display: flex;
    padding: 15px 0px;
}
.shipping-title {
    padding: 15px 25px;
}
.cart-body .pill-row:last-child {
    border-bottom: none;
}
.product-column,
.insurance-info {
    width: 51%;
    padding-left: 25px;
}
.insurance-info {
    display: flex;
    align-items: center;
    
}
.product-column > div {
    padding-left: 128px;
}
.quantity-column,
.price-column,
.total-column,
.remove-column,
.insurance-check,
.insurance-price {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.insurance-price {
    white-space: nowrap;
}
.pill-row .product-column {
    padding-left: 0;
    padding-right: 20px;
}
.shipping-row,
.insurance-row {
    padding: 24px 0px;
}
#cart_shipping,
#cart_insurance {
    font-size: 14px;
    font-weight: 600;
    color: #1c1c1c;
}
.quantity-column {
    display: flex;
    align-items: center;
}
.minus-quantity,
.plus-quantity {
    width: 26px;
    height: 26px;
    object-fit: contain;
    background-color: white;
    border: none;
    background-repeat: no-repeat;
    padding: 0px;
}
.quantity-input {
    max-width: 30px;
    text-align: center;
    border: none;
    outline: none;
    pointer-events: none;
}
.cart-pill-quantity {
    display: flex;
    align-items: center;
}
.insurance-row {
    flex-wrap: wrap;
}
.insurance-title {
    white-space: nowrap;
    padding-right: 30px;
}
.insurance-text {
    font-weight: 400;
}
.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: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 7px;
    width: 6px;
    height: 12px;
    border: solid #24c198;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.cart-buttons {
    display: flex;
    max-width: 75%;
    align-items: center;
    padding: 20px 0px;
}
.cart-sum {
    margin-left: auto;
    font-size: 16px;
    font-weight: bold;
}
#checkout-button {
    display: none;
}
.checkout-button.site-button,
.checkout-button.site-button:active,
.checkout-button.site-button:focus {
    border: none;
    color: #19191b;
    background-color: #8beabc;
    padding: 10px 18px 10px 30px;
    font-size: 14px;
    font-weight: 600;
}
.checkout-button.site-button::after {
    display: block;
    content: url('../images/arrow_checkout.svg');
    margin-left: 24px;
}
.continue-shopping a {
    color: #19191b;
    font-size: 14px;
    font-weight: 600;
}
.continue-shopping a::before {
    display: inline-block;
    margin-right: 8px;
    content: url("../images/arrow_checkout.svg");
    transform: scale(-1, 1);
}
.control-cart-body,
.control-insurance-body {
    display: flex;
    width: 49%;
}

.mobile-delivery-price {
    display: none;
}
.shipping-row .total-column {
    width: auto;
}
.cart-preview {
    display: none;
    padding: 7px 12px 20px 12px;
    width: 287px;
    min-height: 120px;
    background: #ffffff;
    position: absolute;
    right: -93px;
    top: 38px;
    z-index: 4;
    border-radius: 12px;
    box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.07);
}
.cart-preview-info > div{
    padding-left: 10px;
}
.cart-preview.active {
    display: block;
    z-index: 1000;
}
.cart-preview:before {
    content: '';
    position: absolute;
    border: 8px solid transparent;
    border-bottom: 8px solid white;
    top: -15px;
    right: 93px;
}

.cart-preview-row {
    display: flex;
    border-bottom: 1px solid #e9e9e9;
    padding: 12px 0px;
}
.quantity-btn {
    cursor: pointer;
}
.cart-preview .quantity-btn {
    width: 20px;
    height: 20px;
    display: flex; 
    align-items: center;
}
.cart-preview .quantity-btn img {
    width: 100%;
    height: auto;
}
.cart-preview .quantity-input {
    font-size: 12px;
}
.cart-preview-controls {
    margin-left: auto;
    text-align: right;
}
.remove-column {
    width: 10%;
}
.remove-item-icon {
    margin-right: auto;
}
.cart-preview-controls {
    padding-right: 5px;
}
.cart-preview .cart-product-name {
    font-size: 13px;
    font-weight: bold;
}
.cart-preview .cart-product-dosage {
    font-size: 12px;
    font-weight: 600;
    color: #5a5d68;
    padding-top: 0;
    padding-bottom: 8px;
}
.cart-pill-pack-price {
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
}
.cart-preview-image {
    margin-top: -5px;
    width: 72px;
}
.cart-preview-controls a {
    padding-bottom: 5px;
}
.cart-preview-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px;
    border: solid 1px #e8e8e8;
    overflow: hidden;
    font-size: 12px;
    font-weight: bold;
}
.cart-preview-total-val {
    display: flex;
    margin: auto;
}
.cart-preview-chechout {
    min-width: 180px;
    background-color: #191919;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    border: none;
    text-transform: uppercase;
    padding: 12px 10px;
    cursor: pointer;
}
.cart-preview-totel-val {
    width: 100%;
    text-align: center;
}
.cart-preview-footer {
    margin-top: 12px;
}
.cart-preview-bonus {
    text-align: center;
    padding: 0px 0px 12px;
    font-size: 12px;
    font-weight: 600;
}
.cart-preview-cart {
    padding-top: 12px;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
}
.cart-preview-cart a {
    color: #71569d;
    text-decoration: underline;
}
.empty-cart-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 100px 0px;
}
.empty-cart-items {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #19191b;
    margin: 30px 0px 40px 52px;
    max-width: 310px;
}
.empty-cart-add {
    margin-top: 40px;
}
.empty-cart-add .site-button {
    min-width: 200px;
    position: relative;
}
.empty-cart-add .site-button::before {
    content: '+';
    line-height: 0.5;
    font-size: 45px;
    font-weight: 200;
    margin-right: 11px;
}
.cart-preview .no-cart-items {
    padding: 20px 0px;
}
.no-cart-items .empty-cart-container {
    margin: 30px 0px;
}
.cart-preview .empty-cart-container {
    margin: 0px;
}
.cart-preview .empty-cart-container {
    flex-direction: column;
}
.cart-preview .empty-cart-items {
    font-size: 17px;
    text-align: center;
    margin: 20px 0px;
}
.cart-preview .empty-cart-add {
    margin-top: 10px;
}
input.cart-preview-chechout,
input.quantity-input {
    display: block;
}
span.cart-count:hover {
    color: white;
}
.short_descr_cat {
    padding: 0px 15px 30px; 
    font-size: 14px;
    line-height: 1.71;
    color: #5a5d68;
}
.ed-pack-card .pill-image {
    margin-top: 18px;
    padding-top: 0;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #ddd;
}
.ed-pack-card .pill-name {
    padding: 10px 0px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.56;
    letter-spacing: -0.18px;
}
.ed_content {
    margin-top: 5px;
    position: relative;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.6;
    text-align: left;
    color: #1c1c1a;
    height: 60px;
    width: 100%;
    color: #828282;
}
.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;
    padding: 10px;
    box-shadow: 0 0 27px 0 rgb(147 106 214 / 15%);
    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;
}
.ed-pack-card .pill-buy {
    margin-bottom: 0;
}
.ed-pack-card .price_prep_val {
    padding-bottom: 10px;
    padding-top: 15px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.75;
}
.pill-show-more {
    margin-top: -8px;
    margin-right: auto;
}
.pill-show-more a {
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
    color: #3c3fa7;
    text-decoration: underline;;
}
.product-info {
    padding-left: 14px;
}
.product-page__container,
.product-header {
    display: flex;
}
.product-header {
    padding-bottom: 35px;
    flex-wrap: nowrap;
}
.package-short-descr {
    padding-left: 40px;
}
.package-descr-title {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -0.18px;
    margin-bottom: 15px;
}
.package-descr-title span {
    font-weight: 600;
}
.package-short-info {
    padding: 10px 0px 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.57;
    color: #5a5d68;
}
.package-img {
    padding: 20px 10px;
    border-radius: 24px;
    box-shadow: 0 0 24px 0 rgba(102, 102, 102, 0.06);
    background-color: #fff;
}
.package-sub-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.75;
    padding-bottom: 5px;
}
.package-doses-list {
    display: inline-flex;
    flex-wrap: wrap;
}
.package-doses-button {
    min-width: 85px;
    max-height: 34px;
    margin-top: 7px;
    margin-right: 4px;
    padding: 5px 15px;
    border-radius: 17px;
    background-color: #f2f4f7;
    color: #19191b;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}
.package-doses-button.active {
    background-color: #191919;
    color: #fff
}
.package-doses-list a:last-child {
    margin-right: 0;
}
.product_table.active,
.product-descr-block.active {
    display: block;
}

.product_table,
.product-descr-block {
    display: none;
}
.package-row {
    display: flex;
    align-items: center;
    border-radius: 16px;
    box-shadow: 0 0 9px 0 rgba(102, 102, 102, 0.11);
    margin: 16px 0px;
    padding: 5px 27px;
}
.package-row:hover {
    box-shadow: 0 0 21px 0 rgba(147, 106, 214, 0.17);
}
.add-to-cart-package {
    margin: 10px 0px 5px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.add-to-cart-btn {
    white-space: nowrap;
    padding: 10px 12px;
    min-width: 152px;
}
.add-to-cart-btn div {
    display: none;
}
.package-save {
    padding-top: 5px;
    font-size: 12px;
    color: #e31d1d;
}
.package-old-price {
    font-size: 12px;
    color: #e31d1d;
    text-decoration: line-through;
}
.package-current-price,
.package-pill-dose {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.75;
}
.package-pill-price,
.package-pill-type {
    font-size: 12px;
    color: #828282;
}
.package-bonus {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 12px;
    line-height: 1.67;
    color: #707070;
    margin-left: auto;
    padding: 0px 15px;
}
.packege-wishlist {
    width: 20%;
    height: 44px;
}
.package-dosage-size {
    min-width: 75px;
}
.package-pill-image {
    padding: 0px 32px 0px 0px;
    min-width: 100px;
}
.product-description-title {
    border-bottom: 1px solid #ddd;
    margin: 25px 0px 12px;
}
.product-description-title a {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #1c1c1c;
    padding: 15px 0px 7px;
    margin-bottom: -1.5px;
}
#p2 {
    margin-right: 20px;
    margin-left: 20px;
}
.product-description-title a.active {
    border-bottom: 2px solid #787bfe;
}
.product-descr-block {
    font-size: 13px;
    line-height: 1.54;
    color: #707070;
}
.review-block {
    margin-bottom: 25px;
    color: #707070;
    display: none;
}
.review-name {
    font-size: 14px;
    font-weight: 200;
    margin-bottom: 5px;
}
.review-name span {
    font-weight: 700;
    text-transform: capitalize;
    color: #000;
}
.review-text {
    color: #808080;
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 0.05px;
    margin-bottom: 10px;
}
.review-star {
    font-size: 14px;
    display: flex;
    align-items: center;
    font-weight: 200;
}
.review-star img {
    margin-bottom: 2px;
}
.review-star-capt {
    margin-right: 10px;
}
.review-star-count {
    color: #222222;
    margin-left: 8px;
}
.package-example {
    background-color: #f7f7f7;
    padding: 25px 30px;
    display: flex;
    border-radius: 20px;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0px;
}
.delivery-view {
    width: 100%;
}
.delivery-title {
    font-size: 15px;
    color: #222222;
    margin-bottom: 20px;
}
.package-view {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.example-view {
    margin-right: 25px;
}
img {
    border: none;
}

img {
    vertical-align: middle;
    border-style: none;
}
.delivery-desccription {
    font-size: 12px;
}
.shedule-tbl {
    width: 100%;
    border: 1px solid #e6e9eb;
    border-radius: 20px;
    overflow: hidden;
}
.shedule-tbl td {
    border: 1px solid #e6e9eb;
    text-align: center;
    padding: 5px;
    font-weight: 300;
    color: #222222;
}
.shedule-tbl-header td {
    color: #808080;
    font-size: 12px;
    font-weight: 200;
}
.ourbonus-block {
    display: flex;
    margin-top: 25px;
    flex-wrap: wrap;
}
.ourbonus-block ul {
    margin-right: 40px;
    margin-bottom: 0;
    padding-inline-start: 0px;
}
.ourbonus-block ul li {
    padding-bottom: 5px;
    display: flex;
    align-items: center;
}
.ourbonus-block ul li:before {
    content: url(../images/check.svg);
    display: block;
    padding-top: 4px;
    margin-right: 5px;
}
.view-description {
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    color: #808080;
    margin-top: 8px;
}

/* about us page */
.about_us {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.about_us p:nth-child(2)::before {
    content: '';
    display: block;
    background-image: url('../images/about_us/our_suppliers.png');
    background-repeat: no-repeat;
    min-width: 317px;
    height: 282px;
    margin-right: 50px;
}
.about_us p:nth-child(3)::after {
    content: '';
    display: block;
    background-image: url('../images/about_us/largest_selection.png');
    background-repeat: no-repeat;
    min-width: 317px;
    height: 282px;
    margin-left: 50px;
}
.about_us p:nth-child(4)::before {
    content: '';
    display: block;
    background-image: url('../images/about_us/prof_team.png');
    background-repeat: no-repeat;
    min-width: 317px;
    height: 282px;
    margin-right: 50px;
}
.about_us p:nth-child(5)::after {
    content: '';
    display: block;
    background-image: url('../images/about_us/customer_support.png');
    background-repeat: no-repeat;
    min-width: 317px;
    height: 282px;
    margin-left: 50px;
}
.about_us p {
    display: flex;
    align-items: center;
    padding: 0px 5%;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.63;
    color: #707070;
}
a.reviews-product {
    min-width: 180px;
    height: 38px;
    margin-top: 15px;
}
.about_us h2 {
    width: 100%;
}
/* order status */
.order-container {
    display: flex;
    flex-wrap: wrap;
}
.order-block {
    width: 50%;
    max-width: 600px;
}
h2.title {
    width: 100%;
    border-bottom: 1px solid #f3f4f8;
}
h2.title span {
    display: inline-block;
    width: auto;
    border-bottom: 2px solid #787bfe;
    margin-bottom: -1px;
    padding-bottom: 5px;
}
.contact-us {
    max-width: 875px;
}
.contact-us-info,
.contact-us-form,
.order-block form {
    height: auto;
    border-radius: 12px;
    padding: 35px 35px 39px;
    border-radius: 24px;
    box-shadow: 0 0 24px 0 rgba(98, 102, 117, 0.06);
}
.contact-us-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.63;
    margin-bottom: 30px;
}
.contact-us-info {
    padding: 0px;
    margin-bottom: 20px;
}
.order-block input,
.custom-input,
.captcha-input,
.custom-textarea {
    border-radius: 6px;
    border: 1px solid transparent;
    padding: 6px 15px;
    border-radius: 8px;
    border: solid 1px #e8e8e8;
    font-size: 14px;
    width: 100%;
    line-height: 1.67;
    margin-bottom: 16px;
}
.custom-input,
.captcha-input {
    border: solid 1px #e5e5e5;
}
.captcha-row {
    margin-top: -5px;
    padding-bottom: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.captcha-row img {
    margin-right: 10px; 
}
.contact-info {
    padding-left: 80px;
    max-width: 50%;
    color: #808080;
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 0.05px;
}
.contact-info-block {
    padding: 20px 28px 25px;
    border-bottom: 1px solid #f3f4f8;
}
.contact-info-block:last-child {
    border-bottom: none;
}
.contact-info-title {
    margin-bottom: 10px;
    font-weight: bold;
    color: #1c1c1c;
}
.contact-info-text {
    font-size: 14px;
    margin-bottom: 0;
}
.contact-info-text img {
    height: 11px;
}
.contact-info-text .lz_text_link::before {
    display: none;
}
.contact-info-text .lz_text_link::after {
    content: 'Live Chat Online';
    color: #3c3fa7;
    text-decoration: underline;
    font-size: 14px;
}
.contact-info-text .lz_text_link {
    height: auto;
    background-color: #fff;
    justify-content: flex-start;
    margin: 0;
}
#contact_note {
    font-size: 13px;
    color: #91949e;
    line-height: 2;
    margin-top: 20px;
    margin-bottom: 54px;
}
.captcha-input {
    width: 117px;
    margin-right: auto;
    margin-bottom: 0;
}
.download-pc .site-button {
    margin: 20px auto;
}
.custom-textarea {
    height: 79px;
    margin-bottom: 20px;
}
.errors {
    color: #ff5352;
    font-size: 12px;
}
.form-field-group {
    display: flex;
    gap: 1.5rem;
}
.form-field-group > div {
    width: 50%;
}
.form-field-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 13px;
}
.order-status-description {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 45px;
}
.image-background {
    padding-left: 80px;
    padding-top: 48px;
}
.image-background img {
    width: 100%;
    height: auto;
}
.faq {
    border-top: 1px solid #f3f4f8;
    margin-top: -24px;
    padding-top: 41px;
}
.maintenance {
    border-radius: 24px;
    box-shadow: 0 0 24px 0 rgba(98, 102, 117, 0.06);
    overflow: hidden;
}
.faq_descr {
    border-bottom: 1px solid #f3f4f8;
    background-color: #fff;
    padding-left: 30px;
    padding-right: 20px;
    position: relative;
}
.faq_descr:last-child {
    border: none;
}
.faq_descr:before {
    right: 20px;
    top: 15px;
    content: '';
    display: block;
    position: absolute;
    width: 28px;
    height: 28px;
    background-image: url("../images/faq_more.svg");
    background-repeat: no-repeat;
    cursor: pointer;
}
.question {
    padding: 18px 40px 18px 0px;
    font-size: 16px;
    font-weight: bold;
}
.answer {
    display: none;
    margin: 0px -20px 0px -30px;
    padding: 22px 34px;
    font-size: 14px;
    line-height: 1.57;
    background-color: #f2f4f7;
    color: #707070;
}
.faq_descr.faq-active::before {
    content: '';
    background-image: url("../images/faq_less.svg");
}
.default-text {
    font-size: 12px;
}
.our_policy p {
    font-size: 14px;
    line-height: 1.57;
    color: #707070;
}
.our_policy br {
    display: none;
}
.our_policy strong {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.56;
    letter-spacing: -0.18px;
    color: #1c1c1c;
}

/* 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;
}

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


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

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

.download-switcher {
    display: inline-flex;
    padding: 5px;
}
.landing-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 30px;
    text-align: center;
}
.landing-bottom > div {
    min-width: 200px;
}

.download-pc {
    margin: 30px auto;
    max-width: 560px;
    box-sizing: border-box;
    text-align: center;
    margin-top: 40px;
    padding-bottom: 50px;
}

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

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

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

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

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

#link {
    color: #999;
}

.quickSearchBlock {
        margin-top: 2px;
        border-radius: 20px;
        border-color: lightgrey;
        padding: 10px 20px;
}
.quickSearchBlock ul {
        padding-inline-start: 0px;
            margin-bottom: 0;

}
.quickSearchBlock li {
    padding: 5px 20px;
    font-size: 14px;
}
.searchLiHover {
    background-color: lightgrey;
    border-radius: 5px;
    cursor: pointer;
}
.search-errors {
    max-width: 725px;
    margin: auto;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.13px;
    color: #eb0f0f;
}