@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
    --main-color-1: #3a3c47;
    --main-color-2: #fff;
    --secondary-color-1: #b1b1b1;
    --secondary-color-2: #d5d5d5;
    --secondary-color-3: #828282;
    --accent-color-1: #ea5a0b;
    --accent-color-2: #c54e0c;
    --link-color-1: #674fff;
    --link-color: var(--link-color-1);
    --link-color-2: var(--link-color-1);
    --error-color: #86210f;

    --theme-color-1: #3a3c47;
    --theme-color-2: #32286e;
    --theme-color-3: #c7c3de;
    --theme-success-color: #007d67;
    --theme-error-color: #e88b8b;
}
html {
    height: 100%;
    font-size: 15px;
}
body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: var(--main-color-1);
    position: relative;
    min-width: 360px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
#wrapper {
    flex: 1 0 auto;
}
#header {
    position: relative;
    z-index: 100;
}
ul li {
    list-style: none;
}
table {
    border-collapse: collapse;
}
input:focus,
textarea:focus {
    outline: 1px solid #c694ff;
}
input:invalid {
    outline: 1px solid #e31d1d;
}
button:focus {
    outline: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type='number'] {
    -moz-appearance: textfield;
}
.after-arrow {
    position: relative;
}
.after-arrow:after {
    position: absolute;
    content: '';
    display: block;
    top: 50%;
    right: 1.5rem;
    transform: translate(0, -75%) rotate(135deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 10px;
    height: 10px;
}
.after-arrow.open:after {
    transform: translate(0, -25%) rotate(-45deg);
}
.site-input {
    width: 100%;
    padding: .7rem 1.5rem;
    border-radius: 4px;
    background-color: white;
    color: #7a7f87;
    letter-spacing: 0.13px;
    font-size: 13px;
    border: solid 2px white;
    outline: none;
}
.site-input:focus {
    border: solid 2px #9cb4e4;
    outline: none;
}
.site-input:invalid {
    border: solid 2px #e94848;
    outline: none;
}
.product-wrapper small.subtitle {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 1rem;
    display: block;
    line-height: 1;
}
/* ---------------------- Menus ---------------------- */
.menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 44px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 1rem 0 2rem;
    font-size: 15px;
    font-weight: 500;
}
.menu-body {
    padding: 1.5rem 1rem 0 2rem;
    height: 100vh;
}
.menu-open {
    color: var(--theme-color-1);
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
}
.menu-close {
    cursor: pointer;
}
.menu-item {
    color: #3a3c47;
    line-height: 2.43;
    display: flex;
    align-items: center;
    transition: all .3s linear;
}
.menu-item .highlight {
    color: #245bc3;
    text-transform: uppercase;
    transition: all .3s linear;
}
.menu-item.selected,
.menu-item:hover {
    color: #245bc3;
}
.menu-item.selected .highlight,
.menu-item:hover .highlight {
    font-weight: 600;
}


