﻿@charset "UTF-8";
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
   margin: 0;
   padding: 0;
   border: 0;
   font: inherit;
   vertical-align: baseline;
}
.slick-slide img,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
picture,
section {
   display: block;
}
body,
br {
   line-height: 1;
}
body {
   font-family: Roboto, Arial, Helvetica, sans-serif;
   font-size: 18px;
   font-weight: 500;
   background: #020202;
}
ol,
ul {
   list-style: none;
}
blockquote,
q {
   quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
   content: none;
}
table {
   border-collapse: collapse;
   border-spacing: 0;
}
br {
   font-size: 0;
}
*,
:after,
:before {
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
}
.slick-dots li button:focus,
.slick-dots li button:hover,
.slick-list:focus,
button,
button:focus,
input,
input:focus {
   outline: 0;
}
a {
   text-decoration: none;
}
button {
   border: 0;
   display: block;
   padding: 0;
}


* {
   -webkit-tap-highlight-color: transparent;
}
#comebacker_main_div {
   display: none !important;
   height: 0 !important;
}
html {
   -ms-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
   -webkit-text-size-adjust: 100%;
   overflow-x: hidden;
}
a:-moz-focusring {
   color: transparent;
   text-shadow: 0 0 0 #000;
}
a,
a:active,
a:focus,
a:hover,
a:visited {
   outline: 0 !important;
}

