@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,500&family=Raleway:wght@300;400;500;600;700;800;900&display=swap');

html {
    height: 100%;
}
body {
    font-family: 'Montserrat', sans-serif;
    color: #1c1c1c;
    background-color: #f1f7fb;
    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 #007d67;
}
input:invalid:focus {
    outline: 1px solid #e88b8b;
}
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: #00a4d5;
}
.site-button {
    max-width: 400px;
    min-width: 180px;
    min-height: 44px;
    padding: 7px;
    border-radius: 22px;
    border: solid 1px #00a98b;
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.12px;
    overflow: hidden;
    transition-duration: 0.25s;
    cursor: pointer;
}
.site-button:hover {
    border: solid 1px #00a98b;
    background-color: #fff;
}
.site-button:active,
.site-button:focus {
    color: white;
    border: solid 1px #007d67;
    background-color: #007d67;
    outline: none;
}
a.short-info-categories {
    color: #fff;
    font-weight: 600;
    border-radius: 20px;
    border: solid 1px #485145;
    background-color: #485145;
}
a.short-info-categories:hover {
    color: white;
    border: solid 1px #485145;
    background-color: #485145;
}
.submit-btn {
    font-size: 14px;
    font-weight: 500;
    padding: 8px 30px;
    min-width: 160px;
    margin-top: 12px;
    border-radius: 22px;
    background-color: #1aa2ce;
    color: white;
}
h2.title,
div.title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #161514;
    margin-top: 5px;
    margin-bottom: 40px;
}
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: 68px;
    display: flex;
    align-items: center;
    min-width: 100%;
}
#header {
    background-color: #003243;
}
.short-info {
    background-color: #c1deba;
}
.header-row {
    display: flex;
    align-items: center;
    min-width: 100%
}
.header-site-name {
    margin: auto;
}
.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%;
}
.my-cart-mobile {
    display: none;
}
.live-chat,
.my-order-status,
.language-menu,
.currency-menu {
    margin-right: 12px;
}
.my-order-status {
    margin-left: auto;
}
.my-order-status a {
    display: flex;
}
.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: -10px;
    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: #f55858;
    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: 22px;
    left: -2px;
    cursor: pointer;
    width: 24px;
    height: 24px;
    overflow: hidden;
}
.categories-menu {
    border-bottom: 1px solid darkgrey;
    padding: 10px 0px 10px;
    position: relative;
    display: none;
    margin-bottom: 16px;
}
.categories-menu::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: 18px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #d2d2d2;
}
.support-phones {
    display: flex;
    align-items: center;
}
.support-phones img {
    height: 10px;
}
.header-title {
    font-family: 'Raleway', serif;
    font-size: 23px;
    font-weight: 600;
    text-align: left;
    color: #161514;
    margin-left: 8px;
}
.selected .currency-name,
.selected .language-name {
    color: #008bb2;
}
.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;
    overflow-y: auto;
}
.categories-menu__btn {
    padding: 14px 0;
}
.languages-container {
    margin-left: 50px;
}