.cart-menu-wrapper .menu-body {
    padding: 0;
}
.cart-menu .cart-product-name {
    font-size: 15px;
    font-weight: 600;
}
.cart-menu .cart-product-dosage {
    font-size: 11px;
    line-height: 1.8;
    font-weight: 300;
}
.cart-menu .cart-bonus {
    background-color: #f7f7f7;
    font-size: 12px;
    color: #959595;
    text-align: center;
    padding: 1rem;
    width: 100%;
}
.cart-menu .cart-subtotal {
    font-size: 14px;
    font-weight: 500;
    text-align: right;
    line-height: 1;
    padding: 1.1rem 1rem;
}
a:hover {
    text-decoration: none;
    color: #19191b;
}
.site-button,
input.site-button {
    max-width: 400px;
    min-width: 138px;
    width: auto;
    padding: 12px 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    overflow: hidden;
    transition-duration: 0.25s;
    cursor: pointer;
    border-radius: 3px;
    background-color: #245bc3;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.14px;
    text-align: center;
    color: #fff;
    border: 2px solid #245bc3;
}
.site-button:hover {
    background-color: #3878f2;
    border: 2px solid #3878f2;
    color: white;
    outline: none;
}
.site-button:active,
.site-button:focus {
    background-color: #1549ab;
    border: 2px solid #1549ab;
    color: white;
    outline: none;
}
.banner-button span{
    width: 40px;
    height: 40px;
    background: #fcfcfe;
    border-radius: 50%;
    margin-left: 20px;
    position: relative;
}
.banner-button span::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 15px;
    left: 13px;
    width: 10px;
    height: 10px;
    border-right: 3px solid #725cff;
    border-top: 3px solid #725cff;
    transform: rotate(45deg);
}
.banner-button.site-button{
    background: #725cff;
    color: #ffffff;
    font-size: 16px;
    border-radius: 26px;
    padding: 12px 12px 12px 25px;
}
.site-button span::first-letter,
.mobile-apps-title span::first-letter,
.short-info-bonuses-container span::first-letter {
    text-transform: uppercase;
}
a.short-info-categories {
    font-weight: 600;
}
a.short-info-categories:hover {
    color: white
}
label.site-button {
    white-space: nowrap;
    max-width: none;
    padding: 7px 30px;
}
.load-more {
    text-align: center;
}
.submit-btn {
    border-radius: 3px;
    border: solid 2px #edf0f6;
    color: #3a3c47;
    font-size: 14px;
    background-color: white;
    border-radius: 3px;
}
.submit-btn:hover {
    border: solid 2px #245bc3;
    background-color: white;
    color: #3a3c47;
}
.submit-btn:active {
    border: solid 2px #245bc3;
    background-color: #245bc3;
    color: white;
}
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: 90px;
    display: flex;
    align-items: center;
    min-width: 100%;
    background: url(../images/banners/top_flag.jpg) no-repeat bottom right;
}
.reviews-page {
    padding-bottom: 5rem;
}
.toolbar__search.static_page,
.toolbar__search.reviews {
    display: none;
}
.toolbar__wrapper {
    display: flex;
    align-items: center;
    position: relative;
    gap: 1rem;
}
.toolbar__categories {
    position: relative;
    width: 33%;
    min-width: 320px;
}
.toolbar__categories-title {
    border-radius: 4px;
    background-color: #213e74;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 1rem 1.5rem;
    font-size: 14px;
    font-weight: 500;
    color: #fefefe;
    text-transform: uppercase;
    cursor: pointer;
}
.categories-list {
    padding: 0;
    margin: 0;
}
.toolbar__categories-items,
.quickSearchBlock {
    display: none;
    position: absolute;
    top: calc(100% + 1rem);
    left: 0;
    width: 100%;
    background-color: white;
    max-height: 70vh;
    overflow: hidden;
    overflow-y: auto;
    z-index: 50;
    border-radius: 3px;
    box-shadow: 1.2px 2.8px 21px 0 rgba(0, 0, 0, 0.09);
    border: solid 1px #eee;
}
.toolbar__categories .category a,
.products-categories .category a,
.quickSearchBlock li {
    display: block;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    line-height: 1;
    padding: .8rem 1.5rem;
    color: #3a3c47;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}
.products-categories {
    border: 1px solid #eee;
    align-self: start;
}
.toolbar__categories .category a:hover,
.products-categories .category a:hover,
.products-categories .category.active a,
.searchLiHover {
    background-color: #f7f7f7;
}
.products-wrapper,
.product-page__container {
    display: grid;
    grid-template-columns: 1fr 3fr;
    column-gap: clamp(1rem, -3.742rem + 7.177vw, 2rem);
    align-items: start;
}
.product-page__container {
    grid-template-columns: 273px 1fr;
}
.products-page {
    padding-bottom: 80px;
}
.products-header {
    grid-area: 1 / 1 / 2 / 3;
}
.products-page .products-list{
    grid-template-columns: repeat(3, 1fr);
}
.category.after-arrow::after {
    transform: translate(0, -50%) rotate(45deg);
    border-color: #c2c2c2;
    width: 8px;
    height: 8px;
}
.category.after-arrow:hover:after {
    border-color: #3a3c47;
}
.toolbar__search {
    flex: 1;
}
.index__banner {
    margin-top: 1.75rem;
}
#myCarousel {
    position: relative;
    display: flex;
    align-items: center;
}
.carousel-indicators {
    position: absolute;
    left: 1rem;
    right: unset;
    top: unset;
    bottom: unset;
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 0;
    top: 50%;
    transform: translate(0, -50%);
    max-width: 280px;
    width: 100%;
}
.carousel-indicator {
    border-radius: 3px;
    background-color: #f1f6ff;
    padding: 1.3rem 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
    position: relative;
    border-top: 3px solid #f1f6ff;
    border-bottom: 3px solid #f1f6ff;
}
.carousel-indicator.active {
    background-color: #fff;
    border-bottom: 3px solid #245bc3;
    border-top-color: white;
}
.carousel-indicator.active::after {
    content: '';
    width: 12px;
    height: 12px;
    border: 1px solid white;
    transform: rotate(45deg) translate(0, -50%);
    background-color: white;
    position: absolute;
    right: -2px;
    top: 50%;
}
.carousel-indicators-wrapper {
    position: absolute;
    top: 50%;
    width: 100%;
}
.carousel-item .custom-container {
    padding: 0 clamp(22rem, -46.555rem + 95.694vw, 30rem) 0 350px;
    min-height: 500px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
}
.carousel-item-15 {
    background:  url(../images/banners/s_im1.jpg) no-repeat center;
}
.carousel-item-5 {
    background: url(../images/banners/s_im2.jpg) no-repeat center;
}
.carousel-item-9 {
    background: url(../images/banners/s_im3.jpg) no-repeat center;
}
.carousel-item-31 {
    background: url(../images/banners/s_im4.jpg) no-repeat center;
}
.carousel-item-14 {
    background:  url(../images/banners/s_im5.jpg) no-repeat center;
}
.carousel-item {
    background-size: cover;
}
.carousel-item h2 {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.38;
    color: #2d436b;
    margin-bottom: 0;
}
.carousel-item span {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.67;
    color:#56637c;
    text-shadow: 1px 1px 1px #f1f6ff;
}
.app-section .site-button,
.carousel-item .site-button {
    padding: 1.1rem 2.5rem;
}
.item-layout {
    padding: 80px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(2rem, -12.225rem + 21.531vw, 5rem);
}
.app-section .item-banner{
    margin-right: -4rem;
    text-align: end;
}
.item-banner {
    max-width: 540px;
}
.item-info {
    align-self: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 3rem;
}
.item-title {
    font-size: 32px;
    font-weight: bold;
    color: #2d436b;
    text-wrap: balance;
}
.item-description {
    font-size: 16px;
}
.item-text {
    font-size: 15px;
    color: #7a7f87;
}
.item-text ol,
.item-text ul {
    list-style-position: inside;
    padding: 0;
}
.item-text li {
    margin-bottom: .75rem;
}
.item-text ul li {
    list-style-type: '* ';
    list-style-position: inside;
}
.item-subtitle {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.22px;
    margin-bottom: 1.5rem;
}



