@charset "UTF-8";
@-webkit-keyframes shine {
    0% {
        left: -60%;
    }
    to {
        left: 120%;
    }
}

@keyframes shine {
    0% {
        left: -60%;
    }
    to {
        left: 120%;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #1c3240;
    line-height: 1.3;
    background: -webkit-gradient(
            linear,
            left top,
            right top,
            from(#fcf7f0),
            color-stop(53.44%, #fffdfb),
            color-stop(103.88%, #fcf7f0)
    );
    background: linear-gradient(
            90deg,
            #fcf7f0 0,
            #fffdfb 53.44%,
            #fcf7f0 103.88%
    );
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

br {
    font-size: 0;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

button,
button:focus,
input,
input:focus {
    outline: 0;
}

a {
    text-decoration: none;
}

button {
    border: 0;
    display: block;
    padding: 0;
    font-family: inherit;
    cursor: pointer;
    background-color: transparent;
}

::-moz-focus-inner,
::-moz-focus-outer {
    border: 0;
    padding: 0;
}

a:-moz-focusring,
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

:active,
:focus,
:hover,
:visited,
a,
a:active,
a:focus,
a:hover,
a:visited {
    outline: 0 !important;
}

::-moz-focus-inner {
    border: 0;
    outline: 0;
}

@font-face {
    font-display: swap;
    font-family: "Inter";
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/inter-v20-cyrillic_latin_latin-ext-300.woff2) format("woff2");
}

@font-face {
    font-display: swap;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/inter-v20-cyrillic_latin_latin-ext-regular.woff2) format("woff2");
}

@font-face {
    font-display: swap;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/inter-v20-cyrillic_latin_latin-ext-500.woff2) format("woff2");
}

@font-face {
    font-display: swap;
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/inter-v20-cyrillic_latin_latin-ext-700.woff2) format("woff2");
}

@font-face {
    font-display: swap;
    font-family: "Raleway";
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/raleway-v37-cyrillic_latin_latin-ext-regular.woff2) format("woff2");
}

@font-face {
    font-display: swap;
    font-family: "Raleway";
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/raleway-v37-cyrillic_latin_latin-ext-700.woff2) format("woff2");
}

html {
    overflow-x: hidden;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

svg {
    overflow: hidden;
}

b {
    font-weight: 700;
}

::-webkit-input-placeholder {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
}

::-moz-placeholder {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
}

:-ms-input-placeholder {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
}

::placeholder {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
}

.container {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.promo__input input,
.subtitle,
.title {
    font-size: 27px;
    font-weight: 700;
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    line-height: 1.2;
}

.promo__input input,
.subtitle {
    font-size: 16px;
    line-height: 1.25;
}

.highlight {
    color: #fefefe;
}

.medium {
    font-weight: 500;
}

.orange {
    color: #f97740;
}

.nowrap {
    white-space: nowrap;
}

.bold {
    font-weight: 700;
}

.btn {
    border-radius: 50px;
    border: 1px solid #1c3240;
    transition: 0.3s;
    min-width: 150px;
    position: relative;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}

.btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -60%;
    width: 40%;
    height: 100%;
    background: -webkit-gradient(
            linear,
            left top,
            right top,
            from(transparent),
            color-stop(rgba(255, 255, 255, 0.6)),
            to(transparent)
    );
    background: linear-gradient(
            450deg,
            transparent,
            rgba(255, 255, 255, 0.6),
            transparent
    );
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    -webkit-animation: shine 4s infinite;
    animation: shine 4s infinite;
}

.btn-dark {
    border-color: #fff;
    background-color: #1c3240;
    color: #fefefe;
    padding: 12px 18px;
    font-size: 14px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.btn-dark:hover {
    background-color: #f97740;
    border-color: #f97740;
}

.price-box {
    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;
    gap: 15px;
}

.price-old {
    color: #728b9a;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    font-size: 17px;
}

.price-currency {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.35;
}

.price-new {
    font-size: 32px;
    line-height: 0.9;
    color: #1c3240;
    font-weight: 700;
    text-align: right;
}

.promo__form-wrap {
    border-radius: 30px;
    background: #fefefe;
    -webkit-box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.2);
    z-index: 20;
    position: relative;
    padding: 20px 15px;
    max-width: 300px;
    width: 100%;
    margin: 0 auto 30px;
}

.promo__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    gap: 15px;
}

.promo__input {
    position: relative;
    margin-bottom: 16px;
}

.promo__input input {
    font-family: inherit;
    text-align: center;
    color: #222d53;
    font-weight: 300;
    padding: 13px;
    width: 100%;
    border-radius: 35px;
    border: 0.815px solid #92a6c6;
    background-color: #fff;
    -webkit-box-shadow: inset 0 3.26px 3.26px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 3.26px 3.26px rgba(0, 0, 0, 0.2);
}

.promo__input input:-webkit-autofill,
.promo__input input:-webkit-autofill:active,
.promo__input input:-webkit-autofill:focus,
.promo__input input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 40px #fff inset !important;
}

.promo__input input:-webkit-autofill {
    -webkit-text-fill-color: #362b62 !important;
}

.promo__input input::-webkit-input-placeholder {
    font-family: inherit;
    text-align: center;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.promo__input input::-moz-placeholder {
    font-family: inherit;
    text-align: center;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.promo__input input:-ms-input-placeholder {
    font-family: inherit;
    text-align: center;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.promo__input input::placeholder {
    font-family: inherit;
    text-align: center;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.form__placeholder {
    font-family: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    font-weight: 300;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    vertical-align: middle;
}

.user-icon {
    width: 13px;
    height: 13px;
}

.phone-icon {
    width: 15px;
    height: 15px;
}

.promo__input--field:focus + .form__placeholder,
.promo__input--field:not(:placeholder-shown):valid + .form__placeholder {
    display: none;
}

.block {
    padding-top: 30px;
    padding-bottom: 30px;
}

.header {
    position: relative;
    top: 0;
    background: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(0.44%, #cae9e8),
            color-stop(50.4%, #defefd),
            color-stop(99.4%, #cae9e8)
    );
    background: linear-gradient(
            90deg,
            #cae9e8 0.44%,
            #defefd 50.4%,
            #cae9e8 99.4%
    );
    z-index: 100;
    color: #1c3240;
    padding: 17px 0 0;
}

.header,
.header .container {
    width: 100%;
}

.header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding-bottom: 17px;
}

.header__content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(28, 50, 64, 0.2);
}

.header__logo {
    font-size: 18px;
    font-weight: 600;
}

.header__btn,
.header__burger span {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.header__btn {
    padding: 10px;
    color: #1c3240;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    min-width: 108px;
}

.header__btn:hover {
    color: #f97740;
    border-color: #f97740;
}

.header__burger {
    width: 25px;
    height: 19px;
    background: 0 0;
    border: 0;
    padding: 0;
    position: relative;
    cursor: pointer;
    z-index: 1000;
}

.header__burger span {
    position: absolute;
    height: 3px;
    background: #1c3d3d;
    left: 0;
    right: 0;
    margin-left: auto;
    pointer-events: none;
}

.header__burger span:hover {
    background: #f97740;
}

.header__burger span:nth-child(1) {
    top: 0;
    width: 100%;
}

.header__burger span:nth-child(2) {
    top: 8px;
    width: 70%;
}

.header__burger span:nth-child(3) {
    bottom: 0;
    width: 100%;
}

.header__burger:hover span {
    background: #f97740;
}

.header__menu,
.header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.header__menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 230px;
    max-height: 580px;
    height: 100%;
    background: #203b4a;
    padding: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 32px;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
    z-index: 200;
}

.header__nav {
    gap: 20px;
}

.header__link {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    text-transform: uppercase;
    position: relative;
    transition: 0.3s;
}

.header__link:hover {
    color: #f97740;
}

.header__overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 150;
}

.header.menu-open .header__menu {
    right: 0;
}

.header.menu-open .header__burger {
    width: 19px;
    height: 18px;
}

.header.menu-open .header__nav {
    gap: 30px;
    text-align: center;
}

.header.menu-open .header__btn {
    border-color: #fff;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin: 0 auto;
}

.header.menu-open .header__btn:hover {
    background-color: #f97740;
    border-color: #f97740;
}

.header.menu-open .header__overlay {
    opacity: 1;
    visibility: visible;
}

.header.menu-open .header__burger span {
    background: #fff;
    z-index: 250;
    height: 2px;
}

.header.menu-open .header__burger span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header.menu-open .header__burger span:nth-child(2) {
    opacity: 0;
}

.header.menu-open .header__burger span:nth-child(3) {
    bottom: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

body.lock {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    overflow-y: hidden !important;
}

.promo {
    overflow: hidden;
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
    background: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(0.44%, #cae9e8),
            color-stop(50.4%, #defefd),
            color-stop(99.4%, #cae9e8)
    );
    background: linear-gradient(
            90deg,
            #cae9e8 0.44%,
            #defefd 50.4%,
            #cae9e8 99.4%
    );
}

.promo__title {
    font-size: 32px;
    line-height: 1.1;
    font-weight: 700;
    font-family: "Raleway", Arial, Helvetica, sans-serif;
}

.promo__subtitle {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 20px;
}

.promo__desk {
    line-height: 1.5;
    font-size: 16px;
    margin-bottom: 35px;
}

.promo__image {
    position: absolute;
    bottom: -13px;
    left: 58%;
    width: 263px;
    -webkit-transform: translateX(-30%) rotate(5.937deg);
    transform: translateX(-30%) rotate(5.937deg);
    z-index: 10;
}

.promo .promo__list-btns {
    display: none;
}

.promo__item-btn:hover .label::after,
.promo__item-btn:hover .label::before {
    background-color: #f97740;
}

.promo__item-btn--1 {
    background: #f97740;
    top: 80px;
    left: -60px;
}

.promo__item-btn--2 {
    background: #8fbebb;
    top: 100px;
    right: 6px;
}

.promo__item-btn--3 {
    background: #1c3240;
    bottom: 250px;
    right: -2px;
}

.promo__item-btn span.label,
.promo__order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.promo__item-btn span.label {
    position: absolute;
    width: 24px;
    border-radius: 50%;
    height: 24px;
    background-color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.promo__item-btn span.label--1 {
    right: -12px;
    bottom: -21px;
}

.promo__item-btn span.label--2 {
    left: -12px;
    bottom: -21px;
}

.promo__item-btn span.label--3 {
    top: -21px;
    left: -12px;
}

.promo__item-btn span.label::after,
.promo__item-btn span.label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 10px;
    height: 2px;
    background-color: #1c3240;
}

.promo__item-btn span.label::before {
    width: 2px;
    height: 10px;
}

.promo__order {
    position: relative;
    z-index: 30;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    background-color: #fefefe;
    padding: 15px 20px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0 auto;
    gap: 15px;
    border-radius: 100px;
    -webkit-box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.2);
}

.promo__btn {
    border-color: #1c3240;
    padding: 12px;
}

.promo .mobile-list__item,
.promo__mobile-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.promo__mobile-list {
    width: 48%;
    max-width: 175px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 35px;
    list-style: none;
    padding: 0 15px 0 0;
}

.promo .mobile-list__item {
    gap: 10px;
}

.promo .mobile-list__item p {
    font-size: 15px;
    line-height: 1.2;
    color: #333;
    margin: 0;
}

.promo .dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.15);
}

.ingredients__btn:hover span::after,
.ingredients__btn:hover span::before,
.promo .dot--orange {
    background-color: #f97740;
}

.promo .dot--teal {
    background-color: #8fbebb;
}

.promo .dot--dark {
    background-color: #1c3240;
}

.promo__footer {
    display: none;
}

.promo__footer-box {
    gap: 10px;
}

.promo__footer-box,
.promo__footer-costimers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.promo__footer-costimers img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #dad9d9;
    margin-right: -10px;
    -o-object-fit: cover;
    object-fit: cover;
}

.promo__footer-text {
    font-size: 14px;
    max-width: 165px;
    line-height: 1.2;
    font-weight: 500;
    color: #333;
    margin-left: 10px;
}

.promo__footer-raiting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 5px 10px;
    height: 25px;
    border-radius: 50px;
    border: 1px solid #1c3240;
}

.promo__footer-raiting img {
    width: 18px;
    height: 18px;
}

.promo__footer-raiting:last-child {
    color: #555;
    font-weight: 400;
}

.hotspot {
    display: none;
}

.hotspot-component img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: 1s;
    transition: 1s;
}