.languages-container .row {
    margin: 16px auto 0px;
    max-width: 350px;
}
.currencies-container a {
    margin-top: 16px;
}
.currencies-container {
    display: flex;
    margin: auto;
    max-width: 280px;
}
.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,
.header__categories-menu .categories-banner {
    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: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-menu {
    margin-right: 33px;
    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-title,
.header-menus a {
    transition-duration: .25s;
    color: white;
}
.header-title:hover,
.header-menus a:hover {
    color: #008bb2;
}
.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:hover,
.header-link a:hover,
.menu-name:hover {
    color: #008bb2;
    cursor: pointer;
}
.live-chat-link {
    display: none;
}
.live-chat-link .lz_text_link::before {
    content: var(--live-chat);
    text-decoration: underline;
}
.live-chat-link .lz_text_link img {
    display: none;
}
.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 {
    height: 532px;
    background-image: url('../img/main_banner.png');
    background-repeat: no-repeat;
    background-position: right -80px top 0px;
    background-size: contain;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 100px;
}
.head-text {
    color: #fff;
    font-family: 'Roboto Slab', serif;
    font-size: 62px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 40px;
}
.head-text span {
    color: #161514;
    display: block;
    font-size: 76px;
    font-weight: bold;
    text-transform: capitalize;
}
.left-block-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.regular-text {
    margin-bottom: 36px;
    max-width: 310px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.56;
}
/* Live Chat link */
/* Top Products / Best sellers */

.item-card {
    max-width: 350px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
    border: 1px solid #f1f7fb;
    border-radius: 20px;
    background: rgb(0,169,139);
    background: linear-gradient(0deg, rgba(0,169,139,1) 0%, rgba(255,255,255,1) 100%);
    overflow: hidden;
    margin: auto;
    text-align: center;
    transition-duration: .5s;
}
.item-bg {
    background-color: #fff;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 15px 15px;
}
.item-card:hover {
    border: 1px solid #007d67;
    background: rgb(0,125,103);
    background: linear-gradient(0deg, rgba(0,125,103,1) 0%, rgba(255,255,255,1) 100%);
}
.pill-image {
    min-height: 120px;
    display: flex;
    align-items: center;
}
.pill-name a,
.pill-name span {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.56;
    letter-spacing: -0.18px;
    color: #1c1c1c;
}
.pill-ingredient a {
    display: flex;
    justify-content: center;
    min-height: 35px;
    font-size: 12px;
    line-height: 2;
    color: #828282;
}
.pill-buy {
    margin: 10px 0px 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 2;
}
.list-dose {
    margin: 5px 0px 10px;
    max-height: 40px;
    overflow-y: hidden;
    line-height: 1.8;
    font-size: 11px;
    font-weight: 500;
}
.discount-icon {
    padding: 0px 10px 0px 15px;
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 44px;
    background-color: #fd3838;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 30px;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.2px;
    text-align: center;
    color: #fff;
}
.package-save {
    padding-top: 5px;
    font-size: 12px;
    color: #e31d1d;
}
.package-save-text {
    font-weight: 400;
}
.shop-button {
    width: 100%;
}
.shop-button a {
    color: white;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 100%;
}
.shop-button img {
    margin-top: -2px;
    margin-right: 5px;
}
.delivery-info .site-button {
    text-align: center;
    margin-right: 8px;
    white-space: nowrap;
}
.shipping-img-cheched {
    display: none;
}
.checked-shipping .site-button {
    background-color: #007d67;
    color: white;
}
.best-sellers .custom-container {
    padding: 0;
}
.best-sellers__header h2.title {
    font-size: 16px;
    margin: 0px 15px 25px;
}
#itemsCarousel .col {
    padding: 15px;
}
.carousel-indicators {
    position: relative;
    margin-top: 20px;
    cursor: pointer;
}
.carousel-indicators li {
    width: 100px;
    height: 3px;
    margin: 0;
    background-color: #f3f3f3;
}
.carousel-indicators li.active {
    background-color: #8dc081;
}
/* top-categories */
.top-categories {
    margin-top: 40px;
}
.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: grid;
    grid-gap: 20px;
}
.top-categories-item::after {
    position: absolute;
    bottom: -14px;
    right: -8px;
}
.top-categories-item:nth-child(1) {
    max-width: 590px;
    grid-area: 1 / 1 / 2 / 3;
    background-color: #fff6de;
}
.top-categories-item:nth-child(1)::after {
    content: url('../img/arrow_yellow.svg');
    position: absolute;
    bottom: -14px;
    right: -8px;
}
.top-categories-item:nth-child(2) {
    max-width: 285px;
    grid-area: 2 / 1 / 4 / 2;
    background-color: #dbf6ff;
}
.top-categories-item:nth-child(2)::after {
    content: url('../img/arrow_blue.svg');
}
.top-categories-item:nth-child(3) {
    max-width: 285px;
    grid-area: 2 / 2 / 4 / 3;
    background-color: #f9e2ff;
}
.top-categories-item:nth-child(3)::after {
    content: url('../img/arrow_violet.svg');
}
.top-categories-item:nth-child(4) {
    max-width: 341px;
    min-width: 250px;
    grid-area: 1 / 3 / 4 / 4;
    background-color: #e5f4e1;
}
.top-categories-item:nth-child(4)::after {
    content: url('../img/arrow_green.svg');
}
.top-categories-item:nth-child(5) {
    max-width: 309px;
    grid-area: 1 / 4 / 3 / 5;
    background-color: #ffe4e4;
}
.top-categories-item:nth-child(5)::after {
    content: url('../img/arrow_red.svg');
}
.top-categories-item:nth-child(6) {
    max-width: 309px;
    grid-area: 3 / 4 / 4 / 5;
    background-color: #f9f9f9;
}
.top-categories-item:nth-child(6)::after {
    content: url('../img/arrow_grey.svg');
    position: relative;
    display: block;
    top: 3px;
    right: -5px;
}
.top-categories-info {
    padding: 30px;
}
.top-categories-item {
    position: relative;
    border-radius: 12px;
    background-color: #fff6de;
}
.top-categories-title {
    font-family: 'Roboto Slab', serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.3;
    color: #161514;
}
.top-categories-description {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.57;
    letter-spacing: 0.14px;
    color: #1c1c1a;
}
.top-categories-img {
    display: none;
}
.top-categories-img img {
    object-fit: cover;
    width: 100%;
}
.top-categories-item:nth-child(4) .top-categories-img {
    padding: 0px 10px 26px;
    display: block;
    width: 100%;
    height: auto;
}
.all-categories {
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.38;
    color: #1c1c1a;
}
.top-categories-item-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