.pill-card {
    border-radius: 3px;
    border: solid 1px #e6e6e6;
    background-color: white;
    height: 100%;

    padding: 0 1.25rem 2rem;
    display: grid;
    grid-template-areas: 
            "a a"
            "b b"
            "c c"
            "d d"
            "e f";
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, auto);
    gap: .75rem;
    position: relative;
}
.products-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(1rem, -3.742rem + 7.177vw, 2rem);
}
.pill-img {
    grid-area: a;
}
.pill-img {
    grid-area: a;
    align-self: center;
    text-align: center;
}
.pill-name {
    grid-area: b;
    white-space: normal;
}
.pill-name h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.28;
    letter-spacing: 0.45px;
    color: #3a3c47;
    margin: 0;
}
.pill-ingredient {
    grid-area: c;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.3;
    color: #245bc3;
}
.pill-ingredient span {
    color: #7a7f87;
}
.pill-dosages {
    grid-area: d;
    font-size: 10px;
    font-weight: 300;
    line-height: 1.7;
    letter-spacing: 0.25px;
    color: #7b7f87;
}
.pill-dosages a {
    color: #7b7f87;
}
.pill-price {
    grid-area: e;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.38px;
    color: #3a3c47;
    white-space: nowrap;
    overflow: hidden;
}
.pill-price * {
    overflow: hidden;
    text-overflow: ellipsis;
}
.pill-old-price {
    font-size: 14px;
    color: #c22c38;
    text-decoration: line-through
}
.pill-buy {
    grid-area: f;
    align-self: center;
    text-align: right;
}
.pill-buy .site-button,
.package-button {
    border-radius: 3px;
    border: solid 2px #edf0f6;
    background-color: var(--white);
    min-width: 82px;
    min-height: 32px;
    padding: .2rem .75rem;
    font-size: 14px;
    font-weight: 500;
    color: #3a3c47;
    gap: .5rem;
}
.package-button {
    min-width: 132px;
}
.product-dosege {
    min-width: 86px;
}
.pill-buy .site-button:hover,
.package-button:hover,
.package-button.active {
    background-color: #245bc3;
    border-color: #245bc3;
    color: white;
}
.pill-buy .site-button:active,
.package-button:active {
    background-color: #1549ab;
    border-color: #1549ab;
    color: white;
}
.pill-buy .site-button:hover img, 
.pill-buy .site-button:active img {
    filter: brightness(2);
}
.pill-favorite {
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.intro-section {
    background-color: #edf3ff;
}
.info-section {
    padding-bottom: 50px;
}
.feature-section {
    background-color: #edf3ff;
    padding: 68px 0 58px;
    margin-top: 75px;
}
.features-items {
    display: flex;
    align-items: center;
    gap: clamp(1rem, -3.742rem + 7.177vw, 2rem);
}
.features-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 0 59px 0 rgba(88, 110, 155, 0.14);
    background-color: #f6f9ff;
    min-height: 230px;
    position: relative;
    padding: 110px clamp(1rem, -3.742rem + 7.177vw, 2rem) 1rem;
}
.features-image {
    border-radius: 50%;
    border: solid 1px #9fa7c5;
    width: 118px;
    height: 118px;
    position: absolute;
    top: -2rem
}
.features-image > div {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1rem solid #f2f4fd91;
}
.features-image > div div {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.features-title,
.features-description {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.71;
    letter-spacing: 0.14px;
    text-align: center;
}
.features-description {
    color: #7a7f87;
}
.pre-header {
    background-color: #f7f7f7;
    min-height: 44px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
}
.header-row {
    display: flex;
    align-items: center;
    gap: 1rem;
    min-width: 100%;
    z-index: 1;
    line-height: 1;
}
.custom-container {
    width: 100%;
    height: 100%;
    max-width: 1230px;
    min-width: 320px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 15px;
}

.dropdown-container.active .dropdown-title:after,
.gifts-wrapper.active .gifts-title::after {
    rotate: -45deg;
    margin: 3px 0px 0px;
}
.dropdown-container.active .dropdown-options {
    display: block;
}
.dropdown-title {
    min-height: 36px;
    border: 1px solid #ccc;
    padding: 5px 15px;
    cursor: pointer;
    text-overflow: ellipsis;
}
.dropdown-title::after,
.gifts-wrapper .gifts-title::after {
    width: 8px;
    height: 8px;
    rotate: 135deg;
    margin-bottom: 3px;
}
.dropdown-title .dropdown-option {
    padding: 0px;
}
.dropdown-options {
    display: none;
    margin-top: 7px;
    width: 100%;
    padding: 5px 0px 10px;
    border: 1px solid #ccc;
    max-height: calc(80vh - 320px);
    min-height: 85px;
    overflow-y: auto;
}
.dropdown-option {
    padding: 5px 10px;
    text-overflow: ellipsis;
}
.dropdown-option:hover,
.dropdown-option.active {
    cursor: pointer;
    color: var(--link-color-1);
}
.my-cart-mobile {
    display: none;
}
.cart-menu {
    position: relative;
}
.edit-cart {
    margin: 15px auto;
    text-align: center;
}
.edit-cart a {
    color: #245bc3;
    text-decoration: underline;
    font-size: 12px;
    font-weight: 300;
}
.cart-count {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--accent-color-1);
    color: var(--main-color-2);
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin-right: auto;
}
.cart-menu .cart-count {
    position: absolute;
    top: -7px;
    right: -6px;
    font-size: 12px;
    width: 18px;
    height: 18px;
}
.empty-cart-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 320px;
    margin: auto;
    text-align: center;
}
.empry-cart-img {
    margin-top: 40px;
}
.empty-cart-text {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    padding: 1.75rem 1rem 2.5rem;
    line-height: 1.83;
}
.empty-cart-add .site-button {
    width: 200px;
    min-height: 40px;
    margin-top: 20px;
}
.empty-cart-add .site-button img {
    margin-right: 13px;
}
.cart-body {
    margin-bottom: 28px;
}
.cart-preview-row {
    background: #ffffff;
    border-bottom: 1px solid #dadada;
    padding: .5rem 1rem .5rem .1rem;
    display: flex;
}
.cart-preview-image {
    min-width: 100px;
}
.cart-preview-info {
    margin-left: 5px;
    width: 100%;
}
.cart-product-name {
    font-size: 16px;
    font-weight: bold;
}
.cart-product-dosage {
    font-size: 12px;
    color: var(--secondary-color-1);
}
.cart-pill-pack-price {
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    align-self: center;
}
.cart-preview-info .d-flex {
    justify-content: space-between;
}
.cart-remove-btn {
    margin-left: 10px;
}
.cart-pill-quantity {
    display: flex;
    align-items: center;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    overflow: hidden;
}
.quantity-btn {
    object-fit: contain;
    background-color: white;
    border: none;
    background-repeat: no-repeat;
    padding: 0px;
    cursor: pointer;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.quantity-input {
    width: 26px;
    text-align: center;
    border: none;
    outline: none;
    pointer-events: none;
    font-size: 11.5px;
    font-weight: 300;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
}
.cart-preview-bonus {
    text-align: center;
    padding: 20px;
    font-weight: bold;
}
.cart-preview-footer {
    text-align: center;
}
.cart_buttons {
    display: flex;
    justify-content: flex-end;
    margin-right: 380px;
}
.custom-button {
    color: #fff;
    padding: 15px 20px 15px 24px;
    border-radius: 16px;
    background-color: #fa8f12;
    font-size: 14px;
}
.checkout-button {
    text-transform: uppercase;
    border: none;
    color: #ffffff;
    background: #245bc3;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    -webkit-appearance: button;
    border-radius: 4px;
    height: 44px;
    width: 100%;
    margin: 0 1.5rem;
}
.cart-total {
    width: 100%;
    text-align: center;
    border-right: 1px solid #d1d1d1;
    padding: 3px 10px;
}
.chechout.site-button {
    min-height: 54px;
    font-size: 13px;
    font-weight: bold;
}
.support-phones {
    display: flex;
    align-items: center;
}
.support-phones img {
    height: 13px;
    margin-bottom: -2px;
}
.header-title {
    font-size: 28px;
    font-weight: 800;
    text-align: left;
    color: #21184d;
    margin-left: .75rem;
}
.categories-menu__btn {
    padding: 14px 0;
}
.site-name{
    margin: 0 auto 0 1rem;
}
.site-name a{
    display: flex;
    align-items: center;
}
.header-link {
    margin-bottom: 16px;
}
.live-chat-link {
    display: none;
}
.live-chat-link a {
    color: #19191b;
    background-color: #fff;
    margin-left: 0px;
    font-size: 13px;
}

/* short-info */
.short-info-container .button {
    margin-top: 30px;
}
.head-text {
    text-transform: capitalize;
    font-size: 68px;
    font-weight: 800;
    line-height: 1.3;
}
.head-text::first-letter {
    text-transform: uppercase;
}
.head-text span {
    display: block;
    color: #fe5858;
}
.left-block-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.regular-text {
    margin-top: 48px;
    max-width: 310px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.56;
}
/* Live Chat link */
.lz_text_link::after {
    content: var(--live-chat);
    font-size: 12px;
    color: #16a219;
    display: inline-block;
    padding-left: 0.3rem;
}
.lz_text_link:hover:after {
    color: #218f22;
}
/* Top Products / Best sellers */

.section-heading {
    display: inline-flex;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 35px;
    overflow: hidden;
}

#itemsCarousel .col {
    margin-top: 20px;
}
.item-card {
    max-width: 350px;
    min-height: 311px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
    border-radius: 16px;
    margin: auto;
    padding: 8px 15px 32px;
    text-align: center;
}
.item-card:hover {
    box-shadow: 4px 5px 29px 0 rgba(182, 179, 205, 0.42);
    transition-duration: .25s;
}
.causel-controls {
    margin: auto;
    margin-top: 24px;
    max-width: 60px;
    position: relative;

}
.shipping-price {
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #d6d6d6;
    padding-left: 16px;
    white-space: nowrap;
    min-height: 100%;
    min-width: 65px;
}
.checked-shipping .shipping-price {
    border-left: 1px solid #5b5b5c;
}