.hotspot-text {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
    -webkit-transition: 1s;
    transition: 1s;
}

.sugar {

    background-color: #fdb34d;
    padding-bottom: 0;
}

.sugar__subtitle,
.sugar__title {
    margin-bottom: 20px;
}

.sugar__list {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: disc;
    gap: 12px;
    margin-bottom: 15px;
    padding-left: 18px;
}

.sugar__image {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
}

.sugar__order {
    display: none;
}

.sugar__order-product {
    max-width: 45px;
    width: 100%;
}

.sugar__order-product img {
    display: block;
    width: 100%;
}

.workflow {
    background: #fff;
}

.workflow__subtitle,
.workflow__title {
    margin-bottom: 20px;
}

.workflow__box,
.workflow__list {
    margin-bottom: 15px;
}

.workflow__item {
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 300;
}

.workflow__item:not(:last-child) {
    border-bottom: 1px solid rgba(28, 50, 64, 0.2);
}

.workflow__item:first-child {
    padding-top: 0;
}

.workflow__item:last-child {
    padding-bottom: 0;
}

.workflow__item-icon {
    width: 74px;
}

.workflow__item-text {
    color: #000;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 300;
}

.workflow__product {
    max-width: 220px;
    margin: 0 auto 10px;
}

.workflow__usage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
}