/* mobile apps */
.mobile-apps {
    margin-top: 90px;
}
.mobile-apps-container {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.mobile-apps-info {
    width: 45%;
    padding-top: 40px;
    padding-left: 32px;
}
.mobile-apps-bunners {
    width: 55%;
    display: flex;
}
.mobile-apps-bunners img {
    width: 96%;
    object-fit: cover;
}
.mobile-apps-title {
    font-family: 'Roboto Slab', serif;
    font-size: 45px;
    font-weight: bold;
    line-height: 1.25;
    margin-bottom: 48px;
}
.mobile-apps-text {
    font-size: 16px;
    line-height: 1.38;
    color: #1c1c1a;
    margin-bottom: 1rem;
}
.mobile-apps-description-list {
    display: flex;
    border-radius: 24px;
    background-color: #c1deba;
    padding: 42px 18px;
}
.mobile-apps-description-item {
    padding: 0px 36px;
    width: 25%;
    border-right: 1px solid #e8e8e8;
}
.mobile-apps-description-item:last-child {
    border-right: none;
}
.mobile-apps-description-title {
    font-family: 'Roboto Slab', serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.35;
    margin-bottom: 13px;
}
.mobile-apps-description-text {
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: 0.14px;
    color: #1c1c1a;
}
.landing-button {
    min-width: 150px;
    margin-top: 46px;
    margin-bottom: 30px;
    border-radius: 20px;
    background-color: #007d67;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
/* FOOTER */
.footer {
    background-color: #e2eff6;
    margin-top: 80px;
}
.footer-copyright {
    text-align: center;
    background-color: #bed6e3;
}
.footer-copyright__text {
    padding: 10px;
}
.footer-copyright__text,
.footer-copyright__text a {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #717a8f;
}

.footer-links {
    padding: 45px 73px 8px;
}
.footer-link a {
    font-size: 13px;
    font-weight: 600;
    line-height: 2;
    color: #1c1c1a;
}
.footer-link {
    width: 33.33333%;
}
.footer-links__container {
    display: flex;
    flex-wrap: wrap;
}
.footer-container__links {
    width: 43%;
}
.footer-container__info-text {
    padding: 0px 5px;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    color: #8892a9;
    margin-top: 45px;
}
.footer-container__subscribe {
    margin-left: auto;
}
.footer-container__payments {
    margin: 0px auto;
}
.payment-methods {
    display: flex;
    align-items: center;
    gap: 7px;
}
.payment-methods img {
    max-height: 20px;
}
.footer-container__title,
.footer-label {
    font-size: 13px;
    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 #1aa2ce;
    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;
}
.pagination {
    display: none;
    padding: 0px 15px;
    margin-top: 15px;
}
.pagination.active {
    display: flex;
}
.pagination .prev-page,
.pagination .next-page,
.pagination .page {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    border: solid 1px #dae6ed;
    background-color: #fff;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition-duration: 0.5s;
}
.pagination .prev-page::before,
.pagination .next-page::before {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #909699;
    border-left: 2px solid #909699;
}
.pagination .prev-page::before {
    transform: rotate(-45deg);
    margin-left: 3px;
}
.pagination .next-page::before {
    transform: rotate(135deg);
    margin-right: 3px;
}
.pagination .prev-page {
    margin-right: auto;
}
.pagination .next-page {
    margin-left: auto;
}
.pagination .prev-page.disabled,
.pagination .next-page.disabled {
    pointer-events: none;
}
.pagination .page.disabled {
    border: solid 1px #1aa2ce;
}
:focus-visible {
    outline: none;
}
/* breadcrumbs */
#breadcrumbs {
    line-height: 1;
    letter-spacing: 0.13px;
    font-size: 13px;
    color: #a9a9a9;
}
.breadcrumbs a {
    color: #1c1c1c;
}
.breadcrumbs span {
    color: #828282;
}
.breadcrumbs__container {
    padding: 18px 0px;
}
/* product page */
.products-title h3,
.section-heading {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #1c1c1c;
    margin-bottom: 0px;
    padding: 0px 15px 28px;
}
.index .products-page__container {
    padding-top: 32px;
}
.products__container {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.product-info {
    padding-left: 15px;
    width: 100%;
}
.products-header {
    margin-bottom: 35px;
}
.pill-name,
.pill-ingredient,
.price_prep_val {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mobile-search {
    display: none;
}
.load-more {
    text-align: center;
    margin: 25px auto 0px;
}
.product-list,
.side-margins {
    display: flex;
    flex-wrap: wrap;
}
.product-list .collum,
.side-margins .collum {
    display: none;
    width: 25%;
    padding: 0 13px 20px;
}
.side-margins .collum {
    display: block;
    width: 100%;
    max-width: 20%;
    padding: 0px 13px;
}
.products-header__search {
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
}
.side_search {
    width: 100%;
    position: relative;
    margin-left: auto;
}
.side_search form {
    display: flex;
    justify-content: space-between;
}
.side_search .text {
    width: 100%;
    font-size: 12px;
    font-weight: 600;
    padding: 0px 18px;
    border: solid 1px transparent;
    border-radius: 19px;
}
.side_search .text:focus {
    outline: none;
    border: solid 1px #1aa2ce;
}
.side_search .text::placeholder {
    font-weight: 500;
}
.side_search .bttn {
    margin-left: 10px;
    padding: 0px 17px 0px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    border-radius: 18px;
    box-shadow: 0 0 24px 0 rgba(102, 102, 102, 0.06);
    background-color: #1aa2ce;
    color: #fff;
    border: none;
    cursor: pointer;
}
.side_search .bttn img {
    margin: 12px 8px 12px 0px;
}
.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;
}
.products-banner {
    margin: 20px 15px 29px;
    padding: 26px 17% 0px 15px;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    background-image: url('../img/products_banner.jpg');
    background-position: top 0px right 0px;
    background-repeat: no-repeat;
    height: 240px;
    border-radius: 20px;
    box-shadow: inset 0 0 70px 0 rgba(135, 161, 221, 0.29);
    background-color: #2aa4ba;
}
.banner-heading {
    font-family: 'Raleway', serif;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
}
.banner-heading span {
    display: block;
    font-size: 38px;
    font-weight: 700;
}
.banner-text {
    text-align: center;
    max-width: 455px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}
.banner-link {
    min-width: 188px;
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid transparent;
    border-top-right-radius: 22px;
    border-top-left-radius: 22px;
    color: #00a4d5;
    font-size: 14px;
    font-weight: 600;
}
.categories-banner {
    margin-top: 20px;
    position: relative;
}
.categories-banner > img {
    border: 1px solid transparent;
    border-radius: 20px;
}
.categories-banner .banner-heading {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 10px;
    font-family: 'Montserrat', serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
}
.categories-banner .banner-heading span {
    font-size: 20px;
    line-height: 1.4;
}
.categories-banner .banner-link {
    padding: 12px 3px 0px;
    justify-content: space-between;
    background-color: transparent;
}
.products-search {
    display: none;
}
.index .products-search,
.index .products-banner,
.search .products-search {
    display: flex;
}
.search .products-search {
    padding-bottom: 20px;
}
/* product page categories__container */
.categories__container {
    min-width: 236px;
    margin-right: 14px;
}
.categories-title {
    display: none;
}
.products-header__container {
    display: flex;
    align-items: center;
}
.products-header__title {
    min-width: 25.5%;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    font-size: 20px;
    color: #161514;
    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-size: 14px;
    font-weight: 500;
    color: #0d0d0d;
    line-height: 1;
    transition-duration: 0.25s;
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 15px;
}
.categories__container .categories-list a::before {
    display: block;
    content: url("../img/category_heart.svg");
    margin-right: 9px;
}
.categories__container .categories-list a:hover::before,
.categories__container li.active a::before {
    content: url("../img/category_heart_selected.svg");
}
.categories-list .active a {
    color: #00a4d5;
}
.categories__container .categories-list .selected a,
.categories__container .categories-list a:hover {
    font-weight: 600;
    color: #00a4d5;
}
.categories__container #categories_list .categories-list {
    padding: 28px 16px 28px;
    border-radius: 20px;
    box-shadow: 0 0 21px 0 rgba(192, 202, 225, 0.05);
    background-color: #f9fdff;
}

/* cart page */
#cart_gifts {
    margin-top: 20px;
}
.free-pills-list {
    display: none;
    width: 100%;
    padding: 16px 14px 0px;
    z-index: 99999;
    order: 2;
}
.cart-dropdowns::after {
    border-right: 3px solid #b4b4b4;
    border-top: 3px solid #b4b4b4;
    content: '';
    display: block;
    position: absolute;
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 20px;
    top: 14px;
    width: 10px;
    height: 10px;
}
.open.cart-dropdowns::after {
    -moz-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    top: 18px;
}
.cart-product-name {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
}
.cart-product-dosage {
    line-height: 1;
    font-size: 13px;
    font-weight: 300;
    color: #a9a9a9;
    padding-top: 15px;
}
.new-package-save a {
    display: block;
    padding-top: 8px;
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    color: #219abe;
    text-decoration: underline;
}
.no-gifts-block .cart-product-name {
    margin-top: 14px;
    padding-bottom: 14px;
    text-align: center;
}
.free-pill {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 170px;
    width: 100%;
    margin: 0px 6px;
    padding: 15px;
    margin-bottom: 15px;
    border: solid 1px transparent;
}
.free-pill:hover {
    border-radius: 12px;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.05);
    border: solid 1px #f0f0f0;
}

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