/* mobile apps */
.mobile-apps {
    background-image: linear-gradient(to right, #e0ebfd, #fff5f4, #fff5e3);
    margin-top: 90px;
}
.mobile-apps-container {
    height: 100%;
    display: flex;
    align-items: center;
}
.mobile-apps-info {
    width: 50%;
    padding: 100px 0px 100px 50px;
}
.mobile-apps-title {
    font-size: 56px;
    font-weight: 600;
    line-height: 1.37;
    letter-spacing: -0.95px;
    margin-bottom: 38px;
}
.mobile-apps-title span {
    display: block;
    color: #fe5858;
}
.mobile-apps-text {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.56;
    margin-bottom: 75px;
}
.mobile-apps-links {
    display: flex;
}
.mobile-apps-links a {
    margin-right: 15px;
}
.mobile-apps-bunners {
    position: relative;
    display: flex;
    width: 50%;
}
.mobile-apps-bunners > img {
    max-width: 100%;
    width: 600px;
}
.mobile-apps-bunners .first-img {
    position: absolute;
    top: 78px;
    left: -5px;
}
.mobile-apps-bunners .second-img {
    position: absolute;
    top: 30px;
    right: 140px;
    animation-duration: 2.9s;
}
.mobile-apps-bunners .third-img {
    position: absolute;
    bottom: 5px;
    left: 143px;
    animation-duration: 2.95s;
}
/* FOOTER */
.footer {
    background-color: #697fb7;
}
.footer-container .custom-container {
    max-width: 1000px;
    margin: auto;
    padding: 5rem 1rem 3rem;
}
.footer-items {
    display: grid;
    grid-template-columns: 1fr auto;
    margin-bottom: 3.5rem;
}
.footer-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    line-height: 1.2;
    gap: 1rem;
    white-space: nowrap;
}
.footer-text {
    text-align: center;
    color: #d9e6fedc;
    font-size: 12px;
    font-weight: 300;
    line-height: 2;
}
.footer-link a,
.footer-label {
    font-size: 14px;
    font-weight: 400;
    color: white;
}
.footer-copyright {
    text-align: center;
    background: #213e74;
    font-size: 12px;
    letter-spacing: 0.12px;
    text-align: center;
    padding: 1rem;
}
.footer-copyright *,
.footer-copyright *:hover {
    color: #e5eafa;
    line-height: 1;
}
:focus-visible {
    outline: none;
}
form#subscribe_to_news_form input  {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: var(--white);
    border: none;
    padding: .75rem 1rem;
    line-height: 1;
    font-size: 14px;
    min-width: 210px;
}
.footer-label {
    margin-bottom: 1rem;
}
form#subscribe_to_news_form {
    display: flex;
    align-items: stretch;
}
#subscribe_to_news {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    min-width: 44px;
    border: none;
    background-color: #213e74;
}
/* breadcrumbs */
#breadcrumbs {
    line-height: 1;
    font-size: 13px;
}
.breadcrumbs a {
    color: #7a7f87;
}
.breadcrumbs span {
    color: #245bc3;
}
.breadcrumbs__container {
    padding: 1.25rem 0 1.5rem;
}
/* product page */
.product__container {
    width: 100%;
}
.products-page,
.products-header {
    background-color: #fff;
}
.mobile-search {
    display: none;
}