.workflow__usage-box {
    border-radius: 40px;
    border: 1px solid #1c3240;
    padding: 7px 15px;
    font-size: 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.analytics {
    background: radial-gradient(50% 50% at 50% 50%, #fbfbfe 0, #edf5f8 100%);
}

.analytics__title {
    text-align: center;
    margin-bottom: 15px;
}

.analytics__subtitle {
    margin-bottom: 25px;
    text-align: center;
}

.analytics-content {
    min-height: 579px;
}

.analytics-result,
.analytics-setting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 579px;
}

.analytics-result {
    display: none;
}

.analytics-package {
    border-radius: 15px;
    background: #fff;
    -webkit-box-shadow: 3.264px 3.264px 16.321px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 3.264px 3.264px 16.321px 0 rgba(0, 0, 0, 0.2);
    padding: 15px 15px 20px;
}

.analytics__title-small {
    color: #f97740;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
}

.analytics__subtitle-small {
    color: #1c3240;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 20px;
}

.analytics-setting__line {
    height: 8px;
    position: relative;
    margin-bottom: 15px;
    width: 100%;
    border-radius: 81.603px;
    background: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(0.44%, #cae9e8),
            color-stop(28.04%, #defefd),
            color-stop(56.58%, rgba(202, 233, 232, 0.75)),
            color-stop(99.4%, rgba(249, 119, 64, 0.5))
    );
    background: linear-gradient(
            90deg,
            #cae9e8 0.44%,
            #defefd 28.04%,
            rgba(202, 233, 232, 0.75) 56.58%,
            rgba(249, 119, 64, 0.5) 99.4%
    );
}

.analytics-point {
    background-color: #fdc080;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    border: 1px solid #f97740;
    cursor: -webkit-grab;
    cursor: grab;
}

.analytics-periods {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 22px;
}

.analytics-periods--2 {
    gap: 5px;
}

.analytics-periods__item {
    font-size: 12px;
    font-weight: 300;
    text-align: center;
}

.analytics-setting__state {
    font-size: 16px;
    min-height: 42px;
}

.analytics-setting__state-value {
    font-weight: 500;
}

.analytics-setting-separete {
    background: rgba(28, 50, 64, 0.2);
    height: 1px;
    margin: 38px 0 46px;
}

.analytics-setting__btn {
    color: #fefefe;
    font-size: 14px;
    font-weight: 500;
    border-radius: 50px;
    background: #1c3240;
    -webkit-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.25);
    max-width: 130px;
    text-align: center;
    padding: 12px 10px;
    margin: 20px auto 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.analytics-setting__btn:hover {
    background-color: #f97740;
    border-color: #f97740;
}

.analytics-result__title-small {
    margin-bottom: 25px;
}

.analytics-graph {
    margin-bottom: 0;
    margin-top: -18px;
    z-index: 0;
    position: relative;
}

.analytics-graph .line-svg {
    width: calc(100% + 30px);
    position: relative;
    z-index: 20;
    display: block;
    left: -18px;
    height: 240px;
}

.analytics-graph__container {
    padding: 18px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.analytics-graph--svg-2 {
    display: none;
}

.analytics-graph__bg,
.analytics-graph__decor {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.analytics-graph__bg {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.analytics-graph__bg svg {
    width: 100%;
    height: 100%;
}

.analytics-graph__decor {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-left: 1px solid rgba(28, 50, 64, 0.2);
}

.analytics-graph__decor-item {
    height: 1px;
    width: 100%;
    background-image: linear-gradient(
            to right,
            rgba(28, 50, 64, 0.15) 4px,
            transparent 2px
    );
    background-size: 8px 2px;
    background-repeat: repeat-x;
}

.analytics-graph__decor-item--hide {
    background: rgba(28, 50, 64, 0.2);
}

.analytics-graph__fine {
    position: absolute;
    left: 10%;
    bottom: 10%;
    color: #3d7a68;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}

.analytics-result__box-btn,
.analytics-result__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}

.analytics-result__info {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    margin-bottom: 25px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.analytics-result__box-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.analytics-result__pack {
    width: 60px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.analytics-result__title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}

.analytics-result__text {
    font-size: 15px;
    line-height: 1.3;
}

.analytics-result__order {
    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;
}

.analytics-result__reviews,
.ingredients__item p {
    display: none;
}

.analytics-result__reviews div {
    border-radius: 50px;
    border: 1px solid #1c3240;
    padding: 3px 10px;
    font-size: 14px;
}

.analytics-result__quality {
    padding-left: 30px !important;
    background: url(../img/star.svg) no-repeat 10px 45%;
}

.analytics-point--setting1,
.analytics-point--setting2 {
    -ms-touch-action: none;
    touch-action: none;
}

.analytics-content {
    position: relative;
}

.ingredients {
    background: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(0.44%, #cae9e8),
            color-stop(50.4%, #defefd),
            color-stop(99.4%, #cae9e8)
    );
    background: linear-gradient(
            90deg,
            #cae9e8 0.44%,
            #defefd 50.4%,
            #cae9e8 99.4%
    );
}

.ingredients__title {
    width: 100%;
    margin-bottom: 32px;
    padding-top: 5px;
}

.ingredients__wrap {
    position: relative;
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
}

.ingredients__product {
    width: 85px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
}

.ingredients__product img {
    width: 100%;
    display: block;
}

.ingredients__btn span,
.ingredients__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ingredients__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 27px;
    width: 100%;
    max-width: 112px;
    padding-bottom: 18px;
}

.ingredients__left {
    position: relative;
    min-height: 325px;
}

.ingredients__btn {
    border-radius: 50px;

    border: 3px solid #fefefe;
    -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.15);
    color: #fefefe;
    padding: 8px 12px;
    font-size: 13px;
    line-height: 1.1;
    z-index: 2;
    -webkit-transition: 1s;
    transition: 1s;
    width: 100%;
    position: relative;
}

.ingredients__btn span {
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #fefefe;
    -webkit-filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.25));
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: -15px;
    bottom: -18px;
}

.ingredients__btn span::after,
.ingredients__btn span::before {
    content: "";
    position: absolute;
    background-color: #1c3240;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ingredients__btn span::after {
    width: 10px;
    height: 2px;
}

.ingredients__btn span::before,
.ingredients__icon::before {
    width: 2px;
    height: 10px;
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.ingredients__btn[data-id="1"] {
    background-color: #ff7a45;
}

.ingredients__btn[data-id="2"] {
    background-color: #1a2a2e;
}

.ingredients__btn[data-id="3"] {
    background-color: #8fbebb;
}

.ingredients__btn[data-id="4"] {
    background-color: #e3aa6f;
}

.ingredients__btn[data-id="5"] {
    background-color: #6f8a9a;
}

.ingredients__display {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    gap: 10px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 52%;
    height: 55%;
}

.ingredients__display,
.ingredients__display-box,
.ingredients__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ingredients__icon {
    width: 80px;
    height: 80px;
    padding: 10px;
    border: 1px solid #1c3240;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ingredients__icon::before {
    content: "";
    position: absolute;
    top: -3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 4px;
    height: 4px;
    background: #1c3240;
    border-radius: 50%;
    opacity: 0;
    z-index: 20;
}

.ingredients__icon::after {
    content: "";
    position: absolute;
    inset: 10px;
    background: #c4e9e5;
    border-radius: 50%;
    z-index: 0;
}

.ingredients__icon,
.ingredients__icon img {
    position: relative;
    z-index: 2;
}

.ingredients__display-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
}

.ingredients__display-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}

.ingredients__data,
.ingredients__text {
    display: none;
}

.ingredients__content.active1 #ingbtn1::before,
.ingredients__content.active2 #ingbtn2::before,
.ingredients__content.active3 #ingbtn3::before,
.ingredients__content.active4 #ingbtn4::before,
.ingredients__content.active5 #ingbtn5::before {
    opacity: 0;
}

.ingredients__content.active1 .ingredients__icon::before {
    opacity: 1;
    top: -2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.ingredients__content.active2 .ingredients__display {
    bottom: 10px;
}

.ingredients__content.active3 .ingredients__display {
    bottom: -51px;
}

.ingredients__content.active4 .ingredients__display {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    bottom: 61px;
}

.ingredients__content.active4 .ingredients__display,
.ingredients__content.active4 .ingredients__display-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.ingredients__content.active2 .ingredients__icon::before,
.ingredients__content.active3 .ingredients__icon::before,
.ingredients__content.active4 .ingredients__icon::before,
.ingredients__content.active5 .ingredients__icon::before {
    opacity: 1;
    top: 50%;
    left: -2px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ingredients__content.active5 .ingredients__display {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    bottom: -1px;
}

.ingredients__content.active5 .ingredients__display,
.ingredients__content.active5 .ingredients__display-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.reviews {
    background: radial-gradient(50% 50% at 50% 50%, #fbfbfe 0, #edf5f8 100%);
}

.reviews__title {
    margin-bottom: 20px;
    text-align: center;
}

.reviews__wrap {
    max-width: 1015px;
    width: 100%;
    margin: 0 auto;
}

.reviews__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.reviews__images img {
    max-width: 200px;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.rating {
    border-radius: 10px;
    background: #fff;
    padding: 15px;
    margin-bottom: 30px;
    -webkit-box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.2);
}

.rating__block--gride .rating__item .number {
    font-size: 12px;
}

.rating__title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

.rating__item,
.rating__star {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.rating__item {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-bottom: 15px;
    position: relative;
}

.rating__star {
    font-size: 12px;
    font-weight: 300;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    min-width: 35px;
    margin-right: 3px;
}

.rating__star img {
    width: 16px;
}

.rating__item:last-child {
    margin-bottom: 0;
}

.rating__block:first-child {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #222d5333;
}

.rating__line {
    position: relative;
    min-width: 170px;
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
    height: 10px;
    background-color: #e9e9e9;
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
}

.rating__line::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100%;
    background: #6ec1c0;
    width: 0;
}

.rating__line--five::before {
    width: 91%;
}

.rating__line--four::before {
    width: 15%;
}

.rating__line--three::before {
    width: 3%;
}

.rating__line--one::before {
    width: 1%;
}

.main-reviews .star--comment img,
.rating .star--rating img {
    height: 17px;
}

.rating .star--rating {
    width: 90%;
}

.rating__number {
    font-size: 12px;
    font-weight: 300;
    width: 15px;
    text-align: right;
}

.rating__title-item {
    font-size: 12px;
    font-weight: 300;
    min-width: 72px;
}

.line-gride {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 130px;
    gap: 2px;
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
}

.line-gride__item {
    position: relative;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    background-color: #e9e9e9;
    min-width: 23px;
    height: 10px;
}

.line-gride__item::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100%;
    background: #6ec1c0;
}

.line-gride__item--last::before {
    width: 86%;
}

.line-gride__item--prise::before {
    width: 68%;
}

.main-reviews {
    margin-bottom: 22px;
    padding-bottom: 0;
    border-bottom: 1px solid #b9b9b9;
}

.main-reviews .name-box,
.main-reviews__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.main-reviews__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin-bottom: 15px;
}

.main-reviews__body {
    margin-bottom: 35px;
}

.main-reviews__text {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 300;
    margin-bottom: 20px;
}

.main-reviews__text--live {
    margin-bottom: 15px;
}

.main-reviews .name-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
}

.main-reviews .name {
    font-size: 16px;
    font-weight: 500;
}

.main-reviews .date {
    font-size: 16px;
    font-weight: 300;
}

.main-reviews__section {
    display: none;
}

.main-reviews__yes {
    font-size: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    position: relative;
    display: none;
    height: 31px;
}

.main-reviews__yes::before {
    content: "";
    background-image: url(../img/check.png);
    background-color: #1c3240;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 17px;
    flex: 0 0 17px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-size: 11px 11px;
    background-repeat: no-repeat;
    background-position: center;
}

.healthy,
.healthy__btns,
.main-reviews__yes.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.healthy {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    gap: 15px;
}

.healthy__btns {
    gap: 10px;
}

.healthy__title,
.promo-end .mobile-list__item p {
    font-size: 16px;
}

.healthy__button,
.healthy__number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.healthy__button {
    font-size: 14px;
    border: 0.815px solid #e3e3e3;
    background: #fff;
    cursor: pointer;
    font-weight: 500;
    padding: 5px 8px;
    line-height: 1.2;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.healthy__button:hover {
    background: #f8f6f6;
}

.healthy__number {
    position: relative;
}

.healthy__number::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #e3e3e3;
}

.button-all {
    font-size: 14px;
    text-decoration: underline;
    position: relative;
    padding-right: 27px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.button-all:hover {
    color: #f97740;
    text-decoration: none;
}

.button-all::after {
    content: "";
    position: absolute;
    right: 0;
    top: 60%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: url(../img/arrow.svg) no-repeat center;
    background-size: contain;
}

.button-all:hover::after {
    -webkit-filter: invert(60%) sepia(80%) saturate(500%) hue-rotate(340deg);
    filter: invert(60%) sepia(80%) saturate(500%) hue-rotate(340deg);
}

.button-all--remove::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.healthy__button[data-type="no"].is-clicked {
    background-color: #eeecec;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.button-all--remove,
.promo-end .promo__footer .box-costimers {
    display: none;
}

.main-reviews__item {
    -webkit-animation: fadeIn 0.4s ease-in-out;
    animation: fadeIn 0.4s ease-in-out;
}

.promo-end {
    padding-bottom: 0;
}

.promo-end .promo__footer {
    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;
    z-index: 20;
    position: relative;
}

.promo-end .promo__desk {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.35;
    margin-bottom: 30px;
}

.promo-end .promo__title {
    margin-bottom: 15px;
}

.promo-end .promo__subtitle {
    line-height: 1.2;
}

.promo-end .promo__mobile-list {
    margin-bottom: 30px;
}

.promo-end .promo-end__list-btns {
    display: none;
}

.promo-end .promo__price-new {
    font-size: 25px;
}

.promo-end .promo__image {
    bottom: 165px;
    width: 250px;
    -webkit-transform: translateX(-27%) rotate(0.937deg);
    transform: translateX(-27%) rotate(0.937deg);
}

.footer {
    padding-top: 25px;
    background: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(0.44%, #cae9e8),
            color-stop(50.4%, #defefd),
            color-stop(99.4%, #cae9e8)
    );
    background: linear-gradient(
            90deg,
            #cae9e8 0.44%,
            #defefd 50.4%,
            #cae9e8 99.4%
    );
}

.footer__text {
    font-size: 12px;
    line-height: 1;
    font-weight: 300;
    text-align: center;
    color: #222d53;
    margin-bottom: 10px;
}

.popup__content {
    padding: 20px 15px 25px;
    background: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(0.44%, #cae9e8),
            color-stop(50.4%, #defefd),
            color-stop(99.4%, #cae9e8)
    );
    background: linear-gradient(
            90deg,
            #cae9e8 0.44%,
            #defefd 50.4%,
            #cae9e8 99.4%
    );
    border-radius: 10px;
    width: 290px;
}

.popup__subtitle,
.popup__title {

    font-weight: 700;
    font-family: "Raleway", Arial, Helvetica, sans-serif;

}

.popup__title {
    font-size: 25px;
    line-height: 1;

    margin-bottom: 10px;
}

.popup__subtitle {
    font-size: 23px;
    text-align: right;
    margin-bottom: 15px;
    line-height: 1;
}

.popup__form-wrap {
    border-radius: 20px;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.25);
    -webkit-box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.2);
    z-index: 20;
    position: relative;
    padding: 20px 15px;
    max-width: 100%;
    width: 100%;
}

.popup__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.popup__product {
    max-width: 75px;
    width: 100%;
}

.popup__btn {
    font-size: 14px;
    padding: 12px !important;
}

.popup__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    gap: 20px;
}

.popup__inputs {
    margin-bottom: 15px;
}

.popup__box .price-new {
    font-size: 40px;
}

.ever-popup__close {
    width: 20px !important;
    height: 20px !important;
    top: 55px !important;
    right: 20px !important;
}

@media (max-width: 639.9px) {
    .ever-popup__close {
        top: 40px !important;
        right: 15px !important;
    }
}

.ever-popup__close:after,
.ever-popup__close:before {
    right: 0;
    top: 10px;
    width: 20px !important;
    height: 2px !important;
    background: #1c3240 !important;
    -webkit-transition: all 1s;
    transition: all 1s;
}

@media screen and (min-width: 375px) {
    .promo__desk {
        margin-bottom: 35px;
    }

    .promo__image {
        left: 55%;
        bottom: -15px;
    }

    .promo__mobile-list {
        margin-bottom: 40px;
        /* width: 100%;
  max-width: 190px; */
    }

    .promo__image {
        width: 285px;
    }

    .promo__mobile-list {
        margin-bottom: 35px;
    }

    .promo .mobile-list__item p {
        font-size: 16px;
        line-height: 1.3;
    }
}

@media screen and (min-width: 425px) {
    .promo__desk {
        margin-bottom: 40px;
    }

    .promo__image {

        bottom: -25px;
    }

    .promo__image {
        width: 300px;
    }

    .promo-end .promo__desk,
    .promo-end .promo__mobile-list,
    .promo__mobile-list {
        margin-bottom: 40px;
    }

    .promo-end .promo__image {
        width: 270px;
        bottom: 165px;
        -webkit-transform: translateX(-27%) rotate(4.937deg);
        transform: translateX(-27%) rotate(4.937deg);
    }
}

@media screen and (min-width: 480px) {
    .container {
        width: 480px;
    }

    .title {
        font-size: 30px;
    }

    .price-new {
        font-size: 32px;
    }

    .promo {
        padding-bottom: 30px;
        padding-top: 25px;
    }

    .promo__title {
        font-size: 37px;
    }

    .promo__subtitle {
        font-size: 25px;
        margin-bottom: 25px;
    }

    .promo__desk {
        max-width: 365px;
        margin-bottom: 45px;
    }

    .promo__image {
        -webkit-transform: translateX(-15%) rotate(5.937deg);
        transform: translateX(-15%) rotate(5.937deg);
        left: 50%;
        bottom: -25px;
    }

    .promo__btn {
        padding: 12px 18px;
    }

    .promo__mobile-list {
        max-width: 210px;
        margin-bottom: 45px;
        gap: 22px;
    }

    .promo .mobile-list__item {
        gap: 15px;
    }

    .promo .dot {
        width: 16px;
        height: 16px;
    }

    .workflow__usage {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .ingredients__wrap {
        max-width: 380px;
    }

    .ingredients__product {
        width: 100px;
    }

    .ingredients__buttons {
        max-width: 120px;
    }

    .ingredients__left {
        min-height: 335px;
    }

    .popup__title {
        font-size: 27px;
    }

    .ingredients__btn {
        font-size: 14px;
        left: 0;
        -webkit-transition: 1s;
        transition: 1s;
    }

    .ingredients__icon {
        width: 90px;
        height: 90px;
    }

    .ingredients__display-title,
    .rating__title {
        font-size: 15px;
    }

    .ingredients__content.active1 .ingredients__btn[data-id="1"],
    .ingredients__content.active2 .ingredients__btn[data-id="2"],
    .ingredients__content.active3 .ingredients__btn[data-id="3"],
    .ingredients__content.active4 .ingredients__btn[data-id="4"],
    .ingredients__content.active5 .ingredients__btn[data-id="5"] {
        left: 20px;
    }

    .ingredients__content.active2 .ingredients__display {
        bottom: 14px;
    }

    .ingredients__content.active3 .ingredients__display {
        bottom: -49px;
    }

    .ingredients__content.active4 .ingredients__display {
        bottom: 62px;
    }

    .rating__block--gride .rating__item .number {
        font-size: 14px;
        font-weight: 300;
    }

    .rating__item {
        gap: 12px;
    }

    .rating__number,
    .rating__star {
        font-size: 14px;
    }

    .rating .star--rating img {
        height: 18px;
    }

    .rating__title-item {
        font-size: 14px;
        min-width: 85px;
    }

    .main-reviews__top {
        margin-bottom: 20px;
        line-height: 1;
    }

    .main-reviews .name-box {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 10px;
    }

    .main-reviews .name {
        position: relative;
        padding-right: 13px;
    }

    .main-reviews .name::after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: #c4c4c4;
        z-index: 10;
        display: block;
    }

    .promo-end {
        padding-bottom: 0;
    }

    .promo-end .promo__desk {
        max-width: 240px;
    }

    .promo-end .promo__mobile-list {
        max-width: 200px;
    }

    .promo-end .promo__price-new {
        font-size: 30px;
    }

    .promo-end .promo__image {
        width: 310px;
        -webkit-transform: translateX(-15%) rotate(5.937deg);
        transform: translateX(-15%) rotate(5.937deg);
        bottom: 170px;
    }

    .footer__text {
        font-size: 14px;
    }
}

@media screen and (min-width: 640px) {
    .container {
        width: 640px;
    }

    .title {
        font-size: 35px;
    }

    .subtitle {
        font-size: 18px;
    }

    .price-new {
        font-size: 35px;
    }

    .promo__form-wrap {
        max-width: 350px;
    }

    .header {
        padding: 20px 0 0;
    }

    .header__content {
        padding-bottom: 20px;
    }

    .promo__title {
        font-size: 50px;
    }

    .promo__subtitle {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .promo__image {
        width: 330px;
        -webkit-transform: translateX(-9%) rotate(5.937deg);
        transform: translateX(-9%) rotate(5.937deg);
    }

    .promo__mobile-list {
        width: 50%;
        max-width: 100%;
        gap: 25px;
    }

    .promo .dot {
        width: 17px;
        height: 17px;
    }

    .sugar__content {
        position: relative;
    }

    .sugar__title {
        margin-bottom: 25px;
    }

    .sugar__subtitle {
        width: 55%;
    }

    .sugar__list {
        font-size: 16px;
        width: 59%;
        padding-bottom: 30px;
        margin-bottom: 0;
        gap: 15px;
    }

    .sugar__image {
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .workflow__subtitle {
        margin-bottom: 25px;
    }

    .workflow__box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        margin-bottom: 30px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .workflow__list {
        max-width: 55%;
        margin-bottom: 0;
    }

    .workflow__item {
        padding: 20px 0;
    }

    .workflow__product {
        max-width: 240px;
        margin-bottom: 0;
    }

    .analytics__title-small {
        font-size: 18px;
    }

    .analytics-result__text,
    .analytics__subtitle-small {
        font-size: 16px;
    }

    .ingredients__title .br2 {
        display: none;
    }

    .ingredients__title {
        margin-bottom: 40px;
    }

    .ingredients__wrap {
        max-width: 100%;
    }

    .ingredients__product {
        right: 100px;
    }

    .ingredients__left {
        min-height: 335px;
    }

    .ingredients__display {
        width: 70%;
    }

    .ingredients__display-box {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 15px;
    }

    .ingredients__display-title {
        font-size: 16px;
    }

    .ingredients__text {
        display: block;
        font-size: 16px;
        line-height: 1.4;
    }

    .ingredients__content.active2 .ingredients__display {
        bottom: 23px;
    }

    .ingredients__content.active3 .ingredients__display {
        bottom: -40px;
    }

    .ingredients__content.active4 .ingredients__display {
        bottom: 62px;
    }

    .ingredients__content.active4 .ingredients__display-box,
    .ingredients__content.active5 .ingredients__display-box {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .reviews__title {
        margin-bottom: 25px;
    }

    .rating {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 20px;
        margin-bottom: 35px;
        gap: 20px;
    }

    .rating__block {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 43%;
        flex: 0 0 43%;
    }

    .rating__block--gride {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .rating__block--gride .rating__item .number,
    .rating__number,
    .rating__star,
    .rating__title-item {
        font-size: 15px;
    }

    .rating__block:first-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .rating .star--rating img {
        height: 20px;
    }

    .main-reviews__top {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        gap: 25px;
    }

    .main-reviews__body,
    .main-reviews__section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .main-reviews__body {
        margin-bottom: 40px;
        gap: 15px;
    }

    .main-reviews__section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
    }

    .main-reviews__title-section {
        font-size: 15px;
        font-weight: 300;
        margin-top: 5px;
    }

    .button-all,
    .healthy__button {
        font-size: 16px;
    }

    .button-all::after {
        width: 14px;
    }

    .promo-end {
        padding-bottom: 0;
    }

    .promo-end .promo__footer {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .promo-end .promo__footer .box-costimers {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .promo-end .promo__desk {
        font-size: 18px;
        line-height: 1.4;
        max-width: 340px;
    }

    .promo-end .promo__mobile-list {
        max-width: 100%;
        gap: 30px;
    }

    .promo-end .promo__image {
        width: 340px;
        -webkit-transform: translateX(-2%) rotate(5.937deg);
        transform: translateX(-2%) rotate(5.937deg);
        bottom: 140px;
    }

    .popup__content {
        width: 584px;
        padding: 50px 35px 35px;
        border-radius: 40px;
    }

    .popup__title {
        margin-bottom: 10px;
        line-height: 0.9;
    }

    .popup__subtitle {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .popup__form-wrap {
        padding: 30px 25px;
        position: relative;
    }

    .popup__inputs {
        margin-bottom: 25px;
    }

    .popup__form {
        max-width: 330px;
        width: 100%;
        margin-left: auto;
    }

    .popup__product {
        position: absolute;
        max-width: 115px;
        bottom: 15px;
        left: 25px;
    }

    .popup__btn {
        font-size: 16px;
        padding: 15px 25px !important;
    }

    .popup__box {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .container {
        width: 768px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .title {
        font-size: 40px;
    }

    .subtitle {
        font-size: 20px;
    }

    .promo__form-wrap {
        margin: 0;
        border-radius: 20px;
        border: 1px solid #fff;
        background: rgba(255, 255, 255, 0.25);
        padding: 20px 15px;
        max-width: 300px;
    }

    .block {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .header {
        padding: 25px 0 0;
    }

    .promo__title {
        font-size: 60px;
    }

    .promo__subtitle {
        font-size: 30px;
        margin-bottom: 35px;
    }

    .promo__desk {
        font-size: 18px;
        line-height: 1.4;
        max-width: 425px;
    }

    .promo__image {
        width: 390px;
    }

    .promo__mobile-list {
        width: 50%;
        max-width: 300px;
        gap: 25px;
    }

    .promo .dot {
        width: 18px;
        height: 18px;
    }

    .hotspot-text {
        font-size: 16px;
        line-height: 1.4;
    }

    .popup__title {
        font-size: 30px;
    }

    .sugar {
        padding-bottom: 0;
    }

    .sugar__title {
        margin-bottom: 30px;
    }

    .sugar__subtitle {
        margin-bottom: 28px;
    }

    .sugar__list {
        font-size: 18px;
        padding-bottom: 40px;
        margin-bottom: 0;
    }

    .sugar__image {
        max-width: 320px;
    }

    .workflow__subtitle {
        margin-bottom: 30px;
    }

    .workflow__usage {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        position: relative;
        z-index: 5;
    }

    .analytics__subtitle {
        margin-bottom: 30px;
    }

    .analytics-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
        min-height: 512px;
    }

    .analytics-result,
    .analytics-setting {
        min-height: auto;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .analytics-setting {
        width: 40%;
        -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;
    }

    .analytics-result {
        width: 60%;
    }

    .analytics-setting__btn {
        display: none;
    }

    .analytics-graph .line-svg {
        height: 220px;
    }

    .ingredients__title {
        margin-bottom: 45px;
    }

    .ingredients__wrap {
        max-width: 650px;
    }

    .ingredients__product {
        right: 100px;
        width: 110px;
    }

    .ingredients__left {
        min-height: 350px;
    }

    .ingredients__display {
        width: 73%;
        min-height: 280px;
    }

    .ingredients__icon {
        width: 100px;
        height: 100px;
    }

    .ingredients__display-title {
        font-size: 18px;
    }

    .ingredients__content.active2 .ingredients__display {
        bottom: 18px;
    }

    .ingredients__content.active3 .ingredients__display {
        bottom: -45px;
    }

    .ingredients__content.active4 .ingredients__display {
        bottom: 72px;
    }

    .ingredients__content.active5 .ingredients__display {
        bottom: 9px;
    }

    .reviews__title {
        margin-bottom: 30px;
    }

    .main-reviews .name-box,
    .reviews__images {
        gap: 15px;
    }

    .rating {
        padding: 25px;
        margin-bottom: 40px;
    }

    .rating__title {
        margin-bottom: 20px;
    }

    .rating__star img {
        width: 18px;
    }

    .main-reviews__top {
        margin-bottom: 25px;
    }

    .main-reviews__body {
        margin-bottom: 45px;
        gap: 25px;
    }

    .main-reviews .name {
        font-size: 18px;
        padding-right: 18px;
    }

    .main-reviews .date,
    .main-reviews__text {
        font-size: 18px;
    }

    .main-reviews__title-section {
        font-size: 16px;
    }

    .main-reviews__yes {
        font-size: 18px;
        height: 31px;
        margin-bottom: 0;
    }

    .main-reviews__yes::before {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
        flex: 0 0 20px;
        width: 20px;
        height: 20px;
    }

    .healthy__title {
        font-size: 16px;
    }

    .promo-end .promo__desk {
        margin-bottom: 30px;
    }

    .promo-end .promo__title {
        text-align: center;
    }

    .promo-end .promo__subtitle {
        text-align: right;
        max-width: 35%;
        width: 100%;
        margin-left: auto;
        margin-bottom: -20px;
        font-size: 20px;
    }

    .promo-end .promo__mobile-list {
        display: none;
    }

    .promo-end .promo-end__list-btns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
    }

    .promo-end .promo-end__item-btn {
        border-radius: 50px;
        border: 3px solid #fefefe;
        -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.15);
        z-index: 30;
        color: #fefefe;
        padding: 8px 12px;
        font-size: 13px;
        line-height: 1;
        font-weight: 400;
    }

    .promo-end .promo-end__item-btn--1 {
        background: #f97740;
        max-width: 230px;
    }

    .promo-end .promo-end__item-btn--2 {
        background: #8fbebb;
    }

    .promo-end .promo-end__item-btn--3 {
        background: #1c3240;
    }

    .promo-end .promo__box-center {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 30px;
    }

    .promo-end .promo__image {
        bottom: -55px;
        -webkit-transform: translateX(-32%) rotate(5.937deg);
        transform: translateX(-31%) rotate(-1.063deg);
        width: 350px;
    }

    .footer {
        background: #fff;
    }

    .footer__text {
        font-size: 16px;
    }
}

@media screen and (min-width: 768px) {
    .header__burger {
        display: none;
    }

    .header.menu-open .header__nav,
    .header__menu,
    .header__nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .header__menu {
        position: static;
        height: auto;
        background: 0 0;
        padding: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 9px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }

    .header__content {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        gap: 25px;
        padding-bottom: 25px;
    }

    .header.menu-open .header__nav,
    .header__nav {
        gap: 30px;
    }

    .header__link:not(:last-child)::after {
        content: "";
        position: absolute;
        right: -17px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 5px;
        height: 5px;
        background: #1c3d3d;
        border-radius: 50%;
    }

    .header__link {
        color: #1c3d3d;
        font-size: 13px;
    }

    .header__overlay {
        display: none;
    }

    .header.menu-open .header__btn {
        color: #1c3240;
        border: 1px solid #1c3240;
    }

    .header__logo {
        font-size: 19px;
    }

    .header .container {
        width: 768px;
    }

    .header__content {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        gap: 25px;
        padding-bottom: 25px;
    }

}

@media screen and (min-width: 1024px) {


    .header__link {

        font-size: 14px;
    }

    .sugar__list {
        width: 48%;
    }

    .header.menu-open .header__nav,
    .header__nav {
        gap: 38px;
    }

    .container,
    .header .container {
        width: 1024px;
    }

    .title {
        font-size: 45px;
    }

    .header__logo {
        font-size: 20px;
    }

    .subtitle {
        font-size: 22px;
    }

    .btn-dark {
        font-size: 16px;
        padding: 15px 25px;
    }

    .price-new {
        font-size: 38px;
    }

    .promo-end .promo-end__item-btn--1 {
        max-width: 100%;
    }

    .promo-end .promo__subtitle {
        max-width: 40%;
    }

    .promo__form-wrap {
        padding: 25px 20px;
        max-width: 340px;
    }

    .block {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .header__content::after {
        display: none;
    }

    .header__content {
        gap: 70px;
    }

    .header.menu-open .header__nav,
    .header__nav {
        gap: 58px;
    }

    .header__link:not(:last-child)::after {
        right: -33px;
    }

    .popup__title {
        font-size: 38px;
    }

    .promo__subtitle,
    .promo__title {
        -webkit-transition: 1s;
        transition: 1s;
        position: relative;
    }

    .promo__title {
        font-size: 70px;
        text-align: center;
        margin-bottom: 20px;
        left: 0;
    }

    .promo__subtitle {
        font-size: 35px;
        text-align: right;
        margin-bottom: 100px;
        right: 0;
    }

    .promo__desk {
        margin-bottom: 25px;
        max-width: 340px;
        position: relative;
        top: 0;
        min-height: 130px;
    }

    .promo__desk,
    .promo__image,
    .promo__visual {
        -webkit-transition: 1s;
        transition: 1s;
    }

    .promo__image {
        width: 100%;
        max-width: 540px;
        position: static;
        -webkit-transform: rotate(-0.063deg);
        transform: rotate(-0.063deg);
    }

    .promo__visual {
        position: absolute;
        bottom: -85px;
        left: 50%;
        -webkit-transform: translateX(-55%);
        transform: translateX(-55%);
        max-width: 410px;
        z-index: 5;
    }

    .promo .promo__list-btns {
        display: block;
    }

    .promo__item-btn {
        position: absolute;
        border-radius: 50px;
        border: 3px solid #fefefe;
        -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.15);
        color: #fefefe;
        padding: 8px 12px;
        font-size: 13px;
        line-height: 1;
        z-index: 2;
    }

    .promo__item-btn,
    .promo__item-btn--1,
    .promo__order {
        -webkit-transition: 1s;
        transition: 1s;
    }

    .promo__order {
        background-color: inherit;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-left: 0;
        padding: 0;
        margin-bottom: 50px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        gap: 25px;
    }

    .promo.active3 .hotspot-component-1,
    .promo.active3 .hotspot-component-2,
    .promo.active3 .hotspot-text-1,
    .promo.active3 .hotspot-text-2,
    .promo__mobile-list {
        display: none;
    }

    .promo__footer {
        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;
    }

    .promo__content {
        position: relative;
        min-height: 564px;
    }

    .hotspot,
    .hotspot-component {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        -webkit-transition: 1s;
        transition: 1s;
    }

    .hotspot {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        gap: 10px;
        width: 280px;
        min-height: 160px;
        z-index: 1;
    }

    .hotspot-component {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100px;
        height: 100px;
        padding: 15px;
        border: 1px solid #1c3240;
        border-radius: 50%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        z-index: 5;
    }

    .hotspot-component::after,
    .hotspot-component::before {
        position: absolute;
        content: "";
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: #1c3240;
        -webkit-transition: 1s;
        transition: 1s;
    }

    .hotspot-component::after {
        left: -2px;
        width: 4px;
        height: 4px;
        border-radius: 50%;
    }

    .hotspot-component::before {
        left: -33px;
        width: 33px;
        height: 1px;
    }

    .hotspot-component,
    .promo.active3 .hotspot-component-3,
    .promo.active3 .hotspot-text-3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .promo.active3 .hotspot {
        position: absolute;
        right: -2px;
        bottom: 104px;
    }

    .promo.active1 span.label--1::before,
    .promo.active2 span.label--2::before,
    .promo.active3 span.label--3::before {
        opacity: 0;
    }

    .promo.active3 .promo__desk {
        top: 0;
    }

    .promo.active3 .promo__title {
        left: 0;
    }

    .promo.active3 .promo__subtitle {
        right: 0;
    }

    .promo.active3 .promo__image {
        -webkit-transform: rotate(-0.063deg);
        transform: rotate(-0.063deg);
    }

    .promo.active3 .promo__item-btn--1 {
        top: 58px;
    }

    .promo.active2 .hotspot-component-1,
    .promo.active2 .hotspot-component-3,
    .promo.active2 .hotspot-text-1,
    .promo.active2 .hotspot-text-3 {
        display: none;
    }

    .promo.active2 .hotspot-component-2,
    .promo.active2 .hotspot-text-2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .promo.active2 .hotspot {
        position: absolute;
        right: 13px;
        bottom: 195px;
    }

    .promo.active2 .hotspot-component::after {
        top: -2px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .promo.active2 .hotspot-component::before {
        top: -26px;
        -webkit-transform: none;
        transform: none;
        width: 98px;
        left: -49px;
    }

    .promo.active2 .line-top {
        position: absolute;
        width: 1px;
        height: 26px;
        background: #1c3240;
        top: -26px;
        z-index: 1;
    }

    .promo.active2 .promo__desk {
        top: 20px;
    }

    .promo.active2 .promo__title {
        position: relative;
        left: 0px;
    }

    .promo.active2 .promo__subtitle {
        position: relative;
        right: 30px;
    }

    .promo.active2 .promo__image {
        -webkit-transform: rotate(3.937deg);
        transform: rotate(3.937deg);
    }

    .promo.active1 .hotspot-component-1,
    .promo.active1 .hotspot-text-1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .promo.active1 .hotspot-component-2,
    .promo.active1 .hotspot-component-3,
    .promo.active1 .hotspot-text-2,
    .promo.active1 .hotspot-text-3 {
        display: none;
    }

    .promo.active1 .hotspot {
        -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: start;
        position: absolute;
        right: 653px;
        bottom: 270px;
        width: 320px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        min-height: 195px;
    }

    .promo.active1 .hotspot-component::after {
        left: 98%;
    }

    .promo.active1 .hotspot-component::before {
        left: 98%;
        width: 135px;
    }

    .promo.active1 .promo__desk {
        top: 30px;
    }

    .promo.active1 .promo__visual {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .promo.active1 .promo__title {
        position: relative;
        left: 0px;
    }

    .promo.active1 .promo__subtitle {
        position: relative;
        right: 50px;
    }

    .promo.active1 .promo__item-btn--1 {
        top: 30px;
    }

    .promo.active1 .promo__image {
        -webkit-transform: rotate(-2.063deg);
        transform: rotate(-2.063deg);
    }

    .sugar__title {
        max-width: 740px;
        width: 100%;
        margin-bottom: 40px;
    }

    .sugar__subtitle {
        max-width: 300px;
        margin-left: 210px;
        margin-bottom: 40px;
    }

    .sugar__list {
        font-size: 18px;
        gap: 15px;
        padding-bottom: 0;
        margin-bottom: 50px;
        width: 54%;
    }

    .sugar__image {
        max-width: 550px;
        bottom: -60px;
    }

    .sugar__order {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        padding: 15px 20px;
        background-color: #fefefe;
        gap: 25px;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        width: 100%;
        z-index: 2;
        position: relative;
        border-radius: 10px 100px 100px 10px;
        -webkit-box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.2);
    }

    .sugar__order-text {
        max-width: 350px;
        font-size: 25px;
        font-weight: 700;
        font-family: "Raleway", Arial, Helvetica, sans-serif;
        line-height: 1.2;
    }

    .workflow__content {
        width: 70%;
        margin-left: auto;
    }

    .workflow__wrap {
        position: relative;
    }

    .workflow__subtitle,
    .workflow__title {
        position: relative;
        z-index: 5;
        margin-bottom: 22px;
    }

    .workflow__subtitle {
        margin-bottom: 50px;
    }

    .workflow__box {
        margin-bottom: 50px;
    }

    .workflow__list {
        max-width: 100%;
        position: relative;
        z-index: 5;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .workflow__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        padding: 0 30px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3%;
        flex: 0 0 33.3%;
    }

    .workflow__item:not(:last-child) {
        border-bottom: none;
        border-right: 1px solid rgba(28, 50, 64, 0.2);
    }

    .workflow__item:first-child {
        padding-left: 0;
    }

    .workflow__item:last-child {
        padding-right: 0;
    }

    .workflow__item-icon {
        max-height: 100px;
        width: auto;
        min-height: 106px;
    }

    .workflow__product {
        position: absolute;
        left: -35px;
        bottom: 0;
        max-width: 370px;
        z-index: 1;
    }

    .workflow__usage {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }

    .analytics__title {
        margin-bottom: 20px;
    }

    .analytics__subtitle {
        margin-bottom: 50px;
    }

    .analytics-setting {
        width: 32%;
    }

    .analytics-result {
        width: calc(68% - 31px);
    }

    .analytics-package {
        padding: 20px;
        border-radius: 20px;
    }

    .analytics__title-small {
        font-size: 20px;
    }

    .analytics__subtitle-small {
        font-size: 17px;
    }

    .analytics-periods__item {
        font-size: 14px;
    }

    .analytics-setting__state {
        font-size: 16px;
    }

    .analytics-graph--svg-1 {
        display: none;
    }

    .analytics-graph--svg-2,
    .ingredients__title .br2 {
        display: block;
    }

    .analytics-graph__bg svg {
        height: 75%;
    }

    .analytics-graph__fine {
        font-size: 20px;
        left: 5%;
    }

    .analytics-result__info {
        gap: 30px;
    }

    .analytics-result__box-btn {
        gap: 25px;
    }

    .analytics-result__title {
        font-size: 18px;
    }

    .analytics-result__text {
        font-size: 16px;
        line-height: 1.4;
    }

    .analytics-result__reviews {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 6px;
    }

    .ingredients__title .br1 {
        display: none;
    }

    .ingredients__title {
        margin-bottom: 70px;
        padding-top: 0;
    }

    .ingredients__wrap {
        max-width: 60%;
        margin-right: 0;
    }

    .ingredients__product {
        width: 478px;
        top: auto;
        bottom: 17px;
        right: auto;
        left: -61%;
    }

    .ingredients__left {
        min-height: 350px;
    }

    .ingredients__btn::after,
    .ingredients__btn::before {
        content: "";
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 0;
    }

    .ingredients__btn::before {
        right: 0;
        width: 4px;
        height: 4px;
        background: #1c3240;
        border-radius: 50%;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
    }

    .ingredients__btn::after {
        right: 100%;
        height: 0.5px;
        width: 0;
        background: #000;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .ingredients__display {
        min-height: 350px;
        gap: 15px;
        width: 66%;
    }

    .ingredients__icon {
        width: 120px;
        height: 120px;
        padding: 14px;
    }

    .ingredients__icon::after {
        inset: 14px;
    }

    .ingredients__display-title {
        font-size: 18px;
    }

    .ingredients__content.active1 .ingredients__btn[data-id="1"]::before {
        opacity: 1;
        right: 250px;
    }

    .ingredients__content.active1 .ingredients__btn[data-id="1"]::after {
        width: 100px;
        opacity: 1;
    }

    .ingredients__content.active1 .ingredients__icon::before {
        top: 50%;
        left: -2px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .ingredients__content.active1 .ingredients__display {
        bottom: 21px;
    }

    .ingredients__content.active2 .ingredients__btn[data-id="2"]::before {
        opacity: 1;
        right: 250px;
    }

    .ingredients__content.active2 .ingredients__btn[data-id="2"]::after {
        width: 100px;
        opacity: 1;
    }

    .ingredients__content.active2 .ingredients__display {
        bottom: -42px;
    }

    .ingredients__content.active3 .ingredients__btn[data-id="3"]::before {
        opacity: 1;
        right: 250px;
    }

    .ingredients__content.active3 .ingredients__btn[data-id="3"]::after {
        width: 100px;
        opacity: 1;
    }

    .ingredients__content.active3 .ingredients__display {
        bottom: -105px;
    }

    .ingredients__content.active4 .ingredients__btn[data-id="4"]::before {
        opacity: 1;
        right: 250px;
    }

    .ingredients__content.active4 .ingredients__btn[data-id="4"]::after {
        width: 100px;
        opacity: 1;
    }

    .ingredients__content.active4 .ingredients__display {
        bottom: 62px;
    }

    .ingredients__content.active5 .ingredients__btn[data-id="5"]::before {
        opacity: 1;
        right: 250px;
    }

    .ingredients__content.active5 .ingredients__btn[data-id="5"]::after {
        width: 100px;
        opacity: 1;
    }

    .ingredients__content.active5 .ingredients__display {
        bottom: -1px;
    }

    .reviews__images {
        margin-bottom: 25px;
    }

    .rating {
        padding: 30px;
        margin-bottom: 50px;
        border-radius: 20px;
    }

    .rating__title {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 25px;
    }

    .rating__item {
        gap: 20px;
    }

    .rating__star {
        padding-left: 8px;
    }

    .rating__star img {
        width: 20px;
    }

    .rating__star--1 img {
        position: relative;
        left: 3px;
    }

    .rating__number,
    .rating__star,
    .rating__title-item {
        font-size: 16px;
    }

    .main-reviews__body {
        margin-bottom: 50px;
        gap: 40px;
    }

    .main-reviews .star--comment img {
        height: 20px;
    }

    .main-reviews__title-section:nth-child(3) {
        margin-top: 15px;
    }

    .promo-end .promo__desk {
        font-size: 20px;
        min-height: auto;
        margin-bottom: 35px;
        max-width: 290px;
    }

    .ingredients__buttons {
        max-width: 155px;
    }

        .promo-end .promo__title {
        margin-bottom: 20px;
    }

    .promo-end .promo__subtitle {
        font-size: 30px;
        margin-bottom: -25px;
    }

    .promo-end .promo-end__list-btns {
        gap: 28px;
        padding-bottom: 20px;
    }

    .promo-end .promo-end__item-btn {
        font-size: 14px;
    }

    .promo-end .promo__box-center {
        margin-bottom: 35px;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
    }

    .promo-end .promo__image {
        width: 100%;
        -webkit-transform: rotate(-7.063deg);
        transform: rotate(-7.063deg);
    }

    .promo-end .promo__visual {
        bottom: -115px;
        -webkit-transform: translateX(-45%);
        transform: translateX(-45%);
        max-width: 430px;
    }

    .footer {
        padding-top: 30px;
    }
}

@media screen and (min-width: 1280px) {
    .container,
    .header .container {
        width: 1280px;
    }

    .title {
        font-size: 55px;
    }

    .subtitle {
        font-size: 24px;
    }

    .price-new {
        font-size: 40px;
        line-height: 0.85;
    }

    .promo__form-wrap {
        padding: 30px 25px 35px;
        max-width: 350px;
    }

    .header {
        padding: 22px 0 0;
    }

    .header__content {
        gap: 93px;
        padding-bottom: 0;
    }

    .header__btn {
        position: relative;
        left: -6px;
    }

    .header__nav {
        gap: 70px;
    }

    .header__link:not(:last-child)::after {
        right: -35px;
    }

    .header.menu-open .header__nav {
        gap: 68px;
    }

    .promo {
        padding-bottom: 63px;
        padding-top: 53px;
    }

    .promo__title {
        font-size: 90px;
        margin-bottom: 50px;
    }

    .promo__subtitle {
        font-size: 40px;
        margin-bottom: 173px;
    }

    .promo__desk {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 27px;
        max-width: 400px;
        min-height: 112px;
    }

    .promo__visual {
        max-width: 564px;
        -webkit-transform: translateX(-55%);
        transform: translateX(-54%);
        bottom: -135px;
    }

    .promo__item-btn {
        font-size: 14px;
        padding: 9px 20px;
    }

    .promo__item-btn span.label--2 {
        left: -17px;
        bottom: -15px;
    }

    .promo__item-btn span.label--3 {
        top: -21px;
        left: -15px;
    }

    .promo__order {
        margin-bottom: 87px;
    }

    .promo__footer-text {
        margin-left: 13px;
    }

    .box-raiting {
        position: relative;
        left: -5px;
        gap: 3px;
    }

    .hotspot {
        gap: 20px;
        min-height: 220px;
        min-width: 320px;
    }

    .hotspot-component {
        width: 140px;
        height: 140px;
    }

    .promo.active3 .hotspot {
        position: absolute;
        right: -3px;
        bottom: 125px;
    }

    .promo.active3 .hotspot-component::before {
        left: -80px;
        width: 80px;
    }

    .promo.active3 .promo__desk {
        top: 0;
    }

    .promo.active3 .promo__title {
        left: 0;
    }

    .promo.active3 .promo__subtitle {
        right: 0;
    }

    .promo.active3 .promo__image {
        -webkit-transform: rotate(-0.063deg);
        transform: rotate(-0.063deg);
    }

    .promo.active3 .promo__item-btn--1 {
        top: 123px;
        left: -16px;
    }

    .promo.active3 .promo__item-btn--2 {
        top: 169px;
        right: 21px;
    }

    .promo.active3 .promo__item-btn--3 {
        bottom: 352px;
        right: 24px;
    }

    .promo.active2 .hotspot {
        position: absolute;
        right: 3px;
        bottom: 198px;
    }

    .promo.active2 .hotspot-component::before {
        width: 150px;
        left: -80px;
    }

    .promo.active2 .promo__desk {
        top: -20px;
    }

    .promo.active2 .promo__title {
        left: 0px;
    }

    .promo.active2 .promo__subtitle {
        right: 30px;
    }

    .promo.active2 .promo__image {
        -webkit-transform: rotate(-4.063deg);
        transform: rotate(-4.063deg);
    }

    .promo.active2 .promo__item-btn--1 {
        top: 140px;
        left: -30px;
    }

    .promo.active2 .promo__item-btn--2 {
        top: 169px;
        right: 25px;
    }

    .promo.active2 .promo__item-btn--3 {
        bottom: 358px;
        right: 16px;
    }

    .promo.active1 .hotspot {
        right: 830px;
        bottom: 324px;
        width: 400px;
        min-height: 230px;
    }

    .promo.active1 .hotspot-component::before {
        width: 192px;
    }

    .promo.active1 .promo__desk {
        top: 25px;
    }

    .promo.active1 .promo__title {
        position: relative;
        left: 0px;
    }

    .promo.active1 .promo__subtitle {
        position: relative;
        right: 53px;
    }

    .promo.active1 .promo__item-btn--1 {
        top: 86px;
        left: -26px;
    }

    .promo.active1 .promo__image {
        -webkit-transform: rotate(-2.063deg);
        transform: rotate(-2.063deg);
    }

    .promo.active1 .promo__item-btn--3 {
        bottom: 356px;
        right: 8px;
    }

    .promo.active1 .promo__item-btn--2 {
        top: 178px;
        right: 20px;
    }

    .sugar {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .sugar__title {
        margin-bottom: 48px;
        max-width: 670px;
    }

    .sugar__subtitle {
        max-width: 350px;
        margin-left: 278px;
        line-height: 1.3;
        margin-bottom: 50px;
    }

    .sugar__list {
        gap: 14px;
        font-size: 18px;
        margin-bottom: 67px;
    }

    .sugar__image {
        max-width: 725px;
        right: -19px;
        bottom: -120px;
    }

    .sugar__order {
        gap: 35px;
        padding: 20px 28px;
    }

    .sugar__order-text {
        max-width: 430px;
        font-size: 30px;
    }

    .workflow {
        padding-top: 120px;
        padding-bottom: 185px;
    }

    .workflow__content {
        width: 60%;
    }

    .workflow__subtitle {
        margin-bottom: 68px;
    }

    .workflow__box {
        margin-bottom: 71px;
    }

    .workflow__item {
        gap: 18px;
    }

    .workflow__item-text {
        font-size: 18px;
        line-height: 1.5;
    }

    .workflow__product {
        max-width: 650px;
        left: -61px;
        bottom: -108px;
    }

    .workflow__usage-box {
        font-size: 16px;
        padding: 7px 18px;
    }

    .analytics {
        padding-top: 98px;
        padding-bottom: 134px;
    }

    .analytics__subtitle {
        margin-bottom: 70px;
    }

    .analytics-content {
        gap: 28px;
    }

    .analytics-setting {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }

    .analytics-package {
        padding: 30px 28px 34px;
    }

    .analytics__title-small {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .analytics__subtitle-small {
        font-size: 20px;
        margin-bottom: 35px;
    }

    .analytics-setting__line {
        height: 10px;
        margin-bottom: 17px;
    }

    .analytics-point {
        width: 29px;
        height: 29px;
        border: 2px solid #f97740;
    }

    .analytics-point--setting1 {
        -webkit-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
    }

    .analytics-periods {
        margin-bottom: 15px;
    }

    .analytics-periods--1,
    .analytics-periods--2 {
        margin-bottom: 28px;
    }

    .analytics-setting__state {
        font-size: 18px;
        min-height: 47px;
    }

    .analytics-result__title-small {
        margin-bottom: 28px;
    }

    .analytics-graph .line-svg {
        height: 236px;
    }

    .analytics-graph__fine {
        font-size: 24px;
        left: 2%;
        bottom: 6%;
    }

    .analytics-result__info {
        margin-bottom: 13px;
    }

    .analytics-result__pack {
        width: 62px;
        position: relative;
        top: 8px;
    }

    .analytics-result__title {
        font-size: 20px;
    }

    .analytics-result__text {
        font-size: 18px;
    }

    .ingredients {
        padding-top: 141px;
        padding-bottom: 134px;
    }

    .ingredients__title {
        margin-bottom: 83px;
    }

    .ingredients__wrap {
        max-width: 706px;
        width: 100%;
    }

    .ingredients__product {
        width: 720px;
        bottom: -17px;
        left: -73%;
    }

    .ingredients__buttons {
        max-width: 155px;
        gap: 24px;
    }

    .ingredients__btn {
        padding: 9px 12px;
    }

    .ingredients__display {
        width: 66%;
        min-height: 359px;
        gap: 20px;
    }

    .ingredients__icon {
        width: 140px;
        height: 140px;
        padding: 17px;
    }

    .ingredients__icon::after {
        inset: 17px;
    }

    .ingredients__display-box {
        gap: 25px;
    }

    .ingredients__display-title {
        font-size: 22px;
    }

    .ingredients__text {
        font-size: 17px;
    }

    .ingredients__content.active1 .ingredients__btn[data-id="1"]::before {
        right: 277px;
    }

    .ingredients__content.active1 .ingredients__btn[data-id="1"]::after {
        width: 130px;
    }

    .ingredients__content.active1 .ingredients__display {
        bottom: 20px;
    }

    .ingredients__content.active2 .ingredients__btn[data-id="2"]::before {
        right: 279px;
    }

    .ingredients__content.active2 .ingredients__btn[data-id="2"]::after {
        width: 130px;
    }

    .ingredients__content.active2 .ingredients__display {
        bottom: -42px;
    }

    .ingredients__content.active3 .ingredients__btn[data-id="3"]::before {
        right: 275px;
    }

    .ingredients__content.active3 .ingredients__btn[data-id="3"]::after {
        width: 130px;
    }

    .ingredients__content.active3 .ingredients__display {
        bottom: -104px;
    }

    .ingredients__content.active4 .ingredients__btn[data-id="4"]::before {
        right: 275px;
    }

    .ingredients__content.active4 .ingredients__btn[data-id="4"]::after {
        width: 130px;
    }

    .ingredients__content.active4 .ingredients__display {
        bottom: 53px;
    }

    .ingredients__content.active5 .ingredients__btn[data-id="5"]::before {
        right: 238px;
    }

    .ingredients__content.active5 .ingredients__btn[data-id="5"]::after {
        width: 130px;
    }

    .ingredients__content.active5 .ingredients__display {
        bottom: -9px;
    }

    .reviews {
        padding-top: 105px;
        padding-bottom: 105px;
    }

    .reviews__title {
        margin-bottom: 60px;
    }

    .reviews__images {
        gap: 20px;
        margin-bottom: 30px;
    }

    .rating {
        padding: 40px 40px 48px 46px;
        margin-bottom: 60px;
    }

    .rating__block {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 404px;
        flex: 0 0 404px;
    }

    .rating__block--gride {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 446px;
        flex: 0 0 446px;
    }

    .rating__block--gride .rating__title {
        margin-bottom: 33px;
    }

    .rating__block--gride .rating__item {
        margin-bottom: 12px;
    }

    .rating__block--gride .rating__item .number {
        font-size: 16px;
    }

    .rating__title {
        margin-bottom: 27px;
    }

    .rating__line {
        -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
        margin-right: 5px;
    }

    .main-reviews__top {
        margin-bottom: 32px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .main-reviews__body {
        margin-bottom: 60px;
        gap: 50px;
    }

    .main-reviews__text {
        line-height: 1.5;
        margin-bottom: 30px;
    }

    .main-reviews__text--live {
        margin-bottom: 15px;
    }

    .main-reviews__section {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
    }

    .main-reviews__yes {
        height: 35px;
    }

    .main-reviews__yes::before {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 22px;
        flex: 0 0 22px;
        width: 22px;
        height: 22px;
        background-size: 14px 14px;
    }

    .healthy {
        gap: 20px;
    }

    .healthy__button {
        padding: 7px 13px;
    }

    .promo-end {
        padding-top: 119px;
        padding-bottom: 86px;
    }

    .promo-end .promo__desk {
        font-size: 22px;
        max-width: 330px;
        margin-bottom: 40px;
    }

    .promo-end .promo__title {
        margin-bottom: 70px;
    }

    .promo-end .promo__subtitle {
        font-size: 35px;
        max-width: 500px;
        margin-bottom: -37px;
    }

    .promo-end .promo-end__item-btn {
        font-size: 16px;
        padding: 8px 20px;
    }

    .promo-end .promo__box-center {
        margin-bottom: 55px;
    }

    .promo-end .promo__image {
        -webkit-transform: rotate(-0.063deg);
        transform: rotate(-0.063deg);
    }

    .promo-end .promo__visual {
        max-width: 561px;
        bottom: -148px;
        -webkit-transform: translateX(-53%);
        transform: translateX(-53%);
    }

    .footer {
        padding-top: 40px;
    }
}

@media screen and (min-width: 375px) and (min-width: 768px) {
    .promo .mobile-list__item p {
        font-size: 18px;
    }
}

@media screen and (min-width: 1024px) and (min-width: 1280px) {
    .hotspot-component::after {
        width: 5px;
        height: 5px;
    }

    .hotspot-component::before {
        left: -100px;
        width: 100px;
    }
}


.x_country_select {
    display: none !important;
}
#order-in-progress__popup span {color: #000 !important;}

/* FOOTER  */
.bel-footer-block{background-color:#2f3543;padding:0;padding-top:50px;padding-bottom:50px;font-size:16px;font-family:Arial,sans-serif!important;box-sizing:border-box;margin:0;outline:1px solid #2f3543}.bel-footer-block *{font-family:Arial,sans-serif!important;box-sizing:border-box;margin:0;padding:0;text-transform: none;}.bel-container{display:flex;position:relative}.footer-block-left{width:100%;display:flex;flex-wrap:wrap;margin-right:auto}.footer-left-info{width:100%;font-size:16px;line-height:1.15;color:#666c84;text-align:left}.bel-footer-block a{color:#fff;text-decoration:none;transition:.3s}.bel-footer-block a:hover{color:#f8de66;transition:.3s}.footer-left-title{width:100%;color:#fff;font-size:22px;font-weight:700;margin:0;margin-bottom:10px;line-height:1;text-align:left}.footer-left-seller{width:100%;font-size:16px;display:block;margin-left:0;margin-bottom:10px;font-weight:400;color:#fff;line-height:1;text-align:left}@media (max-width:991.98px){.footer-left-title{font-size:18px}}@media (max-width:767px){.bel-footer-block{padding-top:20px;padding-bottom:20px}.bel-container{flex-wrap:wrap}.footer-block-left{width:100%}.footer-left-info{font-size:16px}}@media (max-width:479px){.footer-left-info{font-size: 14px;}}.bel-container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.bel-container{max-width:540px}}@media (min-width:768px){.bel-container{max-width:720px}}@media (min-width:992px){.bel-container{max-width:960px}}@media (min-width:1200px){.bel-container{max-width:1140px}}