.free-pill.open .select-container,
.free-pill.open .select-free-pill {
    display: flex;
}
.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 25px 8px 12px;
    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: 16px;
    border: 1px solid #007d67;
}
.remove-free-pill {
    display: none;
}
.free-pill.active .remove-free-pill {
    display: flex;
    background-color: #007d67;
    color: #fff;
}

.free-pill.active .select-free-pill {
    display: none;
}
.gift-ico {
    width: 85;
    height: 85px;
}
.pill-row {
    display: flex;
    align-items: center;
}
.pill-row {
    border-bottom: 1px solid #e9e9e9;
    padding: 3px 25px 20px;
}
.product-column {
    margin-right: auto;
}
.quantity-column {
    margin-left: 20px;
}
.total-column,
.insurance-price {
    min-width: 80px;
    margin-left: 60px;
}
.cart-package-img {
    padding: 15px;
}
.cart-best-sellers {
    margin: 0px -15px;
}
.cart-best-sellers .section-heading {
    margin-bottom: 20px;
}
.shipping-row,
#cart_gifts {
    position: relative;
}
.shipping-title,
.gift-title {
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.14px;
    color: #1c1c1a;
    padding-bottom: 23px;
}
.gift-title::first-letter {
    text-transform: uppercase;
}
.cart-dropdowns,
.shipping_methods,
.gift-items {
    padding: 10px 35px 10px 18px;
    margin-bottom: 4px;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    color: #219abe;
    border-radius: 18px;
    border: solid 1px #78c4db;
    background-color: #fff;
    cursor: pointer;
}
.cart-dropdowns {
    white-space: nowrap;
}
.shipping_methods,
.gift-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 10;
    margin-top: 5px;
}
.shipping_method label,
.gift-item  {
    padding: 5px 0px 10px;
    color: #1c1c1c;
    cursor: pointer;
    transition-duration: .3s;
}
.shipping_method:hover label,
.shipping_method.checked-shipping label,
.gift-item:hover,
.gift-item.active  {
    color: #219abe;
}
.cart-body {
    display: flex;
    justify-content: space-between;
}
.cart-block,
.cart-options {
    border-radius: 20px;
    background-color: #fff;
    width: 100%;
    height: auto;
}
.cart-block {
    max-width: 66.5%;
}
.cart-checkout {
    max-width: 66.5%;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.cart-options {
    padding: 27px;
    max-width: 31.5%;
}
.cart-items,
.insurance-price {
    font-size: 14px;
    font-weight: 600;
}
.cart-items .pill-row:last-child {
    border-bottom: none;
}
.minus-quantity,
.plus-quantity {
    object-fit: contain;
    background-color: white;
    border: none;
    background-repeat: no-repeat;
    padding: 0px;
}
.quantity-input {
    width: 37px;
    text-align: center;
    border: none;
    outline: none;
    pointer-events: none;
    font-size: 14px;
    font-weight: 600;
}
.cart-pill-quantity {
    display: flex;
    align-items: center;
    margin: auto;
}
#cart_insurance {
    border-top: 1px solid #e9e9e9;
}
.insurance-row {
    display: flex;
    align-items: center;
    padding: 20px 25px;
}
.insurance-info {
    margin-right: auto;
}
.insurance-title {
    font-size: 14px;
    font-weight: 500;
}
.insurance-title  span {
    font-weight: 700;
    margin-right: 20px;
}
.insurance-check {
    margin-left: 20px;
    margin-right: 36px;
}
.insurance-check input {
    display: none;
}
.insurance-check label {
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
}
.insurance-check label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #e9e9e9;
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 3px;
}
.insurance-check input:checked+label:after {
    content: url('../img/apply.svg');
    display: block;
    position: absolute;
    top: 1px;
    left: 5px;
}
.cart-buttons {
    display: flex;
    align-items: center;
    padding-top: 28px;
}
.cart-sum {
    padding: 9px 18px;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
}
.continue-shopping a {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.12px;
    color: #007d67;
}
.continue-shopping a::before {
    display: inline-block;
    margin-right: 8px;
    content: "";
    background-image: url("../img/continue.svg");
    background-repeat: no-repeat;
    width: 12px;
    height: 10px;
}
.cart-buttons-text {
    margin-right: 20px;
    margin-left: auto;
    font-size: 14px;
    font-weight: 700;
    color: #1c1c1a;
}
.mobile-delivery-price {
    display: none;
}
.cart-preview {
    display: none;
    padding: 0px 12px 18px 12px;
    max-width: 320px;
    min-height: 120px;
    background: #ffffff;
    position: absolute;
    right: -15px;
    top: 38px;
    z-index: 4;
    border-radius: 12px;
    box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.07);
}
.cart-preview.active {
    display: block;
    z-index: 1000;
}
.cart-preview:before {
    content: '';
    position: absolute;
    border: 8px solid transparent;
    border-bottom: 8px solid white;
    top: -15px;
    right: 17px;
}

