@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&family=Raleway:wght@700&display=swap');
html {
    height: 100%;
}
body {
    font-family: 'Montserrat', sans-serif;
    color: #1c1c1c;
    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: 2px solid #ae8be8;
}
input:invalid {
    outline: 2px 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: #71569d;
}
.site-button {
    max-width: 400px;
    min-width: 180px;
    width: auto;
    padding: 12px 15px;
    border-radius: 26px;
    color: #71569d;
    border: 2px solid #ae8be8;
    background-color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    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 {
    border-color: #71569d;
    background-color: #71569d;
    color: white;
    outline: none;
}
.site-button.active,
.site-button:hover,
.remove-free-pill,
.checked-shipping .site-button {
    border: solid 2px #ae8be8;
    background-color: #ae8be8;
    color: white;
}
label.site-button {
    white-space: nowrap;
    max-width: none;
    padding: 7px 30px;
}
.load-more {
    text-align: center;
}
.submit-btn {
    padding: 10px 30px;
    min-width: 160px;
    margin-top: 8px;
    border-color: #71569d;
    background-color: #71569d;
    border-radius: 22px;
    color: white;
}
h2.title,
div.title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.56;
    letter-spacing: -0.18px;
    margin-bottom: 1.5rem;
}
.main-header {
    background-image: linear-gradient(to right, rgba(255, 243, 235, 0), rgba(255, 243, 235, 1));
}
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;
}
.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: 12px;
    font-weight: bold;
    line-height: 2;
    color: #3c355d;
    margin-right: 30px;
    text-decoration: underline solid lightgrey;
}
.live-chat-link .lz_text_link {
    font-size: 14px;
    line-height: 1.5;
    margin: 0px 0px 5px auto;

}
.my-cart,
.my-order-status {
    margin-right: 12px;
}
.my-cart-mobile {
    display: none;
}
.cart-preview-mobile {
    background-color: white;
}
.menu__btn {
    margin-bottom: 0;
    cursor: pointer;
    position: relative;
}
.currency-menu {
    margin-right: 10px;
}
.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: #ae8be8;
    text-align: center;
}
.categories-menu {
    border-bottom: 1px solid darkgrey;
    padding: 10px 0px 10px;
    margin-bottom: 16px;
    position: relative;
    display: none;
}
.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 img {
    height: 9px;
}
.header-title {
    font-family: 'Raleway', sans-serif;
    font-size: 23px;
    font-weight: bold;
    text-align: left;
    color: #21184d;
    margin-left: 8px;
    white-space: nowrap;
}
.languages-container img {
    width: 31px;
    height: 30px;
}
.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;
}
.main-menu {
    margin-right: 33px;
    cursor: pointer;
}
.menu__box {
    display: block;
    position: fixed;
    visibility: visible;
    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;
}
.active .menu__box {
    visibility: visible;
    left: 0px;
}
.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;
}
.close-menu__btn {
    position: fixed;
    top: 34px;
    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 {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.header-link {
    margin-bottom: 16px;
}
.menu-name {
    font-size: 24px;
    position: relative;
    color: white;
    font-weight: 400;
    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: #71569d;
}
.header-menus .live-chat a {
    text-decoration: none;
}
.live-chat-link {
    margin-left: auto;
}
.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: #71569d;
    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-categories,
.short-info-categories:hover {
    margin-top: 40px;
    background-color: #71569d;
    border-color: #71569d;
    color: white;
}
.short-info {
    display: flex;
    align-items: center;
    background-image: linear-gradient(to right, rgba(255, 243, 235, 0), rgba(255, 243, 235, 1));
}
.short-info__right-block {
    margin-top: 5px;
    width: 58%;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    color: #71569d;
}
.short-info__right-block img {
    width: 100%;
    height: auto;
}
.short-info__right-block span {
    color: #ff6b2c;
}
.talk_2 {
    max-width: 250px;
    position: absolute;
    top: 7%;
    left: 0px;
    background-color: white;
    border-radius: 28px;
    padding: 18px 28px;
}
.talk_2::after {
    display: block;
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    border: 20px solid transparent;
    border-right: 25px solid white;
    border-top: 20px solid white;
    right: 28px;
}
.talk_1 {
    max-width: 250px;
    position: absolute;
    top: 20%;
    right: 0px;
    background-color: white;
    border-radius: 28px;
    padding: 18px 28px;
}
.talk_1::after {
    display: block;
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    border: 20px solid transparent;
    border-left: 25px solid white;
    border-top: 20px solid white
}
.short-info__left-block {
    width: 42%;
}
.short-info__left-block .head-text {
    font-family: Raleway;
    font-size: 48px;
    font-weight: bold;
    line-height: 1.38;
    color: #21184d;
    margin-bottom: 45px;
    text-transform: lowercase;

}
.short-info__left-block .head-text::first-letter {
    text-transform: uppercase;
} 
.short-info__left-block .head-text span {
    color: #71569d;
}
.left-block-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.short-info__left-block .regular-text {
    max-width: 346px;
    font-size: 16px;
    line-height: 1.75;
}
/* Live Chat link */
.lz_text_link::after {
    content: "Live Chat";
}
.lz_text_link img {
    display: none;
}
/* Top Products / Best sellers */
.best-sellers {
    padding: 80px 0;
    background: white;
}
.section-heading {
    font-family: Raleway;
    font-size: calc(22px + 16 * ((100vw - 320px) / 1280));
    text-align: center;
    color: #21184d;
    margin-bottom: 25px;
}
.best-sellers .side-margins {
    justify-content: center;
    flex-wrap: nowrap;
    padding: 15px;
    overflow: visible;

}
#itemsCarousel .col {
    margin-top: 20px;
}
.item-card {
    max-width: 350px;
    min-height: 347px;
    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;
}
.control-arrow {
    width: 22px;
    height: 40px;
    border-radius: 50%;
    transition-duration: .25s;
}
.control-arrow img:last-child,
.quantity-btn img:last-child {
    display: none;
}
.control-arrow:hover img,
.quantity-btn:hover img {
    display: none;
}
.control-arrow:hover img:last-child,
.quantity-btn:hover img:last-child {
    display: block;
}
.pill-image {
    padding-top: 8px;
    min-height: 128px;
    display: flex;
    align-items: center;
}
.pill-name a {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.56;
    letter-spacing: -0.18px;
    color: #1c1c1c;
}
.pill-ingredient a {
    font-size: 12px;
    line-height: 2.33;
    color: #828282;
}
.pill-buy {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 600;
    line-height: 2;
}
.list-dose {
    padding: 6px 40px 0;
    margin-bottom: 16px;
    font-size: 10px;
    line-height: 1.8;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    height: 45px;
    overflow: hidden;
}
.list-dose a {
    color: #71569d;
    padding: 0 4px;
    text-align: center;
}
.discount-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 48px;
    background-color: #ffece8;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 24px;
}
.discount-icon span {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: -0.2px;
    text-align: center;
    color: #fe4800;
}
.delivery-info .site-button {
    text-align: center;
    margin-right: 8px;
}
.best-sellers .custom-container {
    padding: 0;
}