.products-header__search {
    width: 100%;
}
.side_search form {
    display: flex;
    justify-content: space-between;
}
.side_search input:focus {
    outline: none;
}
.side_search .bttn {
    background-color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    border: none;
    padding: 0 1rem;
    cursor: pointer;
}
.side_search {
    border-radius: 3px;
    border: solid 2px #e6e6e6;
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
.side_search input {
    border: none;
    font-size: 14px;
    color: #adadad;
    padding: 0px 18px;
    border-radius: 20px;
    height: 47px;
    flex: 1;
}
/* product page categories__container */
.categories__container {
    min-width: 233px;
    padding-right: 14px;
    margin-bottom: 10px;
}
.categories-title {
    display: none;
}

#quickSearch {
    list-style-type: none;
    padding-inline-start: 0;
    margin-bottom: 0;
}
/* cart page */
.cart-page {
    background-color: white;
}
.cart-block {
    display: flex;
    flex-wrap: wrap;
}
.cart-left-block {
    width: 100%;
    border-radius: 16px;
    box-shadow: 1px 2px 8px 0 rgba(194, 190, 227, 0.36);
    margin-bottom: 20px;
}
.cart-button,
input.cart-button {
    padding: .75rem 1rem;
    margin-top: 1rem;
    width: calc(100% - 40px);
}
.total-sum-number {
    display: inline-block;
    padding-left: 32px;
    font-weight: 700;
    font-size: 16px;
}
.cart-shipping {
    height: min-content;
    border-radius: 24px;
    box-shadow: 0 0 24px 0 rgba(98, 102, 117, 0.06);
    margin-left: auto;
    width: 312px;
}
.cart-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.56;
    letter-spacing: -0.18px;
}
.free-pills-list {
    display: none;
    width: 100%;
    padding: 16px 14px 0px;
    z-index: 99999;
    order: 2;
}
.cart-product-name {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.67;
}
.cart-product-dosage {
    font-size: 14px;
    font-weight: normal;
    color: #91949e;
}
.new-package-save a {
    font-size: 11px;
    font-weight: 500;
    color: #674fff;
    text-decoration: underline;
}
.free-pill-img .cart-product-name {
    font-size: 14px;
}
.no-gifts-block .cart-product-name {
    margin-top: 14px
}
.free-pill {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 170px;
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 0 20px 0 rgba(98, 102, 117, 0.1);
    margin: 0px 11px 15px;
    padding: 15px;
}

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

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