.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 {
    width: 22px;
    font-size: 12px;
    color: #1c1c1c;
    font-weight: 500;
}
.cart-preview-controls {
    margin-left: auto;
    text-align: right;
}
.cart-preview-controls {
    padding-right: 5px;
}
.cart-preview .cart-product-name {
    padding-top: 10px;
    padding-bottom: 8px;
    font-size: 12px;
    font-weight: bold;
}
.cart-preview .cart-product-dosage {
    font-size: 10px;
    font-weight: 400;
    color: #1c1c1a;
    padding-top: 0;
    padding-bottom: 8px;
}
.cart-pill-pack-price {
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
}
.cart-preview-image {
    margin-left: -6px;
    width: 72px;
}
.cart-preview-controls a {
    padding-bottom: 5px;
}
.cart-preview-total {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    border-radius: 12px;
    border: solid 1px #e8e8e8;
    background-color: #fff;
    overflow: hidden;
    font-size: 12px;
    font-weight: bold;
}
.cart-preview-total-val,
.cart-sum {
    padding: 0px 5px;
    white-space: nowrap;
    display: flex;
    margin: auto;
}
.chechout {
    min-width: 180px;
    background-color: #00a98b;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    border: 1px solid transparent;
    border-radius: 0px;
    padding: 10px;
    cursor: pointer;
}
.checkout-button .site-button {
    padding: 10px 15px;
    min-width: 200px;
    min-height: 48px;
    background-color: #00a98b;
    color: #fff;
}
.cart-total {
    font-size: 16px;
    font-weight: 500;
    margin-right: 20px;
}
div.cart-title {
    font-size: 16px;
}
.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: 18px;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
}
.cart-preview-cart a {
    color: #00a4d5;
    text-decoration: underline;
}
.cart-page .empty-cart-items {
    margin-left: 40px;
    max-width: 280px;
}
.cart-bonuses {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 50px;
}
.cart-bonuses-item {
    display: flex;
    align-items: center;
    word-break: break-word;
    width: 48.75%;
    padding: 16px 20px;
    font-size: 14px;
    line-height: 1.43;
    font-weight: 600;
    letter-spacing: 0.16px;
    color: #1c1c1a;
    border-radius: 12px;
    background-color: #e2eef4;
}
.cart-bonuses-img {
    border-radius: 50%;
    background-color: #fff;
    min-width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 13px;
}
.empty-cart-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 140px 0px;
}
.empty-cart-add .site-button {
    min-height: 48px;
    min-width: 200px;
    position: relative;
    background-color: #1aa2ce;
    background-color: #1aa2ce;
    color: #fff;
    font-weight: 500;
    padding: 0px 50px;
}
.empty-cart-add .site-button::before {
    content: url('../img/plus.svg');
    position: absolute;
    top: 15px;
    left: 22px;
}

