.blog-overlay{position:fixed;z-index:-1;top:0;bottom:0;left:0;right:0;background:#808d76;opacity:0;transition:all .2s ease-in-out}.blog-overlay.active{z-index:12;opacity:.5}.blog-sidebar{position:fixed;right:-100%;top:20px;bottom:20px;width:400px;background:#f0f6f3;border-radius:20px;z-index:12;padding:20px;transition:all .3s ease-in-out;opacity:0;visibility:hidden}.blog-sidebar.active{opacity:1;visibility:visible;right:20px}.blog-sidebar-head{padding-bottom:20px}.blog-sidebar-head-box{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.blog-sidebar-title{font-weight:700;font-size:20px;padding-right:10px}.blog-sidebar-close{width:14px;height:14px;cursor:pointer}.blog-sidebar-close svg{transition:all .3s ease-in-out}.blog-sidebar-row{display:flex}.blog-sidebar-inputbox{position:relative;flex-shrink:1;flex-grow:1;min-width:1px}.blog-sidebar-inputbox .input{height:50px;padding:0 45px 0 20px}.blog-sidebar-inputbox button{position:absolute;top:calc(50% - 10px);right:15px;width:20px;height:20px}.blog-sidebar-inputbox button svg{transition:all .3s ease-in-out}.blog-sidebar-sort{flex-shrink:0;flex-grow:0;width:110px;position:relative;margin-left:10px}.blog-sidebar-sort-btn{height:50px;padding:0 15px;display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:500;color:#a9aaae;background:#fff;border-radius:10px;cursor:pointer;transition:all .3s ease-in-out;text-transform:capitalize}.blog-sidebar-sort-btn.active{background-color:#0dcb5b;color:#fff;box-shadow:0 4px 9px rgba(13,203,91,.5)}.blog-sidebar-sort-btn.active:after{transform:rotate(315deg);top:2px;border-color:#fff}.blog-sidebar-sort-btn:after{transition:.3s;content:"";display:inline-flex;width:10px;height:10px;position:relative;top:-2px;border:2px solid #000;border-width:2px 2px 0 0;transform:rotate(135deg)}.blog-sidebar-sort-drop{position:absolute;top:calc(100% + 10px);width:100%;left:0;background:#fff;border-radius:10px;padding:10px 0;box-shadow:0 5px 10px rgba(0,0,0,.3);overflow:hidden;display:none;z-index:3}.blog-sidebar-sort-drop ul{max-height:220px;overflow-y:auto;scrollbar-color:#cbcbcb transparent;scrollbar-width:thin}.blog-sidebar-sort-drop ul::-webkit-scrollbar{width:3px}.blog-sidebar-sort-drop ul::-webkit-scrollbar-track{background-color:#fff0!important;opacity:0}.blog-sidebar-sort-drop ul::-webkit-scrollbar-thumb{background-color:#cbcbcb;border-radius:3px}.blog-sidebar-sort-drop li{padding:10px 15px;font-size:13px;line-height:1;color:#767676;transition:all .3s ease-in-out;cursor:pointer}.blog-sidebar-content{overflow:hidden;height:calc(100vh - 114px - 80px);overflow-y:auto;margin:0 -10px;scrollbar-color:#9ebeae transparent;scrollbar-width:thin}.blog-sidebar-content::-webkit-scrollbar{width:4px}.blog-sidebar-content::-webkit-scrollbar-track{opacity:0}.blog-sidebar-content::-webkit-scrollbar-thumb{background-color:#9ebeae;border-radius:3px;opacity:.5}.blog-sidebar-content .inner{margin:0 10px}.blog-sidebar .item{padding:10px;background:#fdfdfd;border-radius:10px}.blog-sidebar .item:not(:last-child){margin-bottom:10px}.blog-sidebar .item-img{display:block;padding-bottom:46.25%;position:relative;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;overflow:hidden;margin-bottom:15px}.blog-sidebar .item-img img{width:100%;height:100%;position:absolute;left:0;top:0;object-fit:cover;object-position:top}.blog-sidebar .item-list{display:flex;align-items:center;padding-right:20px;position:relative;margin-bottom:10px}.blog-sidebar .item-date{display:flex;align-items:center;font-size:13px;line-height:1;color:#767676}.blog-sidebar .item-date svg{margin-right:5px}.blog-sidebar .item-tag{margin-left:20px;background-color:#efeeef;padding:4px 10px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;font-size:12px;line-height:1.3}.blog-sidebar .share{width:16px;height:16px;position:absolute;right:0;top:50%;transform:translateY(-50%);cursor:pointer}.blog-sidebar .share svg{width:100%;height:100%;transition:all .3s ease-in-out}.blog-sidebar .item-title{font-weight:700;font-size:16px;line-height:20px}.blog-sidebar .item-text{font-size:14px;line-height:20px;color:#767676;margin:10px 0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical}.blog-sidebar .item-bottom{display:flex;align-items:center;justify-content:space-between}.blog-sidebar .item-user{display:flex;align-items:center;font-size:13px;line-height:15px;transition:all .3s ease-in-out}.blog-sidebar .item-user-img{display:block;width:30px;height:30px;flex-shrink:0;flex-grow:0;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;overflow:hidden;margin-right:10px}.blog-sidebar .item-user-img img{width:100%;height:100%;object-fit:cover}.app-method{position:absolute;top:10px;right:0;z-index:3}.app-method.top{top:0}.app-method.left{left:-10px;right:auto}.app-method.small .app-method-btn{width:40px;height:40px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px}.app-method.small .app-method-btn:not(:last-child){margin-bottom:5px}.app-method.small .app-method-tooltip{width:180px;left:calc(100% + 10px);-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px}.app-method.small .app-method-title:before{width:16px;height:16px;left:-21px}.app-method.small .app-method-descr{margin-bottom:10px;display:block}.app-method.small .app-method-text{display:block}.app-method-btn{width:50px;height:50px;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative}.app-method-btn:not(:last-child){margin-bottom:10px}.app-method-btn--blue{background-color:#dff2ff}.app-method-btn--yellow{background-color:#fff6d5}.app-method-tooltip{position:absolute;top:0;left:calc(100% + 20px);width:280px;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;padding:10px 10px 10px 14px;transition:all .3s ease-in-out;transform:translateX(-10px);opacity:0;visibility:hidden;text-align:left}.app-method-tooltip:before{content:"";position:absolute;top:20px;left:-13px;border:6px solid transparent}.app-method-btn--blue .app-method-tooltip{background-color:#dff2ff}.app-method-btn--blue .app-method-tooltip:before{border-right:10px solid #dff2ff}.app-method-btn--yellow .app-method-tooltip{background-color:#fff6d5}.app-method-btn--yellow .app-method-tooltip:before{border-right:10px solid #fff6d5}.app-method-headbox{display:flex;align-items:center;margin-bottom:5px}.app-method-headbox svg{flex-shrink:0;flex-grow:0;margin-right:10px}.app-method-title{font-size:16px;font-weight:800;line-height:1;display:block;flex-shrink:1;flex-grow:1}.app-method-btn--blue .app-method-headbox svg{stroke:#6285b5}.app-method-btn--yellow .app-method-headbox svg{stroke:#cbab34}.app-method-btn--blue .app-method-title{color:#6285b5}.app-method-btn--yellow .app-method-title{color:#cbab34}.app-method-descr{font-size:12px;font-weight:600;color:#5a6b61;margin-bottom:20px;display:block;padding-left:30px}.app-method-text{font-size:12px;font-weight:700;color:#5a6b61;padding-left:30px}.articles{margin-bottom:50px}.articles-webinars{background:#f0f6f3;padding:100px 0 35px;position:relative;overflow:hidden}.articles-webinars:after{content:"";position:absolute;bottom:-8px;left:0;width:100%;height:16px;background-image:url(/assets/img/icons/decor-dot-white.svg)}.articles .headline{align-items:flex-start}.articles .product-head{display:block;margin:0}.articles .product-head p{max-width:540px;font-weight:400;font-size:14px;line-height:1.5;color:#000}.articles-webinars .product-head{display:flex;margin:30px 0 50px}.articles-webinars .product-head-info{background:#fff}.articles-slider{position:relative;overflow:visible}.articles-slider .swiper-wrapper{margin-left:-30.6rem}.articles-slider .swiper-slide{width:300px}.articles__card{display:block;box-shadow:0 5px 15px rgba(0,0,0,.08);border-radius:10px}.articles__card-img{display:block;position:relative;padding-bottom:56.25%;overflow:hidden;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px}.articles__card-img img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.articles__card-play{background:rgba(0,0,0,.6);border-radius:20px;width:50px;height:50px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;z-index:2;transition:all .3s ease-in-out;opacity:0}.articles__card-play svg{width:22px;height:20px;fill:#fff}.articles__card-body{display:block;padding:20px}.articles__card-info{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;height:22px}.articles__card-info.intent{margin-right:50px}.articles__card-date{display:flex;align-items:center;font-size:13px;color:#767676}.articles__card-date svg{flex-shrink:0;flex-grow:0;margin-right:5px}.articles__card-tag{display:block;background:#efeeef;border-radius:3px;padding:4px 10px;font-size:12px;line-height:14px}.articles__card-title{display:-webkit-box;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical;height:61px;font-weight:700;font-size:16px;line-height:20px;margin-bottom:10px;transition:all .3s ease-in-out}.articles__card-txt{display:-webkit-box;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical;height:80px;font-size:14px;line-height:20px;color:#767676;margin-bottom:15px}.articles__card-bottom{display:flex;align-items:center;justify-content:space-between}.articles__card-author{display:flex;align-items:center}.articles__card-author-icon{display:block;width:30px;height:30px;border-radius:15px;overflow:hidden}.articles__card-author-icon img{width:100%;height:100%;object-fit:cover}.articles__card-author-name{display:block;font-size:13px;line-height:15px;margin-left:10px}.articles__card-link{width:32px;height:28px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background:#0dcb5b;display:flex;align-items:center;justify-content:center;transition:all .3s ease-in-out;opacity:0}.articles__card-link svg{fill:#fff;transform:rotate(-90deg)}.articles__card-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.3);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:2}.articles__card-overlay-icon{background:rgba(0,0,0,.6);border-radius:20px;width:50px;height:50px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.articles__card-overlay-icon svg{width:22px;height:22px;fill:#fff;stroke:#fff}.articles__card-overlay .btn{background:#0dcb5b;border:none;box-shadow:0 4px 9px rgba(13,203,91,.5);color:#fff;padding:0 28px}.articles .slider-arrows{display:flex;justify-content:space-between;width:90px;margin:15px 0 0 auto}.articles .swiper-button-next,.articles .swiper-button-prev{width:40px;height:40px;background:#d9f2e4;border-radius:10px;position:static;margin:0;transition:all .3s ease-in-out}.articles .swiper-button-next:before,.articles .swiper-button-prev:before{transition:all .3s ease-in-out}.bestseller__item{display:block;background:#fff;border:2px solid #f7f7f7;border-radius:10px;padding:15px 15px 20px}.bestseller__item-head{display:flex;align-items:flex-start;margin-bottom:30px}.bestseller__item-img{display:block;width:80px;height:80px;flex-shrink:0;flex-grow:0}.bestseller__item-img img{width:100%;height:100%;object-fit:contain}.bestseller__item-box{display:block;flex-shrink:1;flex-grow:1;padding-left:20px}.bestseller__item-tag{display:inline-flex;background:#f0f6f3;border-radius:3px;padding:4px 10px;font-size:12px;line-height:14px;color:#9cc3ac;margin-bottom:10px}.bestseller__item-name{display:block;font-weight:700;font-size:14px;line-height:16px;margin-bottom:10px;display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:32px}.bestseller__item-category{font-size:12px;line-height:14px;color:#9d9d9d}.bestseller__item-body{display:block;border-top:1px dashed #dedede;padding-top:15px}.bestseller__item-info{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.bestseller__item-price{display:flex;align-items:flex-end}.bestseller__item-price .txt{font-size:12px;line-height:14px;color:#747373;padding-right:4px}.bestseller__item-price .val{font-size:18px;line-height:1;font-weight:700}.bestseller__item-price .val.unavailable{font-size:12px;line-height:17px;text-transform:inherit;color:#a9aaae;font-weight:500;padding-left:10px}.bestseller__item-bottom{display:flex;align-items:center;justify-content:space-between}.bestseller__item-score{display:flex;align-items:center;width:98px;z-index:1;position:relative}.bestseller__item-score .circle{display:block;width:50px;height:50px;flex-shrink:0;flex-grow:0;margin-left:auto;background:#fff;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.bestseller__item-score .circle__value{width:auto;height:auto;font-size:11px;line-height:13px}.bestseller__item-score-txt{background:#a9aaae;padding:9px 27px 9px 6px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;color:#fff;font-weight:500;font-size:9px;line-height:11px;text-transform:uppercase;position:absolute;top:50%;left:0;transform:translateY(-50%);width:80%}.product-info__top{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:30px;padding-bottom:30px;justify-content:center;border-bottom:1px solid #c8c8c8}.product-info__box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:20px 70px 50px;border-left:1px solid #c7c7c7}.product-info__achiev .circle-achiev .number{overflow:hidden;width:86px;height:86px;background:#0dd166;display:flex;align-items:center;justify-content:center;color:#fff;font-size:46px;font-weight:700;border-radius:100%;position:relative;z-index:2}.product-info__achiev .circle-achiev{position:relative}.product-info__achiev .circle-achiev .number:before{content:"";background:#17c358;display:block;position:absolute;right:0;top:0;width:50%;height:100%;z-index:-1}.product-info__achiev .product-info__title_top{padding:25px 8px 50px}.product-info__achiev .circle-achiev:after,.product-info__achiev .circle-achiev:before{content:"";display:block;width:28px;height:36px;position:absolute;bottom:-16px;background-repeat:no-repeat;background-size:cover;background-image:url(../img/icons/rank-flag.svg)}.product-info__achiev .circle-achiev:before{left:0;transform:rotate(35deg) translateX(-2px)}.product-info__achiev .circle-achiev:after{right:0;transform:rotate(-35deg) translateX(2px)}.product-info__box{margin-top:60px;padding:0;border-left:none;margin-right:40px}.product-info__box:last-child{margin-right:0}.product-info__title{width:75%;text-align:center;font-size:14px;font-weight:400;margin-bottom:5px;text-transform:uppercase}.product-info__value{color:#09d166;font-size:28px;font-weight:300;margin-bottom:10px;text-transform:uppercase}.product-info__sum{color:#a9aaae;font-size:14px}.product-info__title_bg{position:absolute;top:-65px;left:calc(50% - 42px);width:84px;height:120px;border-radius:15px 15px 0 0}.product-info__title_top{border-radius:15px 15px 0 0;padding:25px 5px 45px;font-size:12px;text-transform:uppercase;text-align:center;color:#fff;background-color:#a9aaae}.product-info__title_bottom{width:100%;height:30px}.product-info .number-achiev{width:89px;height:89px;margin:0 auto;position:relative}.product-info .number-achiev:after,.product-info .number-achiev:before{content:"";display:block;width:24px;height:30px;position:absolute;bottom:-10px;background-repeat:no-repeat;background-size:cover;background-image:url(../img/icons/rank-flag.svg)}.product-info .number-achiev:before{left:0;transform:rotate(35deg) translateX(-2px)}.product-info .number-achiev:after{right:0;transform:rotate(-35deg) translateX(2px)}.product-info .number-achiev .number{overflow:hidden;width:89px;height:89px;background:#0dd166;display:flex;align-items:center;justify-content:center;color:#fff;font-size:40px;margin:0;font-weight:700;border-radius:100%;position:relative;z-index:2}.product-info .number-achiev .number:before{content:"";background:#17c358;display:block;position:absolute;right:0;top:0;width:50%;height:100%;z-index:-1}.product-info .circle{border-radius:50%;background-color:#fff}.product-info__rank{margin-bottom:10px;font-size:18px;text-align:center}.product-vitamin .product-info__rank{font-size:18px;display:flex;flex-wrap:wrap;align-items:center}.product-info__rank .bold{font-weight:700}.product-vitamin .product-info__rank .bold{margin:0 6px}.product-block__sellers{margin:50px 0 20px}.product-block__sellers .headline{margin-bottom:15px;justify-content:flex-start;background:#f9f9f9;padding:15px;border-radius:10px}.product-vitamin .product-block__sellers .headline{background:#f6f5f5;padding:12px 15px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px}.product-block__sellers .headline__title{font-size:18px;margin:0;text-align:left}.product-block__sellers .headline__title span{font-weight:600;font-size:22px}.product-vitamin .product-block__sellers .headline__title{font-size:14px;font-weight:400}.disclaimer{background:#fff6f6;border-radius:10px;padding:20px 20px 20px 54px}.block-aside .disclaimer.show .row p{display:block}.block-aside .disclaimer.show .link::after{transform:rotate(270deg)}.disclaimer-title{font-weight:700;font-size:18px;position:relative;margin-bottom:10px}.disclaimer-title::before{content:"";position:absolute;top:0;left:-30px;background-image:url(../img/icons/warning.svg);width:20px;height:20px}.disclaimer .row{margin:0 0 10px}.disclaimer .row p{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.disclaimer.show .row p{display:block}.block-aside .disclaimer .row p{font-size:13px;line-height:20px;color:#4f4f4f;overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}.disclaimer .link{font-size:14px;line-height:16px;color:#e16262;position:relative;display:inline-flex;align-items:center}.disclaimer .link::after{content:"";display:inline-flex;width:16px;height:16px;background-size:cover;background-image:url(../img/icons/arrow-link.svg);filter:invert(61%) sepia(100%) saturate(1874%) hue-rotate(318deg) brightness(92%) contrast(90%);margin-left:10px;transition:all .3s ease 0s;background-repeat:no-repeat;background-position:center center}.disclaimer .link-more::after{margin-left:5px;width:14px;height:14px;transform:rotate(90deg)}.block-aside.block-text .subtitle{font-weight:700;font-size:13px;line-height:15px;text-transform:uppercase;color:#0dcb5b;margin-bottom:10px}.block-aside.block-text .caption{font-weight:700;font-size:24px;line-height:36px;margin-bottom:10px}.block-aside.block-text p{font-size:14px;line-height:21px;color:#4f4f4f}.block-aside__search{position:relative}.all-product-supplements{padding:45px 0 0}.all-product-supplements .populars-text p{color:inherit}.all-product-supplements .populars-text{margin-bottom:15px;color:inherit}.all-product-supplements .headline__title{letter-spacing:1.4px;color:inherit}.all-product-supplements .flex{display:flex}.all-product-supplements.no-aside .products-list__item{width:calc(25% - 20px)}.all-product-supplements.no-aside .sidebar-products{display:none}.sidebar-products .popular-list__item.open .populars-tooltip{top:42px;left:50%;max-width:100%}.sidebar-products .populars .popular-list__item .popular-list__box.box-name,.sidebar-products .populars_supplements .popular-list__item .popular-list__box.box-name{justify-content:space-between;width:calc(100% - 45px)}.sidebar-products .populars-tooltip:before{left:53.5%}.all-product-supplements.no-aside .content{width:100%}.all-product-supplements .content{width:calc(100% - 430px)}.all-product-supplements .sidebar-products{margin-left:30px;width:400px}.all-product-supplements .sidebar-products .block-more{margin-top:20px}.all-product-supplements .sidebar-products .block-btn{margin-bottom:40px}.all-product-supplements .sidebar-products .block-btn .btn{display:flex;align-items:center}.all-product-supplements .sidebar-products .block-btn .btn .icon{line-height:12px;margin-left:8px;font-size:12px}.all-product-supplements .sidebar-products .populars{color:#fff;padding:30px;position:relative}.all-product-supplements .sidebar-products .headline{position:relative;z-index:2}.all-product-supplements .sidebar-products .populars .block-background{background:#09d166;border-radius:10px;position:absolute;right:0;bottom:0;width:100%;height:100%;overflow:hidden;z-index:1}.all-product-supplements .sidebar-products .populars .bg{background-repeat:no-repeat;background-size:cover;background-position:center;width:400px;height:482px;position:absolute;right:0;bottom:0;z-index:1}.all-product-supplements .sidebar-products .populars .bg svg{width:100%;height:100%}.all-product-supplements .sidebar-products .side-wrap{position:relative;z-index:2}.all-product-supplements .sidebar-products .side-wrap .popular-list{margin-bottom:20px}.btn.white{background:#fff;border-color:#fff;height:40px}.btn.white:hover{background:#09d166;color:#fff}.all-product-supplements .products-list{display:flex;flex-wrap:wrap;margin:0 -10px}.all-product-supplements .products-list__item{margin:0 10px 35px;width:calc(33.33% - 20px)}.all-product-supplements .products-list__item .products-list__box:first-child{margin-right:0;flex-shrink:initial;flex-grow:initial;flex-direction:column;position:static}.all-product-supplements .products-list__item .products-list__box{width:100%}.sidebar-title{display:flex;align-items:center;margin-bottom:10px}.sidebar-title__icon{width:50px;height:50px;display:flex;align-items:center;justify-content:center;flex-shrink:0;flex-grow:0;background:rgba(13,203,91,.1);border-radius:10px}.sidebar-title__icon.lazy-parent:before{display:none}.sidebar-title__icon img,.sidebar-title__icon img.lazy{opacity:1!important;visibility:visible!important}.sidebar-title__icon svg{fill:#0dcb5b;stroke:#0dcb5b}.sidebar-title__name{font-weight:700;font-size:20px;line-height:21px;padding-left:15px}.sidebar-combos{display:flex;flex-wrap:wrap;margin:0 -5px 30px}.sidebar-combos__col{width:50%;padding:0 5px;margin-bottom:10px}.sidebar-combos__item{background:#f0f3f6;border-radius:10px;padding:15px 10px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;height:94px;transition:all .3s ease-in-out;cursor:pointer;border:2px solid #f0f3f6}.sidebar-combos__item.active,.sidebar-combos__item.active:hover{background:linear-gradient(117.6deg,#f0f6f3 0,#fff 100%);border-color:#0dcb5b;box-shadow:0 5px 15px #d5eddf}.sidebar-combos__item-img .img{width:100%;height:100%;object-fit:contain;max-height:78px}.sidebar-combos__item-icon{margin-bottom:10px}.sidebar-combos__item-icon img{filter:invert(1)}.sidebar-combos__item-name{font-weight:500;font-size:14px;line-height:17px}.sidebar-combos__item-name span{font-weight:400}.sidebar-rating,.sidebar-supplements{margin-bottom:50px}.sidebar-supplements .input{height:44px;width:100%;background:#f8f9fa;border:1.5px solid transparent;border-radius:10px;padding:0 14px;margin:0;font-weight:400;font-size:14px;color:#292b35;transition:all .2s ease}.sidebar-supplements .input:hover{background:#f0f1f2}.sidebar-supplements .input:focus{background:#fff;border-color:#09d166;box-shadow:0 0 0 3px rgba(9,209,102,.1);outline:0}.sidebar-supplements .input::placeholder{color:#999;font-weight:400}.buttons__ctrl{display:flex;flex-wrap:wrap;margin-bottom:7px}.buttons__ctrl .btn{padding:9px 13px;background:#fff;border:1px solid #d4d4d6;border-radius:10px;font-weight:500;font-size:12px;line-height:14px;color:#747373;text-transform:inherit;margin-bottom:5px}.buttons__ctrl .btn.active{background:#f0f6f3;border-color:#0dcb5b;color:#0dcb5b}.buttons__ctrl .btn:not(:last-child){margin-right:5px}.sidebar-supplements__more{border-top:1px solid #dee1e6;padding:10px 0 0;display:flex;justify-content:center;width:100%}.sidebar-supplements__more .link{text-transform:uppercase;color:#0dcb5b;font-size:14px;line-height:16px;display:flex;align-items:center}.sidebar-supplements__more .link:after{transition:.3s;content:"";display:inline-flex;width:16px;height:16px;background-repeat:no-repeat;background-position:center;background-size:cover;background-image:url(../img/icons/arrow-link.svg);transform:rotate(90deg);margin-left:10px}.sidebar-supplements__more .link.active:after{transform:rotate(-90deg)}.sidebar-bestseller__slider,.sidebar-webinar{overflow:hidden;padding:0 15px 15px;margin:0 -15px 15px;position:relative}.sidebar-protocols__slider{overflow:hidden;position:relative;padding:0 10px 15px;margin:0 -15px 15px}.sidebar-bestseller,.sidebar-webinar{margin-top:15px}.sidebar-bestseller__slider{margin-bottom:35px;display:none}.sidebar-bestseller__slider.active{display:block}.sidebar-webinar .popular-webinars__item{padding:15px;border:2px solid #f7f7f7;border-radius:10px}.sidebar-webinar .popular-webinars__item-body{padding:15px 0 0}.sidebar-webinar .popular-webinars__item-img,.sidebar-webinar .popular-webinars__item-img img.preview{-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px}.sidebar-webinar .popular-webinars__item-txt{padding:0;display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;font-weight:400;margin-bottom:10px}.sidebar-webinar .popular-webinars__item-txt:after{display:none}.sidebar-webinar .popular-webinars__item-play{width:56px;height:56px}.sidebar-webinar .popular-webinars__item-offer{width:80px;height:80px;font-size:12px;line-height:1;bottom:-40px}.sidebar-webinar .popular-webinars__item-offer span{font-size:12px}.sidebar-webinar .popular-webinars__item-title{font-size:14px;line-height:16px;margin-bottom:10px}.sidebar-webinar .popular-webinars__item-price{font-size:18px;line-height:21px}.popular-webinars__item-btn{background:#0dcb5b;box-shadow:0 4px 9px rgba(13,203,91,.5);border:none;font-size:22px;line-height:1;color:#fff;font-weight:500;padding:17px 40px}.popular-webinars__item-btn.disabled{background-color:#cbcbcb;box-shadow:none}.bestseller__item .popular-webinars__item-btn,.sidebar-webinar .popular-webinars__item-btn{font-size:13px;line-height:15px;padding:10px 18px}.bestseller__item .popular-webinars__item-btn svg,.sidebar-webinar .popular-webinars__item-btn svg{fill:#fff;margin-right:10px}.sidebar-webinar .popular-webinars__item-bottom{position:static;padding-top:15px;border-top:1px dashed #dedede}.sidebar-slider .swiper-button-next,.sidebar-slider .swiper-button-prev,.sidebar-slider .swiper-pagination{position:static}.sidebar-slider__ctrl{display:flex;align-items:center;justify-content:space-between;margin-top:15px}.sidebar-slider__ctrl .swiper-pagination{position:static;display:flex}.sidebar-slider .swiper-button-next,.sidebar-slider .swiper-button-prev{width:30px;height:30px;margin:0;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;transition:all .3s ease-in-out}.sidebar-slider .swiper-pagination{display:flex;align-items:center;width:auto}.sidebar-slider .swiper-pagination-bullet{width:4px;height:4px;background:#d9d9d9;display:block;margin:0 4px;opacity:1}.sidebar-slider .swiper-pagination-bullet-active{width:8px;height:8px;background:#0dcb5b}.sidebar-slider .swiper-slide{padding:0}.list-platform .item-platform{display:flex;align-items:center;margin-bottom:15px}.unavailable-block{margin-bottom:20px;border:1px solid #c8c8c8;border-radius:10px;padding:15px;background:#f9f9f9}.unavailable-block__title{display:flex;gap:10px;margin-bottom:10px}.unavailable-block__title-icon{font-size:1.25rem}.unavailable-block__title-text{font-size:1.25rem;font-weight:500}.unavailable-block__text{margin-bottom:10px;color:#292b35;font-size:14px;font-weight:300}.unavailable-block__text:last-child{margin-bottom:0}.unavailable-block__form{display:flex;flex-direction:column}.unavailable-block__form .input{background-color:transparent}.unavailable-block__alert{display:none;padding:12px 15px;border-radius:8px;font-size:14px;font-weight:500;margin-bottom:12px;align-items:center;gap:8px}.unavailable-block__alert-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;font-size:12px;font-weight:700;margin-right:6px}.unavailable-block__alert--success{background-color:rgba(11,224,112,.12);color:#059642;border:1px solid rgba(11,224,112,.3)}.unavailable-block__alert--success .unavailable-block__alert-icon{background-color:#0be070;color:#fff}.unavailable-block__alert--error{background-color:rgba(220,53,69,.1);color:#c82333;border:1px solid rgba(220,53,69,.25)}.unavailable-block__alert--error .unavailable-block__alert-icon{background-color:#dc3545;color:#fff}.recommended-cards{margin-bottom:16px;overflow:visible}.recommended-pagination{display:none}.recommended-cards .swiper-wrapper{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px}@media (max-width:992px){.recommended-cards .swiper-wrapper{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.recommended-cards.swiper-container{overflow:hidden;height:auto!important}.recommended-cards .swiper-wrapper{display:flex;grid-gap:0;gap:0}.recommended-cards .swiper-slide{height:auto!important;padding:0;margin:0;background:0 0;background-size:initial;background-repeat:initial;background-position:initial;box-shadow:none;border-radius:0;overflow:visible}.recommended-cards .swiper-slide .recommended-card{height:100%}.recommended-pagination{display:flex;justify-content:center;gap:4px;padding:16px 0 0}.recommended-pagination .swiper-pagination-bullet{width:7px;height:7px;border-radius:50%;background:#ccc;opacity:1;cursor:pointer;transition:background .2s}.recommended-pagination .swiper-pagination-bullet-active{background:#09d166}}.recommended-cards__title{margin-bottom:15px;font-size:22px;font-weight:700}.recommended-card{display:block;padding:10px;border-radius:10px;box-shadow:0 5px 5px 1px rgba(0,0,0,.08);transition:all .2s ease;overflow:hidden;background:#fff}@media (min-width:1025px){.recommended-card:hover{box-shadow:0 12px 8px -1px rgba(0,0,0,.25)}.recommended-card:hover .recommended-card__image img{transform:scale(1.05)}}.recommended-card__image{position:relative;margin-bottom:10px;height:200px;width:100%}.recommended-card__image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;transition:all .2s ease}.recommended-card__body-title{font-size:16px;font-weight:600;margin-bottom:10px;line-height:1.4;min-height:calc(2 * 1.4em);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.recommended-card__body-price{display:flex;align-items:center;justify-content:space-between;flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:10px}.recommended-card__price{display:flex;justify-content:space-between;align-items:center;width:100%;gap:10px}.recommended-card__price-text{font-size:14px;font-weight:400;line-height:1}.recommended-card__price-amount{font-size:20px;font-weight:600;line-height:1;color:#09d166}.recommended-card__chip{background:#efefef;display:inline-block;border-radius:4px;color:#292b35;font-size:12px;padding:5px 10px;transition:all .3s ease;white-space:nowrap;max-width:100px;overflow:hidden;text-overflow:ellipsis}.recommended-card__body-button{padding:6px;height:32px}.item-platform__link{width:100%;margin:0!important;display:flex;gap:20px;justify-content:flex-start;align-items:center;height:50px}.item-platform__link.item-platform__link--show-all{justify-content:center;cursor:pointer}@media (max-width:540px){.item-platform__link{width:100%!important;height:50px!important;margin-left:0!important;padding:10px 10px!important}}.item-platform__link .price-wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:5px}.item-platform__link .price-logo{margin-left:auto}.item-platform__link .price-wrapper span{text-transform:none}.product-vitamin .list-platform .item-platform{border-bottom:1px solid #e5e5e5;padding:0 0 15px 15px}.list-platform .item-platform:last-child{margin-bottom:0}.list-platform .item-platform .img{max-height:25px;max-width:70px}.list-platform .item-platform img{max-width:100%;position:static}.price-info{border:1px solid #c8c8c8;border-radius:10px;padding:15px;background:#f9f9f9}.price-info__text{margin-bottom:20px;text-align:center;font-size:12px}.recommended-cards__title+.price-info__text{text-align:left;font-size:14px;margin-bottom:12px}@media (max-width:1024px){.price-info__text{margin-top:20px}}.price-info__title{margin-bottom:20px;font-size:16px;font-weight:600}.price-info__grid{display:flex;flex-direction:column;gap:20px}.price-info__item{display:flex;align-items:center;gap:15px}.price-info__item-group{display:flex;flex-direction:column;gap:3px}.price-info__item-title{font-size:14px;font-weight:600}.price-info__item-text{font-size:14px;font-weight:400}.list-platform .item-platform .btn{border:2px solid #0dd166;line-height:1;padding:12px 12px;font-size:13px;margin-left:10px;flex-shrink:0}.list-platform .item-platform .price{flex-grow:1;font-size:18px;font-weight:600;text-align:right;text-overflow:ellipsis;overflow:hidden;display:block;white-space:nowrap}.list-platform .item-platform .price .grey-value{color:#a9aaae;font-weight:inherit;font-size:inherit;max-width:100%;display:inline-block}.share-btn{display:none!important;flex-shrink:0;flex-grow:0;width:36px;height:36px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;background-color:#f0f6f3;cursor:pointer;transition:all .3s ease-in-out;display:flex;align-items:center;justify-content:center}.share-btn svg{transition:all .3s ease-in-out;fill:#000}.alternatives__box{display:flex;margin:0 -6px 30px}.alternatives__box-col{width:25%;padding:0 6px}.alternatives__item{border:2px solid #f7f7f7;border-radius:10px;height:100%}.alternatives__item-top{padding:15px 10px}.alternatives__item-number-achive{position:relative;width:50px;margin:0 auto 25px;height:50px}.alternatives__item-number-achive:after,.alternatives__item-number-achive:before{content:"";display:block;width:16px;height:20px;position:absolute;bottom:-10px;background-repeat:no-repeat;background-size:cover;background-image:url(../img/icons/rank-flag.svg)}.alternatives__item-number-achive:before{left:0;transform:rotate(35deg) translateX(-2px)}.alternatives__item-number-achive:after{right:0;transform:rotate(-35deg) translateX(2px)}.alternatives__item-number{width:50px;height:50px;border-radius:100%;font-size:13px;background:#f6f5f5;display:flex;margin:0 auto 25px;align-items:center;justify-content:center;overflow:hidden}.alternatives__item-number-achive .alternatives__item-number{background:#0dd166;color:#fff;font-weight:900;font-size:28px;position:relative;z-index:2}.alternatives__item-number-achive .alternatives__item-number:before{content:"";background:#17c358;display:block;position:absolute;right:0;top:0;width:50%;height:100%;z-index:-1}.alternatives__item-head{margin-bottom:15px;text-align:center}.alternatives__item-name{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;height:40px;margin-bottom:5px}.alternatives__item-name a{font-weight:800;font-size:16px;line-height:19px}.alternatives__item-by{font-size:14px;line-height:24px;color:#000}.alternatives__item-img{position:relative;width:190px;height:190px;margin:0 auto}.alternatives__item-img .inner{position:relative;padding-bottom:100%}.alternatives__item-img .inner:before{background-image:url(../img/icons/all-supplement.svg);width:74px;height:102px}.alternatives__item-img .inner img{position:absolute;left:0;right:0;top:0;bottom:0;max-width:100%;max-height:100%;margin:auto;width:auto;transition:transform .3s}.alternatives__item-rate{position:absolute;bottom:30px;right:15px;z-index:2}.alternatives__item-rate-title{position:absolute;left:50%;top:-40px;transform:translateX(-50%);font-size:7px;padding:12px 2px 30px;border-radius:10px 10px 0 0;text-align:center;color:#fff;background-color:#a9aaae;text-transform:uppercase}.alternatives__item-rate .circle{background-color:#fff;width:60px;height:60px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.alternatives__item-rate .value{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-weight:900;font-size:12px}.alternatives__item-sellers-title{background:#f6f5f5;padding:0 15px;font-weight:600;font-size:12px;line-height:24px;letter-spacing:.05em;text-transform:uppercase;color:#848d95}.alternatives__item .list-platform .item-platform{padding:10px;margin-bottom:10px}.alternatives__item .list-platform .item-platform:last-child{border:none}.alternatives__item .list-platform .item-platform .price div{overflow:hidden;display:block;text-overflow:ellipsis}.alternatives__item .list-platform .item-platform .grey-value{font-size:12px;line-height:41px;text-align:right;color:#a9aaae;flex-grow:1;display:block;margin-left:15px}.alternatives__item .list-platform .item-platform .img{max-width:64px}.alternatives__info{padding-bottom:20px;border-bottom:2px solid #f1f1f3}.alternatives__info-title{background:#f7f7f7;border-radius:5px;padding:0 10px;font-weight:600;font-size:12px;line-height:24px;letter-spacing:.05em;text-transform:uppercase;color:#848d95;margin-bottom:20px}.alternatives__info-row{display:flex;margin-bottom:20px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;transition:all .3s ease-in-out}.alternatives__info-col{width:25%}.alternatives__info-col:not(:last-child){position:relative}.alternatives__info-col:not(:last-child):after{content:"";position:absolute;right:0;top:0;bottom:0;width:2px;background:#f1f1f3}.alternatives__info-col .val{font-size:15px;line-height:24px;display:flex;align-items:center;justify-content:center;padding:0 5px}.alternatives__info-col .val.bold{font-weight:700}.alternatives__info-col .price-action,.alternatives__info-col .rate-action{margin-left:10px;padding-left:13px;font-weight:400;position:relative}.alternatives__info-col .price-action.up,.alternatives__info-col .rate-action.down{color:#f30000}.alternatives__info-col .price-action.down,.alternatives__info-col .rate-action.up{color:#0dcb5b}.alternatives__info-col .price-action:before,.alternatives__info-col .rate-action:before{content:"";display:block;position:absolute;left:0;top:50%;transform:translateY(-50%);background-size:contain;background-position:center;background-repeat:no-repeat;height:13px;width:14px}.alternatives__info-col .rate-action.up:before{background:url(../img/icons/up-arrow.svg)}.alternatives__info-col .rate-action.down:before{background:url(../img/icons/down-arrow.svg)}.alternatives__info-col .price-action.up:before{background:url(../img/icons/up-arrow-price.svg)}.alternatives__info-col .price-action.down:before{background:url(../img/icons/down-arrow-price.svg)}.alternatives__info-box.more-attr{opacity:0;max-height:0;overflow:hidden;transform:translateY(-15px);transition:opacity .4s ease-out,transform .4s ease-out,max-height .5s ease-out,margin-bottom .4s ease-out;margin-bottom:0}.alternatives__info-box.more-attr.show{opacity:1;transform:translateY(0);margin-bottom:20px;overflow:visible}.page-nav{position:absolute;top:146px;left:30px;background:linear-gradient(0deg,#f0f6f3,#f0f6f3),#fff;box-shadow:0 20px 50px rgba(158,158,158,.12);border-radius:20px;padding:30px 10px;width:100px;z-index:12}.page-nav.fixed{position:fixed;top:20px}.page-nav .item{display:block;text-align:center}.page-nav .item.active .item-icon{background:#0dcb5b;box-shadow:0 4px 9px rgba(13,203,91,.5);border-color:#0dcb5b}.page-nav .item.active .item-name{color:#000}.page-nav .item.active .item-icon svg{fill:#fff;stroke:#fff}.page-nav .item:not(:last-child){margin-bottom:10px}.page-nav .item-icon{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background:#fafcff;border:1px solid #d4d7dd;border-radius:10px;margin:0 auto 10px;transition:all .3s ease-in-out}.page-nav .item-icon svg{transition:all .3s ease-in-out}.page-nav .item-name{text-transform:uppercase;font-size:12px;line-height:14px;color:#747373;transition:all .3s ease-in-out}.price-btn{display:none}.short-description{margin-top:30px;background:#f8f8f8;border-radius:10px;padding:12px 12px 12px 36px;position:relative;font-size:12px;line-height:1.4;color:#767676}.product .short-description{background:#fff6f6}.product .short-description-btn{color:#e16262}.product .short-description:before{filter:invert(49%) sepia(77%) saturate(2933%) hue-rotate(329deg) brightness(100%) contrast(77%)}.product .short-description-btn:before{background:#e16262}.short-description:before{content:"";position:absolute;width:16px;height:16px;top:12px;left:10px;background-image:url(../img/icons/info.svg)}.short-description p{margin-bottom:5px;display:-webkit-box;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.short-description.show p{display:block}.short-description-btn{color:#0dcb5b;font-size:12px;display:inline-flex;position:relative}.short-description-btn:before{content:"";position:absolute;bottom:0;left:0;width:0}.title.lowercase{text-transform:inherit}.popular-section{padding-bottom:30px}.products.products_collections+.popular-section{padding-bottom:90px}.popular-section-premium{display:none}.popular-section .row{display:flex;flex-wrap:wrap;margin:0 -7px}.popular-section .row.open .card--hide{display:block}.popular-section .row.open .card__premium-hidden{display:none}.popular-section .col{width:25%;padding:0 7px;margin-bottom:10px}.popular-section .row:not(.row-scroll) .card{height:auto;margin-bottom:10px}.popular-section__more{display:none}.supplements-combo{margin:50px 0 30px}.supplements-combo .webinar-head{margin-bottom:23px}.products_collections-inner .product-head-left{margin-right:40px}.products_collections-inner .product-head-info{max-width:455px}.products_collections-inner .product-head .text:nth-child(2n){margin-top:21px}.products_collections-inner .product-head{margin:30px 0}.protocol-search{position:relative;margin-bottom:10px}.protocol-search__icon{content:"";position:absolute;left:20px;top:calc(50% - 10px);width:20px;height:20px}.protocol-search__icon svg{stroke:#676d7c}.protocol-search .input{padding:0 14px;height:44px;width:100%;background:#f8f9fa;border:1.5px solid transparent;border-radius:10px;font-size:14px;font-weight:400;color:#292b35;transition:all .2s ease}.protocol-search .input:hover{background:#f0f1f2}.protocol-search .input:focus{background:#fff;border-color:#09d166;box-shadow:0 0 0 3px rgba(9,209,102,.1);outline:0}.protocol-search .input::placeholder{color:#999;font-weight:400}.populars .input::-webkit-input-placeholder{color:#a0a6b1!important}.populars .input::-moz-placeholder{color:#a0a6b1!important}.populars .input:-ms-input-placeholder{color:#a0a6b1!important}.populars .input:-moz-placeholder{color:#a0a6b1!important}.products_collections-inner .row{display:flex;flex-wrap:wrap;margin:0 -7px}.products_collections-inner .col{width:33.333%;padding:0 7px;margin-bottom:10px}.products-prem{margin:22px 0 30px}.health-topics__ctrl{display:flex;gap:10px;margin-top:10px;width:100%;opacity:0;visibility:hidden;max-height:0;overflow:hidden;transition:opacity .2s ease,visibility .2s ease,max-height .2s ease}.health-topics__ctrl.visible{opacity:1;visibility:visible;max-height:200px}.health-topics__ctrl-box{display:flex;align-items:center;width:100%;gap:8px}.health-topics__ctrl-clear{width:calc(30% - 5px);font-weight:500;font-size:13px;line-height:15px;padding:10px 12px;display:inline-flex;align-items:center;justify-content:center;color:#666;background:#f0f0f0;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease}.health-topics__ctrl-clear:hover{background:#e5e5e5;color:#333}.health-topics__ctrl-btn{width:calc(70% - 5px);background:#09d166;font-weight:500;font-size:13px;line-height:15px;padding:10px 12px;display:inline-flex;align-items:center;justify-content:center;color:#fff;border:none;border-radius:8px;box-shadow:0 3px 8px rgba(9,209,102,.35);cursor:pointer;transition:all .2s ease}.health-topics__ctrl-btn:hover{background:#07b85a;box-shadow:0 4px 12px rgba(9,209,102,.45)}.health-topics__ctrl-btn:after{content:"";display:inline-flex;width:12px;height:12px;background-repeat:no-repeat;background-position:center;background-size:cover;background-image:url(../img/icons/arrow-slider.svg);transform:rotate(-90deg);margin-left:8px;filter:brightness(0) invert(1)}.health-topics__ctrl-btn .val{font-weight:700;padding:0 3px}.protocols-section{margin-bottom:100px}.protocols-section__more{max-width:33.333%;margin:0 auto;padding:0 2px}.protocols-section__more .btn{background:#f0f6f3;border:none;padding:0 10px;line-height:40px}.protocols-section__more .btn:after{transition:.3s;content:"";display:inline-flex;width:16px;height:16px;background-repeat:no-repeat;background-position:center;background-size:cover;background-image:url(../img/icons/arrow-link.svg);transform:rotate(90deg);margin-left:10px;filter:brightness(0) invert(0)}.offers{position:fixed;top:0;right:-560px;width:560px;height:100vh;background-color:#fff;z-index:10001;opacity:0;visibility:hidden;transition:all .5s ease-in-out}.offers--active{right:0;opacity:1;visibility:visible}.offers-loader{display:flex;align-items:center;justify-content:center;height:100%;font-size:16px;color:#666}.offers-error{display:flex;align-items:center;justify-content:center;height:100%;font-size:16px;color:#e74c3c}.offers-background{position:fixed;top:0;left:100%;width:100vw;height:100vh;background-color:#00000094;z-index:10001;backdrop-filter:blur(8px);opacity:0;visibility:hidden;transition:all .5s ease-in-out}.offers-background--active{left:0;opacity:1;visibility:visible}@media (max-width:600px){.offers{width:100%}}.offers-wrapper{height:100%}.offers-head{display:flex;align-items:flex-start;gap:20px;justify-content:space-between;padding:20px;border-bottom:1px solid #c8c8c8}@media (max-width:600px){.offers-head{gap:10px;padding:10px}}.offers-head__title{margin-bottom:5px;font-size:22px;font-weight:600}@media (max-width:600px){.offers-head__title{font-size:20px}}.offers-head__text{font-size:14px;font-weight:400;color:#292b35}.offers-head__close{display:flex;transition:all .2s ease;cursor:pointer}@media (min-width:1025px){.offers-head__close:hover{opacity:.5;transform:rotate(90deg)}}.offers-list{padding:20px;height:calc(100% - 90px);overflow-y:auto}@media (max-width:600px){.offers-list{padding:10px;height:calc(100% - 70px)}}.offers-list li{margin-bottom:10px}.offers-list li:last-child{margin-bottom:0}.offers-item{display:flex;justify-content:space-between;gap:20px;padding:10px;border:2px solid #f7f7f7;border-radius:10px;cursor:pointer;box-shadow:0 5px 5px 1px rgba(0,0,0,.08);transition:box-shadow .2s ease}@media (min-width:1025px){.offers-item:hover{box-shadow:0 12px 8px -1px rgba(0,0,0,.25)}}@media (max-width:600px){.offers-item{gap:10px;padding:10px}}.offers-item__group{display:flex;gap:10px}.offers-item__group--column{flex-direction:column;align-items:flex-end;gap:8px}.offers-item__flag{width:30px;height:30px;flex:0 0 auto}@media (max-width:600px){.offers-item__flag{width:20px;height:20px}}.offers-item__country{margin-bottom:2px;font-size:18px;font-weight:500}@media (max-width:600px){.offers-item__country{font-size:16px}}.offers-item__domen{margin-bottom:6px;font-size:14px;color:#767676}.offers-item__status{display:inline-block;border-radius:4px;font-size:12px;padding:5px 10px;white-space:nowrap}.offers-item__status--green{background-color:#09d166;color:#fff}.offers-item__status--red{background-color:#efefef;color:#292b35}.offers-item__price{font-size:20px;font-weight:600;line-height:1;color:#000}@media (max-width:600px){.offers-item__price{font-size:18px}}.offers-item__currency{font-size:14px;font-weight:400;line-height:1;color:#767676}.offers-item__button{padding:10px;height:32px}@media (max-width:600px){.offers-item__button{font-size:14px;padding:4px 10px;text-align:center;height:auto;line-height:1.2;max-width:fit-content;width:fit-content}}#nts-toast-container{position:fixed;top:20px;right:20px;z-index:99999;display:flex;flex-direction:column;gap:10px;pointer-events:none}.nts-toast{pointer-events:auto;display:flex;align-items:center;gap:12px;padding:14px 18px;border-radius:12px;background:#fff;box-shadow:0 8px 32px rgba(0,0,0,.12);max-width:420px;min-width:300px;opacity:0;transform:translateY(-12px) translateX(12px);transition:opacity .3s ease,transform .3s ease}.nts-toast--visible{opacity:1;transform:translateY(0) translateX(0)}.nts-toast--error{border-left:4px solid #e74c3c}.nts-toast--success{border-left:4px solid #09d166}.nts-toast__icon{flex-shrink:0;width:22px;height:22px}.nts-toast__icon svg{width:22px;height:22px}.nts-toast--error .nts-toast__icon svg{color:#e74c3c}.nts-toast--success .nts-toast__icon svg{color:#09d166}.nts-toast__body{flex:1}.nts-toast__title{font-size:15px;font-weight:700;line-height:1.2;margin-bottom:2px}.nts-toast--error .nts-toast__title{color:#e74c3c}.nts-toast--success .nts-toast__title{color:#09d166}.nts-toast__message{font-size:13px;line-height:1.4;color:#555}.nts-toast__close{flex-shrink:0;background:0 0;border:none;font-size:20px;color:#999;cursor:pointer;padding:0 0 0 8px;line-height:1;transition:color .2s}.nts-toast__close:hover{color:#333}.confirm-popup{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:flex;align-items:center;justify-content:center}.confirm-popup__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4)}.confirm-popup__content{position:relative;background:#fff;border-radius:16px;padding:32px 28px 24px;max-width:400px;width:90%;text-align:center;box-shadow:0 20px 60px rgba(0,0,0,.15)}.confirm-popup__icon{font-size:36px;margin-bottom:12px}.confirm-popup__title{font-size:16px;font-weight:700;color:#292b35;margin-bottom:8px}.confirm-popup__text{font-size:14px;color:#5a5a5a;line-height:1.5;margin-bottom:24px}.confirm-popup__actions{display:flex;gap:12px;justify-content:center}.confirm-popup__btn{display:inline-flex;align-items:center;justify-content:center;padding:0 28px;height:40px;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:inherit}.confirm-popup__btn--cancel{background:#f0f0f0;color:#292b35}.confirm-popup__btn--cancel:hover{background:#e0e0e0}.confirm-popup__btn--confirm{background:#dc3545;color:#fff;box-shadow:0 4px 12px rgba(220,53,69,.3)}.confirm-popup__btn--confirm:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(220,53,69,.4)}.confirm-popup__btn--confirm-green{background:linear-gradient(135deg,#09d166 0,#07a752 100%);color:#fff;box-shadow:0 4px 12px rgba(9,209,102,.3)}.confirm-popup__btn--confirm-green:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(9,209,102,.4)}@media (max-width:480px){.confirm-popup__content{padding:24px 20px 20px}.confirm-popup__actions{flex-direction:column}.confirm-popup__btn{width:100%}}@media (max-width:1024px){.list-platform .item-platform .price{margin-left:0;font-size:16px}.list-platform .item-platform .btn{padding:10px 10px;margin-left:10px}.product-info__rank{text-align:center}.product-block__sellers .product-buttons__ico{display:none}.product-block__sellers{margin:20px 0 0}.product-block__sellers .headline{margin-bottom:10px}.product-mix .product-info__box{width:auto;padding:0}.product-mix .product-info__title_bg{transform:none}.product-info__top{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:calc(100% + 30px);margin-left:-15px;padding:0 15px 30px}.product-info__box{width:50%;padding:60px 20px 0;margin:0}.product-info__box{border-right:1px solid #c7c7c7}.product-info__box:last-child{border-right:none}.product-info__title_bg{left:50%;transform:translateX(-50%);top:-5px}.product-info .circle{margin:0}.app-method{top:calc(50% - 74px);transform:translateY(-50%)}.app-method-tooltip{left:auto;right:calc(100% + 20px);transform:translateX(10px)}.app-method-tooltip:before{left:auto;right:-7px}.app-method-btn--blue .app-method-tooltip:before{border-right:none;border-left:10px solid #dff2ff}.app-method-btn--yellow .app-method-tooltip:before{border-right:none;border-left:10px solid #fff6d5}.app-method-btn.active .app-method-tooltip{opacity:1;visibility:visible;transform:translateX(0)}.page-nav{position:fixed;width:100%;top:auto!important;bottom:0;left:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;padding:10px 25px;overflow:hidden;overflow-x:auto;box-shadow:none}.page-nav .inner{display:flex;justify-content:space-between}.page-nav .item{white-space:nowrap;display:block}.page-nav .item-icon{margin:0 auto 10px}.page-nav .item:not(:last-child){margin:0 25px 0 0}.page-nav .item:last-child{padding-right:25px;max-width:90px}.product-vitamin .product-info__box{border:none}.app-method.small{transform:none}.product-item .product-info__box{padding:0;border:none}.product-item .product-info__title_bg{transform:none}.daily .share-btn{position:absolute;top:65px;right:0}.all-product-supplements .content .col,.all-product-supplements .row-mod .col{width:50%;margin-bottom:20px}.articles-webinars{padding:50px 0 40px}.protocol-single__item .app-method{top:0;transform:none}.articles .headline{display:block}.articles-webinars .headline{display:flex;align-items:center;margin-bottom:10px}.articles .slider-arrows{display:none}.articles .headline__title{margin-bottom:0}.articles-webinars .headline__title{margin:0}.articles-webinars .product-head{display:block;margin:0 0 30px}.articles-webinars .product-head-info{display:block;margin:0}.sidebar-slider__ctrl{justify-content:center}.sidebar-slider .swiper-button-next,.sidebar-slider .swiper-button-prev{display:none}.sidebar-slider .swiper-slide{width:350px!important}.sidebar-protocols__slider{min-height:280px}.sidebar-bestseller__slider{min-height:180px}}@media (max-width:1200px){.alternatives{flex-wrap:nowrap;overflow:hidden;overflow-x:auto;scrollbar-color:#9ebeae transparent;scrollbar-width:thin;margin-bottom:20px}.alternatives::-webkit-scrollbar{height:4px}.alternatives::-webkit-scrollbar-thumb{background-color:rgba(158,190,174,.5);border-radius:2px}.alternatives__holder{width:1400px;padding-bottom:20px}.alternatives__box-col,.alternatives__info-col{width:350px;flex-shrink:0}.all-product-supplements .wrap .content{width:100%;order:1}.all-product-supplements .wrap .sidebar-products{margin-left:0;width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;order:3}.all-product-supplements-more{order:2}.all-product-supplements .btn-more{position:static;transform:none;max-width:300px;margin:0 auto 30px}.all-product-supplements .wrap .sidebar-products .populars{display:flex;align-items:flex-start;flex-wrap:wrap;width:calc(50% - 6px)}.all-product-supplements .wrap .sidebar-products .populars:not(:last-child){margin:0}.all-product-supplements .row-mod .col{width:33.333%}.all-product-supplements .wrap{padding:0}}@media (max-width:1300px){.sidebar-products .popular-list__item.open .populars-tooltip{left:auto;right:0;transform:translateX(0)}.sidebar-products .populars-tooltip:before{left:54.5%}.all-product-supplements.no-aside .products-list__item{width:calc(33.33% - 20px)}.all-product-supplements .flex{flex-wrap:wrap}.all-product-supplements .content{width:100%}.all-product-supplements .sidebar-products{margin-left:0;width:100%}.all-product-supplements .sidebar-products .populars{display:flex;align-items:flex-start;flex-wrap:wrap}.all-product-supplements .sidebar-products .side-wrap{width:100%;justify-content:space-between;display:flex}.all-product-supplements .sidebar-products .headline{width:100%}.all-product-supplements .sidebar-products .side-wrap .col-1{width:calc(50% - 20px)}.all-product-supplements .sidebar-products .side-wrap .col-2{width:50%}.articles-slider{padding:0 10px}.all-product-supplements .wrap .sidebar-products .populars,.all-product-supplements .wrap .sidebar-products .side-wrap{display:block}}@media (max-width:1360px){.articles-slider{padding:0 30px}.articles-slider .swiper-wrapper{margin:0}.popular-webinars__col .popular-webinars__item-btn i{display:none}}@media (max-width:1600px){.page-nav{position:static;left:0;width:100%;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;padding:10px 30px}.page-nav.fixed{top:0;box-shadow:0 5px 15px rgba(0,0,0,.13)}.page-nav .inner{max-width:1280px;margin:0 auto;display:flex;justify-content:space-between}.page-nav .item{min-width:80px;display:flex;align-items:center}.page-nav .item:not(:last-child){margin:0}.page-nav .item-icon{width:45px;height:45px;margin:0 10px 0 0}}@media (max-width:374px){.popular-webinars__col{width:300px}.app-method-tooltip{width:230px}.app-method-descr{margin-bottom:10px}.sidebar-slider .swiper-slide,.supplements-brand__slider .swiper-slide{width:300px!important}}@media (max-width:500px){.product-info__title_top{padding:15px 8px 30px}.product-info__box{border:none;padding:50px 30px 15px}.product-info__top{-ms-flex-wrap:wrap;flex-wrap:wrap}.all-product-supplements .products-list__item,.all-product-supplements.no-aside .products-list__item{width:calc(100% - 20px)}.product-vitamin .product-info__top{flex-wrap:nowrap}.product-vitamin .product-info__box{padding:50px 10px 15px}.product-vitamin .product-info__title_top{padding:15px 8px 45px;font-size:11px}.product-mix .product-info__box{padding:0}.product-mix .product-info__title_top{padding:11px 5px 45px}}@media (max-width:540px){.list-platform .item-platform .btn .text{display:none}.list-platform .item-platform .btn{position:relative;width:40px;height:40px;margin-left:10px;padding:0}.list-platform .item-platform .btn:before{display:none}.item-shop .list-platform .item-platform .btn:before{display:none}.item-shop .list-platform .item-platform .btn{width:auto;height:auto}.blog-sidebar{top:10px;bottom:10px;left:10px;right:10px;width:calc(100% - 20px);padding:20px 10px}.blog-sidebar-content{height:calc(100vh - 94px - 80px);margin:0 -5px}.blog-sidebar-content .inner{margin:0 5px}.product-vitamin .list-platform .item-platform .btn{width:auto;height:auto;padding:10px}.product-vitamin .list-platform .item-platform .btn:before{content:none}.product-vitamin .list-platform .item-platform .btn .text{display:block}.alternatives__item .list-platform .item-platform .grey-value{line-height:37px}.protocol-single .list-platform .item-platform .btn{position:relative;height:40px;margin-left:10px;width:auto;padding:11px 20px}.protocol-single .list-platform .item-platform .btn:before{display:none}.protocol-single .list-platform .item-platform .btn .text{display:block}}@media (max-width:576px){.all-product-supplements .sidebar-products .headline{margin-bottom:10px}.all-product-supplements .sidebar-products .populars{padding:20px 10px}.all-product-supplements .sidebar-products .block-btn{margin-bottom:20px}.all-product-supplements .wrap .sidebar-products .populars{padding:20px 10px}}@media (max-width:600px){.list-platform .item-platform .img{max-width:60px}.all-product-supplements .content .col,.all-product-supplements .row-mod .col{width:100%}.all-product-supplements .btn-more{max-width:100%}.app-method-tooltip{width:250px}}@media (max-width:650px){.product-block__sellers .product-buttons .btn-green{width:calc(100% - 20px);margin:0 10px 10px}}@media (max-width:767px){.all-product-supplements .products-list__item{width:calc(50% - 20px)}.all-product-supplements.no-aside .products-list__item{width:calc(50% - 20px)}.all-product-supplements .sidebar-products .side-wrap{flex-wrap:wrap}.all-product-supplements .sidebar-products .side-wrap .col-1{width:100%}.all-product-supplements .sidebar-products .side-wrap .col-2{width:100%}.all-product-supplements.mod{padding:20px 0 30px}.all-product-supplements .wrap .sidebar-products{display:block}.all-product-supplements .wrap .sidebar-products .populars{width:100%}.all-product-supplements .wrap .sidebar-products .populars:not(:last-child){margin-bottom:20px}.webinar__head-box .share-btn{margin-bottom:20px}.webinar-head .share-btn{position:absolute;right:0;bottom:0}.supplements-combo .disclaimer{display:none}.sidebar-combos{flex-wrap:nowrap;overflow:hidden;overflow-x:auto}.sidebar-combos__col{width:140px;flex-shrink:0;flex-grow:0}}@media (max-width:768px){.sidebar-protocols__slider{min-height:250px}.sidebar-bestseller__slider{min-height:160px}}@media (min-width:1025px){.list-platform .item-platform .btn:hover{background:#0dd166;box-shadow:0 4px 9px rgba(13,203,91,.5);color:#fff}.product-block__sellers .product-buttons .btn-green:hover{background-color:#09d166}.product-block__sellers .product-buttons .btn-green:hover img.second{display:block}.product-block__sellers .product-buttons .btn-green:hover img.first{display:none}.product-block__sellers .product-buttons .btn-green:hover .product-buttons__ico img:first-child{opacity:0}.product-block__sellers .product-buttons .btn-green:hover .product-buttons__ico img:last-child{opacity:1}.product-block__sellers .product-buttons .btn-green:hover .product-buttons__name{color:#fff}.author-block .social-link:hover img{filter:brightness(1) invert(0)}.disclaimer .link:hover{text-decoration:underline}.item-shop .list-platform .item-platform .btn:hover{background:#0dab57;border-color:#0dab57}.app-method-btn:hover .app-method-tooltip{opacity:1;visibility:visible;transform:translateX(0)}.share-btn:hover{background-color:#09d166}.share-btn:hover svg{fill:#fff}.blog-sidebar-close:hover svg{stroke:#0dcb5b}.blog-sidebar-inputbox button:hover svg{stroke:#0dcb5b}.blog-sidebar-sort-btn:hover{background-color:#0dcb5b;color:#fff;box-shadow:0 4px 9px rgba(13,203,91,.5)}.blog-sidebar-sort-btn:hover:after{border-color:#fff}.blog-sidebar-sort-drop li:hover{color:#fff;background-color:#0dcb5b}.blog-sidebar .share:hover svg{fill:#0dcb5b}.blog-sidebar .item-title:hover{color:#0dcb5b}.blog-sidebar .item-tag:hover,.compability .result .item .btn:hover{background-color:#0dcb5b;color:#fff;box-shadow:0 4px 9px rgba(13,203,91,.5)}.page-nav .item:hover svg{fill:#0dcb5b;stroke:#0dcb5b}.page-nav .item:hover .item-icon{border-color:#0dcb5b}.page-nav .item:hover .item-name{color:#0dcb5b}.all-product-supplements .btn-more:hover{color:#fff;background-color:#0dcb5b;box-shadow:0 4px 9px rgba(13,203,91,.5)}.all-product-supplements .btn-more:hover:after{filter:brightness(0) invert(1)}.articles__card:hover{box-shadow:0 5px 15px rgba(0,0,0,.28)}.articles__card:hover .articles__card-title{color:#0dcb5b}.articles__card:hover .articles__card-link,.articles__card:hover .articles__card-play{opacity:1}.bestseller__item:hover,.popular-webinars__item:hover{border-color:transparent;box-shadow:0 4px 13px rgba(0,0,0,.14)}.sidebar-slider .swiper-button-next:hover,.sidebar-slider .swiper-button-prev:hover{background:rgba(13,203,91,.1)}.sidebar-combos__item:hover{background-color:#f0f6f3;border-color:#f0f6f3}}@media (max-width:1024px){.product{grid-template-columns:1fr}.headline__title .sup-wrap{display:flex;flex-direction:column;gap:15px;align-items:center}.preload-wrap{margin:-5px -10px -5px -2px}.product-block.main-section-product{padding:0}.swiper-container{margin-top:20px;min-height:100px;height:100px}.product-cont{margin-bottom:30px}.product-vitamin .product-cont{display:flex;flex-direction:column}.product-block .headline{margin-bottom:10px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.product-vitamin .product-block .headline{justify-content:space-between;order:1}.product-block .headline.no-indent{margin-bottom:10px}.product-block_other{padding:0 0 20px}.table-wrap table{min-width:900px}.product-block{padding:20px 0}.headline__title .company-title{font-size:16px}.headline__title .sup-wrap{background:#f9f9f9;border-radius:10px;padding:20px 10px;justify-content:center;margin-top:15px}.product-vitamin .headline__title .sup-wrap{margin:0;padding:0;border-radius:0;background:0 0}.headline__title .sup-wrap .img.desktop{display:none}.headline__title .sup-wrap .img.mobile{display:block}.product-block .headline.no-indent{margin-bottom:10px}.company-title-wrap{display:flex;align-items:center}.product-article .swiper-container{margin:0;padding:0 20px}.headline__title .sup-wrap .sup-content{font-size:16px;text-align:left}.product-block .daily .headline{justify-content:flex-start}.static-content h2{font-size:29px;line-height:1.5;margin-bottom:40px}.static-content h3{font-size:24px;line-height:28px}.static-content .description{font-size:20px;line-height:1.5;margin-bottom:50px}.expert__item-content{position:relative;margin-top:-25px;padding:0;z-index:2}.expert__item:nth-child(2n) .expert__item-content{padding:0}.gallery-card-slider .gallery-card.brand-slider .swiper-slide{padding:0}.brands-slider{margin-top:10px}.daily{position:relative}.daily-holder{display:block;padding:0 30px;max-width:748px;margin:0 auto}.daily-left,.daily-right{width:100%}.daily-left{padding-bottom:200px}.daily-list{max-width:100%}.daily-list .item{max-width:250px}.daily-list .item:nth-child(2){margin-left:calc((100% - 250px)/ (6 - 1) * (2 - 1))}.daily-list .item:nth-child(3){margin-left:calc((100% - 250px)/ (6 - 1) * (3 - 1))}.daily-list .item:nth-child(4){margin-left:calc((100% - 250px)/ (6 - 1) * (4 - 1))}.daily-list .item:nth-child(5){margin-left:calc((100% - 250px)/ (6 - 1) * (5 - 1))}.daily-list .item:last-child{margin-left:auto}.daily-decor{background-image:url(../img/product/waves-tablet.svg);background-position:left;transform:none;left:5%;top:2%;width:100%;height:76%}.daily-right{padding:140px 50px 50px}.daily-right:before{-webkit-border-radius:160px 160px 20px 20px;-moz-border-radius:160px 160px 20px 20px;border-radius:160px 160px 20px 20px}.daily-right .inner{max-width:560px;justify-content:center}.daily-advantages,.daily-img{width:50%}.protocol-hero{margin-bottom:40px}.protocol-hero:before{height:calc(100% - 165px)}.protocol-hero .row{margin:0 -13px 10px;padding:0 10px;flex-wrap:nowrap;overflow-x:auto}.protocol-hero .col{width:370px;margin-bottom:20px}.protocol-hero .card{width:100%}.alphabet{margin-bottom:10px}.expert-hero__brands{padding:64px 0 5px;flex-wrap:wrap}.supplements-brand__holder{display:block;margin-bottom:10px}.supplements-brand__box{max-width:100%;padding:0;margin-bottom:20px}.brand-single{display:block}.brand-single__left{padding-right:0;margin-bottom:20px}.brand-single__right{width:100%}.supplements-top__slider-outer{min-height:250px}.table-related td{padding:6px 5px}.compare-table thead{max-width:240px}.webinar__head,.webinar__head-holder{margin-bottom:30px}.webinar__head-title{font-size:40px}.webinar__head-box{margin-top:5px}.webinar__head-descr{font-size:26px;line-height:39px}.webinar__head-descr.small{font-size:20px}.webinar-head-title{font-size:50px}.get-access__logo{display:none}.join-advantages{padding:50px 0 0}.join-advantages__item{flex-direction:column;padding-bottom:50px;margin-bottom:50px}.join-advantages__item-box{width:100%;text-align:center}.join-advantages__item .anchor-title{justify-content:center}.join-advantages__item-img,.join-advantages__item-info{max-width:100%}.join-advantages__item-info{margin-bottom:30px}.join-advantages__item.mod{flex-direction:column-reverse}.join-advantages__item.mod .join-advantages__item-info{margin:50px 0 0}.join-advantages__item-list li{text-align:left}.join-advantages__head-icon{width:100px;height:100px}.join-advantages__head-icon img{width:65px;height:52px}.join-advantages__head{margin-bottom:30px}.get-premium__title{font-size:40px}.reward,.reward.mod{margin:0;overflow:hidden}.reward__info{display:block}.reward__left-top{margin-bottom:20px}.reward__info-txt{padding:0 0 35px}.reward__left{padding:25px 0 70px;overflow:visible;width:calc(100% - 285px)}.reward-leaves{transform:none;left:35%}.reward__man{bottom:-10px;right:-50px}.reward__fluency{top:auto;transform:none;bottom:-8px;right:131px}.reward__mix{top:auto;right:61px;bottom:-34px;transform:none}.not-found__info .expert__subtitle{justify-content:center}.expert{margin-bottom:50px}.expert .experts-slider__title{font-size:26px;line-height:30px;margin-bottom:55px}.expert__item{display:block}.expert__item:last-child{margin-bottom:0}.expert__item-img{width:100%;padding-bottom:0;max-width:400px;height:600px;margin:0 auto}.expert__item-name{flex-direction:column;margin-bottom:10px}.expert__item-name div{margin:0 auto 20px}.expert__item-name span{font-size:26px;line-height:30px}.expert__item-box{display:block}.expert__item-experience{width:100%;margin:0 auto 20px;position:relative;border:none;padding:0;display:flex;justify-content:center;z-index:1}.expert__item-experience:after{content:"";position:absolute;z-index:-1;top:50%;left:0;width:100%;height:1px;background:#303341}.expert__item-experience .box{padding:0 20px;background:#14161e}.expert__item-descr,.expert__item-prof,.expert__item-work{text-align:center}.expert .experts-slider__social{justify-content:center}.expert-hero__title{font-size:58px}.expert-hero__bg{width:1200px;animation:none}.expert-hero__bg-item:last-child{display:none}.expert-hero__holder{max-width:420px}.expert-hero__holder:after{width:200%}.expert-hero__txt{font-size:14px}.expert-hero__brands:before{width:auto;left:-22px;right:-10px}.expert-hero__brands-item{height:80px;margin:0 5px}.contacts__list{margin-bottom:20px}.contacts__list-item{width:100%;margin-bottom:10px}.contacts__inner{width:100%}.contacts__img img{margin:auto}}@media (max-width:1200px){.product{grid-template-columns:3fr 2fr}.brands-slider.secondary .gallery-brands-items .product-slider-card{width:calc(25% - 10px)}.daily-decor{left:220px;width:50%;height:97%;background-image:url(../img/product/wawes-desctop-medium.svg)}.protocol-hero .row{margin:0 -3px 20px}.popular-section .col,.protocol-hero .col{width:33.333%}.protocol-hero .col-hidden{display:none}.supplements-brand__slider .swiper-button-next,.supplements-brand__slider .swiper-button-prev{display:none}.supplements-brand__slider .swiper-slide{width:315px}.get-premium{padding-bottom:75px}.get-premium__title{font-size:50px}}@media (max-width:1300px){.preload-wrap{margin:-5px -5px -5px 8px}.gallery-card-slider .swiper-container.general-health{height:15.2vw}.brands-slider .swiper-container{height:auto}.product{grid-template-columns:1fr 1fr}.protocol-references__holder ol li{max-width:100%}.expert-hero__brands{padding:82px 0 25px}.expert__item-img{width:320px}.expert-hero__holder{max-width:670px}.expert-hero__title{font-size:92px}.contacts__holder{margin:0 -10px}.contacts__inner{padding:0 10px}}@media (max-width:374px){.daily-right{padding:140px 20px 50px}.daily-right:before{left:0;right:0}.supplements-brand__img{height:200px}.brand-single__title{font-size:12px}.brand-single__box-info{font-size:14px;line-height:1.2}.webinar-info__board-inner{display:block}.webinar-info__board-txt{padding:10px 0 0}.webinar-info__board .btn,.webinar__col .webinar-info__board .btn{padding:17px 20px 17px 70px}.editor.editor-blog .webinar-info__board,.webinar-info-box,.webinar__col .webinar-info__board{padding:10px}.get-premium__title{font-size:34px}.join-advantages__item-list li{padding-left:65px}.checkout__item .join-section__item-inner{display:block;margin:0}.checkout__item .join-section__item-list{padding:0;width:100%}.checkout__item-plan-title{font-size:21px}.checkout__item-plan-time svg{width:18px;height:18px}.checkout__payment-label span{display:none}.expert-hero__title{font-size:42px}}@media (max-width:500px){.brands-slider .brads-list{width:calc(100% + 10px);margin-left:-5px}.brands-slider .brads-list .product-slider-card{width:calc(50% - 10px);margin:0 5px 20px}.brands-slider.secondary .brads-list .product-slider-card{width:100%}.brands-slider .brads-list .product-slider-card{width:100%}.compare-table thead{max-width:140px}}@media (max-width:540px){.gallery-card-slider .swiper-container{height:95vw}.compare-table thead tr th{padding:25px 0}}@media (max-width:576px){.product-card .gallery-card-slider .swiper-container{padding:10px 0 20px}.gallery-card-slider .swiper-container{height:300px}.product-cards .product_card_top-product{padding:0 12px}.wrap .wrap-chart #myChart{margin-top:0}.wrap .wrap-chart{padding:0}.gallery-card-slider.brand-slider .swiper-slide img{max-height:calc(100% - 30px);max-width:calc(100% - 30px);margin:20px auto 10px}.gallery-card-slider .gallery-card.general-health{height:64vw}.supplements-brand{min-height:325px}.supplements-top__slider-outer{min-height:180px}.reward-leaves{left:0}.contacts__form-col--50{width:100%}}@media (max-width:600px){.brands-slider .swiper-container{height:auto}.action-mobile-wrap .populat-list-block{margin-bottom:10px}.action-mobile-wrap{margin-bottom:20px}.gallery-card-slider .swiper-container{margin-top:0!important;height:250px}.product-vitamin .product-block .headline__title{text-align:left}.action-mobile-wrap .populat-list-block{justify-content:center}.health-topics-list-wrap{max-height:320px}#nts-toast-container{left:12px;right:12px}.gallery-card-slider .gallery-card.general-health .swiper-slide{padding:0}.gallery-card-slider .gallery-card.general-health{height:31vw}}@media (max-width:650px){.populars-brands.search-groups .search-list__logo-wrap{margin-right:0;margin-bottom:10px}.daily-holder{padding:0}.daily-left{max-width:380px;margin:0 auto}.daily-decor{background-image:url(../img/product/waves-mobile.svg);left:5%;top:0;width:100%;height:106%}.daily-center{top:calc(50% - 110px)}.daily-right{padding:140px 60px 50px}.daily-right:before{left:30px;right:30px;width:auto}.daily-right .inner{display:block;max-width:100%}.daily-advantages,.daily-img{width:100%}.daily-img{margin:0 auto 20px}}@media (max-width:767px){.best-hero__content{margin:0;max-width:100%}.brands-slider .swiper-slide{margin-bottom:10px}.brads-list .block-btn{padding:0 10px;display:flex;align-items:center;width:100%;justify-content:center}.brads-list .block-btn .btn{line-height:20px;width:100%;background:#f6f6f6}.gallery-brands-row{display:none}.brands-slider .brads-list{display:flex;flex-wrap:wrap;width:calc(100% + 20px);margin-left:-10px;border-bottom:1px solid #e5e5e5;padding-bottom:30px;margin-bottom:5px}.daily-holder{padding:0 25px;max-width:630px}.daily-decor{left:1%;top:8%;width:100%;height:70%}.daily-right{padding:140px 35px 50px}.protocol-references__holder ol{column-count:auto}.alphabet{justify-content:center}.brands .alphabet{justify-content:flex-start}.supplements-brand__box{display:block}.supplements-brand__img{width:100%;height:285px;margin:0 0 20px}.brand-single{margin-bottom:20px}.brand-single__left{display:block}.brand-single__head.desktop{display:none}.brand-single__head.mobile{display:flex;margin-bottom:20px}.brand-single__name{line-height:1}.supplements-combo{margin:20px 0}.webinar__head{margin-bottom:20px}.webinar__head-title span{display:inline}.webinar__head-holder{display:block}.webinar__head-box{padding:0;margin-top:20px}.webinar__head-box:before{left:0}.webinar__head-info{max-width:100%}.webinar__head-descr.small{line-height:30px;margin-top:30px}.webinar-head{display:block;margin-bottom:10px;padding-bottom:12px;position:relative}.webinar-head-title{display:block;font-size:40px;white-space:normal!important}.webinar-head-title:after{margin:20px 0 0;width:calc(100% - 56px)}.get-access{padding:25px 20px}.get-access__box:before{content:"";position:absolute;bottom:100%;left:0;right:0;height:150px;background:linear-gradient(0deg,#fff 0,rgba(217,217,217,0) 100%)}.get-access__txt span{padding:0}.join-advantages__item-title{font-size:24px;line-height:28px}.join-advantages__item-list li p,.join-advantages__item-txt{font-size:14px}.join-advantages__item-list li{padding-left:78px}.join-advantages__item-list li:not(:last-child){margin-bottom:30px}.join-advantages__item:nth-child(2){margin-bottom:30px;padding-bottom:30px}.get-premium__holder{flex-direction:column-reverse;align-items:flex-start}.get-premium__block,.get-premium__img{width:100%}.get-premium__block{padding:0}.get-premium__inner{max-width:100%}.get-premium__title{display:none;font-size:40px}.get-premium__title.hidden{display:block}.get-premium__img{margin:0 auto 30px;padding-bottom:81.4%}.reward__left{min-width:300px}.faq.faq--contacts sub{display:block}.contacts__info-title{font-size:30px;margin-bottom:15px}.experts-slider{margin-bottom:10px}.experts-slider__title{max-width:100%;font-size:26px;line-height:30px;margin-bottom:20px}.experts-slider__social{justify-content:center}}@media (max-width:768px){.tags__selection_wrap{padding:13px 15px 13px 10px}.tags__selection_wrap .icon-prev{height:25px;width:25px}.brands-slider.secondary .gallery-brands-items .product-slider-card{width:calc(50% - 10px);position:relative}.brands-slider.secondary .gallery-brands-items .product-card__bottom .product-card__brand{display:none}.brands-slider .brads-list .product-slider-card .img-box{padding-bottom:125px;margin:20px 0}.brands-slider .brads-list .product-slider-card .img-box img{top:0}.brands-slider .brads-list .product-slider-card{width:calc(50% - 20px);margin:0 10px 20px;border-radius:10px;overflow:hidden;box-shadow:0 5px 9.9px .1px rgba(0,0,0,.08)}.protocol-references__holder ol li:nth-child(10),.protocol-references__holder ol li:nth-child(6),.protocol-references__holder ol li:nth-child(7),.protocol-references__holder ol li:nth-child(8),.protocol-references__holder ol li:nth-child(9){display:none}.protocol-references__more{width:100%;margin-left:30px}.supplements-brand{min-height:325px}.supplements-top__slider-outer{min-height:190px}.table-related{min-width:1024px}}@media (min-width:1025px){.table-wrap table th:hover .img-wrap img{transform:scale(1.1)}.table-wrap table th:hover .img-wrap img{transform:scale(1.1)}.select2-container--default .select2-selection--multiple .select2-selection__choice:hover{background-color:#0dcb5b;color:#fff}.select2-container--default .select2-selection--multiple .select2-selection__choice:hover .select2-selection__choice__remove{color:#fff}.brands-slider .swiper-slide:hover,.brands-slider.secondary .gallery-brands-items .product-slider-card:hover{-webkit-box-shadow:0 12px 8px -1px rgba(0,0,0,.25);box-shadow:0 12px 8px -1px rgba(0,0,0,.25)}.gallery-card-slider .swiper-button-next:hover,.gallery-card-slider .swiper-button-prev:hover{background-color:#07a852;color:#fff}.brands-slider.secondary .swiper-button-next:hover:before,.brands-slider.secondary .swiper-button-prev:hover:before{filter:brightness(0) invert(1)}.alphabet__item:hover{color:#fff}.compare-table__close:hover{background-color:#09d166}.compare-bage:hover{width:177px;background-color:#09d166;color:#fff}.compare-bage:hover .compare-bage__count{background-color:#fff;color:#09d166}.compare-bage:hover .compare-bage .icon-compare,.compare-bage:hover .compare-bage__text{color:#fff}a.contacts__list-link:hover{color:#0dcb5b}.experts-slider__social a:hover svg,.social a:hover svg{fill:#0dcb5b}}@media (max-width:1024px){.protocol-search .input{height:60px}.popular-section-protocols{padding-bottom:10px}.protocol-hero .product-head-info.mobile{display:block;margin-bottom:40px}.products_collections-inner{grid-template-columns:1fr;gap:0}.products_collections-inner .content-bar{width:100%}.supplements-brand .product-head-info{max-width:100%;display:block}.compare-table tbody tr{min-width:240px}}@media (max-width:1200px){.products_collections-inner .col,.protocols-section .col{width:50%}}@media (max-width:1300px){.products_collections-inner .sidebar{margin-right:20px}}@media (max-width:374px){.compability .result .item .name{font-size:14px;line-height:17px}.compability .result .item .descr{font-size:12px;line-height:16px}}@media (max-width:540px){.products_collections-inner.open .sidebar{transform:translate3d(0,0,0);visibility:visible;opacity:1;display:block}.products_collections-inner .content-bar{width:100%}.products_collections-inner .content-bar .populars .container{padding:0}}@media (max-width:600px){.block-more{margin-top:20px}.products_collections-inner .col,.protocols-section .col{width:100%}}@media (max-width:767px){.protocols-section__more{max-width:100%;padding:0}.protocols-section{margin-bottom:30px}}@media (min-width:1025px){.protocols-section__more .btn:hover{box-shadow:0 4px 9px rgba(13,203,91,.5);background-color:#0dcb5b;color:#fff}.protocols-section__more .btn:hover:after{filter:brightness(0) invert(1)}}@media (max-width:1024px){.popular-section .row.row-scroll{flex-wrap:nowrap;overflow:hidden;overflow-x:auto}.popular-section .col{width:50%}.popular-section .row.row-scroll .card{width:370px;margin-bottom:20px}.popular-section__more{display:flex;justify-content:center;width:100%;margin-top:10px}.popular-section .row.row-scroll+.popular-section__more{margin-bottom:20px}.popular-section__more .btn{padding:11px 50px;border:2px solid #0dcb5b;font-size:13px;line-height:14px}.not-found .btn-premium{margin-bottom:45px}}@media (max-width:1200px){.brands .product-cards .product-item{width:calc(50% - 7px)}}@media (max-width:374px){.popular-section .row.row-scroll .card{width:300px}}@media (max-width:600px){.nts-toast{max-width:100%;min-width:0}}@media (max-width:650px){.populars-brands.search-groups .search-list__item{justify-content:center;flex-direction:column;height:100%;padding:12px}.populars-brands.search-groups .search-list__text{font-size:14px;text-align:center}.populars-brands.search-groups .search-list__item .new_icon_brand{width:100px;margin-right:0;height:31px;max-height:65px;margin-bottom:0}.populars-brands.search-groups{height:180px;margin-left:10px;overflow:initial;padding-bottom:30px}.populars-brands.search-groups .swiper-pagination{bottom:0}.populars-brands.search-groups .populars-brands.search-groups .populars-brands.search-groups .swiper-slide{width:220px;margin:0;padding:0}.brands .product-cards .product-item{width:calc(50% - 7px)}}@media (max-width:767px){.popular-section .col,.price-btn{display:block;position:fixed;bottom:102px;left:50%;transform:translateX(-50%);width:160px;border:none;background-color:#0dcb5b;z-index:12;color:#fff;text-transform:uppercase;text-align:center;font-size:13px;line-height:1;padding:12px 20px 15px;box-shadow:0 4px 9px rgba(13,203,91,.5)}.price-btn.hide{opacity:0;visibility:hidden;z-index:-1}}@media (min-width:1025px){.btn-premium:hover,.health-topics__ctrl-clear:hover,.product-item .btn:hover{color:#0dcb5b}.health-topics__ctrl-btn:hover{background-color:#0ca94c}.buttons__ctrl .btn:not(.active):hover{border-color:#0dcb5b;color:#0dcb5b}}@media (min-width:1025px){.product-item:hover{box-shadow:0 4px 30px #c7c7c7}}.table-wrap{width:100%;overflow-y:auto}.table-wrap table{min-width:1000px}.table-wrap table .img-wrap{display:flex;justify-content:center;width:100%}.table-wrap table .img-wrap img{position:absolute;left:0;right:0;top:0;bottom:0;max-width:100%;max-height:100%;margin:auto;width:auto;transition:transform .3s}.table-wrap .rate-action{margin-left:10px;display:inline-block;position:relative;padding-left:13px}.table-wrap .rate-action:before{content:"";display:block;position:absolute;left:0;top:50%;transform:translateY(-50%);background-size:contain;background-position:center;background-repeat:no-repeat;height:13px;width:14px}.table-wrap .rate-action.up{color:#00f341}.table-wrap .rate-action.down{color:#f30000}.table-wrap .rate-action.down:before{background:url(../img/icons/down-arrow.svg)}.table-wrap .rate-action.up:before{background:url(../img/icons/up-arrow.svg)}.table-wrap .price-action{margin-left:10px;display:inline-block;position:relative;padding-left:13px}.table-wrap .price-action:before{content:"";display:block;position:absolute;left:0;top:50%;transform:translateY(-50%);background-size:contain;background-position:center;background-repeat:no-repeat;height:13px;width:14px}.table-wrap .price-action.up{color:#f30000}.table-wrap .price-action.down{color:#00f341}.table-wrap .price-action.down:before{background:url(../img/icons/down-arrow-price.svg)}.table-wrap .price-action.up:before{background:url(../img/icons/up-arrow-price.svg)}.breadcrumbs-list__link.active{margin-right:4px;font-size:12px;color:#949494;text-transform:uppercase}.brands-slider.secondary .gallery-brands-items{display:flex;flex-wrap:wrap;margin-left:-5px;width:calc(100% + 10px)}.brands-slider.secondary .gallery-brands-items .product-slider-card{margin:0 5px 10px;width:calc(20% - 10px);background:#fff;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;box-shadow:0 5px 5px 1px rgba(0,0,0,.08);transition:box-shadow .3s}.populat-list-block{display:flex;flex-wrap:wrap;gap:5px;align-items:flex-start;margin-bottom:20px}.populat-list-block .popular-list__item{padding:8px 10px;margin:0;overflow:hidden;transition:box-shadow .3s ease,transform .3s ease,background-color .3s ease}.populat-list-block .popular-list__item::before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:92%;height:70%;background:linear-gradient(135deg,#0be070 0,#09d166 100%);border-radius:6px;opacity:0;transition:width .3s ease,height .3s ease,opacity .3s ease,border-radius .3s ease;z-index:0;pointer-events:none}.populat-list-block .popular-list__item:hover{background-color:transparent;box-shadow:0 6px 20px rgba(9,209,102,.25);transform:scale(1.01)}.populat-list-block .popular-list__item:hover::before{width:100%;height:100%;opacity:1;border-radius:inherit}.populat-list-block .popular-list__item .popular-list__box{position:relative;z-index:1;width:100%;justify-content:center;gap:8px}.populat-list-block .icon-prev{position:relative;height:26px;width:26px;min-width:26px;background:0 0;border-radius:100%;transition:all .3s cubic-bezier(.4, 0, .2, 1);border:1px solid transparent}.populat-list-block .icon-prev::after{content:"";position:absolute;top:-4px;left:-4px;right:-4px;bottom:-4px;border-radius:50%;border:2px solid transparent;border-top-color:#fff;border-right-color:rgba(255,255,255,.4);opacity:0;transition:opacity .3s ease,transform .4s ease;pointer-events:none;transform:rotate(0)}.populat-list-block .popular-list__item:hover .icon-prev::after{opacity:1;animation:spin-border 1.2s linear infinite}.populat-list-block .popular-list__item:hover .icon-prev{box-shadow:0 3px 10px rgba(0,0,0,.15)}.populat-list-block .icon-prev img{position:absolute;margin:auto;top:0;left:0;right:0;bottom:0;max-width:70%;max-height:70%}.populat-list-block .popular-list__item:hover .popular-list__title{color:#fff}.breadcrumbs-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;flex-wrap:wrap}.breadcrumbs-list__item{margin-right:4px;font-size:12px;color:#727171;text-transform:uppercase}.breadcrumbs-list__link{position:relative;display:block;color:#09d166;padding-right:10px}.breadcrumbs-list__ico{position:absolute;right:0;top:calc(50% - 0px);-webkit-transform:translateY(-50%);transform:translateY(-50%)}.breadcrumbs-list__ico:before{transition:.3s;content:"";display:block;width:5px;height:5px;margin:-1px 1px 0 0;border:1px solid #727171;border-width:1px 1px 0 0;transform:rotate(45deg)}.breadcrumbs-list__ico span{font-size:7px}.products-top{margin-bottom:65px}.all-products .products-list__text{width:100%;text-align:center}.all-products .products-list__text .products-list__title{min-height:40px;margin-bottom:10px}.all-products .products-list__text .products-list__title a{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;max-height:38px}.all-products .circle{width:60px;height:60px;position:absolute;right:15px;top:15px;margin-right:0}.all-products .circle__value{font-size:14px;width:45px}.all-products .products-list__btn{width:100%}.all-products .products-list__number{position:absolute;top:0;left:0;margin:0}.all-products .products-list__number:before{position:absolute;left:50%;top:50%;width:20px;height:15px;text-align:center;font-size:13px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);counter-increment:number;content:counter(number) ""}.all-products .products-list__img{width:100%;height:auto}.all-products .products-list__img a{position:relative;height:90px;width:90px;margin:30px auto 15px;overflow:hidden}.all-products .products-list__img .lazy-parent:before{width:50px;height:60px}.all-products .products-list__img a img{position:absolute;margin:auto;top:0;left:0;right:0;bottom:0;vertical-align:middle;max-width:100%;max-height:100%}.products-top__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.products-top__buttons .btn{width:300px;height:50px;background-color:#f6f6f6;border-color:#f6f6f6}.products-top__buttons .btn:first-child{border-radius:10px 0 0 10px}.products-top__buttons .btn:last-child{border-radius:0 10px 10px 0}.products-top__buttons .btn.active{color:#fff;background-color:#09d166;border-color:#09d166}.brands-slider{position:relative;margin-top:40px}.brands-slider .gallery-brands{padding:0 7px}.brands-slider .swiper-container{padding-bottom:40px;height:auto}.brands-slider .swiper-slide{height:auto}.brands-slider .swiper-container-horizontal>.swiper-pagination-bullets,.brands-slider .swiper-pagination-custom,.brands-slider .swiper-slide{padding:0}.brands-slider.secondary .swiper-container{height:auto;opacity:0;transition:.3s;max-height:0;min-height:375px}.brands-slider.secondary .swiper-container.swiper-container-horizontal{opacity:1;max-height:9999px}.brands-slider.secondary .swiper-container .swiper-wrapper{display:none}.brands-slider.secondary .brands-slider.secondary .swiper-slide img{margin:0 auto;width:auto}.brands-slider.secondary .img-box{padding-top:10px;background:#fff;position:relative;padding-bottom:56%}.brands-slider.secondary .img-box:before{background-image:url(../img/icons/all-supplement.svg);width:44px;height:60px}.brands-slider.secondary .product-card__brand:before{background-image:url(../img/icons/all-supplement.svg);width:30px;height:40px}.brands-slider.secondary .img-box img{position:absolute;top:0;bottom:0;right:0;left:0;max-width:100%;max-height:100%;margin:0 auto;width:auto}.brands-slider.secondary .product-slider-card{width:100%;position:relative;padding:10px 0}.brands-slider.secondary .product-slider-card .link-product{position:absolute;z-index:1;left:0;top:0;width:100%;height:100%}.brands-slider.secondary .product-slider-card .product-tags{position:relative;z-index:2}.brands-slider.secondary .product-card__title{height:38px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.brands-slider.secondary .product-card__headline{margin:0}.brands-slider.secondary .product-tags{margin-bottom:-13px}.brands-slider.secondary .product-tags .value{margin:0 2.5px 0}.brands-slider.secondary .product-slider-card .product-card__info{height:auto}.brands-slider .product-card__info{border-top:none}.brands-slider.secondary .product-card__brand{height:65px;width:80px;overflow:hidden;margin-right:15px;display:flex;align-items:center}.brands-slider .swiper-slide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#fff;-webkit-box-shadow:0 5px 5px 1px rgba(0,0,0,.08);box-shadow:0 5px 5px 1px rgba(0,0,0,.08);-webkit-transition:-webkit-box-shadow .3s;transition:-webkit-box-shadow .3s;transition:box-shadow .3s;transition:box-shadow .3s,-webkit-box-shadow .3s;overflow:hidden;border-radius:10px;position:relative}.brands-slider .swiper-button-next,.brands-slider .swiper-button-prev{position:absolute;border:none;outline:0;background-image:none;top:50%;transform:translateY(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:#fff;-webkit-transition:background-color .3s,color .3s;transition:background-color .3s,color .3s}.brands-slider.secondary .swiper-button-next,.brands-slider.secondary .swiper-button-prev{top:200px}.brands-slider .swiper-button-next::before,.brands-slider .swiper-button-prev::before{display:none}.brands-slider .swiper-button-next,.brands-slider .swiper-button-prev{overflow:hidden}.brands-slider .swiper-button-next::after,.brands-slider .swiper-button-prev::after{content:"";display:block;width:8px;height:8px;border-right:2px solid #1b1d25;border-bottom:2px solid #1b1d25;transition:border-color .3s}.brands-slider .swiper-button-next::after{transform:rotate(-45deg);margin-left:-3px}.brands-slider .swiper-button-prev::after{transform:rotate(135deg);margin-right:-3px}.brands-slider .swiper-button-next:hover,.brands-slider .swiper-button-prev:hover{background-color:#09d166}.brands-slider .swiper-button-next:hover::after,.brands-slider .swiper-button-prev:hover::after{border-color:#fff}.brands-slider .swiper-button-prev{left:-65px}.brands-slider .swiper-button-next{right:-65px}.brands-slider .swiper-pagination .swiper-pagination-bullet{width:6px;height:6px;background:rgba(0,0,0,.8)}.brands-slider .swiper-pagination .swiper-pagination-bullet-active{background-color:#fff}.brands-slider .swiper-slide img{width:100%;height:auto;display:block;transition:transform .4s ease;transform:scale(1.01)}@media (max-width:500px){.brands-slider .swiper-slide{height:180px}.brands-slider .swiper-slide img{height:100%;object-fit:contain}}.brands-slider .swiper-slide::after{content:"";position:absolute;top:0;left:-100%;width:60%;height:100%;background:linear-gradient(105deg,transparent 20%,rgba(255,255,255,0) 40%,rgba(255,255,255,.5) 50%,rgba(255,255,255,0) 60%,transparent 80%);z-index:2;pointer-events:none;transition:none}.brands-slider .swiper-slide:hover::after{animation:shine-glare .7s ease-out forwards}.brands-slider .swiper-slide:hover img{transform:scale(1.05)}.alphabet{display:-webkit-box;display:-ms-flexbox;display:flex;gap:5px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:20px;padding:10px 0;border-bottom:1px solid #eee;border-top:1px solid #eee}.alphabet__item{width:40px;height:40px;font-size:13px;border-radius:10px;background-color:#f6f6f6;color:#292b35;text-transform:uppercase;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px 2px;cursor:pointer;-webkit-transition:color .3s,background-color .3s;transition:color .3s,background-color .3s}.alphabet__item:last-child{margin-right:0}.cssload-dots{width:0;height:0;position:absolute;top:250px;left:50%;transform:translate3d(-50%,0,0);margin:auto;outline:1px solid red;filter:url(#goo);-o-filter:url(#goo);-ms-filter:url(#goo);-webkit-filter:url(#goo);-moz-filter:url(#goo)}.cssload-dot{width:0;height:0;position:absolute;left:0;top:0}.cssload-dot:before{content:"";width:34px;height:34px;border-radius:49px;background:#00d66a;position:absolute;left:50%;transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0);-webkit-transform:translateY(0);-moz-transform:translateY(0);margin-left:-17.5px;margin-top:-17.5px}.cssload-dot:nth-child(5):before{z-index:100;width:44.5px;height:44.5px;margin-left:-21.75px;margin-top:-21.75px;animation:cssload-dot-colors 4s ease infinite;-o-animation:cssload-dot-colors 4s ease infinite;-ms-animation:cssload-dot-colors 4s ease infinite;-webkit-animation:cssload-dot-colors 4s ease infinite;-moz-animation:cssload-dot-colors 4s ease infinite}.cssload-dot:first-child{animation:cssload-dot-rotate-1 4s 0s linear infinite;-o-animation:cssload-dot-rotate-1 4s 0s linear infinite;-ms-animation:cssload-dot-rotate-1 4s 0s linear infinite;-webkit-animation:cssload-dot-rotate-1 4s 0s linear infinite;-moz-animation:cssload-dot-rotate-1 4s 0s linear infinite}.cssload-dot:first-child:before{background-color:#00d66a;animation:cssload-dot-move 4s 0s ease infinite;-o-animation:cssload-dot-move 4s 0s ease infinite;-ms-animation:cssload-dot-move 4s 0s ease infinite;-webkit-animation:cssload-dot-move 4s 0s ease infinite;-moz-animation:cssload-dot-move 4s 0s ease infinite}.cssload-dot:nth-child(2){animation:cssload-dot-rotate-2 4s 1s linear infinite;-o-animation:cssload-dot-rotate-2 4s 1s linear infinite;-ms-animation:cssload-dot-rotate-2 4s 1s linear infinite;-webkit-animation:cssload-dot-rotate-2 4s 1s linear infinite;-moz-animation:cssload-dot-rotate-2 4s 1s linear infinite}.cssload-dot:nth-child(2):before{background-color:#00d66a;animation:cssload-dot-move 4s 1s ease infinite;-o-animation:cssload-dot-move 4s 1s ease infinite;-ms-animation:cssload-dot-move 4s 1s ease infinite;-webkit-animation:cssload-dot-move 4s 1s ease infinite;-moz-animation:cssload-dot-move 4s 1s ease infinite}.cssload-dot:nth-child(3){animation:cssload-dot-rotate-3 4s 2s linear infinite;-o-animation:cssload-dot-rotate-3 4s 2s linear infinite;-ms-animation:cssload-dot-rotate-3 4s 2s linear infinite;-webkit-animation:cssload-dot-rotate-3 4s 2s linear infinite;-moz-animation:cssload-dot-rotate-3 4s 2s linear infinite}.cssload-dot:nth-child(3):before{background-color:#afe102;animation:cssload-dot-move 4s 2s ease infinite;-o-animation:cssload-dot-move 4s 2s ease infinite;-ms-animation:cssload-dot-move 4s 2s ease infinite;-webkit-animation:cssload-dot-move 4s 2s ease infinite;-moz-animation:cssload-dot-move 4s 2s ease infinite}.cssload-dot:nth-child(4){animation:cssload-dot-rotate-4 4s 3s linear infinite;-o-animation:cssload-dot-rotate-4 4s 3s linear infinite;-ms-animation:cssload-dot-rotate-4 4s 3s linear infinite;-webkit-animation:cssload-dot-rotate-4 4s 3s linear infinite;-moz-animation:cssload-dot-rotate-4 4s 3s linear infinite}.cssload-dot:nth-child(4):before{background-color:#fbd301;animation:cssload-dot-move 4s 3s ease infinite;-o-animation:cssload-dot-move 4s 3s ease infinite;-ms-animation:cssload-dot-move 4s 3s ease infinite;-webkit-animation:cssload-dot-move 4s 3s ease infinite;-moz-animation:cssload-dot-move 4s 3s ease infinite}.product-card .gallery-card-slider .swiper-pagination{bottom:4px}.product-card .gallery-card-slider{background:#fff}.product-card .gallery-card-slider .swiper-container{padding-bottom:20px;height:220px}.brands-slider.secondary .product-card__bottom{position:static}.brands-slider.secondary .product-card__bottom .card-rating{width:100%}.gallery-card-slider .swiper-container .swiper-wrapper{display:none}.gallery-card-slider .swiper-container-initialized .swiper-wrapper{display:flex}.gallery-card-slider .swiper-container{height:200px}.gallery-card-slider .gallery-card.general-health{margin-top:0}.gallery-card-slider .swiper-slide{padding:0}.gallery-card-slider .swiper-slide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fff}.gallery-card-slider .gallery-card.brand-slider .swiper-slide{padding:10px 0 0}.brands-slider.secondary .product-card__img .product-card__brand{display:none}.gallery-card-slider .gallery-card.brand-slider .swiper-slide:before{background-image:url(../img/icons/all-supplement.svg);width:29px;height:40px}.gallery-card-slider .swiper-slide img{height:100%;position:static;width:auto}.gallery-card-slider .swiper-button-next,.gallery-card-slider .swiper-button-prev{border:none;outline:0;background-image:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:#fff;-webkit-transition:background-color .3s,color .3s,opacity .3s,visibility .3s;transition:background-color .3s,color .3s,opacity .3s,visibility .3s}.gallery-card-slider .swiper-button-next,.gallery-card-slider .swiper-button-prev,.gallery-card-slider .swiper-pagination{opacity:0;visibility:hidden;transition:.3s}.gallery-card-slider .swiper-pagination-bullet{width:6px;height:6px;margin:0 2px!important;background-color:#ccc;opacity:1}.gallery-card-slider .swiper-pagination .swiper-pagination-bullet-active{background-color:#09d166}.block-sources{color:#fff}.block-sources .list-sources{overflow:hidden;max-height:0;transition:max-height .75s ease-in-out;scrollbar-color:#cbcbcb transparent;scrollbar-width:thin}.block-sources .list-sources::-webkit-scrollbar{width:6px}.block-sources .list-sources::-webkit-scrollbar-thumb{background-color:#cbcbcb;border-radius:3px}.block-sources .block-list-sources{background:#fff;padding:20px;border-radius:20px;margin-bottom:20px}.block-sources .block-list-sources.height .btn{display:none}.block-sources .block-list-sources.height .list-sources{max-height:initial}.block-sources .block-list-sources .btn{line-height:20px;border-color:#09d166;color:#09d166;cursor:pointer}.block-sources .block-list-sources .btn:hover{background:#09d166;color:#fff}.block-sources .list-sources .item p{color:#000;font-size:13px;font-weight:400;letter-spacing:.65px;margin-bottom:12px}.block-sources .list-sources .item a{display:inline-flex;color:#fff;font-size:13px;font-weight:400;letter-spacing:.65px}.block-sources .list-sources .item a .icon:before{transition:.3s;content:"";display:block;width:16px;height:16px;background-repeat:no-repeat;background-position:center;background-size:cover;background-image:url(../img/icons/arrow-link.svg)}.block-sources .list-sources .item a:hover,.block-sources .list-sources .item a:hover .icon:before{color:#000!important}.block-sources .list-sources .item a .icon{display:inline-block;margin-left:8px;font-size:8px;width:auto;line-height:7px;height:12px}.block-sources .list-sources .item .row{display:flex;justify-content:space-between;border-bottom:1px solid #e9e9e9;padding-bottom:15px}.block-sources .list-sources .item:last-child .row{border-bottom:none}.block-sources .list-sources .item{padding-bottom:15px}.block-sources .list-sources .date-block{display:flex}.block-sources .list-sources .date-block .icon{background:url(../img/icons/calendar.svg);background-repeat:no-repeat;background-size:contain;width:16px;height:16px;display:block;flex-shrink:0;margin-right:7px}.block-sources .list-sources .date-block span{color:#b7b8b7;font-size:13px}.block-sources .list-sources .date-block strong{color:#000;font-size:13px}.block-sources .list-sources .item a .text{transition:.3s;color:#09d166;text-transform:uppercase;font-size:13px;max-width:215px;overflow:hidden;text-overflow:ellipsis;display:block}.block-sources .source-title{color:inherit;font-size:22px;font-weight:700;letter-spacing:.75px;display:flex;align-items:center;margin-bottom:15px}.table-related .box-img{max-width:120px;width:100%}.table-related strong{font-weight:600}.table-related td{padding:22px 30px}.table-related tr:nth-child(odd) td{background:#f9f9f9}.table-related th{padding:22px 30px}.table-related th div{padding-bottom:12px}.table-related .title{font-weight:300}.table-related .positive{color:#00d66a;padding-left:30px;position:relative;font-weight:300}.table-related .positive::before{content:"";position:absolute;left:10px;top:50%;transform:translate3d(0,-50%,0) rotate(-135deg);border:solid #00d66a;border-width:0 2px 2px 0;display:inline-block;padding:3px}.table-related .negative{color:#d94646;padding-left:30px;position:relative;font-weight:300}.table-related .negative::before{content:"";position:absolute;left:10px;top:50%;transform:translate3d(0,-50%,0) rotate(45deg);border:solid #d94646;border-width:0 2px 2px 0;display:inline-block;padding:3px}.table-wrapper{overflow-x:scroll}.all-products .products-list__text .products-list__subtitle{line-height:14px;letter-spacing:.65px}.all-products .products-list__number{position:absolute;top:0;left:50%;transform:translate(-50%,-50%)}.brands-slider .brads-list{display:none}.products-slider{position:relative;margin:0 -25px}.products-slider .swiper-container{height:auto;padding:0 25px 40px;opacity:0;transition:.3s;max-height:0;min-height:600px}.products-slider .swiper-container.swiper-container-initialized{opacity:1;max-height:9999px}.products-slider .swiper-container+.icon-arrow{display:none}.products-slider .swiper-container+.icon-arrow+.icon-arrow{display:none}.products-slider .swiper-container.swiper-container-initialized+.icon-arrow{display:flex}.products-slider .swiper-container .swiper-wrapper{display:none}.products-slider .swiper-slide{height:auto}.products-slider .product-card{width:100%;margin:0;height:100%}.products-slider .product-card:hover{border-color:rgba(9,209,102,.65);box-shadow:0 5px 20px rgba(9,209,102,.2)}.products-slider .swiper-button-next,.products-slider .swiper-button-prev{position:absolute;border:none;outline:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:#fff;-webkit-transition:background-color .3s,color .3s;transition:background-color .3s,color .3s}.products-slider .swiper-button-prev{left:-40px}.products-slider .swiper-button-next{right:-40px}.products-slider .swiper-button-next:hover,.products-slider .swiper-button-prev:hover{background-color:rgba(0,0,0,.14);color:#fff}.products-slider .swiper-pagination{position:relative;margin-top:-10px}.products-slider .swiper-pagination-bullet{margin:0 4px;width:10px;height:10px;opacity:1;background-color:transparent;border:1px solid #ced0da}.products-slider .swiper-pagination-bullet-active{background-color:#09d166;border-color:#09d166}.product-head{display:flex;justify-content:space-between;align-items:flex-start;margin:30px 0 50px}.product-head-left{max-width:550px;margin-right:20px}.product-head .subtitle{font-weight:700;text-transform:uppercase;color:#0dcb5b;line-height:1;font-size:13px;margin-bottom:10px}.product-head .title{font-size:24px;font-weight:700;line-height:36px;margin-bottom:10px;color:#000;text-transform:inherit}.product-head p{font-size:14px;line-height:21px;color:#4f4f4f}.product-head p a{color:#0dcb5b}.product-head-info{max-width:500px;width:100%;margin-left:auto;background:#f0f6f3;border-radius:10px;padding:20px 20px 20px 52px}.product-head-info.mobile{max-width:100%;margin:0;display:none}.product-head-info.light{background:#fdfdfd}.product-head-info-title{font-weight:700;font-size:18px;position:relative;margin-bottom:10px}.product-head-info-title svg{fill:#0bcb5b;stroke:#0bcb5b;position:absolute;width:18px;height:20px;top:0;left:-28px}.daily .product-head-info-title svg{width:20px}.product-head-info-text{font-weight:400;font-size:14px;color:#4f4f4f;margin-bottom:10px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.product-head-info-link{font-size:14px;line-height:16px;color:#0dcb5b;display:inline-flex;align-items:center}.product-head-info-link:after{transition:.3s;content:"";display:inline-flex;width:16px;height:16px;background-repeat:no-repeat;background-position:center;background-size:cover;background-image:url(../img/icons/arrow-link.svg);margin-left:10px}.product-description{font-size:16px;line-height:1.6;color:#333;max-width:900px}.product-description p{margin:0 0 16px}.product-description p:last-child{margin-bottom:0}.product-description h2,.product-description h3,.product-description h4{font-weight:700;color:#000;margin:28px 0 12px}.product-description h2{font-size:22px}.product-description h3{font-size:19px}.product-description h4{font-size:17px}.product-description ol,.product-description ul{margin:0 0 16px;padding-left:22px}.product-description li{margin-bottom:6px}.product-description a{color:#22b07d;text-decoration:underline}.product-description a:hover{text-decoration:none}.product-description strong{color:#000;font-weight:700}@media (max-width:1024px){.products-top__buttons .btn{width:150px;height:40px;padding:5px}.products-top{margin-bottom:20px}.product-head{margin:30px 0}.product-head-info{display:none}.product-head-left{max-width:100%;margin:0 0 20px}.products-slider .product-card__info{height:calc(100% - 32.2vw)}.product-head-info.mobile{display:block}.daily .product-head-info.mobile{margin-top:30px}.daily .product-head{padding-right:46px}}@media (max-width:1100px){.brands-slider.secondary .gallery-brands-items .product-slider-card{width:calc(33.33% - 10px)}.gallery-card-slider .swiper-container.general-health{height:20.5vw}.brands-slider .swiper-container{height:auto}}@media (max-width:1300px){.products-slider .product-card__info{height:calc(100% - 21.2vw)}}@media (max-width:1500px){.brands-slider .swiper-button-next,.brands-slider .swiper-button-prev,.products-slider .swiper-button-next,.products-slider .swiper-button-prev{display:none}}@media (max-width:450px){.brands-slider .swiper-container{height:auto}}@media (max-width:500px){.brands-slider .brads-list .product-slider-card .product-card__headline{padding:0 10px}.brands-slider:not(.secondary) .brads-list .product-card__bottom{padding:10px}}@media (max-width:576px){.brands-slider.secondary .product-slider-card .product-tags{padding:10px 20px 0}}@media (max-width:600px){.populat-list-block .popular-list__item{box-shadow:none}.all-products .products-list__box:first-child{padding-top:0;flex-direction:column;text-align:center;justify-content:center;position:static}.all-products.products{padding-bottom:0;border-bottom:1px solid #e5e5e5}}@media (max-width:767px){.all-products .products-list__number{top:15px}.products-slider .product-card__info{height:calc(100% - 65vw)}.product-head .title{font-size:20px}.block-sources .list-sources{max-height:500px}.product-description{font-size:15px}.product-description h2{font-size:20px}.product-description h3{font-size:17px}}@media (max-width:768px){.brands-slider.secondary .product-slider-card .product-tags{padding:10px 20px 0}.brands-slider.secondary .product-card__img .product-card__brand{display:block}.brands-slider .brads-list .product-card__img{background-color:transparent}.brands-slider .brads-list .product-card__brand{height:40px;width:54px;position:relative;margin:20px}.brands-slider .brads-list .product-card__brand img{position:absolute;left:0;right:0;top:0;bottom:0;max-width:100%;max-height:100%}.brands-slider .brads-list .product-card__info{padding:0;height:auto}.brands-slider .brads-list .product-slider-card .product-card__headline{padding:5px 20px;margin-top:15px;margin-bottom:0}.brands-slider .brads-list .product-card__bottom{padding:25px 20px 15px;margin-top:0}}@media (max-width:825px){.gallery-card-slider .swiper-container.general-health{height:31.1vw}}@media (max-width:850px){.brands-slider .swiper-container{height:auto;max-height:initial}}@media (max-width:992px){.brands-slider.secondary .gallery-brands-items .product-slider-card{width:calc(33.33% - 10px)}}@media (min-width:1025px){.alphabet__item{position:relative;overflow:hidden}.alphabet__item::before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:70%;height:70%;background:linear-gradient(135deg,#0be070 0,#09d166 100%);border-radius:8px;opacity:0;transition:width .3s ease,height .3s ease,opacity .3s ease;z-index:-1;pointer-events:none}.alphabet__item:hover::before{width:100%;height:100%;opacity:1;border-radius:inherit}.alphabet__item:hover{color:#fff;background-color:transparent;box-shadow:0 4px 12px rgba(9,209,102,.3)}.breadcrumbs-list__link:hover{text-decoration:underline}.populat-list-block .popular-list__item:hover::before{filter:none}.product-card:hover .gallery-card-slider .swiper-button-next,.product-card:hover .gallery-card-slider .swiper-button-prev,.product-card:hover .gallery-card-slider .swiper-pagination{opacity:1;visibility:visible}.products-top__buttons .btn:hover{border-color:#09d166}.brands-slider.secondary .swiper-button-next:hover,.brands-slider.secondary .swiper-button-prev:hover{filter:none;background-color:#09d166}.product-head-info-link:hover,.wrap .block-sources .block-list-sources .btn:hover{text-decoration:underline}}.loupe-widget{position:relative;display:inline-block;will-change:transform}.loupe-widget__loupe{position:absolute;z-index:100;top:50%;left:50%;width:200px;height:200px;transform:translate(-50%,-50%);border-radius:50%;background-repeat:no-repeat;border:2px solid #222;box-shadow:0 0 10px 1px rgba(0,0,0,.2);background-color:#fff;display:none}.section-not-found{min-height:300px;height:calc(100vh - 360px);padding:50px 0}.section-not-found .flex{display:flex;align-items:center;flex-direction:column;justify-content:center;height:100%}.section-not-found .container{height:100%}.section-not-found .title{font-size:120px;line-height:100px;font-weight:700;margin-bottom:10px}.section-not-found p{font-size:26px;text-transform:uppercase}.svg-icon{width:1em;height:1em;display:block;fill:currentColor}.icon_holder{display:inline-block;vertical-align:middle}.btn-login{color:#09d166;border-color:transparent;margin-right:5px}.btn-big{width:300px;font-size:30px;padding:20px 30px}.btn-green{color:#fff;background-color:#09d166;border-color:transparent;-webkit-transition:.3s;transition:.3s}.btn-shaded{background-color:#fff;border-color:transparent;-webkit-transition:color .3s,border-color .3s,background-color .3s;transition:color .3s,border-color .3s,background-color .3s}.product-compare-wrap table .img-wrap .inner{padding-bottom:100%;position:relative;width:100%}.product-compare-wrap table .img-wrap .inner:before{background-image:url(../img/icons/all-supplement.svg);width:73px;height:100px}.btn-dn{display:none!important}.msg_subscribe{color:#fff;font-size:20px}.list-item_dn{display:none}.product-block .icon_brand{width:45px;height:30px}.textarea{width:100%;height:100%;outline:0;color:#767676;font-size:15px;font-weight:300;padding:0 10px 0 20px;height:60px;border:1px solid transparent;border-radius:10px;background-color:#fff;-webkit-transition:border-color .3s;transition:border-color .3s}.textarea:focus{border-color:#00d66a}.textarea{resize:vertical;overflow:hidden}.socials__link_twitter span{font-size:16px}.search-page .headline__title{font-size:20px}.headline__title--flex{display:inline-flex;align-items:center}.product-compare-wrap .headline__title{align-items:flex-start}.product-vitamin .headline__title_bold{display:inline-flex;align-items:center}.headline__actions{width:25%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.headline__actions .input-box{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.headline__actions .input{height:40px;background-color:#f6f6f6}.headline__actions .input-box .input{padding:0 20px 0 50px;height:40px}.filter-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:40px;height:40px;border-radius:10px;margin-left:20px;background-color:#f6f6f6}.filter-box__btn{width:100%;height:100%;outline:0}.filter-box__btn span{font-size:20px;color:#1f212b;margin:0 auto;-webkit-transition:color .3s;transition:color .3s}.block-form{max-width:500px;margin-bottom:50px}.block-form .alert{font-size:14px;display:block;margin-bottom:10px}.block-form .alert.alert-success{color:#00cf42}.block-form .alert.alert-danger{color:red}.block-form .g-recaptcha{margin-bottom:10px}.tags__item{font-size:13px;text-transform:uppercase;color:#fff;border-radius:10px;border:2px solid #fff;padding:13px 20px;margin:0 0 5px 1.2%;-webkit-transition:color .3s,background-color .3s,border-color .3s,-webkit-box-shadow .3s;transition:color .3s,background-color .3s,border-color .3s,-webkit-box-shadow .3s;transition:color .3s,background-color .3s,border-color .3s,box-shadow .3s;transition:color .3s,background-color .3s,border-color .3s,box-shadow .3s,-webkit-box-shadow .3s}.tags-list__bage{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:20px;padding:3px 5px;margin:0 5px 0 10px;border-radius:10px;font-size:10px;text-transform:uppercase;color:#fff;background-color:#09d166;-webkit-transition:transform .3s cubic-bezier(.34, 1.56, .64, 1);transition:transform .3s cubic-bezier(.34, 1.56, .64, 1)}.tags-list__bage.tags-list__count{color:#292b35;border:1px solid rgba(0,0,0,.2);background-color:transparent}.tags-list__ico{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:30px;color:#c1bdbd;font-size:20px;font-weight:700;text-transform:uppercase;margin-right:15px}.mini-drop__list.nano{height:370px}.mini-drop__headline{padding:0 20px}.mini-drop__headline .input-box{width:auto}.mini-drop__headline .input{height:40px;padding:0 20px 0 44px;background-color:#f6f6f6}.mini-drop__headline .input-box__ico{left:13px}.mini-drop__headline .input-box__ico span{font-size:16px}.mini-drop__title{font-size:13px;text-transform:uppercase;letter-spacing:.65px;margin-bottom:30px}.mini-drop__bottom{margin-top:20px}.mini-drop__bottom .btn{margin:0 auto;padding:8px 8px;border-radius:10px;border:1px solid #292b35;color:#292b35;font-size:13px;font-weight:400;line-height:22px;width:120px;text-transform:uppercase}.populars__searched_mob.populars{display:none}.populars__footer-description{font-size:16px;margin-bottom:20px}.populars__footer-description a{font-weight:500}.magnify{border-radius:50%;border:2px solid #000;position:absolute;z-index:20;z-index:10;background-repeat:no-repeat;background-color:#fff;box-shadow:inset 0 0 20px rgba(0,0,0,.5)!important;display:none;cursor:none;z-index:10!important;border:2px solid #696969}.gallery-brands{opacity:0;transition:opacity .3s}.swiper-container-horizontal{opacity:1}.populars-text__row{margin-bottom:30px}.populars-text__row:last-child{margin:60px 0 0}.populars-text__row a{color:#09f978}.populars-text__supplements .populars-text__row:last-child{margin:0}.populars-text__collections a{color:#06592c}.populars__bottom .btn{width:120px;padding:5px 10px;line-height:26px;margin:0 auto;background-color:#fff;-webkit-transition:color .3s,background-color .3s,border-color .3s;transition:color .3s,background-color .3s,border-color .3s}.populars__bottom .btn_show_more{margin:30px auto 0;border:1px solid #e5e5e5}.populars__bottom_dark .btn{background-color:#f6f6f6}.popular-list__ico{margin-left:10px;opacity:0;-webkit-transition:opacity .3s;transition:opacity .3s;position:relative;z-index:5}.popular-list__ico span{font-size:16px;color:#bbb}.btn-animated-border,.btn-animated-border::before,.populars-tooltip__row{line-height:20px}.populars-tooltip__row:first-child{margin-bottom:20px}.product-block_other{padding:0 0 70px}.product-block .headline{margin-bottom:65px}.product-block .headline.no-indent{margin-bottom:0}.product-vitamin .circle{width:89px;height:89px}.breadcrumbs{padding:9px 0;background-color:#f9f9f9;margin-bottom:15px}.products-list__number{margin-right:15px}.products-list__number{position:relative;width:30px;height:30px;border-radius:50%;background-color:#f6f6f6;color:#2b2b35}.loader-bg{position:absolute;z-index:999999;width:100px;height:100px;pointer-events:none;bottom:0;left:50%;transform:translateX(-50%);opacity:0;transition:opacity .3s}.loader-bg.show{opacity:1}.loader-p{border:0 solid transparent;border-radius:50%;width:100px;height:100px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.loader-p:after,.loader-p:before{content:"";border:1em solid #15e38a;border-radius:50%;width:inherit;height:inherit;position:absolute;top:0;left:0;animation:loader 2s linear infinite;opacity:0}.loader-p:before{animation-delay:.5s}.products-list__btn{-ms-flex-negative:0;flex-shrink:0}.products-list__btn .btn{padding:5px 30px;line-height:26px;color:#332f2f;background-color:#fff;border-color:#09d166}.products-tags{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.products-tags__item{font-size:12px;max-height:22px;border-radius:4px;padding:4px 5px;margin-right:5px;background-color:#efefef;-webkit-transition:color .3s,background-color .3s;transition:color .3s,background-color .3s}.nano{position:relative;width:100%;height:100%;overflow:hidden}.nano>.nano-content{position:absolute;overflow:scroll;overflow-x:hidden;top:0;right:0;bottom:0;left:0}.nano>.nano-content:focus{outline:thin dotted}.nano>.nano-content::-webkit-scrollbar{display:none}.has-scrollbar>.nano-content::-webkit-scrollbar{display:block}.nano>.nano-pane{background:0 0;position:absolute;width:7px;right:0;top:0;bottom:0;opacity:.01;-webkit-transition:.2s;transition:.2s;border-radius:5px}.nano>.nano-pane>.nano-slider{background:#cbcbcb;position:relative;margin:0 1px;border-radius:3px}.nano-pane.active,.nano-pane.flashed,.nano:hover>.nano-pane{opacity:.99}.related-slider.swiper-container{overflow:visible}.search-page .headline__actions{max-width:250px}.search-block__headline{height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;border-bottom:1px solid #e5e5e5;margin-bottom:45px;position:relative}.search-block__row{margin-bottom:35px}.search-block__row:last-child{margin-bottom:0}.search-block__item{position:absolute;top:18px;left:0;text-transform:uppercase;padding:0 25px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;border-radius:10px;border:1px solid #e5e5e5;background-color:#fff}.preload-wrap{margin:-5px -5px -5px 10px;opacity:0;visibility:hidden;display:none;background:#fff;position:absolute;top:0;left:0;bottom:0;right:0;z-index:9999}.product-tags{flex-wrap:wrap;width:calc(100% + 5px);margin-left:-2.5px;margin-bottom:-5px;position:relative;z-index:2;display:flex}.product-tags .value{background:#efefef;display:inline-block;border-radius:4px;margin:0 2.5px 3px;color:#292b35;font-size:12px;padding:5px 10px;transition:all .3s ease-in-out;white-space:nowrap;max-width:140px;overflow:hidden;text-overflow:ellipsis}.product-card__subtitle{font-size:13px}.compare{padding:40px 0 0}.btn-back{padding:20px 0}.btn-back .container{display:flex}.btn-back .btn{line-height:1;padding:8px 15px}.product-vitamin .btn-back .btn{line-height:1.2;padding:10px 20px;border:2px solid #0dcb5b}.cut-text{display:block;max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.row-sup{display:flex;flex-direction:column}.row-sup .product-tags{padding:0}.brand-productsContainer{flex-grow:1;flex-shrink:1;min-width:1px}.icon_cat{flex-shrink:0;flex-grow:0}.btn_show_more_supp{color:#09d166;background:#fff;border-color:#fff;font-size:13px;line-height:1;height:40px;padding:0 25px;transition:.3s}.btn_show_more_coll,.btn_show_tags{color:#09d166;background:#fff;font-size:18px;line-height:1;height:42px;padding:0 25px}.btn_show_more_coll,.btn_show_tags{color:#fff;background:#09d166}.btn_show_tags{display:none}.rating-list-inner{display:flex;align-items:center}.img-placeholder-sm{width:150px;height:150px}.wrap-chart{background:#fff;border-radius:10px;padding:6px 10px 10px}.wrap-chart #myChart{margin-top:-25px}.wrap-chart-txt{color:#000;padding:5px 0 0;font-weight:700;display:block;text-align:right}.author-block .social{display:flex;align-items:center;margin-top:17px}.author-block .social-link{display:block}.author-block .social-link:not(:last-child){margin-right:20px}.author-block .social-link .img{width:20px;height:20px;margin:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.author-block .social-link img{transition:all .3s ease-in-out;filter:brightness(0) invert(0)}.v-scroll:before{content:"";left:0;top:0;width:calc(100% - 1px);height:40px;position:absolute;pointer-events:none;opacity:0;z-index:-1;will-change:transform;transition:all .3s;background:linear-gradient(to bottom,#fff 0,rgba(255,255,255,0) 100%)}.v-scroll:after{content:"";left:0;bottom:0;width:calc(100% - 1px);height:40px;position:absolute;pointer-events:none;opacity:0;z-index:-1;will-change:transform;transition:all .3s;background:linear-gradient(to top,#fff 0,rgba(255,255,255,0) 100%)}.right-shadow:after{opacity:1;z-index:5}.left-shadow:before,.product-slider-outer{position:relative}.product-advantages{display:flex;justify-content:center;width:calc(100% - 120px);margin-left:auto}.product-advantages-item{padding:0 5px;text-align:center;max-width:84px}.product-advantages-icon{width:69px;height:69px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background-color:#f0f6f3;display:flex;align-items:center;justify-content:center;margin:0 auto 10px}.product-advantages-name{font-size:12px;line-height:1.2;text-transform:uppercase;color:#a9aaae}.arrow-link{width:20px;height:20px;position:relative;display:inline-flex;margin-left:10px}.arrow-link:before{content:"";height:2px;background-color:#09d166;position:absolute;left:0;width:100%;top:calc(50% - 1px)}.arrow-link:after{content:"";width:8px;height:8px;border:2px solid #09d166;transform:rotate(45deg);position:absolute;top:6px;right:0;border-width:2px 2px 0 0}.anchor-title{display:flex;align-items:center;margin-bottom:20px}.anchor-icon{width:50px;height:50px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;background:rgba(13,203,91,.1);margin-right:15px;display:flex;align-items:center;justify-content:center;flex-shrink:0;flex-grow:0;fill:#09d166}.anchor-icon svg{fill:#09d166;stroke:#09d166}@media (max-width:1024px){.loupe-widget__loupe{opacity:0}.populars-text__row:last-child{margin:0}.product-vitamin .headline__title .product-sup{margin-left:0}.product-advantages{display:block;width:auto;margin:0;position:absolute;top:calc(50% - 74px);transform:translateY(-50%);left:0;z-index:2}.product-advantages-item{padding:0;line-height:.7;max-width:70px}.product-advantages-item:not(:last-child){margin-bottom:5px}.product-advantages-icon{width:50px;height:50px;margin-bottom:5px}.product-advantages-icon img{width:36px;height:36px}.product-advantages-name{font-size:10px;line-height:1}.headline__title--mod{order:3}.btn_show_more_supp{font-size:13px}.btn_show_more_coll{font-size:13px}.btn-big{width:200px;font-size:25px;padding:15px}.related-block{padding:10px 0 0}.not-found{padding:30px 0 70px}.product-slider-outer{order:2}.product-slider .articles{margin-bottom:30px}}@media (max-width:1100px){.product-block .headline{margin-bottom:10px}}@media (max-width:500px){.textarea{padding:0 10px 0 10px}}@media (max-width:540px){.search-page{position:relative}}@media (max-width:576px){.product-tags{padding:10px 20px 0}.populars__searched_mob.populars{display:block;overflow:initial}.populars__searched_mob.populars .populars-tooltip{top:auto;bottom:48px}.populars__searched_mob.populars .populars-tooltip:before{transform:translate(-50%,50%) rotate(180deg);top:100%;bottom:auto}.row-sup .sup-text{flex-wrap:wrap}.wrap-chart{padding:0 10px 10px 0;min-height:180px}}@media (max-width:600px){.mini-drop__headline .input{padding:0 20px 0 44px}.btn_show_tags{display:flex;font-size:13px}.populars-text__row{font-size:13px}.headline--share{flex-wrap:nowrap}.img-placeholder-sm{width:120px;height:120px}.img-placeholder-sm{width:110px;height:110px}.wrap-chart{min-height:200px}}@media (max-width:768px){.filter-box{margin-left:5px}.tags__item{padding:5px 10px}.populars-text__row{margin-bottom:15px}.products-list__btn .btn{padding:5px}.btn-big{width:200px;font-size:16px;padding:10px}.product-text{width:100%;margin-bottom:20px}.textarea{height:40px}}@media (min-width:1025px){.tags-list__bage{transition:transform .3s cubic-bezier(.34, 1.56, .64, 1)}.populars__health .populars__box{width:50%}.populars__health .populars__box:last-child{width:39%;margin-left:20px}.loupe-widget:hover .loupe-widget__loupe{display:block;pointer-events:none}.filter-box__btn:hover span{color:#00d66a}.product-tags a.value:hover{background:#0dd166;box-shadow:0 4px 9px rgba(13,203,91,.5);color:#fff}.products-tags__item:hover{background-color:#09d166;color:#fff}.tags__item:hover{border-color:#fff;color:#324038;background-color:#fff;-webkit-box-shadow:0 10px 15px 1px rgba(7,90,45,.5);box-shadow:0 10px 15px 1px rgba(7,90,45,.5)}.mini-drop__bottom .btn:hover{color:#09d166;border-color:#09d166}.populars-text__row a:hover{text-decoration:underline}.populars__bottom .btn:hover{background-color:transparent;border-color:#fff;color:#fff}.populars__bottom .btn_show_more:hover{color:#fff;border-color:#09d166;background-color:#09d166}.populars__bottom_dark .btn:hover{background-color:transparent;border-color:#09f978;color:#09f978}.products-list__btn .btn:hover{color:#fff!important;background-color:#09d166}.product-vitamin .btn-back .btn:hover{color:#fff;background-color:#0dcb5b;box-shadow:0 4px 9px rgba(13,203,91,.5)}.btn_show_more_supp:hover{color:#fff;background:#09d166}.btn_show_more_coll:hover,.btn_show_tags:hover{color:#fff;background:#09d166}.btn-animated-border:hover,.btn-animated-border:hover::before,.btn-login:hover{background-color:transparent;border-color:#09d166;color:#09d166}.btn-green:hover{background-color:transparent;border-color:#09d166;color:#09d166}.btn-shaded:hover{border-color:#00d66a;color:#00d66a;background-color:transparent}}@media (min-width:320px){.row-sup .product-tags{width:auto;margin:0 0 5px 5px}}