/* section-list */
.products-section .custom-container {
    padding: 0;
}
.products-section {
    padding: 72px 0;
    background-color: #fdf8f4;
}
.section-list {
    display: flex;
    flex-wrap: wrap;
}
.section-item__container {
    display: flex;
    width: 33.333333%;
    padding: 14px;
}
.section-item {
    padding: 28px 40px;
    border-radius: 24px;
    box-shadow: 0 0 24px 0 rgba(102, 102, 102, 0.06);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.section-item:hover {
    border: solid 2px #ae8be8;
    padding: 26px 38px;
    background-image: linear-gradient(to bottom, #fff, #f8f3ff);
}
.section-item__title {
    margin: 16px 0px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.75;
    letter-spacing: -0.16px;
    text-align: center;
    color: #1c1c1c;
}
.section-item__info {
    font-size: 14px;
    line-height: 1.57;
    text-align: center;
    color: #707070;
}
.more-categories img {
    height: 100%;
    width: 100%;
    max-height: 278px;
    object-fit: contain;
}
.more-categories {
    position: relative;
}
.more-categories .section-item__title {
    position: absolute;
    max-width: 100px;
}
.section-item.more-categories {
    justify-content: center;
}

/* mobile apps */
.mobile-apps {
    padding: 90px 0;
    background-color: #fff;
}
.mobile-apps__container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: url("../images/mobile_app.jpg");
    background-repeat: no-repeat;
    background-position: left 280px top 0px;
}
.mobile-apps__divide {
    width: 66px;
    height: 2px;
    background-color: #71569d;
    margin: 25px 0px 27px;
}
.mobile-apps__title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: -0.2px;
    color: #71569d;
    margin-bottom: 8px;
}
.mobile-apps__text {
    font-size: 14px;
    line-height: 1.57;
    color: #707070;
}
.mobile-apps .left-block {
    width: 250px;
}
.mobile-apps .right-block {
    width: 492px;
    margin-right: 10px;
}
.mobile-apps__main-title {
    margin-top: 20px;
    margin-bottom: 34px;
}
.mobile-apps__get-app .site-button {
    margin-top: 22px;
}
.mobile-apps__get-app .site-button:hover {
    background-color: #fff;
    border: 2px solid #ae8be8;
    color: #71569d;
}
/* about us */
.about-us__main-title {
    margin-bottom: 23px;
}
.about-us__container {
    display: flex;
    justify-content: space-between;
}
.main-text {
    font-size: 14px;
    line-height: 1.71;
    color: #1c1c1c;
}
.about-us {
    background: #fff;
    padding-bottom: 50px;
}
.about-us__items {
    display: flex;
    flex-wrap: wrap;
    max-width: 524px;
}
.about-us__item {
    width: 50%;
    padding: 9px;
}
.about-us__item-container {
    padding: 28px 5px 38px;
    height: 158px;
    border-radius: 24px;
    box-shadow: 0 0 24px 0 rgba(102, 102, 102, 0.06);
    border: solid 1px #dbd0ec;
    text-align: center;
}
.about-us__title {
    margin-top: 17px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.14px;
}
.about-us .left-block {
    width: 50%;
    margin-top: 56px;
    padding-right: 20px;
}
/* FOOTER */
.footer {
    background-color: #f9f2ff;
    margin-top: 40px;
}
.footer-copyright {
    text-align: center;
    background-color: #e7d8f4;
}
.footer-copyright__text {
    padding: 10px;
}
.footer-copyright__text, 
.footer-copyright__text a {
    font-size: 11px;
    line-height: 1.64;
    color: #5c5c5c;
}
.footer-links {
    padding: 60px 70px 8px;
}
.footer-link a {
    font-size: 13px;
    line-height: 2.15;
    color: #21184d;
}
.footer-link {
    width: 33.33333%;
}
.footer-links__container {
    display: flex;
    flex-wrap: wrap;
}
.footer-container__links {
    width: 40%;
}
.footer-container__payments,
.footer-container__subscribe {
    width: 30%;
}
.payment-methods {
    display: flex;
    align-items: center;
    gap: 7px;
}
.payment-methods img {
    max-height: 20px;
}
.footer-container__info-text {
    width: 100%;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    color: #9d93a5;
    margin-top: 45px;
}
.footer-container__subscribe {
    padding-left: 80px;
}
.footer-container__title, 
.footer-label {
    font-size: 13px;
    line-height: 2.15;
    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 #9175be;
    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 {
    background-color: #9175be;
    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 0px;
}
/* product page */
.product__container {
    width: 100%;
}
.products-page,
.products-header {
    background-color: #fff;
}
.products-header {
    padding-top: 21px;
    padding-bottom: 32px;
}
.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: 2px solid #ae8be8;
    border-right: none;

}
.side_search:focus-within .bttn {
    height: 38px;
}
.side_search .bttn {
    width: 100px;
    height: 40px;
    border-radius: 20px;
    border: solid 1px #ae8be8;
    background-color: #ae8be8;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}
.side_search .bttn::before {
    content: "Search";
}
.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: 12px;
    color: #828282;
    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: Raleway;
    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: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #1c1c1c;
    line-height: 2.14;
}
.categories-list .active a,
.selected .menu-name {
    color: #71569d;
}
.categories__container #categories_list {
    border: 1px solid transparent;
    border-radius: 24px;
    padding: 20px;
    background-color: #fdf8f4;
}