.empty-cart-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.16px;
    margin: 25px 0px 40px;
    max-width: 310px;
}
.no-cart-items .empty-cart-container {
    margin: 30px 0px;
}
.cart-menu__box .header-menu__header {
    margin: 0 -15px;
    background-image: linear-gradient(to right, rgba(255, 243, 235, 0), rgba(255, 243, 235, 1));
}
input.chechout,
input.quantity-input {
    display: block;
}
.cart-menu__box .cart-pill-quantity {
    padding-top: 8px;
}
span.cart-count:hover {
    color: white;
}
.short_descr_cat {
    padding: 0px 15px 28px;
    font-size: 14px;
    line-height: 1.57;
    color: #1c1c1a;
}
.ed-pack-card {
    overflow: visible;
}
.ed-pack-card .shop-button-total {
    padding: 0px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border: solid 1px #e8e8e8;
    font-size: 14px;
    font-weight: bold;
    line-height: 2.14;
    letter-spacing: 0.14px;
    text-align: center;
    color: #1c1c1a;
}
.ed-pack-card .site-button {
    height: 100%;
    min-width: auto;
    border-radius: 0px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 8px 15px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.12px;
}
.ed-pack-card .pill-image {
    margin: 20px 0px;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #ddd;
}
.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;
    border: 1px solid #007d67;
    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: 0;
}
.price_prep_val {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.75;
}
.pill-show-more {
    margin-right: auto;
    margin-bottom: 8px;
    line-height: 1;
}
.pill-show-more a {
    font-size: 12px;
    font-weight: 400;
    color: #00a4d5;
    text-decoration: underline;;
}
.product-info-descr {
    padding: 24px 15px 0px 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.71;
}
.product-bg {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 16px;
}
.product-title {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.16px;
    border-bottom: 1px solid #eee;
    line-height: 1;
    padding: 28px 0px 21px;
    margin: 0px 23px;
}
.product-title span {
    font-weight: 300;
}
.product-descr {
    display: flex;
}
.product-page__container,
.product-header {
    display: flex;
}
.product-page .product-list .collum {
    display: block;
}
.product-header {
    padding-bottom: 20px;
    flex-wrap: nowrap;
}
.package-short-descr {
    padding-left: 40px;
}
.package-descr-title {
    font-family: 'Roboto Slab', serif;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -0.18px;
    margin-bottom: 15px;
}
.package-descr-title span {
    font-weight: 300;
}
.package-short-info {
    padding: 10px 0px 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.57;
    letter-spacing: 0.14px;
    color: #1c1c1a;
}
.package-sub-title,
.product-doses-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.75;
    padding-top: 5px;
}
.package-doses-list {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 31px 24px;
}
.package-doses-button {
    min-width: 88px;
    min-height: 34px;
    max-height: 34px;
    margin-top: 7px;
    margin-right: 8px;
    border-radius: 14px;
    border: solid 1px #78c4db;
    color: #219abe;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}
.package-doses-button.active {
    background-color: #219abe;
    border-color: #219abe;
    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-dosage-size {
    min-width: 100px;
}
.package-row {
    display: flex;
    align-items: center;
    border-radius: 16px;
    margin: 16px 0px;
    padding: 12px 25px 12px 29px;
    background-color: #fafdff;
    border: solid 1px transparent;
}
.package-row:hover {
    background-color: #fff;
    border: solid 1px #007d67;
}
.add-to-cart-btn {
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    padding: 10px 12px;
    min-width: 152px;
    color: #1c1c1c;
}
.add-to-cart-btn:hover {
    color: #fff;
    background-color: #007d67;
    border-color: #007d67;
}
.add-to-cart-btn div {
    display: none;
}
.package-old-price {
    font-size: 12px;
    color: #e31d1d;
    text-decoration: line-through;
}
.package-bonus {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 12px;
    line-height: 1.67;
    color: #828282;
    margin-left: auto;
    padding: 0px 15px;
}
.package-pill-dose {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 4px;
}
.package-pill-type {
    font-size: 12px;
    color: #828282;
}
.add-to-cart-package {
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
}
.package-pill-image {
    padding: 0px 36px 0px 2px;
}
.package-current-price {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.75;
}
.package-pill-price {
    font-size: 12px;
    color: #828282;
}
.packege-wishlist {
    width: 20%;
    height: 44px;
}
.description {
    margin-top: 40px;
}
.description-item {
    border-radius: 16px;
    background-color: #fff;
    margin-bottom: 12px;
}
.description-block {
    display: none;
    padding: 5px 28px 35px;
    font-size: 13px;
    font-weight: 500;
}
.description-title {
    height: 62px;
    padding: 0px 24px 0px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    transition-duration: 0.5s;
}
.description-title::after {
    content: url('../img/faq_more.svg');
    cursor: pointer;
}
.description-title.active {
    font-weight: 800;
}
.description-title.active::after {
    content: url('../img/faq_less.svg');
    cursor: pointer;
}
.hide-column div {
    margin-top: 5px;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.45;
    text-align: center;
    color: #828282;
}
.product-description-title {
    border-bottom: 1px solid #ddd;
    margin: 25px 0px 28px;
}
.product-description-title a {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #1c1c1c;
    padding: 15px 0px 7px;
    margin-bottom: -2px;
}
#p2 {
    margin-right: 20px;
    margin-left: 20px;
}
.product-description-title a.active {
    border-bottom: 3px solid #8dc081;
    font-weight: bold;
}
.product-descr-block {
    font-size: 14px;
    line-height: 1.54;
    letter-spacing: 0.14px;
    color: #1c1c1a;
}
.review-block {
    display: none;
    border-bottom: 1px solid #eee;
    color: #707070;
    padding-bottom: 17px;
    margin-bottom: 14px;
}
.reviews .review-block {
    border-bottom: none;
    border-radius: 16px;
    background-color: #fff;
    padding: 21px 21px 28px;
}
.reviews .review-text {
    font-size: 13px;
    font-style: normal;
}
.reviews .review-star-capt {
    font-size: 13px;
    color: #828282;
}
.reviews .review-name {
    color: #828282;
}
.reviews .stars-row {
    margin-top: 10px;
}
.review-date {
    font-size: 12px;
    font-weight: normal;
    color: #828282;
    margin-bottom: 10px;
}
.review-head {
    display: flex;
    justify-content: space-between;
}
.review-name {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #a9a9a9;
}
.review-name span {
    font-weight: 700;
    text-transform: capitalize;
    color: #1c1c1a;
}
.review-text {
    color: #1c1c1a;
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 0.14px;
}
.review-star {
    font-size: 14px;
    display: flex;
    align-items: center;
    font-weight: 200;
}
.review-star img {
    margin-bottom: 2px;
    margin-right: 3px;
}
.review-star-capt {
    margin-right: 10px;
    font-size: 14px;
    font-weight: 300;
    color: #a9a9a9;
}
.review-star-count {
    font-size: 13px;
    font-weight: 500;
    color: #1c1c1a;
    margin-left: 8px;
    line-height: 1.69;
    letter-spacing: 0.13px;
}
.info-shipping {
    width: 100%;
    margin-bottom: 15px;
}
.delivery-view {
    width: 100%;
}
.delivery-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 20px;
}
.package-view {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 35px;
}
.example-view {
    margin-right: 25px;
}
.example-view img {
    width: 100%;
}
img {
    border: none;
}