select {
   outline: 0 !important;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   background-image: url("urn:scrapbook:download:error:https://179523.selcdn.ru/public/layout-images/select-triangle.svg");
   background-repeat: no-repeat;
}
select,
select:hover {
   background-size: 10px 10px;
   background-position: right 10px center;
}
select:focus {
   outline: 0 !important;
   outline-color: transparent;
   outline-width: 0;
}
select::-ms-expand {
   display: none !important;
   background: 0 0 !important;
   position: fixed;
   border: 0 !important;
   outline: 0 !important;
}
button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
option::-moz-focus-inner,
select::-moz-focus-inner {
   border: 0;
}
:not(#fake) {
   outline: 0;
}
select:-moz-focusring {
   color: transparent;
   text-shadow: 0 0 0 #000;
}
@font-face {
   font-display: swap;
   font-family: Roboto;
   font-style: normal;
   font-weight: 400;
   src: url("") format("woff2");
}
@font-face {
   font-display: swap;
   font-family: Roboto;
   font-style: normal;
   font-weight: 500;
   src: url("") format("woff2");
}
@font-face {
   font-display: swap;
   font-family: Roboto;
   font-style: normal;
   font-weight: 900;
   src: url("") format("woff2");
}
img {
   display: block;
   max-width: 100%;
}
svg {
   overflow: hidden;
}
.container {
   margin: 0 auto;
   width: 100%;
   padding-left: 15px;
   padding-right: 15px;
}
.subtitle,
.title {
   font-size: 33px;
   color: #fff;
   font-weight: 800;
   line-height: 1.2;
   text-align: center;
}
.subtitle {
   font-size: 29px;
   font-weight: 900;
}
.text {
   font-size: 18px;
}
.big-text {
   font-size: 22px;
   line-height: 1.2;
}
.fw800 {
   font-weight: 800;
}
.text-nowrap {
   white-space: nowrap;
}
.main-color {
   color: #fff;
}
.additional-color {
   color: #00536d;
}
.bg-color {
   background: #020202;
}
/*.border,*/
/*.gradient {*/
/*   background: linear-gradient(238deg, #6cbd98 0.4%, #00b1bb 101.84%);*/
/*}*/
.border {
   border: 2px solid transparent;
   -webkit-box-shadow: inset 0 0 0 100vw #020202;
   box-shadow: inset 0 0 0 100vw #020202;
   border-radius: 100px;
}
.btn,
.btn:after {
   width: 100%;
   border-radius: 100px;
}
.btn {
   max-width: 702px;
   display: block;
   color: #fff;
   height: 50px;
   -webkit-transition: 0.4s ease;
   transition: 0.4s ease;
   cursor: pointer;
   background: linear-gradient(238deg, #6cbd98 0.4%, #00b1bb 101.84%);
   position: relative;
   z-index: 1;
}
.btn:after {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   background: linear-gradient(238deg, #00b1bb 0.4%, #6cbd98 60.84%);
   opacity: 0;
   -webkit-transition: opacity 0.5s;
   transition: opacity 0.5s;
   z-index: -1;
}
.btn:hover:after {
   opacity: 1;
}
.slick-slider {
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   -webkit-touch-callout: none;
   -khtml-user-select: none;
   -ms-touch-action: pan-y;
   touch-action: pan-y;
   -webkit-tap-highlight-color: transparent;
}
.slick-list,
.slick-slider,
.slick-track {
   position: relative;
   display: block;
}
.slick-list {
   overflow: hidden;
   margin: 0;
   padding: 0;
}
.slick-list.dragging {
   cursor: pointer;
   cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
}
.slick-track {
   top: 0;
   left: 0;
   margin-left: auto;
   margin-right: auto;
}
.slick-track:after,
.slick-track:before {
   display: table;
   content: "";
}
.slick-track:after {
   clear: both;
}
.slick-loading .slick-track {
   visibility: hidden;
}
.slick-slide {
   display: none;
   float: left;
   height: 100%;
   min-height: 1px;
}
[dir="rtl"] .slick-slide {
   float: right;
}
.slick-slide.slick-loading img {
   display: none;
}
.slick-slide.dragging img {
   pointer-events: none;
}
.slick-initialized .slick-slide {
   display: block;
}
.slick-loading .slick-slide {
   visibility: hidden;
}
.slick-vertical .slick-slide {
   display: block;
   height: auto;
   border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
   display: none;
}
.slick-loading .slick-list {
   background: #fff;
}
.slick-next,
.slick-prev {
   font-size: 0;
   line-height: 0;
   position: absolute;
   top: 50%;
   display: block;
   width: 20px;
   height: 20px;
   padding: 0;
   -webkit-transform: translate(0, -50%);
   transform: translate(0, -50%);
   cursor: pointer;
   color: transparent;
   border: 0;
   outline: 0;
   background: 0 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
   color: transparent;
   outline: 0;
   background: 0 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before,
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
   opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
   opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
   font-size: 20px;
   line-height: 1;
   opacity: 0.75;
   color: #fff;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
   left: -25px;
}
[dir="rtl"] .slick-prev {
   right: -25px;
   left: auto;
}
.slick-prev:before {
   content: "←";
}
.slick-next:before,
[dir="rtl"] .slick-prev:before {
   content: "→";
}
.slick-next {
   right: -25px;
}
[dir="rtl"] .slick-next {
   right: auto;
   left: -25px;
}
[dir="rtl"] .slick-next:before {
   content: "←";
}
.slick-dots,
.slick-dots li button:before {
   position: absolute;
   left: 0;
   text-align: center;
}
.slick-dots {
   bottom: -25px;
   display: block;
   width: 100%;
   padding: 0;
   margin: 0;
   list-style: none;
}
.slick-dots li {
   position: relative;
   display: inline-block;
   width: 20px;
   height: 20px;
   margin: 0 5px;
   padding: 0;
   cursor: pointer;
}
.slick-dots li button {
   font-size: 0;
   line-height: 0;
   display: block;
   width: 20px;
   height: 20px;
   padding: 5px;
   cursor: pointer;
   color: transparent;
   border: 0;
   outline: 0;
   background: 0 0;
}
.slick-dots li button:before {
   font-size: 6px;
   line-height: 20px;
   top: 0;
   width: 20px;
   height: 20px;
   content: "";
   opacity: 0.25;
   color: #000;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
   opacity: 0.75;
   color: #000;
}
.slick-slide {
   outline: 0;
}
.block {
   padding-top: 25px;
   padding-bottom: 25px;
}
.promo__title {
   margin-bottom: 20px;
}
.promo__text,
.promo__timer-header {
   margin-bottom: 20px;
}
.promo__timer-header {
   text-align: center;
}
.promo__text {
   list-style: disc;
   padding-left: 20px;
}
.promo__text li:not(:last-of-type) {
   margin-bottom: 10px;
}
.timer {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   font-size: 32px;
}
.timer__block {
   width: 134px;
   height: 45px;
   text-align: center;
   -ms-flex-line-pack: center;
   align-content: center;
}
.timer__value {
   display: inline;
}
.dots {
   margin: 4px 9px 0;
}
.overlay {
   opacity: 0;
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   width: 100%;
   height: 100%;
   z-index: 3;
   background: rgba(0, 0, 0, 0.75);
   -webkit-transition: all 0.3s;
   transition: all 0.3s;
   pointer-events: none;
}
.overlay.active {
   opacity: 1;
   pointer-events: visible;
}
.header__inner {
   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;
   margin-bottom: 50px;
}
.header__logo {
   color: #fff;
   font-size: 45px;
}
.burger {
   cursor: pointer;
}
.header__item {
   display: none;
}
.burger__line {
   width: 45px;
   height: 2px;
   display: block;
   margin-bottom: 10px;
   background: #fff;
}
.burger__line:last-of-type {
   margin-bottom: 0;
}
.nav {
   max-width: 350px;
   width: 100%;
   padding: 30px 20px 40px;
   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-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   position: fixed;
   overflow: auto;
   top: 0;
   right: 0;
   z-index: 5;
   -webkit-transition: all 0.5s;
   transition: all 0.5s;
   -webkit-transform: translateX(100%);
   transform: translateX(100%);
   height: 60vh;
   border-radius: 50px 0 0 50px;
}
.nav.menu-open {
   -webkit-transform: translateX(0);
   transform: translateX(0);
}
.nav__burger {
   width: 33px;
   height: 33px;
   cursor: pointer;
   position: relative;
   margin-left: auto;
}
.nav-burger__line {
   background: #fff;
   width: 42px;
   height: 2px;
   display: block;
   -webkit-transform: rotate(45deg);
   transform: rotate(45deg);
   position: absolute;
   top: 16px;
   left: -4px;
}
.nav-burger__line:last-child {
   -webkit-transform: rotate(-45deg);
   transform: rotate(-45deg);
}
.nav__inner {
   margin-bottom: 20px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}
.nav__list {
   margin-bottom: 20px;
   text-transform: uppercase;
}
.nav__item {
   text-align: center;
}
.nav__item:not(:last-of-type) {
   margin-bottom: 27px;
}
.nav__link,
.nav__link:before {
   -webkit-transition: 0.3s;
   transition: 0.3s;
   position: relative;
}
.nav__link:before {
   position: absolute;
   content: "";
   width: 0;
   height: 2px;
   background: #fff;
   bottom: -2px;
}
.nav__link:hover {
   color: #fff;
}
.nav__link:hover::before {
   width: 100%;
}
.header__btn {
   border: 2px solid #fff;
}
.form__inner {
   margin-bottom: 20px;
   padding: 20px 10px;
   border-radius: 15px;
   border: 2px solid #00b1bb;
}
.form__price {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
}
.form__price {
   gap: 10px;
   font-size: 27px;
}
.form__input {
   width: 100%;
   color: #fff;
   font-size: 16px;
   padding: 12px 15px 13px;
   margin-bottom: 10px;
}
.form__input::-webkit-input-placeholder {
   color: #fff;
}
.form__input::-moz-placeholder {
   color: #fff;
}
.form__input:-ms-input-placeholder {
   color: #fff;
}
.form__input::placeholder {
   color: #fff;
}

.warning {
   background: #fff;
}
.warning__text,
.warning__title {
   color: #0e0c0d;
   margin-bottom: 20px;
}
.warning__text {
   text-align: center;
}
.warning__img-block {
   background: no-repeat center top 4px/100%;
   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: 290px;
   height: 290px;
   margin: 0 auto;
}
.no-webp .warning__img-block {
   background-image: url("http://detoplex.health26-new.org/css/warning_decor.png");
}
.webp .warning__img-block {
   background-image: url("http://detoplex.health26-new.org/css/warning_decor.webp");
}
.warning__img {
   width: 140px;
}
.symptomos__item {
   padding: 20px 10px 15px;
   border-radius: 20px;
}
.symptomos__item:not(:last-of-type) {
   margin-bottom: 20px;
}
.symptomos__img {
   border-radius: 18px;
   width: 200px;
   margin: 0 auto 15px;
}
.symptomos__img--768 {
   display: none;
}
.symptomos__inner {
   border: 0;
}
.symptomos__title {
   margin-bottom: 15px;
}
.symptomos__text {
   text-align: center;
}
.symptomos__footnote {
   padding-bottom: 15px;
   position: relative;
}
.symptomos__footnote:before {
   position: absolute;
   content: "";
   width: 100%;
   height: 6px;
   bottom: -3px;
   left: 0;
   background: linear-gradient(238deg, #6cbd98 0.4%, #00b1bb 101.84%);
}
.composition {
   background: #fff;
}
.composition__logo {
   font-size: 45px;
   text-align: center;
   color: transparent;
   background: linear-gradient(238deg, #00b1bb 0.4%, #6cbd98 31.84%);
   background-clip: text;
   margin-bottom: 30px;
}
.composition__subtitle,
.composition__title {
   color: #00536d;
   margin-bottom: 20px;
}
.composition__text {
   margin-bottom: 30px;
   text-align: center;
}
.composition__prod {
   max-width: 320px;
   width: 100%;
   margin: 0 auto 20px;
}
.composition__item {
   -webkit-box-shadow: inset 0 0 0 100vw #fff;
   box-shadow: inset 0 0 0 100vw #fff;
   border-radius: 30px;
   padding: 20px 10px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: reverse;
   -ms-flex-direction: column-reverse;
   flex-direction: column-reverse;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
}
.composition__description {
   line-height: 1.2;
}
.composition__img {
   width: 150px;
   margin: 0 auto 20px;
}
.composition__inner {
   text-align: center;
}
.composition__header {
   margin-bottom: 15px;
}
.bx-wrapper {
   background: 0 0 !important;
   border: 0 !important;
   -webkit-box-shadow: none !important;
   box-shadow: none !important;
   margin-bottom: 0 !important;
}
.bx-wrapper .bx-pager {
   position: absolute;
   top: 70px !important;
   left: 15px !important;
   width: 20px !important;
   bottom: auto !important;
   padding: 0 !important;
}
.bx-wrapper .bx-pager-item {
   display: block !important;
   margin: 0 auto 5px;
}
.bx-wrapper .bx-pager-item:last-child {
   margin-bottom: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a {
   margin: 0 !important;
   border: 1px solid #00536d !important;
   width: 10px !important;
   height: 10px !important;
   background: 0 0 !important;
   border-radius: 50% !important;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
   background: #00536d !important;
}
.expert__inner,
.expert__inner-text,
.expert__title {
   margin-bottom: 20px;
}
.expert__text,
.expert__text-last {
   text-align: center;
   font-size: 18px;
   margin-bottom: 20px;
   line-height: 1.2;
}
.expert__text:last-of-type {
   margin-bottom: 0;
}
.expert__img {
   border-radius: 21px;
   max-width: 320px;
   width: 100%;
   margin: 0 auto;
}
.result {
   background: #fff;
}
.result__title {
   margin-bottom: 20px;
}
.result__list {
   text-align: center;
}
.result__item {
   border: 2px solid transparent;
   background: linear-gradient(238deg, #6cbd98 0.4%, #00b1bb 101.84%);
   -webkit-box-shadow: inset 0 0 0 100vw #fff;
   box-shadow: inset 0 0 0 100vw #fff;
   border-radius: 20px;
   padding: 15px 10px;
}
.order__item:not(:last-of-type),
.result__item:not(:last-of-type) {
   margin-bottom: 20px;
}
.result_img {
   width: 150px;
   margin: 0 auto 20px;
}
.result__subtitle {
   margin-bottom: 15px;
   color: #00536d;
}
.result__text {
   font-size: 18px;
   line-height: 1.2;
}
.review__title {
   margin-bottom: 20px;
}
.review__item {
   border: 2px solid #fff;
   padding: 15px 10px;
   text-align: center;
   border-radius: 20px;
}
.review__img {
   width: 150px;
   margin: 0 auto 20px;
}
.review__header {
   margin-bottom: 15px;
}
.review__text {
   font-size: 18px;
   line-height: 1.2;
}
.review__wrapper .bx-wrapper .bx-pager {
   left: auto !important;
   right: 15px !important;
   top: 50px !important;
}
.review__footnote {
   margin-top: 20px;
   margin-bottom: 20px;
}
.review__stats {
   line-height: 1.2;
   max-width: 320px;
   width: 100%;
   margin: 0 auto;
}
.review__stats-item:not(:last-of-type) {
   margin-bottom: 15px;
}
.review__stats-item {
   display: flex;
   gap: 20px;
   align-items: center;
}
.digit {
   white-space: nowrap;
   text-shadow: 1px 1px 10px 10px #fff;
   font-size: 40px;
   color: transparent;
   background: linear-gradient(238deg, #e1eeef 0.4%, #6cbd98 91.84%);
   background-clip: text;
}
.order {
   background: #fff;
}
.order__list,
.order__title {
   margin-bottom: 20px;
}
.order__list {
   position: relative;
}
.order__list:before {
   position: absolute;
   content: "";
   width: 3px;
   height: 90%;
   left: 29px;
   top: 5px;
}
.order__item {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 20px;
   position: relative;
}
.order__count,
.order__list:before {
   background: linear-gradient(238deg, #6cbd98 0.4%, #00b1bb 101.84%);
}
.order__count {
   width: 60px;
   height: 60px;
   border: 2px solid #00b1bb;
   border-radius: 50%;
   -ms-flex-negative: 0;
   flex-shrink: 0;
   text-align: center;
   -ms-flex-line-pack: center;
   align-content: center;
}
.order__count--first {
   background: linear-gradient(#fff 76%, transparent 76%), linear-gradient(238deg, #6cbd98 0.4%, #00b1bb 101.84%);
}
.order__count--second {
   background: linear-gradient(#fff 35%, transparent 35%), linear-gradient(238deg, #6cbd98 0.4%, #00b1bb 101.84%);
}
.order__img {
   max-width: 320px;
   width: 100%;
   margin: 0 auto;
}
.header__logo--bottom {
   margin-bottom: 20px;
}
.ever-popup__inner {
   padding-left: 15px;
   padding-right: 15px;
   max-width: 320px;
   width: 100% !important;
}
.my-popup-block {
   padding: 30px 15px;
   max-width: 320px;
   width: 100%;
   margin: 0 auto;
   border-radius: 30px;
   border: 2px solid #fff;
}
.my-popup__left {
   display: none;
}
.my-popup__right .form__input__inner {
   display: block;
   margin-bottom: 0;
}
.my-popup__right .form__input {
   width: 100%;
   display: block;
   margin-bottom: 10px;
   padding-top: 12px;
   padding-bottom: 12px;
}
.my-popup__right .form__btn {
   border: 2px solid #fff;
}
.form__price {
   margin-bottom: 20px;
}
.price__arrow {
   align-self: flex-start;
   line-height: 0.8;
}
.price__value--old {
   position: relative;
   text-decoration: line-through;
}

@media screen and (min-width: 480px) {
   .container {
      width: 480px;
   }
   .text {
      font-size: 22px;
   }
   .big-text {
      font-size: 26px;
   }
   .btn {
      height: 55px;
   }
   .block {
      padding-top: 30px;
      padding-bottom: 30px;
   }
   .timer {
      font-size: 36px;
   }
   .timer__block {
      height: 50px;
   }
   .header__logo {
      font-size: 50px;
   }
   .nav {
      padding: 60px 25px 44px;
   }
   .form__inner {
      padding: 20px;
   }
   .form__price {
      font-size: 40px;
      gap: 15px;
   }
   .form__input {
      font-size: 18px;
      padding-left: 20px;
      margin-bottom: 15px;
   }
   .warning__img-block {
      width: 340px;
      height: 340px;
   }
   .warning__img {
      width: 170px;
   }
   .symptomos__item {
      padding: 20px;
   }
   .symptomos__item:not(:last-of-type) {
      margin-bottom: 25px;
   }
   .symptomos__footnote {
      padding-bottom: 20px;
   }
   .symptomos__footnote:before {
      height: 8px;
      bottom: -4px;
   }
   .composition__logo {
      font-size: 50px;
      margin-bottom: 35px;
   }
   .composition__text {
      margin-bottom: 35px;
   }
   .composition__item {
      padding: 20px 15px;
   }
   .composition__description {
      font-size: 20px;
   }
   .composition__img {
      width: 160px;
   }
   .bx-wrapper .bx-pager-item {
      margin: 0 auto 6px;
   }
   .bx-wrapper .bx-pager.bx-default-pager a {
      width: 12px !important;
      height: 12px !important;
   }
   .expert__text,
   .expert__text-last {
      font-size: 20px;
   }
   .result__item {
      padding: 15px;
   }
   .result__item:not(:last-of-type) {
      margin-bottom: 25px;
   }
   .result_img {
      width: 160px;
   }
   .result__text {
      font-size: 20px;
   }
   .review__item {
      padding: 15px;
   }
   .review__img {
      width: 160px;
   }
   .review__text {
      font-size: 20px;
   }
   .review__stats {
      max-width: none;
      margin: 0 auto;
   }
   .review__stats-item:not(:last-of-type) {
      margin-bottom: 20px;
   }
   .review__stats-item {
      gap: 20px;
      justify-content: space-between;
      font-size: 20px;
   }
   .digit {
      font-size: 45px;
   }
   .ever-popup__inner {
      max-width: 350px;
      width: 100% !important;
   }
   .my-popup-block {
      max-width: 350px;
   }
   .my-popup__right .form__input {
      padding-top: 13px;
      padding-bottom: 13px;
   }
   .form__price-popup {
      font-size: 30px !important;
   }
}
@media screen and (min-width: 640px) {
   .container {
      width: 640px;
   }
   .title {
      font-size: 44px;
   }
   .subtitle {
      font-size: 42px;
   }
   .text {
      font-size: 25px;
   }
   .big-text {
      font-size: 29px;
   }
   .btn {
      height: 60px;
   }
   .promo__text,
   .promo__title {
      margin-bottom: 25px;
   }
   .timer__block {
      width: 120px;
   }
   .header__logo {
      font-size: 55px;
   }
   .form__price-popup {
      font-size: 30px !important;
   }
   .form__inner {
      margin-bottom: 25px;
   }
   .form__price {
      font-size: 40px;
      gap: 20px;
      margin-bottom: 14px;
   }
   .form__input__inner {
      margin-bottom: 19px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 15px;
   }
   .form__input {
      width: 50%;
      gap: 15px;
      font-size: 19px;
      padding-left: 25px;
      margin-bottom: 0;
   }
   .warning__text,
   .warning__title {
      margin-bottom: 25px;
   }
   .warning__img-block {
      width: 360px;
      height: 360px;
   }
   .warning__img {
      width: 180px;
   }
   .symptomos__item {
      padding: 25px;
   }
   .symptomos__item:not(:last-of-type) {
      margin-bottom: 30px;
   }
   .symptomos__img {
      width: 250px;
      margin: 0 auto 20px;
   }
   .symptomos__title {
      margin-bottom: 20px;
   }
   .symptomos__footnote:before {
      height: 10px;
      bottom: -5px;
   }
   .composition__logo {
      font-size: 55px;
      margin-bottom: 40px;
   }
   .composition__text {
      margin-bottom: 40px;
   }
   .composition__subtitle,
   .composition__title {
      margin-bottom: 25px;
   }
   .composition__item {
      padding: 20px;
   }
   .composition__img {
      width: 180px;
   }
   .composition__description {
      font-size: 22px;
   }
   .bx-wrapper .bx-pager-item {
      margin: 0 auto 7px;
   }
   .bx-wrapper .bx-pager.bx-default-pager a {
      width: 14px !important;
      height: 14px !important;
   }
   .expert__title {
      margin-bottom: 25px;
   }
   .expert__text,
   .expert__text-last {
      font-size: 22px;
      margin-bottom: 25px;
   }
   .expert__inner,
   .expert__inner-text,
   .result__title {
      margin-bottom: 25px;
   }
   .result__item {
      padding: 20px;
   }
   .result__item:not(:last-of-type) {
      margin-bottom: 45px;
   }
   .result_img {
      width: 180px;
   }
   .result__text {
      font-size: 22px;
   }
   .review__title {
      margin-bottom: 25px;
   }
   .review__item {
      padding: 20px;
   }
   .review__img {
      width: 180px;
   }
   .review__text {
      font-size: 22px;
   }
   .review__footnote {
      margin-top: 25px;
      margin-bottom: 25px;
   }
   .review__stats-item {
      font-size: 22px;
   }
   .digit {
      font-size: 50px;
   }
   .order__list,
   .order__title {
      margin-bottom: 25px;
   }
   .order__list:before {
      left: 34px;
   }
   .order__item {
      gap: 25px;
   }
   .order__item:not(:last-of-type) {
      margin-bottom: 25px;
   }
   .order__count {
      width: 70px;
      height: 70px;
   }
   .order__img {
      max-width: 320px;
   }
   .header__logo--bottom {
      margin-bottom: 25px;
   }
   .ever-popup__inner {
      max-width: 380px;
      width: 100% !important;
   }
   .my-popup-block {
      max-width: 380px;
      padding: 30px 20px;
   }
   .my-popup__right .form__input {
      padding-top: 15px;
      padding-bottom: 15px;
   }
}
@media screen and (min-width: 768px) {
   .container {
      width: 768px;
      padding-left: 25px;
      padding-right: 25px;
   }
   .title {
      font-size: 54px;
   }
   .subtitle {
      font-size: 50px;
   }
   .text {
      font-size: 28px;
   }
   .big-text {
      font-size: 32px;
   }
   .block {
      padding-top: 40px;
      padding-bottom: 40px;
   }
   .promo {
      position: relative;
   }
   .hero__img {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 400px;
   }
   .promo__text,
   .promo__title {
      margin-bottom: 30px;
      text-align: left;
      width: 570px;
      position: relative;
      z-index: 1;
   }
   .promo__timer {
      display: block;
      width: 417px;
   }
   .promo__timer-header {
      margin-bottom: 15px;
   }
   .timer {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
   }
   .timer__block {
      position: relative;
      z-index: 1;
   }
   .header__logo {
      font-size: 60px;
   }
   .header__inner {
      margin-bottom: 60px;
   }
   .form__inner {
      margin-bottom: 30px;
      width: 400px;
      position: relative;
      z-index: 1;
   }
   .form__input {
      z-index: 1;
   }
   .form__input,
   .warning {
      position: relative;
   }
   .warning__wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
   }
   .warning__text,
   .warning__title {
      margin-bottom: 30px;
      text-align: left;
   }
   .warning__text {
      margin-bottom: 0;
   }
   .warning__img-block {
      width: 280px;
      height: 280px;
      -ms-flex-negative: 0;
      flex-shrink: 0;
   }
   .warning__img {
      width: 130px;
   }
   .symptomos__item {
      padding: 25px;
   }
   .symptomos__item:not(:last-of-type) {
      margin-bottom: 30px;
   }
   .composition__item picture,
   .order__inner picture,
   .result__item picture,
   .review__item picture,
   .symptomos__item picture {
      -ms-flex-negative: 0;
      flex-shrink: 0;
   }
   .symptomos__item:nth-child(even) .symptomos__text {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
   }
   .symptomos__text {
      text-align: left;
   }
   .symptomos__text {
      display: flex;
      align-items: center;
      gap: 25px;
   }
   .symptomos__img {
      width: 200px;
      margin: 0;
      display: none;
   }
   .symptomos__img--768 {
      display: block;
   }
   .symptomos__footnote {
      padding-bottom: 25px;
   }
   .symptomos__footnote:before {
      height: 12px;
      bottom: -6px;
   }
   .composition__logo {
      font-size: 60px;
      text-align: right;
      margin-bottom: 45px;
   }
   .composition__text {
      margin-bottom: 45px;
      text-align: left;
   }
   .composition__subtitle,
   .composition__title {
      margin-bottom: 30px;
      text-align: left;
   }
   .composition__list {
      padding-left: 25px;
      padding-right: 25px;
   }
   .composition__item {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 20px;
      padding: 25px 25px 25px 50px;
      border-radius: 100px;
      width: 100% !important;
   }
   .composition__item:nth-child(even) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      padding: 25px 50px 25px 25px;
   }
   .composition__prod {
      position: relative;
      z-index: 1;
   }
   .composition__inner {
      text-align: left;
   }
   .composition__description {
      font-size: 24px;
   }
   .composition__img {
      margin-bottom: 0;
   }
   .bx-wrapper .bx-pager,
   .review__wrapper .bx-wrapper .bx-pager {
      top: 50% !important;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
   }
   .bx-wrapper .bx-pager {
      left: -10px !important;
   }
   .bx-wrapper .bx-pager-item {
      margin: 0 auto 8px;
   }
   .bx-wrapper .bx-pager.bx-default-pager a {
      width: 16px !important;
      height: 16px !important;
   }
   .expert__title {
      margin-bottom: 30px;
   }
   .expert__subtitle,
   .expert__title {
      text-align: left;
   }
   .expert__text,
   .expert__text-last {
      font-size: 24px;
      margin-bottom: 30px;
      text-align: left;
   }
   .expert__inner,
   .expert__inner-text,
   .result__title {
      margin-bottom: 30px;
   }
   .result__list,
   .result__subtitle,
   .result__title {
      text-align: left;
   }
   .result__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 20px;
   }
   .result_img {
      margin: 0;
   }
   .result__text {
      font-size: 24px;
   }
   .review__title {
      margin-bottom: 30px;
      text-align: left;
   }
   .review__list {
      padding-left: 25px;
      padding-right: 25px;
   }
   .review__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-align: left;
      align-items: center;
      gap: 20px;
      width: 100% !important;
   }
   .review__img {
      width: 180px;
      margin: 0;
   }
   .review__text {
      font-size: 24px;
   }
   .review__wrapper .bx-wrapper .bx-pager {
      right: -10px !important;
   }
   .review__footnote {
      margin-top: 30px;
      margin-bottom: 30px;
      text-align: left;
   }
   .review__stats-item {
      font-size: 24px;
   }
   .digit {
      font-size: 55px;
   }
   .order__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
   }
   .order__title {
      margin-bottom: 30px;
      text-align: left;
   }
   .order__list {
      margin-bottom: 0;
   }
   .order__list:before {
      left: 39px;
      top: 2px;
   }
   .order__count {
      width: 80px;
      height: 80px;
   }
   .order__img {
      max-width: 300px;
   }
   .header__logo--bottom {
      margin-bottom: 30px;
   }
   .my-popup-block {
      max-width: 400px;
      padding: 30px 25px;
   }
   .ever-popup__inner {
      max-width: 400px;
      width: 100% !important;
   }
   .my-popup__right .form__input {
      margin-bottom: 15px;
   }
}
@media screen and (min-width: 1000px) {
   .my-popup__left {
      display: block;
      -ms-flex-negative: 0;
      flex-shrink: 0;
   }
   .my-popup__prod {
      position: relative;
      max-width: 320px;
      width: 100%;
      display: block;
   }
   .ever-popup__inner {
      width: 800px !important;
      max-width: none;
   }
   .my-popup-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-radius: 30px;
      max-width: none;
      width: 800px;
      margin: 0 auto;
      padding: 30px;
   }
   .my-popup__right {
      padding: 0;
      width: 340px;
   }
   .my-popup__right .form__price {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
   }
}
@media screen and (min-width: 1024px) {
   .form__price {
      justify-content: center !important;
   }
   .container {
      width: 1024px;
   }
   .title {
      font-size: 64px;
   }
   .subtitle {
      font-size: 58px;
   }
   .symptomos__title {
      font-size: 38px;
   }
   .text {
      font-size: 31px;
   }
   .big-text {
      font-size: 35px;
   }
   .btn {
      height: 65px;
   }
   .hero__img {
      width: 460px;
   }
   .promo__inner {
      width: 700px;
   }
   .promo__text,
   .promo__title {
      margin-bottom: 35px;
      width: 100%;
   }
   .promo__timer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: inherit;
   }
   .promo__timer-header {
      margin-bottom: 0;
      text-align: left;
   }
   .timer {
      font-size: 44px;
   }
   .timer__block {
      width: 130px;
      height: 55px;
   }
   .header__inner {
      margin-bottom: 70px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
   }
   .header__logo {
      font-size: 65px;
   }
   .burger {
      display: none;
   }
   .header__list {
      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;
      gap: 40px;
      text-transform: uppercase;
   }
   .header__item {
      display: block;
   }
   .header__link,
   .header__link:before {
      -webkit-transition: 0.3s;
      transition: 0.3s;
   }
   .header__link {
      color: #fff;
      font-size: 26px;
      position: relative;
   }
   .header__link:before {
      position: absolute;
      content: "";
      width: 0;
      height: 2px;
      background: #fff;
      bottom: -2px;
   }
   .header__link:hover {
      color: #fff;
   }
   .header__link:hover::before {
      width: 100%;
   }
   .form__inner {
      margin-bottom: 35px;
      width: 550px;
      padding: 25px;
   }
   .form__price {
      font-size: 54px;
      gap: 30px;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
   }
   .form__input {
      font-size: 21px;
      padding-left: 30px;
      padding-top: 15px;
      padding-bottom: 15px;
   }
   .warning__wrapper {
      gap: 30px;
   }
   .warning__title {
      margin-bottom: 35px;
   }
   .warning__img-block {
      width: 440px;
      height: 440px;
   }
   .warning__img {
      width: 220px;
   }
   .symptomos__item {
      padding: 0;
      display: block;
      gap: 0;
      position: relative;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      background: 0 0;
   }
   .symptomos__item:nth-child(even) .symptomos__inner {
      padding: 25px 300px 25px 70px;
   }
   .symptomos__item:nth-child(even) .symptomos__img {
      right: 25px;
      left: auto;
   }
   .symptomos__inner {
      border: 2px solid transparent;
      background: linear-gradient(238deg, #6cbd98 0.4%, #00b1bb 101.84%);
      -webkit-box-shadow: inset 0 0 0 100vw #020202;
      box-shadow: inset 0 0 0 100vw #020202;
      border-radius: 100px;
      padding: 25px 25px 25px 300px;
   }
   .symptomos__img {
      width: 250px;
      display: block;
      position: absolute;
      top: 50%;
      left: 25px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
   }
   .symptomos__img--768 {
      display: none;
   }
   .symptomos__title {
      text-align: left;
   }
   .symptomos__text {
      display: block;
      gap: 0;
   }
   .symptomos__footnote {
      padding-bottom: 30px;
   }
   .symptomos__footnote:before {
      height: 14px;
      bottom: -7px;
   }
   .composition__logo {
      font-size: 65px;
      margin-bottom: 50px;
   }
   .composition__text {
      margin-bottom: 50px;
   }
   .composition__subtitle,
   .composition__title {
      margin-bottom: 35px;
   }
   .composition__prod {
      max-width: 360px;
      margin-bottom: -15px;
   }
   .composition__item {
      gap: 25px;
      padding: 28px 28px 28px 60px;
      border-radius: 130px;
   }
   .composition__item:nth-child(even) {
      padding: 28px 60px 28px 28px;
   }
   .composition__description {
      font-size: 22px;
   }
   .result__title {
      font-size: 60px;
   }
   .bx-wrapper .bx-pager {
      left: -5px !important;
   }
   .bx-wrapper .bx-pager-item {
      margin: 0 auto 9px;
   }
   .bx-wrapper .bx-pager.bx-default-pager a {
      width: 18px !important;
      height: 18px !important;
   }
   .expert {
      background:
         url("../img/expert_line.svg") no-repeat calc(50% - -20px) 125px/1380px 1093px,
         linear-gradient(238deg, #6cbd98 0.4%, #00b1bb 101.84%);
   }
   .expert__title {
      margin-bottom: 60px;
   }
   .expert__text,
   .expert__text-last {
      font-size: 26px;
      margin-bottom: 35px;
   }
   .expert__inner {
      margin-bottom: 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 20px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
   }
   .expert__inner-text {
      margin-bottom: 0;
   }
   .expert__inner picture {
      -ms-flex-negative: 0;
      flex-shrink: 0;
   }
   .expert__img {
      max-width: 370px;
   }
   .result {
      background:
         url("../img/result_line.svg") no-repeat calc(50% - 60px) 82px/1000px 900px,
         #fff;
   }
   .result__wrapper {
      padding-bottom: 80px;
   }
   .result__title {
      margin-bottom: 107px;
   }
   .result__item {
      gap: 40px;
      padding: 0;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      background: 0 0;
   }
   .result__text {
      font-size: 26px;
   }
   .review__title {
      margin-bottom: 40px;
   }
   .review__list {
      width: calc(100% - 90px) !important;
      margin-left: auto;
   }
   .review__item {
      gap: 0;
      position: relative;
      padding: 30px 20px 30px 110px;
      border-radius: 100px;
   }
   .review__img {
      position: absolute;
      left: -90px;
      top: 50%;
      transform: translateY(-50%);
   }
   .review__text {
      font-size: 26px;
   }
   .review__wrapper .bx-wrapper .bx-pager {
      right: -10px !important;
      top: 50% !important;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
   }
   .review__footnote {
      margin-top: 40px;
      margin-bottom: 40px;
   }
   .review__stats-item {
      font-size: 26px;
   }
   .digit {
      font-size: 60px;
   }
   .order__inner {
      display: block;
      position: relative;
   }
   .order__title {
      margin-bottom: 35px;
      width: 60%;
   }
   .order__list:before {
      left: 44px;
   }
   .order__item {
      width: 70%;
      gap: 30px;
   }
   .order__item:not(:last-of-type) {
      margin-bottom: 30px;
   }
   .order__item:last-child {
      width: 100%;
   }
   .order__count {
      width: 90px;
      height: 90px;
   }
   .order__img {
      position: absolute;
      width: 360px;
      max-width: none;
      right: 20px;
      top: -60px;
   }
   .header__logo--bottom {
      margin-bottom: 35px;
   }
   .my-popup__right .form__price {
      font-size: 45px;
   }
   .my-popup__right .form__input {
      padding-top: 16px;
      padding-bottom: 17px;
   }
   .result__subtitle {
      font-size: 36px;
   }
   .form__price-popup {
      font-size: 30px !important;
   }
}
@media screen and (min-width: 1220px) {
   .container {
      width: 1220px;
   }
   .title {
      font-size: 74px;
   }
   .subtitle {
      font-size: 66px;
   }
   .text {
      font-size: 34px;
   }
   .big-text {
      font-size: 38px;
   }
   .btn {
      height: 75px;
   }
   .block {
      padding-top: 80px;
      padding-bottom: 80px;
   }
   .promo__wrapper {
      padding-top: 49px;
      padding-bottom: 77px;
   }
   .hero__img {
      width: 580px;
   }
   .promo__inner {
      width: 750px;
   }
   .promo__text,
   .promo__title {
      margin-bottom: 40px;
   }
   .timer {
      font-size: 52px;
   }
   .timer__block {
      width: 140px;
      height: 70px;
   }
   .header__logo {
      font-size: 70px;
   }
   .header__inner {
      margin-bottom: 90px;
   }
   .header__list {
      gap: 60px;
   }
   .header__link {
      font-size: 28px;
   }
   .form__inner {
      margin-bottom: 40px;
      width: 702px;
      padding: 30px;
   }
   .form__price {
      font-size: 68px;
      gap: 40px;
   }
   .form__input {
      font-size: 23px;
   }
   .warning__wrapper {
      gap: 80px;
   }
   .warning__title {
      margin-bottom: 40px;
   }
   .warning__img-block {
      width: 500px;
      height: 500px;
   }
   .warning__img {
      width: 250px;
   }
   .symptomos__item:nth-child(even) .symptomos__inner {
      padding: 30px 440px 30px 100px;
   }
   .symptomos__inner {
      padding: 30px 30px 30px 440px;
   }
   .symptomos__item:nth-child(even) .symptomos__img {
      right: 40px;
   }
   .symptomos__title {
      margin-bottom: 25px;
   }
   .symptomos__img {
      width: 380px;
      left: 40px;
   }
   .symptomos__footnote {
      padding-bottom: 40px;
   }
   .symptomos__footnote:before {
      height: 16px;
      bottom: -8px;
   }
   .composition__logo {
      font-size: 90px;
      margin-bottom: 65px;
   }
   .composition__text {
      margin-bottom: 80px;
   }
   .composition__subtitle,
   .composition__title {
      margin-bottom: 55px;
   }
   .composition__prod {
      max-width: 560px;
      margin-bottom: -20px;
   }
   .composition__item {
      gap: 38px;
      padding: 28px 28px 28px 80px;
      border-radius: 160px;
   }
   .composition__item:nth-child(even) {
      padding: 28px 80px 28px 28px;
   }
   .composition__description {
      font-size: 32px;
   }
   .composition__img {
      width: 240px;
   }
   .bx-wrapper .bx-pager {
      -webkit-transform: none;
      transform: none;
      top: 120px !important;
   }
   .bx-wrapper:after {
      position: absolute;
      content: "";
      width: 100%;
      height: 100px;
      background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, #fff));
      background: linear-gradient(to bottom, transparent, #fff 60%);
      bottom: -2px;
      left: 0;
      z-index: 1;
      pointer-events: none;
   }
   .bx-wrapper.composition__list-end:after {
      content: none;
   }
   .expert {
      background-position:
         calc(50% - -40px) 185px,
         center;
      background-size:
         1820px 1363px,
         auto;
   }
   .expert__wrapper {
      padding-bottom: 120px;
   }
   .expert__title {
      margin-bottom: 80px;
   }
   .expert__text,
   .expert__text-last {
      font-size: 28px;
      margin-bottom: 45px;
   }
   .expert__inner {
      margin-bottom: 20px;
      gap: 30px;
   }
   .expert__img {
      max-width: 420px;
   }
   .result {
      background:
         url("../img/result_line.svg") no-repeat calc(50% - 67px) 212px/1220px 1000px,
         #fff;
   }
   .result__title {
      margin-bottom: 80px;
   }
   .result__item:not(:last-of-type) {
      margin-bottom: 70px;
   }
   .result__subtitle {
      margin-bottom: 20px;
   }
   .result__text {
      font-size: 32px;
   }
   .result_img {
      width: 200px;
   }
   .review__title {
      margin-bottom: 50px;
   }
   .review__list {
      width: calc(100% - 90px) !important;
   }
   .review__item {
      padding: 40px 30px 40px 140px;
   }
   .review__img {
      width: 220px;
      left: -110px;
      transform: none;
      top: 80px;
   }
   .review__header {
      margin-bottom: 20px;
   }
   .review__text {
      font-size: 32px;
   }
   .review__wrapper .bx-wrapper .bx-pager {
      top: 170px !important;
      -webkit-transform: none;
      transform: none;
   }
   .review__wrapper .bx-wrapper:after {
      background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0.4%, #6cbd98), color-stop(60%, #00b1bb), to(transparent));
      background: linear-gradient(0, #6cbd98 0.4%, #00b1bb 60%, transparent);
      opacity: 0.4;
      bottom: 0;
      width: calc(100% - 140px);
      border-radius: 0 0 100px 100px;
      left: 115px;
   }
   .review__footnote {
      margin-top: 50px;
      margin-bottom: 50px;
   }
   .review__stats-item {
      font-size: 32px;
   }
   .digit {
      font-size: 66px;
   }
   .order__title {
      margin-bottom: 40px;
   }
   .order__list:before {
      left: 54px;
   }
   .order__item {
      width: 50%;
      gap: 45px;
   }
   .order__item:not(:last-of-type) {
      margin-bottom: 40px;
   }
   .order__count {
      width: 110px;
      height: 110px;
   }
   .order__img {
      width: 560px;
      top: -120px;
   }
   .header__logo--bottom {
      margin-bottom: 40px;
   }
   .my-popup-block {
      padding: 40px;
      justify-content: space-between;
   }
   .my-popup__prod {
      width: 340px;
      max-width: none;
   }
}
@media screen and (min-width: 1480px) {
   .container {
      width: 1480px;
   }
   .title {
      font-size: 84px;
   }
   .subtitle {
      font-size: 74px;
   }
   .text {
      font-size: 37px;
   }
   .big-text {
      font-size: 41px;
   }
   .btn {
      height: 89px;
   }
   .hero__img {
      width: 770px;
   }
   .promo__inner {
      width: 890px;
   }
   .promo__title {
      margin-bottom: 40px;
   }
   .promo__text {
      margin-bottom: 45px;
      width: 740px;
   }
   .timer {
      font-size: 55px;
   }
   .timer__block {
      width: 173px;
      height: 75px;
   }
   .header__logo {
      font-size: 81px;
   }
   .header__inner {
      margin-bottom: 120px;
      z-index: 1;
      position: relative;
   }
   .header__list {
      gap: 82px;
   }
   .header__link {
      font-size: 31px;
   }
   .form__inner {
      margin-bottom: 42px;
   }
   .form__price {
      font-size: 45px;
      gap: 37px;
   }
   .form__input {
      font-size: 25px;
      padding: 18px 15px 19px 30px;
   }
   .warning__wrapper {
      gap: 120px;
      padding-top: 100px;
      padding-bottom: 121px;
   }
   .warning__text {
      width: 620px;
   }
   .warning__title {
      margin-bottom: 51px;
   }
   .warning__img-block {
      width: 656px;
      height: 656px;
      top: -6px;
      left: 10px;
      position: relative;
   }
   .warning__img {
      width: 300px;
   }
   .symptomos__item:not(:last-of-type) {
      margin-bottom: 0;
   }
   .symptomos__item:not(:last-of-type) .symptomos__inner {
      border-bottom: 0;
   }
   .symptomos__item:nth-child(even) .symptomos__inner {
      padding: 60px 540px 130px 120px;
   }
   .symptomos__inner {
      padding: 40px 40px 130px 540px;
      border-radius: 180px;
   }
   .symptomos__img {
      width: 530px;
      z-index: 1;
      left: -25px;
   }
   .symptomos__item:nth-child(even) .symptomos__img {
      right: -25px;
   }
   .symptomos__footnote {
      padding-bottom: 60px;
      padding-left: 0;
      width: 1430px;
      margin: 0 auto;
      text-align: left;
   }
   .composition__wrapper {
      padding-top: 59px;
      padding-bottom: 60px;
   }
   .composition__logo {
      font-size: 109px;
      margin-bottom: 75px;
   }
   .composition__text {
      margin-bottom: 100px;
      font-size: 40px;
   }
   .composition__title {
      margin-bottom: 58px;
   }
   .composition__subtitle {
      margin-bottom: 89px;
   }
   .composition__prod {
      max-width: 740px;
      margin-bottom: -25x;
   }
   .composition__item {
      padding: 28px 28px 28px 97px;
      border-radius: 200px;
   }
   .composition__item:nth-child(even) {
      padding: 28px 97px 28px 28px;
   }
   .composition__description {
      font-size: 35px;
   }
   .composition__img {
      width: 267px;
   }
   .bx-wrapper .bx-pager {
      top: 120px !important;
   }
   .expert {
      background-position:
         calc(50% - -10px) 268px,
         center;
      background-size:
         1920px 1360px,
         auto;
   }
   .expert__wrapper {
      padding-bottom: 180px;
      padding-top: 150px;
   }
   .expert__title {
      margin-bottom: 84px;
   }
   .expert__text {
      font-size: 35px;
      margin-bottom: 43px;
   }
   .expert__text-last {
      font-size: 35px;
      margin-bottom: 45px;
   }
   .expert__inner {
      margin-bottom: 45px;
      gap: 55px;
   }
   .expert__img {
      max-width: 600px;
      border-radius: 32px;
   }
   .result {
      background:
         url("../img/result_line.svg") no-repeat calc(50% - 53px) 377px/1557px 1078px,
         #fff;
   }
   .result__wrapper {
      padding-top: 141px;
      padding-bottom: 243px;
   }
   .result__title {
      margin-bottom: 210px;
   }
   .result__item {
      gap: 120px;
      padding-right: 50px;
   }
   .result__item:not(:last-of-type) {
      margin-bottom: 120px;
   }
   .result__subtitle {
      margin-bottom: 29px;
   }
   .result__text {
      font-size: 33px;
   }
   .result_img {
      width: 228px;
   }
   .review {
      position: relative;
   }
   .review__wrapper {
      padding-top: 151px;
   }
   .review__title {
      margin-bottom: 88px;
   }
   .review__list {
      width: 100% !important;
      padding: 0 25px 0 0;
   }
   .review__item {
      width: calc(100% - 120px) !important;
      padding: 55px 49px 59px 176px;
      margin-left: 119px;
      display: block;
   }
   .review__item:not(:last-of-type) {
      margin-bottom: 44px;
   }
   .review__img {
      width: 228px;
      left: -114px;
   }
   .review__header {
      margin-bottom: 30px;
   }
   .review__text {
      font-size: 35px;
   }
   .bx-wrapper .bx-pager-item {
      margin: 0 auto 9px;
   }
   .digit {
      font-size: 84px;
   }
   .review__footnote {
      margin-top: 60px;
      margin-bottom: 60px;
   }
   .review__stats-item {
      font-size: 35px;
   }
   .order {
      background: #fff;
      position: relative;
      z-index: 1;
   }
   .order__wrapper {
      padding-top: 142px;
      padding-bottom: 153px;
   }
   .order__title {
      margin-bottom: 55px;
   }
   .order__list:before {
      left: 67px;
   }
   .order__item {
      width: 45%;
      gap: 65px;
   }
   .order__item:not(:last-of-type) {
      margin-bottom: 56px;
   }
   .order__count {
      width: 140px;
      height: 140px;
   }
   .order__text {
      font-size: 40px;
   }
   .order__img {
      width: 720px;
      top: -179px;
      right: -4px;
   }
   .promo-bottom__wrapper {
      padding-bottom: 90px;
   }
   .header__logo--bottom {
      margin-bottom: 70px;
   }
   .promo-bottom__wrapper .form__inner {
      margin-bottom: 50px;
   }
   .promo-bottom__title {
      margin-bottom: 38px;
   }
   .promo-bottom__text {
      line-height: 1.2;
   }
   .my-popup__right .form__input {
      padding-top: 20px;
      padding-bottom: 20px;
   }
   .my-popup__right .form__btn {
      height: 76px;
   }
   .result__subtitle {
      font-size: 60px;
   }
}
@media screen and (min-width: 1920px) {
   .hero__img {
      width: 1040px;
      top: 8px;
   }
   .symptomos__wrapper {
      padding-top: 246px;
      padding-bottom: 218px;
      width: 1624px;
   }
   .symptomos__item:nth-child(even) .symptomos__inner {
      padding: 82px 550px 125px 179px;
   }
   .symptomos__item:nth-child(even) .symptomos__img {
      left: auto;
      right: -164px;
   }
   .symptomos__item:last-child .symptomos__inner {
      padding: 140px 550px 60px 179px;
   }
   .symptomos__inner {
      padding: 140px 50px 80px 570px;
   }
   .symptomos__title {
      margin-bottom: 30px;
   }
   .symptomos__img {
      width: 627px;
      left: -164px;
   }
   .bx-wrapper .bx-pager {
      left: -38px !important;
      top: 130px !important;
   }
   .composition__list {
      padding: 0;
   }
   .expert {
      background-position:
         calc(50% - -5px) 362px,
         center;
      background-size:
         1920px 1093px,
         auto;
   }
   .expert__title {
      margin-bottom: 102px;
   }
   .expert__wrapper {
      padding-bottom: 237px;
   }
   .expert__inner {
      position: relative;
      margin-bottom: 195px;
   }
   .expert__inner .expert__text {
      width: 920px;
   }
   .expert__img {
      position: absolute;
      right: -147px;
      top: -75px;
   }
   .review__list {
      padding: 0;
   }
   .review__wrapper .bx-wrapper .bx-pager {
      right: -55px !important;
   }
   .promo-bottom {
      overflow: hidden;
   }
   .promo-bottom-hero__img {
      top: -72px;
   }
}
.bx-wrapper {
   position: relative;
   margin-bottom: 60px;
   padding: 0;
   -ms-touch-action: pan-y;
   touch-action: pan-y;
   -moz-box-shadow: 0 0 5px #ccc;
   -webkit-box-shadow: 0 0 5px #ccc;
   box-shadow: 0 0 5px #ccc;
   border: 5px solid #fff;
   background: #fff;
}
.bx-wrapper img {
   max-width: 100%;
   display: block;
}
.bxslider {
   margin: 0;
   padding: 0;
   -webkit-perspective: 1000;
}
ul.bxslider {
   list-style: none;
}
.bx-viewport {
   -webkit-transform: translateZ(0);
}
.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
   position: absolute;
   bottom: -30px;
   width: 100%;
}
.bx-wrapper .bx-loading {
   min-height: 50px;
   height: 100%;
   width: 100%;
   position: absolute;
   top: 0;
   left: 0;
   z-index: 2000;
}
.bx-wrapper .bx-pager {
   text-align: center;
   font-size: 0.85em;
   font-family: Arial;
   font-weight: 700;
   color: #666;
   padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
   background: #666;
   text-indent: -9999px;
   display: block;
   width: 10px;
   height: 10px;
   margin: 0 5px;
   outline: 0;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
   background: #000;
}
.bx-wrapper .bx-controls-auto .bx-controls-auto-item,
.bx-wrapper .bx-pager-item {
   display: inline-block;
   vertical-align: bottom;
}
.bx-wrapper .bx-pager-item {
   font-size: 0;
   line-height: 0;
}
.bx-wrapper .bx-prev {
   left: 10px;
   background: url("urn:scrapbook:download:error:https://rocket-commander-prod.b-cdn.net/12312_61826fd0-8629-4a95-a54f-d40a4eed5fe6/css/images/controls.png") 0 -32px no-repeat;
}
.bx-wrapper .bx-prev:focus,
.bx-wrapper .bx-prev:hover {
   background-position: 0 0;
}
.bx-wrapper .bx-next {
   right: 10px;
   background: url("urn:scrapbook:download:error:https://rocket-commander-prod.b-cdn.net/12312_61826fd0-8629-4a95-a54f-d40a4eed5fe6/css/images/controls.png") -43px -32px no-repeat;
}
.bx-wrapper .bx-next:focus,
.bx-wrapper .bx-next:hover {
   background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
   position: absolute;
   top: 50%;
   margin-top: -16px;
   outline: 0;
   width: 32px;
   height: 32px;
   text-indent: -9999px;
   z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
   display: none;
}
.bx-wrapper .bx-controls-auto {
   text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
   display: block;
   text-indent: -9999px;
   width: 10px;
   height: 11px;
   outline: 0;
   background: url("urn:scrapbook:download:error:https://rocket-commander-prod.b-cdn.net/12312_61826fd0-8629-4a95-a54f-d40a4eed5fe6/css/images/controls.png") -86px -11px no-repeat;
   margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus,
.bx-wrapper .bx-controls-auto .bx-start:hover {
   background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
   display: block;
   text-indent: -9999px;
   width: 9px;
   height: 11px;
   outline: 0;
   background: url("urn:scrapbook:download:error:https://rocket-commander-prod.b-cdn.net/12312_61826fd0-8629-4a95-a54f-d40a4eed5fe6/css/images/controls.png") -86px -44px no-repeat;
   margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus,
.bx-wrapper .bx-controls-auto .bx-stop:hover {
   background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
   text-align: left;
   width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
   right: 0;
   width: 35px;
}
.bx-wrapper .bx-caption {
   position: absolute;
   bottom: 0;
   left: 0;
   background: #666;
   background: rgba(80, 80, 80, 0.75);
   width: 100%;
}
.bx-wrapper .bx-caption span {
   color: #fff;
   font-family: Arial;
   display: block;
   font-size: 0.85em;
   padding: 10px;
}
.x_country_select {
   display: none !important;
}
img {
   height: auto;
}

@media (max-width: 640px) {
   .hero__img {
      display: none;
   }
}
b, strong {
   font-weight: 600;
}