.free-pill.active .select-free-pill {
    display: none;
}
.cart-header {
    font-size: 15px;
    width: 100%;
    font-weight: 500;
    border-bottom: 1px solid #dfdfdf;
    display: flex;
    padding: 15px 0px;
}
.cart-block {
    border-radius: 16px;
    box-shadow: 0 0 8px 0 rgba(111, 111, 111, 0.13);
    padding: 15px;
}
.no-gifts-block {
    padding-top: 28px;
}
.cart-border {
    border: solid 1px grey;
    border-radius: 16px;
    box-shadow: 0 0 24px 0 rgba(98, 102, 117, 0.06);
    border-bottom: none;
}
.cart-border div:last-child > div {
    border-bottom: none !important;
}
.pill-row,
.insurance-row,
.cart-shipping-mobile {
    display: flex;
    align-items: center;
    padding: 7px 0px;
    border-bottom: 1px solid #f2f4f7;
}
.cart-shipping-mobile {
    display: none;
}
.cart-shipping-mobile #cart_shipping,
.cart-shipping-mobile .shipping-info {
    width: 100%;
}
.cart-shipping-mobile .shipping-title {
    border-bottom: none;
}
.cart-shipping-mobile .shipping_methods {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px;
}
.cart-shipping-mobile .shipping_method {
    width: 48%;
}
.cart-package-img {
    padding: 15px;
}
.index-bestsellers {
    margin-top: 60px;
}
#cart_bonuses {
    display: none;
}
.cart-header,
.cart-body{
    border-bottom: 1px solid #f2f4f7;
    font-size: 14px;
    font-weight: 600;
    color: #19191b;
}
.shipping-title, .newbonus-capt {
    font-size: 14px;
    font-weight: 600;
    color: #0d0d0d;
    margin-bottom: 10px;
}
.other-info {
    min-width: 360px;
    border-radius: 16px;
    box-shadow: 1px 2px 8px 0 rgba(194, 190, 227, 0.36);
    background-color: #f3f3fc;
    padding: 20px 15px 30px 15px;
    margin-left: 20px;
}
.shipping_methods {
    display: flex;
    flex-direction: column;
}
span.current {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nice-select.shop-select{
    width: 100%;
    border: none;
    border-radius: 18px;
    height: 40px;
    box-shadow: 1px 2px 8px 0 rgba(194, 190, 227, 0.36);
}
.nice-select.shop-select:after{
    width: 8px;
    height: 8px;
    border-color: #0a1e39;
    right: 15px;
    margin-top: -6px;
}
.newbonus {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
#cart_shipping {
    display: flex;
    flex-direction: column;
}
.cart-body .pill-row:last-child {
    border-bottom: none;
}
.cart-content{
    margin-top: 30px;
    display: flex;
}
.product-column,
.insurance-info {
    width: 51%;
    padding-left: 15px;
}
.insurance-info {
    display: flex;
    align-items: center;

}
.product-column > div {
    padding-left: 128px;
}
.quantity-column,
.price-column,
.total-column,
.remove-column,
.insurance-check,
.insurance-price {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.insurance-price {
    white-space: nowrap;
}
.pill-row .product-column {
    padding-left: 10px;
    padding-right: 20px;
}
.insurance-row {
    padding: 24px 0px;
}
#cart_shipping,
#cart_insurance {
    font-size: 14px;
    font-weight: 600;
    color: #1c1c1c;
}
.quantity-column {
    display: flex;
    align-items: center;
}
.cart-pill-quantity {
    display: flex;
    align-items: center;
}
.insurance-row {
    flex-wrap: wrap;
}
.insurance-title {
    white-space: nowrap;
    padding-right: 30px;
}
.insurance-text {
    font-weight: 400;
}
.insurance-check input {
    display: none;
}
.insurance-check label {
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
}
.insurance-check label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #e9e9e9;
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 3px;
}
.insurance-check input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 7px;
    width: 6px;
    height: 12px;
    border: solid #674fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.cart-sum {
    margin-left: auto;
    font-size: 16px;
    font-weight: bold;
}
.continue-shopping a {
    color: #19191b;
    font-size: 14px;
    font-weight: 600;
}
.continue-shopping a::before {
    display: inline-block;
    margin-right: 8px;
    content: url("../images/arrow_checkout.svg");
    transform: scale(-1, 1);
}
.control-cart-body,
.control-insurance-body {
    display: flex;
    width: 49%;
}