img {
    vertical-align: middle;
    border-style: none;
}
.delivery-desccription {
    font-size: 13px;
    padding-right: 15px;
}
.shedule-tbl {
    width: 100%;
    border: 1px solid #ececec;
    border-radius: 16px;
    overflow: hidden;
}
.shedule-tbl td {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    color: #1c1c1c;
    border: 1px solid #e6e9eb;
    text-align: center;
    padding: 5px;
}
.shedule-tbl-header td {
    color: #828282;
    font-size: 12px;
    font-weight: 400;
}
.package-ourbonus {
    margin-top: 45px;
    display: flex;
}
.package-example {
    width: 100%;
    max-width: 500px;
    margin-right: auto;
}
.ourbonus-block {
    display: flex;
    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("../img/check.svg");
    display: block;
    padding-top: 4px;
    margin-right: 6px;
}
.view-description {
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    color: #808080;
    margin-top: 8px;
}

/* about us page */
.about_us {
    background-image: url('../img/about_us.jpg');
    background-size: 40% auto;
    background-position: top 0px right 0px;
    background-repeat: no-repeat;
}
.about_us p {
    max-width: 50%;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.63;
}
/* order status */
.order-container {
    display: flex;
    justify-content: space-between;
}
.contact-us {
    display: flex;
}
.order-block {
    padding: 0;
}
.order-block form,
.contact-us-form {
    height: 100%;
    max-width: 512px;
    min-width: 512px;
    background: #fff;
    padding: 28px;
    border-radius: 12px;
}
.order-img {
    margin-left: 20px;
}
.order-img img {
    width: 100%;
}
.captcha-row-btn .submit-btn {
    margin-top: 22px;
}
.contact-us-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.63;
    margin-bottom: 30px;
}
.contact-us-info {
    margin-left: 6%;
    max-width: 521px;
}
.order-block input,
.custom-input,
.captcha-input,
.custom-textarea {
    padding: 6px 15px;
    font-size: 14px;
    width: 100%;
    line-height: 1.67;
    margin-bottom: 16px;
    border-radius: 6px;
    background-color: #f3fafd;
    outline: 1px solid transparent;
    border: none;
}
.custom-input:focus {
    outline: 1px solid #1aa2ce;
    background-color: #fff;
}
.captcha-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.contact-info {
    padding-left: 80px;
    max-width: 50%;
    color: #808080;
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 0.05px;
}
.contact-info-block {
    font-size: 14px;
    margin-bottom: 20px;
}
.contact-info-title {
    font-weight: bold;
    color: #1c1c1c;
}
.contact-info-text {
    font-weight: 500;
    margin-bottom: 0;
}
.contact-info-text .lz_text_link img {
    display: none;
}
#contact_note {
    font-size: 12px;
    color: #828282;
}
.contact-info-text img {
    filter: brightness(0.1);
    height: 10px;
}
.contact-us .lz_text_link::after {
    content: var(--live-chat);
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
    color: #219abe;
}
.captcha-input {
    width: auto;
    margin-bottom: 0;
}
.download-pc .site-button {
    margin: auto;
}
.download-switcher .site-button {
    margin: 0px 10px;
}
.download-pc .captcha-row {
    margin-bottom: 20px;
}
.custom-textarea {
    height: 79px;
    margin-bottom: 22px;
}
.errors {
    color: #ff5352;
    font-size: 12px;
}
.form-field-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 13px;
}
.order-status-description {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 38px;
}
.image-background img {
    margin-top: -10px;
    border-radius: 10px;
    overflow: hidden;
}
.faq_descr {
    overflow: hidden;
    background-color: #fff;
    border-radius: 12px;
    margin-bottom: 12px;
    position: relative;
}
.faq_descr .question::after {
    content: url("../img/faq_more.svg");
    display: block;
    cursor: pointer;
    margin-left: 15px;
    width: 24px;
    height: 24px;
}
.question {
    padding: 19px 21px;
    line-height: 1.57;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
}
.answer {
    display: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.57;
    padding: 0px 21px 15px;
}
.faq_descr.faq-active .question::after {
    content: url("../img/faq_less.svg");
}
.default-text {
    font-size: 12px;
}
.our_policy {
    border-radius: 16px;
    background-color: #fff;
    padding: 21px;
}
.our_policy p {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.57;
}
.our_policy br {
    display: none;
}
.our_policy p:has(strong) {
    margin-bottom: 0px;
}
.our_policy strong {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.56;
    letter-spacing: -0.18px;
    color: #1c1c1c;
}
.info-pages div.title {
    display: none;
}
/* landing page */
.landing_page input {
    background-color: #fff;
}
.landing_page .submit-btn {
    color: #1c1c1c;
    background-color: #fff;
}
.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(../img/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("../img/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(../img/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(../img/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(../img/land_corner_full.png) no-repeat;
    width: 599px;
    height: 599px;
    text-decoration: none;
}

.corner-titl {
    color: #fff;
    display: block;
    font-size: 26px;
    line-height: 28px;
    padding-left: 110px;
    padding-right: 245px;
    padding-top: 50px;
    text-align: right;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.download-stage {
    display: none;
}

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

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


.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('../img/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;
}
.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('../img/_android2.jpg') center right 3% no-repeat;
}

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

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

.slideScreenDev>div.activeStage {
    background: url('../img/_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: 3px;
    border-radius: 18px;
    border: solid 1px #78c4db;
    padding: 10px;
}
.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 {
    padding-top: 10px;
    padding-left: 15px;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.13px;
    color: #eb0f0f;
}