/* cart page */
.cart-page {
    background-color: white;
}
.cart-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.56;
    letter-spacing: -0.18px;
    padding-top: 16px;
}
#cart_gifts {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    border: solid 1px #e9e9e9;
    border-radius: 8px;
    box-shadow: 0 0 9px 0 rgba(102, 102, 102, 0.11);
    margin: 18px 0px 28px;
}
#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: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.gift-title {
    cursor: pointer;
    display: block;
    width: 100%;
    font-size: 13px;
    z-index: 1;
    border-radius: 4px;
    color: #222222;
    font-weight: normal;
    padding: 11px 13px;
    padding-right: 45px;
    position: relative;
    order: 1;
    
}
.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;
    color: #1c1c1c;
}
.cart-product-dosage {
    font-size: 12px;
    font-weight: normal;
    color: #707070;
    padding-top: 5px;
}
.new-package-save a {
    font-size: 11px;
    font-weight: normal;
    color: #71569d;
}
.free-pill-img .cart-product-name {
    font-size: 12px;
}
.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: 12px;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.05);
    border: solid 1px #f0f0f0;
    margin: 0px 6px;
    padding: 15px;
    margin-bottom: 15px;
}

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

.free-pill.open .select-container,
.free-pill.open .select-free-pill {
    display: block;
}
.select-container::after,
.gift-title::after {
    right: 12px;
    top: 12px;
    border-right: 2px solid #cdcccc;
    border-bottom: 2px solid #cdcccc;
}
.gift-title::after {
    top: 15px;
}
#cart_gifts.open .gift-title::after {
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 20px;
}
.select-container {
    position: relative;
}
.free-pill-select {
    display: block;
    font-size: 12px;
    padding: 8px 12px;
    padding-right: 30px;
    font-weight: 400;
    position: relative;
    z-index: 99;
    color: #1c1c1c;
    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 {
    height: 38px;
    min-width: 140px;
    margin-top: 15px;
}
.remove-free-pill {
    display: none;
}
.free-pill.active .remove-free-pill {
    display: flex;
}

.free-pill.active .select-free-pill {
    display: none;
}
.gift-ico {
    width: 85px;
    height: 85px;
}
.no-gifts-block {
    padding-top: 28px;
}
.cart-border {
    border: solid 1px #e9e9e9;
    border-radius: 16px;
    box-shadow: 0 0 9px 0 rgba(102, 102, 102, 0.11);
    border-bottom: none;
}
.cart-border div:last-child > div {
    border-bottom: none !important;
}
.pill-row,
.shipping-row,
.insurance-row {
    display: flex;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #e9e9e9;
}
.cart-package-img {
    padding: 15px;
}
.cart-best-sellers {
    padding-bottom: 0;
    padding-top: 17px;
}
.cart-best-sellers .section-heading {
    font-size: 18px;
    font-weight: 600;
    color: #1c1c1c;
    text-align: left;
    margin-bottom: -5px;
    padding: 0px 15px;
}
#cart_bonuses {
    display: none;
}
.shipping_methods {
    display: flex;
}
.cart-header,
.cart-body {
    border-bottom: 1px solid #e9e9e9;
    font-size: 14px;
    font-weight: 600;
    color: #1c1c1c;
}
.cart-header {
    display: flex;
    padding: 15px;
}
.cart-body .pill-row:last-child {
    border-bottom: none;
}
.shipping-title {
    padding-left: 30px;
    padding-right: 20px;
}
.product-column {
    width: 41.25%;
    padding-left: 25px;
}
.product-column > div {
    padding-left: 140px;
}
.quantity-column {
    width: 40.02%;
    padding-left: 5px;
}
.price-column {
    width: 27.53%;
    padding-left: 5px;
    display: flex;
    align-items: center;
}
.total-column {
    width: 22.87%;
    display: flex;
    align-items: center;
}
.control-cart-body > div {
    padding-left: 8px;
}
.pill-row .product-column {
    padding-left: 0;
    padding-right: 20px;
}
.shipping-row,
.insurance-row {
    padding: 24px 0px;
}
.shipping-info {
    display: flex;
    align-items: center;
    width: 80.86%;
}
#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-info {
    width: 45%;
    order: 0;
    display: flex;
    align-items: center;
    padding-left: 30px;
}
.insurance-check {
    width: 21%;
    order: 1;
}
.insurance-price {
    width: 15%;
    order: 3;
}
.insurance-title  span:last-child {
    display: inline-block;
    font-weight: 300;
    margin-left: 25px;
}
.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 #71569d;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.cart-buttons {
    display: flex;
    align-items: center;
    padding: 20px 0px;
}
.cart-sum {
    margin-left: auto;
    font-size: 16px;
    font-weight: bold;
}
.checkout-button {
    margin-left: 20px;
    height: 48px;
}
.checkout-button .site-button {
    height: 48px;
}
.continue-shopping a {
    color: black;
    text-decoration: underline;
}
.continue-shopping a::before {
    display: inline-block;
    margin-right: 8px;
    content: "";
    background-image: url("../images/continue.svg");
    width: 12px;
    height: 10px;
}
.control-cart-body {
    display: flex;
    width: 58.75%;

}
.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: 20px;
}
.cart-preview-controls {
    padding-right: 5px;
}
.cart-preview .cart-product-name {
    font-size: 12px;
    font-weight: 600;
}
.cart-preview .cart-product-dosage {
    font-size: 10px;
    font-weight: normal;
    color: #1c1c1c;
    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-chechout {
    background-color: #71569d;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    border: none;
    padding: 0px 10px;
    text-transform: uppercase;
    padding: 12px 10px;
    cursor: pointer;
}
.cart-preview-total-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;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 100px 0px;
}
.empty-cart-add .site-button {
    min-width: 200px;
    min-height: 48px;
    padding-right: 24px;
}
.empty-cart-add .site-button:hover {
    border-color: #71569d;
    background-color: #71569d;
} 
.empty-cart-add .site-button:before {
    display: block;
    margin: 0px auto -5px 12px;
    content: url('../images/plus.svg');
}
.empty-cart-add .site-button span {
    display: block;
    margin: 0px auto 0px 10px;
    line-height: 1;
}
.empty-cart-items {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.16px;
    margin: 30px 0px 40px;
    max-width: 310px;
}
.no-cart-items .empty-cart-container {
    margin: 30px 0px;
}
.header__cart-menu {
    display: none;
}
input.cart-preview-chechout,
input.quantity-input {
    display: block;
}
span.cart-count:hover {
    color: white;
}
.short_descr_cat {
    padding: 0px 15px 20px; 
    font-size: 14px;
    line-height: 1.57;
    color: #707070;
}
.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: 600;
    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;
    width: 100%;
    color: #707070;
    height: 75px;
}
.ed_content-text {
    position: absolute; 
    top: 0;
    left: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.ed_content.open .ed_content-text {
    background-color: white;
    padding: 10px;
    box-shadow: 0 0 27px 0 rgba(147, 106, 214, 0.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 .price_prep_val {
    padding-bottom: 10px;
    padding-top: 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.75;
}
.pill-show-more {
    margin-right: auto;
}
.pill-show-more a {
    font-size: 12px;
    line-height: 1.5;
    color: #71569d;
    text-decoration: underline;;
}
.product-info {
    padding-left: 14px;
}
.product-page__container,
.product-header {
    display: flex;
}
.product-page {
    padding-top: 21px;
}
.product-header {
    padding-bottom: 25px;
    align-items: flex-start;
}
.package-short-descr {
    padding-left: 40px;
}
.package-descr-title {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.18px;
}
.package-descr-title span {
    font-weight: normal;
}
.package-short-info {
    padding: 10px 0px;
    font-size: 14px;
    line-height: 1.57;
    color: #707070;
}
.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: 14px;
    font-weight: 700;
    line-height: 2;
    padding-bottom: 5px;
}
.package-doses-list {
    display: inline-flex;
    flex-wrap: wrap;
}
.package-doses-list a {
    max-width: 100px;
    min-width: 85px;
    max-height: 34px;
    margin-top: 7px;
    margin-right: 4px;
    padding: 5px 15px;
    border-radius: 17px;
    font-size: 13px;
}
.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-top: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
}
.add-to-cart-btn {
    white-space: nowrap;
}
.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: 100px;
}
.package-pill-image {
    padding: 0px 36px;
    min-width: 100px;
}
.product-description-title {
    border-bottom: 1px solid #ddd;
    margin: 25px 0px 12px;
}
.product-description-title a {
    display: inline-block;
    font-size: 14px;
    color: #1c1c1c;
    padding: 15px 0px;
}
#p2 {
    margin-right: 20px;
    margin-left: 20px;
}
.product-description-title a.active {
    font-weight: 700;
    border-bottom: 3px solid #ae8be8;
}
.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;
    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:first-child::before {
    content: '';
    display: block;
    background-image: url('../images/about_us/our_suppliers.jpg');
    background-repeat: no-repeat;
    min-width: 280px;
    height: 280px;
    margin-right: 50px;
}
.about_us p:nth-child(2)::after {
    content: '';
    display: block;
    background-image: url('../images/about_us/largest_selection.jpg');
    background-repeat: no-repeat;
    min-width: 280px;
    height: 280px;
    margin-left: 50px;
}
.about_us p:nth-child(3)::before {
    content: '';
    display: block;
    background-image: url('../images/about_us/prof_team.jpg');
    background-repeat: no-repeat;
    min-width: 280px;
    height: 280px;
    margin-right: 50px;
}
.about_us p:nth-child(4)::after {
    content: '';
    display: block;
    background-image: url('../images/about_us/customer_support.jpg');
    background-repeat: no-repeat;
    min-width: 280px;
    height: 280px;
    margin-left: 50px;
}
.about_us p {
    display: flex;
    align-items: center;
    max-width: 75%;
    font-size: 14px;
    line-height: 1.57;
    color: #707070;
}
.about_us::before {
    display: block;
    content: attr(data-before);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.56;
    letter-spacing: -0.18px;
    color: #1c1c1c;
    width: 100%;
    margin-bottom: 50px;
}
a.reviews-product {
    min-width: 180px;
    height: 38px;
    margin-top: 15px;
}
/* order status */
.order-container,
.contact-us {
    display: flex;
    flex-wrap: wrap;
}
.order-container h2{
    width: 100%;
}
.order-block,
.contact_form {
    width: 40%;
    border-radius: 12px;
    padding: 28px;
    background-color: #fdf8f4;
}
.contact_form {
    min-width: 480px;
}
.order-block input,
.custom-input,
.captcha-input,
.custom-textarea {
    border-radius: 6px;
    border: 1px solid transparent;
    padding: 9px 15px;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.03);
    font-size: 12px;
    width: 100%;
    line-height: 1.67;
    color: #a9a9a9;
    margin-bottom: 16px;
}
.custom-input,
.captcha-input {
    border: solid 1px #e5e5e5;
}
.captcha-input {
    width: auto;
    margin-bottom: 5px;
}
.download-pc .site-button {
    margin: 20px 5px 0px;
}
.custom-textarea {
    height: 80px;
}
.errors {
    color: #ff5352;
    font-size: 12px;;
}
.order-status-description {
    margin-top: 45px;
    font-size: 14px;    
    font-weight: 300;
    line-height: 1.57;
    letter-spacing: 0.14px;
}
.image-background {
    padding-left: 12%;
    width: 60%;
}
.image-background img {
    width: 100%;
    max-width: 454px;
    height: auto;
}
.faq_descr {
    border-radius: 16px;
    box-shadow: 0 0 9px 0 rgba(102, 102, 102, 0.11);
    background-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 12px;
    position: relative;
}
.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: 16px 40px 16px 0px;
    font-size: 16px;
    font-weight: 600;
}
.answer {
    display: none;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 1.57;
    color: #707070;
}
.faq_descr.faq-active::before {
    content: '';
    background-image: url("../images/faq_less.svg");
}
.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 {
    margin-bottom: 25px;
}
.contact-info-title {
    font-weight: 600;
    color: #1c1c1c;
}
.contact-info-text {
    margin-bottom: 0;
}
.contact-info-text img {
    height: 9px;
}
.contact-info .lz_text_link {
    font-size: 14px;
    color: #ae8be8;
    font-weight: 500;
}
.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;
}
.header-link.live-chat-link {
    display: none;
}
.search-errors {
    max-width: 725px;
    margin: 0px auto;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.13px;
    color: #eb0f0f;
}