.mobile-delivery-price {
    display: none;
}
.shipping-row .total-column {
    width: auto;
}
.short_descr_cat {
    padding: 0px 15px 30px;
    font-size: 14px;
    line-height: 1.71;
    color: #5a5d68;
}
.ed-pack-card .pill-image {
    margin-top: 18px;
    padding-top: 0;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #ddd;
}
.ed-pack-card .pill-name {
    padding: 10px 0px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.56;
    letter-spacing: -0.18px;
}
.ed_content {
    margin-top: 5px;
    position: relative;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.6;
    text-align: left;
    color: #1c1c1a;
    height: 60px;
    width: 100%;
    color: #828282;
}
.ed_content-text {
    position: absolute;
    top: 0;
    left: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.ed_content.open .ed_content-text {
    background-color: white;
    padding: 10px;
    box-shadow: 0 0 27px 0 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 .pill-buy {
    margin-bottom: 0;
}
.ed-pack-card .price_prep_val {
    padding-bottom: 10px;
    padding-top: 15px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.75;
}
.pill-show-more {
    margin-top: -8px;
    margin-right: auto;
}
.pill-show-more a {
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
    color: #3c3fa7;
    text-decoration: underline;;
}
.product-info {
    padding-left: 14px;
}
.product-header {
    display: flex;
}
.product-header {
    padding-bottom: 35px;
    flex-wrap: nowrap;
}
.packages-wrapper {
    display: none;
}
.packages-wrapper.active {
    display: table;
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
}
.product-wrapper strong {
    font-size: 18px;
    font-weight: 500;
}
.product-wrapper small {
    font-size: 11px;
    font-weight: 300;
    color: #7a7f87;
}
.product-wrapper strong.subtitle {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 1rem;
    display: block;
    line-height: 1;
}
.package-wrapper small.red {
    font-size: 12px;
    font-weight: 400;
    color: #c22c38;
    line-height: 1;
}
.package-price small.red {
    text-decoration: line-through;
    line-height: 1;
}
small.bonus {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.67;
    white-space: normal;
}
.package-wrapper {
    display: table-row;
    width: 100%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    white-space: nowrap;
}
.package-buy,
.package-price, 
.package-image,
.package-dose,
.package-bonus {
    display: table-cell;
    vertical-align: middle;
    padding: .5rem;
}
.package-buy {
    padding-right: 0;
}
.package-dose {
    padding-left: 0;
}
.package-bonus {
    padding-left: 3rem;
}
.package-image {
    padding: .5rem 1rem .5rem 3rem;
}
.package-buy,
.package-price > div, 
.package-dose > div,
.bonus-items {
    display: flex;
    flex-direction: column;
}
.product-intro {
    display: flex;
    gap: 1.4rem;
}
.product-title {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.product-title span {
    font-weight: 400;
}
.product-intro-text {
    font-size: 13px;
    color: #7a7f87;
    line-height: 1.54;
    letter-spacing: 0.13px;
}
.product-dosages-wrapper {
    margin-left: 181px;
    margin-top: 1.4rem;
    margin-bottom: 2.3rem;
}
.product-dosages {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.product-packages {
    margin-top: 1.3rem;
}
.bonus-wrapper {
    display: flex;
    align-items: center;
    gap: .9rem;
}
.package-buy {
    align-items: center;
    width: min-content;
    display: flex;
    margin: 1rem 0 0 auto;
}
.product_info .card {
    padding: 5px 20px 5px 24px;
    border-radius: 16px;
    box-shadow: 1px 2px 8px 0 rgba(194, 190, 227, 0.36);
    background-color: #fff;
    margin-bottom: 20px;
}
.product_info .btn {
    padding: 9px 0;
    color: #0a1e39;
    font-weight: 600;
    font-size: 14px;
    word-wrap: break-word;
    text-align: left;
    white-space: normal;
    width: 100%;
    position: relative;
}
.product_info .btn.collapsed:after {
    border-right: 2px solid #0a1e39;
    content: '';
    display: block;
    position: absolute;
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 0;
    top: 16px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #0a1e39;
    transition: all 0.5ms;
}
.product_info .btn:after {
    border-right: 2px solid #0a1e39;
    content: '';
    display: block;
    position: absolute;
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 0;
    top: 16px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #0a1e39;
    transition: all 0.5ms;
}
.product_table,
.product-descr-block {
    display: none;
}
.product-descr-block.active {
    display: block;
}
.package-row {
    display: flex;
    align-items: center;
    border-radius: 16px;
    box-shadow: 0 0 9px 0 rgba(102, 102, 102, 0.11);
    margin: 16px 0px;
    padding: 5px 27px;
}
.package-row:hover {
    box-shadow: 0 0 21px 0 rgba(147, 106, 214, 0.17);
}
.add-to-cart-package {
    margin: 10px 0px 5px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.add-to-cart-btn {
    white-space: nowrap;
    padding: 10px 12px;
    min-width: 152px;
}
.add-to-cart-btn div {
    display: none;
}
.package-save {
    padding-top: 5px;
    font-size: 12px;
    color: #e31d1d;
}
.package-old-price {
    font-size: 12px;
    color: #e31d1d;
    text-decoration: line-through;
}
.package-current-price,
.package-pill-dose {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.75;
}
.package-pill-price,
.package-pill-type {
    font-size: 12px;
    color: #828282;
}
.packege-wishlist {
    width: 20%;
    height: 44px;
}
.package-dosage-size {
    min-width: 75px;
}
.package-pill-image {
    padding: 0px 32px 0px 0px;
    min-width: 100px;
}
.product-descr-title {
    color: #091d38;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 25px;
}
.product-descr-title span{
    font-weight: normal;
}
.product_info {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.product-header {
    display: flex;
    margin-bottom: 70px;
}
.pic_side img {
    padding: 40px;
    margin-right: 50px;
}
.product-info-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
}
.package-doses-list {
    display: inline-block;
    margin-left: -3px;
    margin-bottom: 25px;
}
.package-doses-row a {
    padding: 10px 10px;
    border-radius: 18px;
    min-width: 80px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 2px 5px 5px 3px;
    font-size: 13px;
    color: #0a1e39;
    font-weight: 500;
    box-shadow: 1px 2px 8px 0 rgba(194, 190, 227, 0.36);
}
.package-doses-row a.active,
.package-doses-row a:hover{
    background-color: #725cff;
    color: #ffffff;
}
.product-descr {
    margin-top: 1.5rem;
    margin-bottom: 80px;
}
.product-description-title {
    border-bottom: 1px solid #eee;
    margin-bottom: 1.5rem;
}
.product-description-title a {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #3a3c47;
    padding: 15px 0px 7px;
    margin-bottom: -1.5px;
}
#p2 {
    margin-right: 20px;
    margin-left: 20px;
}
.product-description-title a.active {
    border-bottom: 2px solid #787bfe;
}
.product-descr-block {
    font-size: 13px;
    line-height: 1.54;
    color: #707070;
}
.review-block {
    margin-bottom: 2rem;
    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 {
    font-style: italic;
    color: #7a7f87;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.05px;
}
.review-star {
    margin-top: 1rem;
    font-size: 14px;
    display: flex;
    align-items: center;
    font-weight: 200;
}
.review-star img {
    margin-bottom: 5px;
}
.review-star-capt {
    margin-right: 10px;
}
.review-star-count {
    color: #222222;
    margin-left: 3px;
}
.package-example {
    background-color: #f7f7f7;
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0px;
    border: 1px solid #e6e9eb;
}
.delivery-view {
    width: 100%;
}
.delivery-title {
    font-size: 15px;
    color: #222222;
    margin-bottom: 20px;
}
.package-view {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.example-view {
    margin-right: 25px;
}
img {
    border: none;
}

img {
    vertical-align: middle;
    border-style: none;
}
.delivery-desccription {
    font-size: 12px;
}
.shedule-tbl {
    width: 100%;
    border: 1px solid #e6e9eb;
}
.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/icons/ic_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 */
.custom-container.about{
    display: flex;
    justify-content: space-between;
}
.custom-container.about>div{
    flex: 50%;
}
.about_us_image {
    margin-top: 40px;
    background-image: url(../images/about_us.png);
    background-repeat: no-repeat;
    margin-left: 20px;
    background-position: center center;
    background-size: contain;
    width: 533px;
    height: 576px;
}
.about_us {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.about_us p {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.63;
    color: #707070;
}
a.reviews-product {
    min-width: 180px;
    height: 38px;
    margin-top: 15px;
}
.about_us h2 {
    width: 100%;
}
/* order status */
#wrapper:has(.order-status) #middle,
#wrapper:has(.order-status) #container,
#wrapper:has(.order-status) #content,
.order-status {
    height: 100%;
}
.order-status form {
    display: flex;
    flex-direction: column;
}
.order-status {
    display: flex;
    flex-direction: column;
    background-image: url(../images/bg_order_status.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 120px;
}
.order-status-wrapper {
    margin: 1.25rem auto;
    max-width: 560px;
    padding: clamp(1.75rem, -1.393rem + 11.786vw, 4.5rem) clamp(2rem, 0.476rem + 5.714vw, 3.333rem);
    background-color: #f2f3f5;
    border-radius: 4px;
    box-shadow: 0px 5px 16px 0 rgba(0, 0, 0, 0.11);
}
.order-status-title {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 1.75rem;
}
.order-status .site-input {
    margin-bottom: 1.333rem;
}
.order-status .submit-btn {
    margin: 4px auto;
}
.order-status .errors {
    margin: -1rem 0 1rem;
}
h2.title,
div.title {
    font-size: clamp(1.6rem, 1.091rem + 1.818vw, 2rem);
    font-weight: bold;
    margin: 0;
}
h2.title span {
    display: inline-block;
    width: auto;
}
.title.faq {
    text-transform: uppercase;
}
.contact-us {
    display: flex;
}
.contact-info {
    max-width: 520px;
    width: 100%;
    margin-right: 50px;
}
.default-text, .contact-info-text {
    font-size: 16px;
    font-weight: 300;
}
.contact-us-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.63;
    margin-bottom: 30px;
}
.contact-us-info {
    padding: 0px;
    margin-bottom: 20px;
}
.contact_form {
    max-width: 560px;
    width: 100%;
    min-width: 350px;
    border-radius: 16px;
    box-shadow: 1px 2px 8px 0 rgba(194, 190, 227, 0.36);
    background-color: #f3f3fc;
    padding: 20px 25px 30px 25px;
}
.order-block input,
.custom-input,
.captcha-input,
.custom-textarea {
    padding: 8px 15px;
    border-radius: 18px;
    box-shadow: 1px 2px 8px 0 rgba(194, 190, 227, 0.36);
    background-color: #fff;
    font-size: 13px;
    width: 100%;
    line-height: 1.67;
    margin-bottom: 16px;
}
.custom-input,
.captcha-input {
    border: none;
}
.captcha-row {
    margin-bottom: 8px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.captcha-row img {
    margin-right: 10px;
    margin-bottom: 10px;
}
.captcha-input {
    display: flex;
    width: 100%;
    min-width: 100px;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    margin-bottom: 10px;
    padding: 11px 13px 12px 13px;
    font-weight: 300;
    color: #808080;
    max-height: 44px;
    border-radius: 18px;
    background-color: #ffffff;
    max-width: 130px;
    outline: none;
}
.contact-info-block {
    margin-bottom: 23px;
}
.contact-info-block:last-child {
    border-bottom: none;
}
.contact-info-title {
    margin-bottom: 5px;
    font-weight: bold;
}
.contact-info-text {
    font-size: 15px;
    margin-bottom: 0;
}
.contact-info-text img {
    height: 11px;
}
#contact_note {
    font-size: 14px;
    color: #8b8b8b;
    line-height: 2;
    margin-top: 20px;
    margin-bottom: 54px;
}
.download-pc .site-button {
    margin: 20px auto;
}
.custom-textarea {
    height: 150px;
    margin-bottom: 20px;
    border: none;
}
.errors {
    color: #ff5352;
    font-size: 10px;
}
.form-field-group {
    display: flex;
}
.form-field-group > div {
    width: 50%;
}
.form-field-group > div:first-child {
    margin-right: 28px;
}
.form-field-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 13px;
}
.order-status-description {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.83;
    text-align: center;
    margin: 2rem -1rem 0
}
.image-background {
    padding-left: 80px;
    padding-top: 48px;
}
.image-background img {
    width: 100%;
    height: auto;
}
.faq.custom-container,
.terms.custom-container {
    padding-bottom: 5rem;
}
.faq .title{
    display: none;
}
.faq_descr {
    background-color: #fff;
    padding: 0 1.4rem;
    box-shadow: 0px 1px 6px 0 rgba(219, 219, 219, 0.71);
    background-color: #f9f9f9;
    position: relative;
    margin-bottom: 1rem;
    border-radius: 3px;
}
.faq_descr:before {
    content: url(../images/icons/ic_faq_more.svg);
    position: absolute;
    right: 1rem;
    top: .8rem;
}
.faq_descr.faq-active::before {
    content: url(../images/icons/ic_faq_less.svg);
}
.question {
    padding: 1rem 2.75rem 1rem 0;
    font-size: 16px;
    font-weight: 500;
}
.answer {
    display: none;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.57;
    color: #707070;
    margin: 0;
    padding-bottom: 1px;
}
.our_policy p {
    font-size: 15px;
    line-height: 1.6;
    color: #2c2c2c;
}
.our_policy br {
    display: none;
}
.our_policy strong {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.56;
    letter-spacing: -0.18px;
    color: #3a3c47;
    margin-top: 1rem;
    display: inline-block;
}
.review-title {
    font-size: 14px;
}
.review-text {
    font-size: 13px;
}
/* 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;
}

.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;
}
.search-errors {
    max-width: 725px;
    margin: auto;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.13px;
    color: #eb0f0f;
}



.anim {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@keyframes Zoom {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        -ms-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

.Zoom {
    -webkit-animation-name: Zoom;
    animation-name: Zoom
}

@-webkit-keyframes fadeR {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeR {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        -ms-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeR {
    -webkit-animation-name: fadeR;
    animation-name: fadeR
}

@-webkit-keyframes fadeL {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeL {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        -ms-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeL {
    -webkit-animation-name: fadeL;
    animation-name: fadeL
}

.list-benefits-item.secure {
    animation-delay: .2s
}

.list-benefits-item.bonus-pills {
    animation-delay: .4s
}

.page-title .heading-text {
    display: inline-block
}

.floating {  
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes floating {
    from { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    to   { transform: translate(0, -0px); }    
}