@charset "UTF-8";

@-webkit-keyframes shakeX {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
}

@keyframes shakeX {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
}

a,
blockquote,
body,
center,
code,
dd,
div,
dl,
dt,
fieldset,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
img,
label,
legend,
li,
nav,
object,
ol,
output,
p,
pre,
s,
section,
span,
td,
th,
time,
u,
ul,
var {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

footer,
header,
nav,
picture,
section {
    display: block
}

body {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 1.35;
    overflow: hidden;
}

ol,
ul {
    list-style: none
}

blockquote {
    quotes: none
}

blockquote:after,
blockquote:before {
    content: none
}

br {
    font-size: 0
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

button,
button:focus,
input,
input:focus {
    outline: 0
}

a {
    text-decoration: none
}

button {
    border: 0;
    display: block;
    padding: 0;
    overflow: visible
}

::-moz-focus-inner,
::-moz-focus-outer {
    border: 0;
    padding: 0
}

a:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}

a,
a:active,
a:focus,
a:hover,
a:visited {
    outline: 0 !important
}

::-moz-focus-inner {
    border: 0;
    outline: 0
}

::-ms-clear {
    display: none
}

* {
    -webkit-tap-highlight-color: transparent
}

html {
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
    border: 0
}

/* montserrat-300 - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/montserrat-v25-latin-ext-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('../fonts/montserrat-v25-latin-ext-300.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-regular - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v25-latin-ext-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('../fonts/montserrat-v25-latin-ext-regular.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-500 - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/montserrat-v25-latin-ext-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('../fonts/montserrat-v25-latin-ext-500.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-700 - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-v25-latin-ext-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('../fonts/montserrat-v25-latin-ext-700.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-900 - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/montserrat-v25-latin-ext-900.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('../fonts/montserrat-v25-latin-ext-900.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

img {
    display: block;
    max-width: 100%;
    height: auto
}

html.active,
svg {
    overflow: hidden
}

input:-moz-submit-invalid {
    box-shadow: none
}

input:-moz-ui-invalid {
    box-shadow: none
}

.container {
    width: 100%;
    padding: 0 15px;
    position: relative
}

.title {
    margin-bottom: 15px;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center
}

.fw300 {
    font-weight: 300
}

.fw700 {
    font-weight: 700
}

.btn,
.btn__text {
    position: relative
}

.btn {
    width: 100%;
    line-height: 50px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    border: 5px solid rgba(255, 209, 247, .5);
    border-radius: 50px;
    background-color: #A92493;
    overflow: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer
}

.btn::after,
.btn::before {
    content: "";
    position: absolute;
    top: 50%
}

.btn::before {
    width: 21px;
    height: 16px;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/arrow-right.png)
}

.btn::after {
    left: -50px;
    -webkit-transform: translateY(-50%) skew(-45deg);
    transform: translateY(-50%) skew(-45deg);
    width: 40px;
    height: 60px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(40%, #fff), color-stop(60%, #fff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 40%, #fff 60%, rgba(255, 255, 255, 0) 100%);
    -webkit-transition: none;
    transition: none
}

.btn:hover {
    box-shadow: 0 5px 10px rgba(151, 39, 132, 0.5)
}

.btn:hover::after {
    left: calc(100% + 50px);
    -webkit-transition: all .7s;
    transition: all .7s
}

.btn__text {
    z-index: 5
}

.no-wrap {
    white-space: nowrap;
}

.bg {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#a6e7d1), color-stop(80%, #f7e5c1), to(#f7e5c1));
    background-image: linear-gradient(to top, #a6e7d1 0, #f7e5c1 80%, #f7e5c1 100%);
    background-repeat: no-repeat;
    background-position: 50% 0
}

.bg--grey {
    background-image: -webkit-gradient(linear, left top, right top, from(#e5e5e5), color-stop(40%, #fff), color-stop(60%, #fff), to(#e5e5e5));
    background-image: linear-gradient(to right, #e5e5e5 0, #fff 40%, #fff 60%, #e5e5e5 100%);
    position: relative;
    z-index: 0
}

.webp .bg--promo,
.webp .bg--promo-last {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a6e7d1), color-stop(80%, #f7e5c1), to(#f7e5c1));
    background-image: linear-gradient(to bottom, #a6e7d1 0, #f7e5c1 80%, #f7e5c1 100%)
}

.form {
    padding: 20px;
    background: #fff;
    -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 30px rgba(0, 0, 0, .25);
    border-radius: 40px
}

.form__top {
    margin-bottom: 20px;
    color: #333
}

.form__title {
    margin-bottom: 15px;
    text-transform: uppercase;
    text-align: center;
    font-size: 22px;
    line-height: 1
}

.form__price {
    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;
    font-family: Alatsi, sans-serif;
    font-size: 35px;
    position: relative;
    font-weight: 400;
    line-height: 1.2
}

.form__price--border .price__div {
    display: none
}

.form__price--border .price__part:last-child {
    margin-left: 10px
}

.form .x_price_previous {
    position: relative
}

.form__input-wrap {
    margin-bottom: 18px;
    display: block;
    position: relative
}

.form__input {
    width: 100%;
    height: 60px;
    padding-right: 15px;
    padding-left: 28px;
    font-size: 18px;
    font-weight: 300;
    background: #f7f7f7;
    border: 2px solid #94c0d9;
    border-radius: 50px;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s
}

.form__input:active,
.form__input:focus,
.form__input:hover {
    -webkit-box-shadow: 0 5px 10px rgba(0, 159, 227, .2), inset 2px 2px 5px #ebebeb;
    box-shadow: 0 5px 10px rgba(0, 159, 227, .2), inset 2px 2px 5px #ebebeb;
    cursor: pointer
}

.form .x_currency {
    font-size: 22px
}

.form input::-webkit-input-placeholder {
    color: #999
}

.form input::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form input:-moz-placeholder {
    color: #999
}

.form input:-ms-input-placeholder {
    color: #999
}

.price {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: .02em
}

.price__part {
    line-height: 1
}

.price__new {
    margin-right: 25px;
    font-size: 40px;
    font-weight: 700;
    color: #85bb04
}

.price__old {
    font-size: 30px;
    color: #898989;
}

.price__old .x_price_previous {
    text-decoration: line-through
}

.price__old:before {
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #ff906c
}

.price .x_currency {
    font-size: 60%
}

.logo-main {
    font-weight: 700;
    font-size: 24px
}

.header,
.header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header {
    margin-bottom: 25px;
    padding: 0 15px 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #fff;
    position: relative
}

.header__content {
    width: 100%;
    height: 100%;
    padding: 90px 20px 20px;
    position: fixed;
    top: 0;
    right: 0;
    -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;
    overflow-y: auto;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#e8f1f3), to(#c8e7f0));
    background: linear-gradient(to bottom, #e8f1f3 0, #c8e7f0 100%);
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 20
}

.header__content--active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.header__logo {
    width: 240px;
    margin: 0 auto 20px;
    font-weight: 700;
    color: #444;
    text-align: center;
    font-size: 36px;
    letter-spacing: .02em
}

.header__nav {
    width: 100%;
    max-width: 240px;
    margin: 0 auto
}

.header__burger {
    width: 40px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 15px;
    background: 0;
    cursor: pointer;
    z-index: 20;
    opacity: 1
}

.header__burger::after,
.header__burger::before {
    width: 100%;
    height: 2px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    -webkit-transition: all .5s;
    transition: all .5s
}

.header__burger::after {
    top: 100%
}

.header__burger--active .burger__line {
    opacity: 0
}

.header__burger--active::before {
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #333
}

.header__burger--active::after {
    top: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #333
}

.header__btn {
    max-width: 240px;
    margin: 20px auto 0
}

.burger__line {
    width: 100%;
    height: 2px;
    position: absolute;
    top: 15px;
    left: 0;
    background: #fff;
    -webkit-transition: all .5s;
    transition: all .5s
}

.nav {
    border-radius: 5px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

.nav__item {
    text-align: center
}

.nav__item:first-child .nav__link {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.nav__item:last-child .nav__link {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.nav__item:last-child .nav__link::before {
    display: none
}

.nav__link {
    padding: 15px 10px;
    display: block;
    color: #444;
    font-size: 18px;
    background-color: #fff;
    position: relative
}

.nav__link:hover {
    color: #fff;
    background-color: #a9d0e9
}

.nav__link:hover::before {
    width: 100%
}

.nav__link::before {
    content: "";
    width: 40px;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #e2e2e2
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 15;
    display: none
}

.overlay.active {
    display: block
}

.uppercase {
    text-transform: uppercase;
}

.disease {
    overflow: hidden
}

.disease__subtitle {
    margin-bottom: 15px;
    text-align: center
}

.disease__inner {
    margin-bottom: 25px;
}

.disease__block {
    position: relative;
}

.disease__block:before {
    position: absolute;
    content: "";
    width: 80%;
    height: 80%;
    background: no-repeat center / contain;
    opacity: .3;
    left: 50%;
    top: -2%;
    transform: translateX(-50%);
}

.no-webp .disease__block:before {
    background-image: url(../img/disease-hero.png);
}

.webp .disease__block:before {
    background-image: url(../img/disease-hero.webp);
}

.disease__text {
    line-height: 1.5;
    margin-bottom: 15px;
    text-align: center;
    color: #555;
}

.disease__bottom {
    text-transform: uppercase;
    text-align: center;
    color: #FF2B2B
}

.symptoms {
    max-width: 290px;
    margin: 0 auto
}

.symptoms__item {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.symptoms__item:last-child {
    margin-bottom: 0
}

.symptoms__pic {
    width: 80px;
    margin-right: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.symptoms__dot {
    display: none
}

.symptoms__text {
    font-weight: 700;
    letter-spacing: .02em
}

.helps-content,
.helps-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.helps-top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.helps-info {
    color: #555;
    text-align: center;
}

.helps-icon {
    width: 100%;
    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;
    margin-bottom: 20px;
}

.helps-icon__item {
    max-width: 70px
}

.helps-icon__item.second {
    max-width: 85px;
    padding: 0 10px
}

.helps-icon__item:last-child {
    max-width: 115px
}

.helps-bottom {
    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
}

.helps__prod {
    position: relative;
    margin-bottom: 70px
}

.helps__prod:before {
    position: absolute;
    content: "";
    width: 150px;
    height: 90px;
    background: no-repeat center / contain;
    bottom: -60px;
    right: -22px;
}

.no-webp .helps__prod:before {
    background-image: url(../img/tree-small.png);
}

.webp .helps__prod:before {
    background-image: url(../img/tree-small.webp);
}

.helps__prod-img {
    max-width: 250px
}

.helps-desc {
    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;
    padding: 25px;
    background: #fff;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    border-radius: 40px
}

.helps-desc__title {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 700
}

.helps-desc__text {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px
}

.helps-desc__note {
    color: #555;
    font-style: italic;
    font-size: 14px;
    line-height: 1.3
}

.helps-effect {
    width: 100%;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px
}

.helps-effect__item {
    text-align: left;
    padding-left: 17px;
    margin-bottom: 5px;
    font-weight: 500;
    position: relative
}

.accord__btn:last-child,
.accord__item:last-child,
.helps-effect__item:last-child {
    margin-bottom: 0
}

.helps-effect__item::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(#73b003), to(#8bbe03)), #b33f0b;
    background: linear-gradient(180deg, #73b003 0, #8bbe03 100%), #b33f0b;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.helps__nowrap {
    white-space: nowrap
}

.expert {
    overflow: hidden;
    z-index: 1
}

.expert__title--upper {
    text-transform: uppercase
}

.expert__small {
    font-size: 17px
}

.expert-content {
    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
}

.expert__man {
    max-width: 270px;
    margin-bottom: 15px
}

.expert__man-img {
    border-radius: 0 20px 20px 0
}

.expert-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    padding: 15px
}

.expert-info__desc {
    margin-bottom: 15px
}

.expert-info__desc--bold {
    font-weight: 700
}

.expert-bio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.expert__name {
    font-size: 20px;
    font-weight: 700
}

.expert__direction {
    font-size: 16px;
    color: #555
}

.expert-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.expert__signature {
    margin-left: 0;
    max-width: 120px;
}

.composition__subtitle {
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
}

.composition__pic {
    max-width: 290px;
    margin: 0 auto 25px;
    position: relative
}

.composition-warning__btn {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto
}

.composition-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px
}

.composition-info__title {
    font-size: 20px;
    margin-bottom: 15px
}

.composition-info__desc {
    color: #555;
    font-size: 14px
}

.accord {
    max-width: 290px;
    margin: 0 auto 25px
}

.accord__item {
    margin-bottom: 15px
}

.accord__item.active .accord__btn .accord__cross {
    border-color: #fff
}

.accord__item.active .accord__btn {
    margin-bottom: 15px;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#73b003), to(#8bbe03));
    background: linear-gradient(180deg, #73b003 0, #8bbe03 100%)
}

.accord__item.active .accord__btn .accord__cross::before {
    background: #fff
}

.accord__item.active .accord__btn .accord__cross::after {
    display: none
}

.accord__item.active .accord__content {
    max-height: 500px;
    padding: 15px;
    opacity: 1
}

.accord__text {
    color: #555;
}

.accord__btn {
    padding: 12px 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 5px 10px rgba(186, 192, 202, .5);
    box-shadow: 0 5px 10px rgba(186, 192, 202, .5);
    border-radius: 50px;
    background-color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s
}

.accord__btn:hover {
    background-color: #a9d0e7
}

.accord__cross {
    width: 25px;
    height: 25px;
    border: 1px solid #333;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.accord__cross::after,
.accord__cross::before {
    content: "";
    width: 60%;
    height: 1px;
    background: #333;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.accord__cross::after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg)
}

.accord__content {
    max-height: 0;
    padding: 0 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    border-radius: 20px;
    overflow: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0
}

.accord__top {
    margin-bottom: 15px;
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.accord__pic {
    width: 70px;
    margin-bottom: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.accord__title {
    font-weight: 700;
    font-size: 18px
}

.review-content {
    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
}

.review-info {
    margin-bottom: 20px
}

.review-info__title {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700
}

.review-info__note {
    font-size: 14px;
    color: #555
}

.review-box {
    background: #fff;
    -webkit-box-shadow: 0 3.98857px 9.97143px rgba(0, 0, 0, .1);
    box-shadow: 0 3.98857px 9.97143px rgba(0, 0, 0, .1);
    border-radius: 40px;
    padding: 15px 20px;
    margin-bottom: 20px
}

.review-box,
.review-top {
    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
}

.review-top__product {
    width: 100%;
    max-width: 200px;
    margin-bottom: 20px
}

.review-top__title {
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px
}

.review-item {
    margin-bottom: 10px
}

.review-item:last-child {
    margin-bottom: 0
}

.review-item__desc {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 500;
}

.review-stat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.review-stat__percent {
    margin-right: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #7bb503;
    width: 43px;
    flex-shrink: 0;
}

.review-stat__scale {
    height: 24px;
    background: repeating-linear-gradient(to right, transparent 0 6px, #fff 6px 11px), 
                linear-gradient(to right, #e1d2b2, #93dec3);
}

.review-feedback {
    overflow: hidden;
    cursor: pointer
}

.review-iphone {
    position: relative;
    width: 300px;
    height: 603px;
    background-size: contain;
    overflow: hidden;
}

.webp .review-iphone {
    background: url(../img/iphone17__mob.webp) no-repeat center;
    background-size: contain;
}

.no-webp .review-iphone {
    background: url(../img/iphone17__mob.png) no-repeat center;
    background-size: contain;
}

.review-comments {
    width: 100%;
    max-width: 260px;
    position: absolute;
    top: 95px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 480px;
    z-index: 2
}

.review-comments::-webkit-scrollbar-track {
    background-color: transparent
}

.review-comments::-webkit-scrollbar {
    width: 0
}

.review-comment {
    max-width: 240px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 10px;
    position: relative
}

.review-author,
.review-bio,
.review-comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.review-bio {
    padding-top: 10px;
    margin-bottom: 10px;
    position: relative
}

.review-bio::after {
    content: '...';
    font-size: 28px;
    color: #666;
    border-radius: 50%;
    position: absolute;
    top: -2px;
    right: 5px
}

.review-bio::before {
    content: '';
    width: 280px;
    height: 1px;
    background: rgba(102, 102, 102, .164);
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.review-author {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.review-author__name {
    font-size: 16px;
    font-weight: 700
}

.review-author__avatar {
    margin-right: 7px
}

.review-author__avatar img {
    border-radius: 50%;
}

.review-author__date {
    max-width: 77px;
    color: #666;
    font-size: 14px;
    position: relative;
    z-index: 1
}

.review-author__date::after,
.review-author__date::before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.review-author__date::after {
    width: 2px;
    height: 2px;
    background: #666;
    right: -8px
}

.review-author__date::before {
    width: 20px;
    height: 18px;
    background: url(../img/people__icon.jpg) no-repeat center;
    right: -33px;
    z-index: 2
}

.review-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.review-report__desc {
    font-size: 14px;
    color: #333
}

.advantage-content {
    -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
}

.advantage-content,
.advantage-icon,
.advantage-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.advantage-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.advantage__title {
    margin-bottom: 20px;
}

.advantage-icon {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.advantage-icon__item {
    max-width: 70px
}

.advantage-icon__item:nth-child(2) {
    max-width: 85px;
    padding: 0 10px
}

.advantage-icon__item:last-child {
    max-width: 115px
}

.advantage-creation,
.advantage-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px
}

.advantage-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.advantage-item:last-child {
    margin-bottom: 0
}

.advantage-item__img {
    margin-bottom: 20px
}

.advantage-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.advantage-info__title {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 55px;
    position: relative
}

.advantage-info__title--first::before,
.advantage-info__title--second::before,
.advantage-info__title--third::before {
    content: '01';
    font-size: 40px;
    font-weight: 700;
    color: #82b903;
    position: absolute;
    top: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.advantage-info__title--second::before,
.advantage-info__title--third::before {
    content: '02'
}

.advantage-info__title--third::before {
    content: '03';
    top: 20px;
}

.advantage-info__desc {
    color: #555;
    text-align: center;
}

.advantage-action {
    max-width: 330px;
    background: #fff;
    margin-right: auto;
    margin-left: auto;
    padding: 20px;
    -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 30px rgba(0, 0, 0, .25);
    border-radius: 40px
}

.advantage-form {
    border-radius: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 20px 0 0;
}

.advantage-form__product {
    max-width: 250px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px
}

.advantage-form__title {
    font-weight: 800;
    text-align: center;
    margin-bottom: 0;
}

.advantage-form__title.mob {
    display: block;
}

.advantage-form__title.desk {
    display: none;
}

.advantage-price {
    max-width: 250px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.advantage-price .price__new {
    margin-right: 0
}

.order {
    z-index: 1
}

.order__title {
    text-align: center;
}

.order-item,
.order-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.order-list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.order-item {
    max-width: 100%;
    width: 100%;
    margin-bottom: 25px
}

.order-item:nth-child(2) {
    margin-left: 20px;
    margin-right: 20px
}

.order-item:last-child,
.promo-list__item:last-child {
    margin-bottom: 0
}

.order-box {
    background: #fff;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    border-radius: 40px;
    padding: 20px
}

.order-box__img {
    max-width: 200px;
    margin: 0 auto 20px
}

.order-box__img--third {
    max-width: 150px
}

.order-box__title {
    font-size: 20px;
    font-weight: 700;
    text-align: center
}

.order-box__desc {
    color: #555;
    font-size: 16px;
    text-align: center;
    margin-top: 10px
}

.promo__logo {
    display: none
}

.promo-logo-last {
    display: block;
    font-size: 40px;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1;
}

.promo__title {
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: .02em
}

.promo__title-last {
    margin-bottom: 15px;
}

.promo__list {
    max-width: 290px;
    margin: 0 auto 20px;
    padding: 20px 15px;
    background: rgba(255, 255, 255, .8);
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    border-radius: 20px
}

.promo__pack {
    max-width: 290px;
    margin: 0 auto;
    padding-top: 105px;
    position: relative
}

.promo-pack__prod {
    padding-bottom: 30px;
    position: relative;
    z-index: 5
}

.promo-list__item::before,
.promo-pack__action {
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, from(#73b003), to(#8bbe03)), #b33f0b;
    background: linear-gradient(180deg, #73b003 0, #8bbe03 100%), #b33f0b
}

.promo-pack__action {
    width: 120px;
    height: 120px;
    padding-top: 32px;
    border-radius: 160px;
    text-align: center;
    color: #fff;
    top: 0;
    right: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    font-size: 15px;
    z-index: 6;
}

.promo-pack__value {
    display: block;
    font-weight: 700;
    font-size: 34px;
    line-height: 1
}

.promo__form {
    max-width: 290px;
    margin: 0 auto
}

.promo-list__item {
    margin-bottom: 10px;
    padding-left: 30px;
    font-weight: 500;
    position: relative
}

.promo-list__item::before {
    width: 14px;
    height: 14px;
    border-radius: 20px;
    content: "";
    top: 4px;
    left: 0
}

.promo-list__item--title {
    margin-bottom: 20px;
    padding-left: 0;
    font-weight: 700;
    font-size: 20px
}

.promo-list__item--title::before {
    display: none
}

.medal {
    max-width: 290px;
    margin: 0 auto 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.medal__item:nth-child(2) {
    margin: 0 10px
}

.promo-action__title {
    margin-bottom: 5px;
    text-align: center;
    font-size: 20px;
    letter-spacing: .05em
}

.brand,
.brand--right {
    display: none
}

.shakeX {
    -webkit-animation-name: shakeX;
    animation-name: shakeX
}

.popup__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.popup__left {
    display: none
}

.popup__right {
    max-width: 290px
}

.popup .form__content,
.popup__form {
    margin: 0
}

.popup .form__input {
    height: 65px
}

.popup .form__btn {
    height: 70px;
    width: 100%;
    max-width: 266px;
}

.popup .price {
    font-size: 30px
}

.ever-popup__close::after,
.ever-popup__close::before {
    height: 2px !important;
    border-radius: 5px
}

.ever-popup.show {
    -webkit-animation: fade-in .4s forwards;
    animation: fade-in .4s forwards
}

.ever-popup__body {
    max-width: 795px;
    border-radius: 20px
}

.form__content.popup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0
}

.popup__form {
    background: 0 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 !important;
    margin-bottom: 0 !important
}

.border-none {
    background: 0 0 !important
}

.popup-price__old {
    position: static !important
}

.popup-price__new,
.popup-price__old {
    font-size: 37px !important
}

.popup-price__old {
    font-size: 27px !important;
}

.popup__title {
    font-size: 35px;
    font-weight: 700;
    text-transform: inherit !important
}

.popup-prod {
    max-width: 325px !important;
    position: relative !important;
    padding-bottom: 0 !important;
    bottom: -17px !important;
    left: inherit !important;
    right: 0 !important
}

.popup-pack-prod::before {
    width: 175px !important;
    left: 105px !important;
    right: 0 !important;
    bottom: 5px !important
}

.timer__text {
    margin-bottom: 10px;
    font-size: 16px;
    color: #444;
    letter-spacing: .02em
}

.timer__text,
.timer__time {
    text-align: center
}

.timer__time span {
    display: inline-block;
    padding: 5px 4px;
    font-size: 24px;
    line-height: 30px
}

.timer__time .tm {
    width: 48px;
    height: 48px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    border-radius: 10px;
    background: #fff;
    position: relative
}

.block {
    padding: 25px 0;
    position: relative
}

.copy:not(:last-of-type) {
    margin-bottom: 5px;
}

@media (min-width:480px) {
    .container {
        width: 480px;
        margin: 0 auto
    }
    .title {
        font-size: 28px
    }
    .header {
        padding-bottom: 30px
    }
    .header__content {
        width: 375px
    }
    .symptoms {
        max-width: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .disease__block:before {
        top: -5%;
    }
    .symptoms__item {
        width: 50%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .symptoms__item:nth-child(3) {
        margin-bottom: 0
    }
    .symptoms__pic {
        width: 107px;
        margin: 0 0 15px
    }
    .symptoms__text {
        text-align: center
    }
    .helps__prod-img {
        max-width: 280px
    }
    .expert__title {
        font-size: 22px
    }
    .expert__man {
        max-width: 280px
    }
    .expert-bio {
        -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
    }
    .expert__signature {
        max-width: 120px;
        margin-left: 15px
    }
    .review-info__note {
        font-size: 16px
    }
    .review-top__product {
        max-width: 280px
    }
    .webp .review-iphone {
        background: url(../img/iphone17.webp) no-repeat center;
        background-size: contain
    }
    .no-webp .review-iphone {
        background: url(../img/iphone17.png) no-repeat center;
        background-size: contain
    }
    .review-top__title {
        font-size: 18px
    }
    .review-item__desc {
        font-size: 16px
    }
    .review-comments {
        max-height: 470px
    }
    .advantage-info__title--first::before,
    .advantage-info__title--second::before,
    .advantage-info__title--third::before {
        top: 25px
    }
    .advantage-info__title--br {
        display: none
    }
    .block {
        padding: 30px 0
    }
}

@media (min-width:640px) {
    .container {
        width: 640px
    }
    .title {
        font-size: 30px
    }
    .form {
        margin: 0
    }
    .disease__inner {
        margin-bottom: 30px;
    } 
    .symptoms,
    .symptoms__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative
    }
    .symptoms::before {
        content: "";
        width: 320px;
        height: 290px;
        position: absolute;
        left: 10px;
        bottom: 20px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50% 100%
    }
    .webp .symptoms::before {
        background-image: url(../img/disease-hero.webp)
    }
    .no-webp .symptoms::before {
        background-image: url(../img/disease-hero.png)
    }
    .disease__block:before {
        content: none;
    }
    .no-webp .disease__block:before,
    .webp .disease__block:before {
        background-image: none;
    }
    .symptoms__item {
        width: 100%;
        -webkit-box-orient: horizontal;
        -ms-flex-direction: row;
        flex-direction: row;
        max-width: 250px;
        margin-left: auto
    }
    .symptoms__item:nth-child(2) .symptoms__pic::before {
        width: 95px
    }
    .symptoms__item:nth-child(3) {
        margin-bottom: 15px
    }
    .symptoms__item:nth-child(3) .symptoms__pic::before {
        width: 187px
    }
    .symptoms__item:nth-child(4) .symptoms__pic::before {
        width: 69px;
        -webkit-transform: rotate(-204deg);
        transform: rotate(-204deg);
        z-index: -5
    }
    .symptoms__pic {
        width: 80px;
        margin: 0 15px 0 0;
    }
    .symptoms__pic::before {
        width: 105px;
        height: 1px;
        background: #ff2b2b;
        -webkit-transform-origin: left;
        transform-origin: left;
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }
    .symptoms__text {
        text-align: left
    }
    .helps-desc__title {
        font-size: 22px;
    }
    .expert__title {
        font-size: 22px
    }
    .expert__man {
        max-width: 300px
    }
    .expert__signature {
        margin-left: 30px
    }
    .composition__pic {
        max-width: 330px;
    }
    .accord {
        max-width: none;
        min-height: 223px;
        margin-bottom: 30px;
        position: relative
    }
    .accord__item {
        margin: 0
    }
    .accord__item.active .accord__btn {
        margin-bottom: 0;
    }
    .accord__item:nth-child(2) .accord__btn {
        top: 60px
    }
    .accord__item:nth-child(3) .accord__btn {
        top: 120px
    }
    .accord__item:nth-child(4) .accord__btn {
        top: 180px
    }
    .accord__btn {
        width: 100%;
        max-width: 280px;
        position: absolute;
        text-align: left;
        top: 0;
        left: 0
    }
    .accord__content {
        width: 100%;
        max-width: 310px;
        margin-left: auto;
        -webkit-transition: opacity .3s;
        transition: opacity .3s
    }
    .accord__top {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        justify-content: flex-start;
    }
    .accord__pic {
        margin-right: 10px;
        margin-bottom: 0
    }
    .review-info {
        margin-bottom: 30px
    }
    .review-info__title {
        font-size: 22px
    }
    .review-stat__percent {
        font-size: 24px;
        width: 51px;
    }
    .review-iphone {
        width: 420px;
        height: 803px
    }
    .review-stat__scale {
        height: 28px;
    }
    .review-comments {
        max-width: 400px;
        max-height: 625px;
        top: 130px
    }
    .review-comment {
        max-width: 320px
    }
    .review-bio::before {
        width: 113%
    }
    .review-author__name {
        font-size: 18px
    }
    .review-report__desc {
        font-size: 16px
    }
    .promo__list {
        max-width: none;
        margin: 0 auto 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .promo__medal {
        width: 40%;
        margin: 0 0 45px 35px
    }
    .promo__action {
        position: absolute;
        right: 30px;
        bottom: 270px
    }
    .promo__pack {
        max-width: 290px;
        margin: 0;
        position: absolute;
        left: 20px;
        bottom: -30px
    }
    .promo__form {
        margin: 0 0 0 auto
    }
    .promo-list__item {
        width: 30%;
        margin: 0;
        padding: 30px 0 0;
        text-align: center
    }
    .promo-list__item::before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .promo-list__item--title {
        width: 100%;
        margin-bottom: 15px;
        padding: 0;
        text-align: center;
        font-size: 22px
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .advantage-form {
        margin-right: auto !important;
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .container {
        width: 768px
    }
    .title {
        margin-bottom: 25px;
        font-size: 32px
    }
    .header {
        height: auto;
        padding-bottom: 20px
    }
    .header__logo-main {
        width: 150px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        display: none
    }
    .header__content {
        width: 100%;
        min-height: auto;
        padding: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: 0;
        position: relative;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: none;
        transition: none
    }
    .header__logo {
        width: auto;
        margin: 0;
        font-size: 26px
    }
    .header__nav {
        width: auto;
        max-width: none;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .header__btn,
    .header__burger {
        display: none
    }
    .nav__item:first-child {
        margin-right: 70px;
        text-align: left
    }
    .nav__item:first-child .nav__link {
        margin-left: 0;
        margin-right: auto;
        border-radius: 5px 0 0 5px
    }
    .nav__item:nth-child(2) {
        margin-right: auto
    }
    .nav__item:last-child {
        text-align: right
    }
    .nav__item:last-child .nav__link::before {
        display: block
    }
    .nav__link {
        padding: 15px 0;
        display: inline-block;
        background-color: transparent
    }
    .nav__link:hover {
        color: #333;
        background-color: transparent
    }
    .nav__link::before {
        width: 0;
        height: 1px;
        left: 0;
        bottom: 15px;
        background: #5b5b5b;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: width .3s;
        transition: width .3s
    }
    .symptoms {
        flex-direction: row;
        position: static;
        gap: 20px;
        justify-content: center;
    }
    .disease__inner {
        width: 50%;
        margin-left: auto;
        position: relative;
    }
    .disease__inner:before {
        position: absolute;
        content: "";
        width: 350px;
        height: 320px;
        background: no-repeat center / contain;
        left: -370px;
        top: 40px
    }
    .webp .disease__inner:before {
        background-image: url(../img/disease-hero.webp)
    }
    .no-webp .disease__inner:before {
        background-image: url(../img/disease-hero.png)
    }
    .disease__title,
    .disease__subtitle,
    .disease__text,
    .disease__bottom {
        text-align: left;
    }
    .disease__title {
        margin-bottom: 15px;
    }
    .webp .symptoms:before,
    .no-webp .symptoms:before {
        background-image: none;
    }
    .symptoms:before {
        content: none;
    }
    .symptoms__item {
        margin: 0;
        max-width: none;
        width: 48%;
    }
    .symptoms__item:nth-child(3) {
        margin-bottom: 0;
    }
    .helps-top {
        margin-bottom: 25px;
    }
    .helps-bottom {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .helps__prod {
        margin-right: 25px;
        margin-bottom: 0;
    }
    .expert__title {
        font-size: 30px
    }
    .composition-warning {
        max-width: 630px;
        margin-right: auto;
        margin-left: auto
    }
    .helps__prod:before {
        right: -24px;
    }
    .composition-info__title {
        font-size: 24px
    }
    .composition-info__desc {
        font-size: 16px
    }
    .composition__title {
        margin-bottom: 15px;
    }
    .composition__subtitle {
        font-size: 20px;
    }
    .accord {
        max-width: 630px;
        margin-bottom: 45px
    }
    .accord__item.active .accord__btn:after {
        content: "";
        background: url(../img/composition__arrow.png) center no-repeat;
        width: 21px;
        height: 15px;
        font-size: 14px;
        font-weight: 700;
        position: absolute;
        right: -30px;
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(0deg);
        transform: translateY(-50%) rotate(0deg)
    }
    .review-info__title {
        font-size: 24px
    }
    .review-top {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .review-top__product {
        max-width: 250px;
        margin-left: 0px;
        margin-right: 15px;
    }
    .advantage-info__desc {
        font-size: 18px
    }
    .advantage-action {
        max-width: 420px
    }
    .advantage-form {
        max-width: 420px;
        margin-right: auto;
        margin-left: auto
    }
    .order-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .order-item {
        width: 48%
    }
    .order-item:first-child {
        margin-right: 15px
    }
    .order-box__img--second {
        max-width: 162px
    }
    .order-box__img--third {
        max-width: 120px
    }
    .promo .container {
        padding-bottom: 15px
    }
    .promo__title {
        margin-bottom: 25px;
        font-size: 22px
    }
    .promo__list {
        max-width: 580px
    }
    .promo__medal {
        margin-bottom: 75px;
        margin-left: 60px
    }
    .promo__action {
        right: 60px;
        bottom: 300px
    }
    .promo__pack {
        max-width: 340px;
        left: 40px
    }
    .promo__form {
        margin-right: 35px
    }
    .timer__text {
        margin-bottom: 5px
    }
    .block {
        padding: 40px 0
    }
    .promo {
        padding-top: 20px
    }
}

@media (min-width:860px) {
    .header__logo-main {
        width: 200px
    }
}

@media screen and (max-width:999px) {
    .ever-popup__body {
        width: 280px;
        background: #fff;
        padding: 15px
    }
    .popup__title {
        font-size: 28px
    }
    .popup .price {
        font-size: 0
    }
}

@media (min-width:1000px) {
    .popup {
        background: #fff
    }
    .popup__content {
        max-width: 865px;
        padding: 30px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .popup__left {
        width: 325px;
        margin-right: 20px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        display: block
    }
    .popup__right {
        max-width: 290px;
        width: 100%;
    }
    .popup .form__btn {
        max-width: 290px;
        font-size: 18px;
    }
    .popup .form__btn:before {
        right: 20px;
    }
    .popup .form__content {
        padding: 0
    }
    .popup .form__title {
        max-width: none;
        margin-bottom: 15px;
        font-size: 28px;
        text-align: center
    }
    .popup .price {
        font-size: 40px
    }
    .ever-popup__close {
        top: 10px !important;
        right: -40px !important
    }
}

@media (min-width:1024px) {
    .container {
        width: 1024px
    }
    .btn {
        font-size: 20px;
    }
    .btn:before {
        right: 20px;
    }
    .title {
        font-size: 42px
    }
    .bg--grey {
        background-image: url(../img/bg-grey.webp);
        background-repeat: no-repeat;
        background-position: 50% 0
    }
    .webp .bg--promo-last {
        background-image: url(../img/bg-tree.webp), url(../img/bg-promo.webp);
        background-size: 780px, cover;
        background-position: calc(50% + 170px) 140px, 50% 0
    }
    .bg--grey,
    .webp .bg {
        background-size: cover
    }
    .webp .bg {
        background-image: url(../img/bg.webp)
    }
    .webp .bg--promo {
        background-image: url(../img/bg-tree.webp), url(../img/bg-promo.webp);
        background-size: 570px, cover;
        background-position: calc(50% + 210px) 150px, 50% 0
    }
    .form {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 36px;
        padding: 27px 30px
    }
    .form__top {
        margin-bottom: 24px;
        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
    }
    .form__title {
        width: 100%;
        max-width: 210px;
        margin: 0;
        font-size: 20px;
        text-align: left;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        position: relative
    }
    .form__price {
        margin: 0;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        font-size: 40px
    }
    .form__price--border .price__div {
        width: 1px;
        height: 50px;
        display: block;
        background: #c4c4c4
    }
    .form__inputs {
        margin-bottom: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .form__input-wrap {
        margin: 0;
        max-width: none;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
    .form__input-wrap:first-child {
        margin-right: 15px
    }
    .price__part {
        padding: 0
    }
    .header {
        padding-bottom: 0;
        border-bottom: none
    }
    .header__content {
        max-width: 994px;
        margin: 0 auto;
        padding-bottom: 20px;
        border-bottom: 1px solid #fff
    }
    .header__logo {
        margin-right: 60px;
        font-size: 28px;
    }
    .header__nav {
        margin-right: auto;
        overflow: hidden
    }
    .nav__link {
        padding: 5px 0;
        font-size: 18px
    }
    .nav__link::before {
        bottom: 0
    }
    .disease__inner:before {
        width: 400px;
        height: 360px;
        top: 0;
        left: -460px;
    }
    .disease__title {
        margin-bottom: 20px;
    }
    .disease__subtitle {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .disease__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .disease__inner {
        margin-bottom: 40px;
    }
    .disease__text {
        margin-bottom: 20px;
    }
    .disease__bottom {
        font-size: 18px;
    }
    .symptoms {
       justify-content: space-between;
    }
    .symptoms__item {
        width: 23%;
    }
    .helps-top {
        margin-bottom: 30px;
    }
    .helps__title {
        margin-bottom: 30px;
    }
    .helps__prod {
        margin: 0 50px 0 0;
    }
    .helps__prod:before {
        width: 180px;
        height: 120px;
        right: -35px;
        bottom: -90px;
    }
    .helps-desc {
        padding: 20px 25px
    }
    .helps-desc__title {
        margin-right: auto;
        text-align: left
    }
    .helps__prod-img {
        max-width: 340px;
    }
    .helps-effect {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 15px;
    }
    .expert__title {
        font-size: 40px
    }
    .helps-effect__item {
        width: 31%;
        margin-bottom: 0;
    }
    .helps-effect__item:nth-child(n+4) {
        width: 44%;
    }
    .helps-effect__item::before {
        top: 10px;
    }
    .expert__small {
        font-size: 24px
    }
    .expert-content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .expert__man {
        max-width: 410px;
        margin-bottom: 0;
    }
    .expert__man-img {
        border-radius: 0 0 0 0;
    }
    .expert-info {
        max-width: 50%;
        border-radius: 0 40px 40px 0
    }
    .expert-info__desc {
        font-size: 16px;
        line-height: 23.9px;
    }
    .composition {
        padding-top: 95px
    }
    .composition__title {
        text-align: left
    }
    .composition__title-wrap {
        max-width: 370px;
        position: relative;
        top: 0;
        left: 480px
    }
    .composition__subtitle {
        text-align: left;
        margin-bottom: 45px;
        font-size: 22px;
    }
    .composition__pic {
        max-width: 380px;
        position: absolute;
        margin-bottom: 0;
        top: 30px;
        left: 36px
    }
    .composition-info {
        margin-bottom: 0;
    }
    .composition-warning {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 100%;
        margin-right: 0;
        margin-left: auto
    }
    .composition-warning__btn {
        max-width: 293px;
        line-height: 40px
    }
    .composition-info__title {
        font-size: 26px
    }
    .composition-info__desc {
        margin-right: 40px
    }
    .accord {
        max-width: 100%
    }
    .accord__item {
        font-size: 20px;
    }
    .accord__item:nth-child(1) .accord__btn {
        top: 138px
    }
    .accord__item:nth-child(2) .accord__btn {
        top: 198px
    }
    .accord__item:nth-child(3) .accord__btn {
        top: 258px;
    }
    .accord__item:nth-child(4) .accord__btn {
        top: 318px;
    }
    .accord__item.active .accord__content {
        min-height: 362px;
        max-width: 520px;
        border-radius: 40px;
        position: relative
    }
    .accord__btn {
        max-width: 390px;
        left: 250px;
        font-size: 20px;
        left: 10px;
    }
    .accord__item.active .accord__btn:after {
        right: -46px;
    }
    .accord__top {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .accord__text {
        font-size: 18px;
        line-height: 30px
    }
    .accord__title {
        font-size: 22px
    }
    .review-content {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .review-info {
        max-width: 540px;
        margin-bottom: 0
    }
    .review-info__title {
        text-align: left;
        margin-bottom: 71px
    }
    .review-box {
        padding: 25px 35px;
        position: relative;
        display: block;
    }
    .review-top {
        margin-left: auto;
        display: block;
        margin-bottom: 55px
    }
    .review-top__product {
        max-width: 160px;
        margin-bottom: 0;
        top: -20px;
        left: 30px;
        position: absolute;
        margin-left: 0
    }
    .review-top__title {
        max-width: 290px;
        font-size: 20px;
        text-align: left;
        margin-bottom: 0;
        margin-left: auto;
    }
    .review-item__desc {
        font-size: 17px
    }
    .advantage-creation {
        margin-bottom: 110px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .advantage-item {
        max-width: 32%;
        margin-bottom: 0
    }
    .advantage-item:nth-child(2) {
        margin-right: 15px;
        margin-left: 15px
    }
    .advantage-info__title {
        font-size: 22px;
        margin-bottom: 95px
    }
    .advantage-info__title--first::before,
    .advantage-info__title--second::before,
    .advantage-info__title--third::before {
        top: 50px;
        font-size: 70px
    }
    .advantage-info__title--third {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 124px;
    }
    .advantage-info__title--br {
        display: block
    }
    .advantage-info__desc {
        text-align: center
    }
    .advantage-action {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 100%;
        position: relative;
        border-radius: 50px
    }
    .advantage-form {
        padding: 0;
        border-radius: 20px
    }
    .advantage-form__product {
        max-width: 210px;
        margin-bottom: 0;
        position: absolute;
        top: 24px;
        left: 24px
    }
    .advantage-form__title {
        max-width: 220px;
        font-size: 26px;
        text-align: left
    }
    .advantage-price {
        max-width: 350px;
        position: absolute;
        top: -65px;
        left: 240px
    }
    .advantage-price .price__new {
        font-size: 52px;
        margin-right: 15px
    }
    .advantage-price .price__old {
        font-size: 42px
    }
    .order-item {
        width: 47%
    }
    .order-box__title {
        font-size: 18px
    }
    .promo .container {
        padding-bottom: 0
    }
    .promo__logo {
        margin: 0 0 45px;
        display: block;
        font-size: 70px;
        line-height: 1
    }
    .promo-logo-last {
        text-align: left;
    }
    .promo__title {
        max-width: 470px;
        text-align: left;
        margin-bottom: 15px;
    }
    .promo__list {
        max-width: 390px;
        margin-left: 0;
        padding: 30px;
        display: block
    }
    .promo__medal {
        width: 500px;
        max-width: none;
        margin: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        position: absolute;
        top: 80px;
        left: 545px
    }
    .promo__action {
        max-width: 500px;
        margin-bottom: 30px;
        position: static
    }
    .promo__pack {
        max-width: 420px;
        left: auto;
        right: 30px;
        bottom: -60px
    }
    .promo__form {
        max-width: 500px;
        margin-bottom: 0
    }
    .promo-list__item {
        width: auto;
        margin-bottom: 15px;
        padding: 0 0 0 30px;
        font-size: 16px;
        text-align: left
    }
    .promo-list__item::before {
        left: 0;
        -webkit-transform: none;
        transform: none
    }
    .promo-list__item--title {
        padding-left: 0
    }

    .medal__img {
        width: 60%;
    }
    .medal__item:nth-child(1) {
        position: absolute;
        top: -95px;
        left: -96px
    }
    .medal__item:nth-child(2) {
        position: absolute;
        top: -95px;
        left: -36px
    }
    .medal__item:nth-child(3) {
        position: absolute;
        top: -100px;
        left: 80px
    }
    .popup .form__top {
        display: block
    }
    .popup .form__input-wrap {
        max-width: none;
        margin: 0 0 18px
    }
    .popup .form__inputs {
        display: block;
        margin: 0;
    }
    .timer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .timer__text {
        margin: 0 20px 0 0;
        font-size: 18px
    }
    .block {
        padding: 60px 0
    }
    .promo {
        padding-top: 20px
    }
    .helps {
        padding-top: 40px;
        padding-bottom: 100px;
    }
    .promo-last {
        padding-top: 60px;
    }
}

@media (min-width:1220px) {
    .container {
        width: 1220px;
        padding: 0 25px
    }
    .title {
        margin-bottom: 30px;
        font-size: 50px;
        line-height: 1.1
    }
    .webp .bg--promo,
    .webp .bg--promo-last {
        background-size: 700px, cover;
        background-position: calc(50% + 250px) 140px, 50% 0
    }
    .form__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .form__title {
        max-width: 230px;
        font-size: 22px
    }
    .form__price {
        width: 100%
    }
    .form__price--border .price__part:first-child {
        margin-right: 15px
    }
    .form__price--border .price__part:last-child {
        margin-left: 15px
    }
    .form__inputs {
        max-width: 474px;
        margin: 0 15px 0 0
    }
    .form__btn {
        max-width: 255px;
        font-size: 18px;
    }
    .form__btn:before {
        right: 15px;
    }
    .price {
        max-width: none;
        margin: 0;
        position: relative
    }
    .price__new {
        margin: 0;
        font-size: 59px;
        margin-right: 26px;
    }
    .price__old {
        font-size: 40px;
    }
    .header {
        margin-bottom: 40px
    }
    .header__logo-main {
        width: 369px
    }
    .header__content {
        max-width: 1190px
    }
    .header__logo {
        margin-right: 110px;
        font-size: 30px;
    }
    .nav__item:first-child {
        margin-right: 82px
    }
    .disease__title {
        margin-bottom: 25px
    }
    .disease__subtitle {
        margin-bottom: 25px;
        font-size: 25px;
        line-height: 1.17
    }
    .disease__inner {
        margin-bottom: 80px;
    }
    .disease__inner:before {
        width: 490px;
        height: 450px;
        left: -550px;
    }
    .disease__text {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .disease__bottom {
        font-size: 20px
    }
    .symptoms__pic {
        width: 101px
    }
    .symptoms__text {
        font-size: 20px
    }
    .helps-bottom {
        align-items: center;
    }
    .helps__title,
    .helps-top {
        margin-bottom: 40px;
    }
    .helps-info {
        margin-bottom: 0;
        font-size: 18px;
        line-height: 30px
    }
    .helps-icon {
        max-width: 360px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-right: auto;
        margin-bottom: 40px;
    }
    .helps-icon__item {
        max-width: inherit
    }
    .helps-icon__item:first-child {
        min-width: 84px;
        height: 82px
    }
    .helps-icon__item.second {
        min-width: 81px;
        height: 87px;
        padding: 0
    }
    .helps-icon__item:last-child {
        min-width: 148px;
        height: 78px
    }
    .helps__prod {
        margin-right: 65px;
    }
    .helps__prod-img {
        max-width: 370px
    }
    .helps-desc {
        max-width: 792px;
        padding: 31px 43px
    }
    .helps-desc__title {
        font-size: 30px
    }
    .helps-desc__text {
        font-size: 18px;
        line-height: 30px
    }
    .helps-desc__note {
        font-size: 16px;
        line-height: 28px
    }
    .helps-effect__item {
        font-size: 18px;
        padding-left: 25px;
        line-height: 30px
    }
    .expert__title {
        font-size: 46px
    }
    .expert__small {
        font-size: 30px
    }
    .expert__man {
        max-width: 464px;
        width: 100%;
        flex-shrink: 0;
    }
    .expert-info__desc {
        margin-bottom: 5px;
    }
    .expert-info {
        max-width: 720px;
        padding: 25px
    }
    .expert-info__desc {
        font-size: 18px;
        line-height: 30px
    }
    .expert__name {
        font-size: 30px
    }
    .expert__direction {
        font-size: 18px
    }
    .expert__signature {
        max-width: 230px
    }
    .composition__title {
       margin-bottom: 10px; 
    }
    .composition__title-wrap {
        left: 565px;
        max-width: 390px;
    }
    .composition__subtitle {
        font-size: 28px
    }
    .composition__pic {
        max-width: 440px;
        top: 10px;
        left: 30px
    }
    .composition-warning {
        max-width: none
    }
    .composition-info {
        flex-direction: row;
    }
    .composition-info__desc {
        width: 70%;
        margin-right: 0;
        font-size: 17px;
    }
    .composition-info__title {
        font-size: 28px;
        margin-bottom: 0;
        margin-right: 54px;
    }
    .accord {
        margin-bottom: 60px;
    }
    .accord__btn {
        left: 0;
        max-width: 460px;
        font-size: 22px;
    }
    .accord__item {
        font-size: 22px
    }
    .accord__item.active .accord__btn:after {
        right: -48px
    }
    .accord__item.active .accord__content {
        min-height: 364px;
        max-width: 627px;
        padding: 44px 60px 44px 42px
    }
    .accord__top {
        margin-bottom: 25px
    }
    .accord__title {
        font-size: 28px
    }
    .review-info {
        max-width: 670px
    }
    .review-info__title {
        font-size: 30px;
        margin-left: 30px
    }
    .review-top__product {
        max-width: 190px;
        top: -36px;
        left: 47px
    }
    .review-top__title {
        max-width: 310px;
        font-size: 22px
    }
    .review-feedback {
        position: absolute;
        top: 140px;
        right: 0
    }
    .review-iphone {
        width: 500px;
        height: 923px
    }
    .review-comments {
        max-height: 665px;
        top: 145px
    }
    .review-comment {
        max-width: 370px
    }
    .advantage-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .advantage__title {
        max-width: 522px;
        text-align: left;
        font-size: 53px;
        margin-bottom: 50px
    }
    .advantage-icon {
        max-width: 360px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-right: auto
    }
    .advantage-icon__item {
        max-width: inherit
    }
    .advantage-icon__item:nth-child(2) {
        padding: 0
    }
    .advantage-icon__item:last-child {
        min-width: 148px;
        height: 78px
    }
    .advantage-creation {
        max-width: 590px
    }
    .advantage-item {
        max-width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 25px
    }
    .advantage-item:nth-child(2) {
        margin-right: 0;
        margin-left: 0
    }
    .advantage-item__img {
        min-width: 100px;
        margin-right: 35px;
        margin-bottom: 0;
        z-index: 2;
        position: relative
    }
    .advantage-item__img--first,
    .advantage-item__img--second,
    .advantage-item__img--third {
        position: relative
    }
    .advantage-item__img--first::after,
    .advantage-item__img--first::before,
    .advantage-item__img--second::after,
    .advantage-item__img--third::after {
        content: '';
        width: 24px;
        height: 75px;
        background: url(../img/long__arrow.png) no-repeat center;
        background-size: contain;
        position: absolute;
        top: -99px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 0
    }
    .advantage-item__img--first::after,
    .advantage-item__img--second::after,
    .advantage-item__img--third::after {
        top: 85px;
        z-index: -1
    }
    .advantage-info__title {
        font-size: 24px;
        text-align: left;
        margin-bottom: 20px;
        margin-left: 105px
    }
    .advantage-info__title--first::before,
    .advantage-info__title--second::before,
    .advantage-info__title--third::before {
        top: 50%;
        font-size: 70px;
        left: -105px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .advantage-info__title--third {
        margin-top: 30px;
        margin-bottom: 30px;
        width: 100%;
    }
    .advantage-info__title--br {
        display: block
    }
    .advantage-form__title.mob,
    .advantage-info__title--br.last {
        display: none
    }
    .advantage-info__desc {
        text-align: left
    }
    .advantage-action {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-radius: 100px
    }
    .advantage-form {
        max-width: 900px;
        width: 100%;
        padding: 0
    }
    .advantage-form__content {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .advantage-form__product {
        max-width: 180px;
        top: -48px;
        left: 30px
    }
    .advantage-form__title.desk {
        max-width: 275px;
        display: block;
        font-size: 23px;
        margin-left: -170px;
        margin-right: 15px
    }
    .advantage-form__inputs {
        max-width: 100% !important
    }
    .advantage-price {
        max-width: 290px;
        top: -100px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .advantage-price .price__old {
        padding-left: 30px;
        position: static
    }
    .order__title {
        text-align: left;
        margin-bottom: 130px
    }
    .order-list {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .order-item {
        width: 100%;
        max-width: 360px;
        position: relative;
        margin-bottom: 0
    }
    .order-item:first-child {
        margin-right: 0
    }
    .order-item:nth-child(2) {
        position: relative
    }
    .order-item:nth-child(2)::after,
    .order-item:nth-child(2)::before {
        content: '';
        width: 103px;
        height: 24px;
        background: url(../img/order__arrow.png) center no-repeat;
        position: absolute;
        top: -73px
    }
    .order-item:nth-child(2)::before {
        left: -74px
    }
    .order-item:nth-child(2)::after {
        right: -70px
    }
    .order-box {
        padding: 100px 25px 25px;
        min-height: 210px;
        max-height: 210px
    }
    .order-box__img {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-bottom: 0
    }
    .order-box__img--first {
        width: 100%;
        max-width: 260px;
        top: -66px;
        left: 50%
    }
    .order-box__img--second {
        width: 100%;
        max-width: 230px;
        top: -45px
    }
    .order-box__img--third {
        width: 100%;
        max-width: 160px;
        top: -150px
    }
    .order-box__title {
        max-width: 270px;
        font-size: 20px;
        text-align: left
    }
    .order-box__desc {
        text-align: left
    }
    .promo__logo {
        margin-bottom: 55px;
        font-size: 90px
    }
    .promo__title {
        max-width: 535px;
        margin-bottom: 10px;
    }
    .promo__list {
        max-width: 475px;
        margin-bottom: 52px
    }
    .promo__medal {
        left: 490px
    }
    .promo__action {
        max-width: 840px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
    .promo__pack {
        max-width: 390px;
        padding-top: 140px;
        right: 25px;
        bottom: -60px
    }
    .promo-pack__action {
        width: 158px;
        height: 158px;
        font-size: 19px;
        padding-top: 40px;
    }
    .promo-pack__value {
        font-size: 53px
    }
    .promo__form {
        max-width: 750px;
        border-radius: 100px
    }
    .promo-list__item {
        width: auto;
        max-width: none;
        margin-bottom: 20px;
        padding-left: 36px;
        font-size: 18px;
    }
    .promo-list__item--title {
        max-width: 320px;
        padding-left: 0;
        font-size: 30px;
        line-height: 1.17
    }
    .promo-action__title {
        margin: 0 40px 0 0;
        font-size: 30px
    }
    .popup .price {
        max-width: none
    }
    .timer__text {
        margin-right: 38px
    }
    .timer__time span {
        padding: 5px 8px;
        font-size: 24px
    }
    .timer__time .tm {
        width: 48px;
        height: 48px
    }
    .block {
        padding: 100px 0
    }
    .promo {
        padding: 20px 0 95px
    }
    .helps {
        padding-top: 60px;
    }
    .promo-last {
        padding-top: 80px;
    }
    .medal__img {
        width: 70%;
    }
    .medal__item:nth-child(1) {
        top: -35px;
        left: 35px;
    }
    .medal__item:nth-child(3) {
        left: 90px;
    }
    .popup-prod {
        padding-top: 100px;
    }
    .popup-pack__action {
        width: 120px;
        height: 120px;
        font-size: 16px;
        padding-top: 36px;
    }
    .popup-pack__value {
        font-size: 34px;
    }
}

@media (min-width:1420px) {
    .container {
        width: 1420px
    }
    .title {
        margin-bottom: 138px;
        font-size: 60px
    }
    .webp .bg--promo {
        background-size: 802px, cover;
        background-position: calc(50% - -319px) 156px, 50% 0
    }
    .webp .bg--promo-last {
        background-size: 802px, cover;
        background-position: calc(50% - -319px) 112px, 50% 0
    }
    .form {
        max-width: 838px;
        padding: 28px 40px 30px
    }
    .form__btn {
        max-width: 265px;
        font-size: 19px;
    }
    .price__new {
        font-size: 73px;
        margin-right: 34px;
    }
    .price__old {
        font-size: 42px;
    }
    .medal__img {
        width: 100%;
    }
    .header {
        margin-bottom: 71px
    }
    .header__content {
        max-width: 1365px
    }
    .header__logo {
        margin-right: 132px;
    }
    .disease {
        padding-top: 96px;
        padding-bottom: 124px
    }
    .disease__inner {
        width: 570px;
        margin-bottom: 130px;
        margin-right: 61px;
    }
    .disease__inner:before {
        width: 614px;
        height: 588px;
        left: -730px;
        top: -29px;
    }
    .disease__title {
        margin-bottom: 30px
    }
    .disease__subtitle {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 30px;
    }
    .disease__text {
        margin-bottom: 54px;
    }
    .disease__bottom {
        font-size: 25px;
        line-height: 30px
    }
    .symptoms__pic {
        margin-right: 32px;
        width: 107px;
    }
    .symptoms__text {
        font-size: 22px;
        line-height: 25px
    }
    .helps {
        padding-top: 80px;
        padding-bottom: 120px;
    }
    .helps-top {
        margin-bottom: 57px;
    }
    .helps__title {
        margin-bottom: 39px
    }
    .helps-icon {
        max-width: 373px;
        margin-bottom: 33px;
    }
    .helps__prod {
        margin-right: 96px;
    }
    .helps__prod-img {
        max-width: 483px
    }
    .helps-desc {
        padding: 49px 43px 30px 61px;
        align-items: flex-start;
    }
    .helps__prod:before {
        width: 230px;
        height: 150px;
        right: -66px;
        bottom: -80px;
    }
    .helps-desc__title {
        margin-bottom: 16px;
    }
    .helps-desc__text {
        margin-bottom: 37px;
    }
    .helps-bottom {
        align-items: flex-start;
    }
    .helps-effect {
        margin-bottom: 35px;
        gap: 28px 15px;
    }
    .helps-effect__item {
        padding-left: 36px;
        line-height: 25px
    }
    .helps-effect__item::before {
        width: 14px;
        height: 14px;
        left: 10px
    }
    .expert {
        padding-top: 125px;
        padding-bottom: 147px;
    }
    .expert__title {
        font-size: 60px;
        margin-bottom: 57px;
    }
    .expert-info {
        max-width: 905px;
        padding: 54px 91px 20px 66px
    }
    .expert-info__desc {
        font-size: 18px;
        margin-bottom: 0;
        line-height: 32.3px;
    }
    .expert__name {
        margin-bottom: 10px
    }
    .expert__signature {
        margin-top: 12px;
        margin-left: 80px
    }
    .composition {
        padding-top: 119px;
        padding-bottom: 120px;
    }
    .composition .container {
        padding-right: 100px;
    }
    .composition__title {
        margin-bottom: 25px
    }
    .composition__title-wrap {
        max-width: 470px;
        left: 670px;
        margin-bottom: 55px
    }
    .composition__subtitle {
        font-size: 30px;
        margin-bottom: 0;
    }
    .composition__pic {
        max-width: 498px;
        top: 12px;
        left: 97px;
    }
    .composition-warning__btn {
        margin-right: 10px;
        line-height: 44px
    }
    .accord {
        margin-bottom: 66px
    }
    .composition-info__desc {
        width: inherit;
        font-size: 20px;
    }
    .accord__item.active .accord__btn:after {
        right: -55px
    }
    .accord__btn {
        padding: 13px 40px 13px 30px;
        max-width: 501px;
        left: 69px;
    }
    .accord__cross {
        width: 34px;
        height: 34px
    }
    .accord__cross::after,
    .accord__cross::before {
        width: 16px
    }
    .accord__item.active .accord__content {
        padding-bottom: 37px;
        min-height: 367px;
    }
    .accord__top {
        margin-bottom: 37px
    }
    .accord__text {
        font-size: 19px;
    }
    .accord__pic {
        width: 98px;
        margin-right: 35px
    }
    .composition-warning {
        padding-left: 68px;
    }
    .composition-info__title {
        margin-right: 74px;
        font-size: 32px;
    }
    .review {
        padding-top: 111px;
        padding-bottom: 96px;
    }
    .review__title {
        margin-bottom: 63px
    }
    .review-info {
        max-width: 699px
    }
    .review-info__title {
        margin-left: 0;
    }
    .review-top__title {
        margin-right: 79px;
    }
    .review-box {
        padding: 40px 15px 42px 48px;
        margin-bottom: 27px;
        width: 700px;
    }
    .review-info__note {
        margin-left: 10px;
    }
    .review-top__product {
        max-width: 211px;
        top: -32px;
        left: 47px
    }
    .review-item__desc {
        font-size: 18px;
        margin-bottom: 5px
    }
    .review-stat__percent {
        font-size: 30px;
        width: 65px;
        margin-right: 23px
    }
    .review-item {
        margin-bottom: 17px;
    }
    .review-stat__scale {
        height: 32px;
    }
    .review-feedback {
        right: 25px;
        top: 130px;
    }
    .review-iphone {
        width: 547px;
        height: 1183px
    }
    .review-comments {
        max-width: 460px;
        max-height: 740px;
        top: 225px
    }
    .review-comment {
        max-width: 460px;
        margin-bottom: 20px
    }
    .review-bio {
        margin-bottom: 19px
    }
    .review-bio::after {
        font-size: 34px;
        top: -13px;
        right: 11px
    }
    .review-author__avatar {
        margin-right: 10px
    }
    .review-author__date {
        max-width: 90px;
        font-size: 16px
    }
    .review-report__desc {
        font-size: 18px
    }
    .advantage {
        padding-top: 127px;
        padding-bottom: 120px;
    }
    .advantage-content {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 78px
    }
    .advantage-text {
        max-width: 490px
    }
    .advantage__title {
        max-width: 532px;
        font-size: 60px;
    }
    .advantage-creation {
        max-width: 750px;
        margin-bottom: 0;
        padding-top: 12px;
    }
    .advantage-item {
        margin-bottom: 53px
    }
    .advantage-icon {
        max-width: 376px;
        margin-bottom: 0;
    }
    .advantage-item__img {
        max-width: 100%;
        min-width: 136px;
        min-height: 136px
    }
    .advantage-item__img--first::after {
        top: 112px
    }
    .advantage-item__img--second::after {
        top: 104px
    }
    .advantage-item__img--third::after {
        top: 130px
    }
    .advantage-info__title {
        font-size: 30px;
        margin-left: 165px;
        margin-bottom: 25px
    }
    .advantage-info__title--first::before,
    .advantage-info__title--second::before,
    .advantage-info__title--third::before {
        font-size: 100px;
        left: -165px
    }
    .advantage-info__title--third {
        margin-bottom: 50px
    }
    .advantage-form {
        max-width: 100%;
        padding: 0;
        margin-right: 25px
    }
    .advantage-form__product {
        max-width: 210px;
        top: -54px;
        left: 54px
    }
    .advantage-form__title.desk {
        max-width: 230px;
        font-size: 28px;
        margin-left: -30px;
        margin-right: 51px
    }
    .advantage-form__inputs {
        max-width: 460px !important
    }
    .advantage-price {
        top: -116px;
        left: 295px
    }
    .advantage-price .price__new {
        font-size: 52px;
        margin-right: 0
    }
    .advantage-price .price__old {
        font-size: 42px
    }
    .order {
        padding-top: 118px;
        padding-bottom: 144px;          
    }
    .order__title {
        margin-bottom: 210px
    }
    .order-item {
        max-width: 414px
    }
    .order-item:nth-child(2)::before {
        top: -109px;
        left: -88px
    }
    .order-item:nth-child(2)::after {
        top: -109px
    }
    .order-box {
        padding: 140px 25px 35px 48px;
        min-height: 281px;
        max-height: 281px
    }
    .order-box__img--first {
        max-width: 390px;
        top: -100px
    }
    .order-box__img--second {
        max-width: 323px;
        top: -26px;
    }
    .order-box__img--third {
        max-width: 260px;
        top: -234px;
        left: 230px
    }
    .order-box__title {
        max-width: 100%;
        font-size: 27px;
        line-height: 1.2;
    }
    .order-box__desc {
        font-size: 18px
    }
    .promo__logo {
        margin-bottom: 87px;
        font-size: 120px;
        line-height: 1
    }
    .promo__title {
        margin-bottom: 4px
    }
    .promo__list {
        padding: 27px 20px 37px 40px;
        border-radius: 40px;
        margin-bottom: 30px;
        max-width: 498px;
    }
    .promo__medal {
        top: 57px;
        left: 454px
    }
    .promo__pack {
        max-width: 483px;
        padding-top: 130px;
        right: 28px;
        bottom: -100px
    }
    .promo-pack__prod {
        padding-bottom: 50px
    }
    .promo-pack__action {
        padding-top: 35px;
        right: 4px
    }
    .promo-list__item {
        margin-bottom: 23px
    }
    .promo-list__item--title {
        margin-bottom: 28px
    }
    .medal__item:nth-child(1) {
        top: 8px;
        left: 125px
    }
    .medal__item:nth-child(2) {
        top: -93px;
        left: 57px
    }
    .medal__item:nth-child(3) {
        top: -99px;
        left: 234px
    }
    .brand {
        display: block;
        position: absolute;
        left: calc(50% - 834px);
        bottom: 0;
        text-transform: uppercase;
        color: #fff;
        font-weight: 900;
        line-height: .7;
        font-size: 180px;
        letter-spacing: .05em;
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg) translateX(100px);
        transform: rotate(-90deg) translateX(100px);
        -webkit-transition: all 1.5s;
        transition: all 1.5s;
        opacity: 0
    }
    .brand--right {
        top: -3px;
        left: auto;
        right: calc(50% - 835px);
        bottom: auto;
        -webkit-transform: rotate(-90deg) translateX(-100px);
        transform: rotate(-90deg) translateX(-100px);
        -webkit-transform-origin: right top;
        transform-origin: right top
    }
    .animated .brand {
        opacity: .5;
        text-shadow: 0 0 2px #000;
    }
    .animated .brand,
    .animated .brand--right {
        -webkit-transform: rotate(-90deg) translateX(0);
        transform: rotate(-90deg) translateX(0)
    }
    .promo-last {
        padding-top: 117px;
        padding-bottom: 99px;
    }
    .popup-prod {
        padding-top: 105px;
    }
}

@media (min-width:1620px) {
    .promo {
        background-position-x: 100%
    }
    .promo__pack {
        right: 25px;
    }
    .promo-pack__prod {
        padding-bottom: 77px;
    }
    .promo-pack__action {
        padding-top: 42px;
        right: -54px;
        top: 17px;
    }
    .popup-pack__action {
        right: 4px;
        padding-top: 35px;
    }
    .popup-prod {
        padding-top: 120px;
    }
}

footer {
    padding: 30px 20px;
}

.footer__link {
    font-size: 16px;
    display: block;
    text-align: center;
    color: #666;
}

.promo-last {
    overflow: hidden;
}

.footer-first {
  font-size: 16px;
  padding: 25px;
  text-align: center;
}

@media screen and (min-width: 1024px) {
    .footer-first {
        padding: 40px 20px;
      }
}