@charset "UTF-8";
.button,
.title {
  text-align: center;
}

*,
.slick-slider {
  -webkit-tap-highlight-color: transparent;
}

.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}

.slick-dots,
ol,
ul {
  list-style: none;
}

.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.help__wrapper,
.order,
.slick-list,
svg {
  overflow: hidden;
}

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;
}

.button,
.promo-bottom .promo-content__form,
.slick-initialized .slick-slide,
.slick-slide img,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
img,
menu,
nav,
section {
  display: block;
}

#comebacker_main_div,
.slick-slider .slick-dots button {
  display: none !important;
}

body {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  color: #333;
}

.title,
br {
  line-height: 1;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

br {
  font-size: 0;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.slick-dots li button:focus,
.slick-dots li button:hover,
.slick-list:focus,
:not(#fake),
button,
button:focus,
input,
input:focus {
  outline: 0;
}

:active,
:focus,
:hover,
:visited,
a,
a:active,
a:focus,
a:hover,
a:visited,
select,
select:focus {
  outline: 0 !important;
}

a {
  text-decoration: none;
}

button {
  border: 0;
  display: block;
  padding: 0;
}

::-moz-focus-inner,
::-moz-focus-outer {
  border: 0;
  padding: 0;
}

::-ms-clear {
  display: none;
}

#comebacker_main_div {
  height: 0 !important;
}

html {
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

a:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

::-moz-focus-inner {
  border: 0;
  outline: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none;
  background-repeat: no-repeat;
}

select,
select:hover {
  background-size: 10px 10px;
  background-position: right 10px center;
}

select::-ms-expand {
  display: none !important;
  background: 0 0 !important;
  position: fixed;
  border: 0 !important;
  outline: 0 !important;
}

button::-moz-focus-inner,
input[type='button']::-moz-focus-inner,
input[type='file'] > input[type='button']::-moz-focus-inner,
input[type='reset']::-moz-focus-inner,
input[type='submit']::-moz-focus-inner,
option::-moz-focus-inner,
select::-moz-focus-inner {
  border: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

@font-face {
  font-family: Roboto;
  src: url(../fonts/roboto-v20-cyrillic-regular.woff2) format('woff2'),
    url(../fonts/roboto-v20-cyrillic-regular.woff) format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url(../fonts/roboto-v20-cyrillic-700.woff2) format('woff2'),
    url(../fonts/roboto-v20-cyrillic-700.woff) format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url(../fonts/roboto-v20-cyrillic-900.woff2) format('woff2'),
    url(../fonts/roboto-v20-cyrillic-900.woff) format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

img {
  max-width: 100%;
  height: auto;
}

.button,
.container {
  margin: 0 auto;
  width: 100%;
}

.button {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#e13635),
    to(#eb5f08)
  );
  background: linear-gradient(to left, #e13635 0, #eb5f08 100%);
  -webkit-box-shadow: -4px 3px 10px rgba(176, 39, 35, 0.2);
  box-shadow: -4px 3px 10px rgba(176, 39, 35, 0.2);
  border-radius: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  max-width: 200px;
  padding: 15px;
  cursor: pointer;
}

.button:hover {
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#eb5f08),
    to(#e13635)
  );
  background: linear-gradient(to left, #eb5f08 0, #e13635 100%);
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

.title {
  font-size: 25px;
  color: #202020;
  font-weight: 900;
  margin-bottom: 10px;
  line-height: 1.2;
}

.help__subtitle,
.promo-content__subtitle,
.subtitle {
  text-align: center;
  margin-bottom: 20px;
}

.effect__subtitle,
.text-bold {
  font-weight: 700;
}

.text-black {
  font-weight: 900;
}

.text-nowrap {
  white-space: nowrap;
}

.list-mark::before {
  content: '';
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  background: #2c5331;
  border: 4px solid #ffb400;
  border-radius: 50%;
}

.sale-mark::before {
  content: '-50%';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #2c5331;
  width: 50px;
  height: 50px;
  background: url(../img/kedvezmeny-bg.png) center/contain no-repeat;
  position: absolute;
}

.check-mark::before {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  background: url(../img/pipa.svg) center/70% no-repeat #ffb400;
  border-radius: 50%;
}

.slick-slider .slick-dots {
  bottom: 0 !important;
}

.slick-slider .slick-dots li {
  background: #999;
  color: #fff;
  border-radius: 50%;
  width: 10px !important;
  height: 10px !important;
  overflow: hidden;
  margin: 0 9px;
}

.slick-dots li button,
.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  border: 0;
  width: 20px;
}

.slick-slider .slick-dots .slick-active {
  background: #ffb400;
}

.slick-slider .slick-next,
.slick-slider .slick-prev {
  z-index: 2;
  width: 40px;
  height: 18px;
  background: url(../img/nyil.svg) center/contain no-repeat;
}

.slick-slider .slick-next:focus,
.slick-slider .slick-next:hover,
.slick-slider .slick-prev:focus,
.slick-slider .slick-prev:hover {
  background: url(../img/nyil-hover.svg) center/contain no-repeat;
  -webkit-transform: translateY(-50%) scale(-1, 1);
  transform: translateY(-50%) scale(-1, 1);
}

.slick-slider .slick-next:focus,
.slick-slider .slick-next:hover {
  -webkit-transform: translateY(-50%) scale(1, -1);
  transform: translateY(-50%) scale(1, -1);
}

.slick-slider .slick-prev {
  left: 0;
}

.slick-slider .slick-next::before,
.slick-slider .slick-prev::before {
  content: none;
  display: none;
}

.slick-slider .slick-next {
  right: 0;
  -webkit-transform: translateY(-50%) scale(-1, 1);
  transform: translateY(-50%) scale(-1, 1);
}

.slick-slider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.slick-list {
  margin: 0;
  padding: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: '';
}

.circle-list__separator,
.details-bg,
.details__title br,
.help__example,
.help__title br,
.slick-arrow.slick-hidden,
.slick-slide,
.slick-slide.slick-loading img {
  display: none;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: 0;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-loading .slick-list {
  background: #fff;
}

.slick-dots li button,
.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}

.slick-next,
.slick-prev {
  position: absolute;
  top: 50%;
  display: block;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
}

.details__text,
.metabolism-slide__wrapper {
  line-height: 1.3;
  text-align: center;
}

.details,
.metabolism,
.promo,
.result {
  background: #f3f1f4;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before,
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}

.slick-next:before,
.slick-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before,
[dir='rtl'] .slick-next:before {
  content: '←';
}

.slick-next:before,
[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-dots,
.slick-dots li button:before {
  position: absolute;
  left: 0;
  text-align: center;
}

.circle-list__circle,
.circle-list__item,
.effect__container,
.help__content,
.help__wrapper,
.nutrition .circle-list,
.nutrition__container,
.slick-dots li {
  position: relative;
}

.slick-dots {
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}

.slick-dots li {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  display: block;
  height: 20px;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  top: 0;
  width: 20px;
  height: 20px;
  content: '';
  opacity: 0.25;
  color: #000;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}

.block {
  padding-top: 25px;
  padding-bottom: 25px;
}

.details__title,
.impact,
.metabolism-slider,
.nutrition__title {
  margin-bottom: 20px;
}

.nutrition .circle-list {
  border-bottom: 1px solid #e2e7cc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.nutrition .circle-list::after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border-top: 1px solid #e2e7cc;
  border-left: 1px solid #e2e7cc;
  background: #fff;
  -webkit-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
  position: absolute;
  bottom: -13px;
  left: 50%;
}

.nutrition .circle-list__circle {
  /* cursor: pointer; */
  background: #e4eff5;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 5px;
}

.nutrition .circle-list__circle:hover {
  background: #2c5331;
}

.nutrition .circle-list__circle::after {
  top: 0;
  right: 0;
}

.feedback-slider__avatar,
.nutrition .circle-list__img {
  border-radius: 50%;
}

.nutrition__subtitle {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
}

.circle-list__desc,
.feedback-slider__content,
.metabolism__fn,
.metabolism__subtitle,
.nutrition__fn,
.result__subtitle {
  text-align: center;
}

.circle-list {
  counter-reset: number;
}

.circle-list__item:not(:last-child) {
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.circle-list__item:not(:last-child)::after {
  content: '';
  display: block;
  width: 120px;
  height: 1px;
  background-color: #81931c;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0.3;
}

.circle-list__circle,
.circle-list__circle::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}

.circle-list__circle {
  width: 150px;
  height: 150px;
  border: 10px solid #ebe7e8;
  margin: 0 auto 10px;
}

.circle-list__circle::after {
  counter-increment: number;
  content: counter(number);
  width: 30px;
  height: 30px;
  font-size: 20px;
  font-weight: 900;
  color: #2c5331;
  background: #ffb400;
  -webkit-box-shadow: -2px 2px 7px rgba(0, 0, 0, 0.15);
  box-shadow: -2px 2px 7px rgba(0, 0, 0, 0.15);
  position: absolute;
  padding: 5px;
}

.metabolism-slider .slick-next,
.metabolism-slider .slick-prev {
  background: url(../img/nyil-hover.svg) center/contain no-repeat;
}

.circle-list__title {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.details {
  margin-top: 30px;
}

.details__container,
.help {
  position: relative;
  z-index: 2;
}

.details__logo {
  width: 150px;
  margin: -65px auto 30px;
}

.help__form,
.help__list {
  max-width: 300px;
  width: 100%;
}

.details__text:not(:last-child),
.help__title,
.promo-content__pack,
.result__title {
  margin-bottom: 15px;
}

.form__block,
.help__around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.help-list__item,
.help__content {
  display: -webkit-box;
  display: -ms-flexbox;
}

.help__content,
.method {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.help__content {
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.help .collage,
.help__list {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin: 0 auto 20px;
}

.help__list {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.help__woman {
  position: absolute;
  bottom: -60px;
  z-index: -1;
}

.help__form {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.effect__title br,
.form__title br,
.help__form--desk,
.impact__item br,
.metabolism__title br,
.order .circle-list__desc br,
.order__title br,
.promo-bottom .form__title br,
.promo-bottom .header,
.promo-bottom .promo-content__btn,
.promo-content__form,
.result__line {
  display: none;
}

.help-list__item {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  line-height: 1.3;
}

.help-list__item::before,
.price__block:not(:last-child) {
  margin-right: 10px;
}

.help-list__item:not(:last-child),
.metabolism__title {
  margin-bottom: 15px;
}

.metabolism__subtitle--bold {
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}

.metabolism-slider .slick-next,
.metabolism-slider .slick-prev {
  top: 65px;
}

.metabolism-slider .slick-prev {
  left: 35px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.metabolism-slide__bottom::before,
.metabolism-slide__img,
.result__collage::before {
  left: 50%;
  display: block;
  position: absolute;
}

.metabolism-slider .slick-prev:focus,
.metabolism-slider .slick-prev:hover {
  background: url(../img/nyil.svg) center/contain no-repeat;
  -webkit-transform: none;
  transform: none;
}

.metabolism-slider .slick-next {
  right: 35px;
  -webkit-transform: none;
  transform: none;
}

.metabolism-slider .slick-next:focus,
.metabolism-slider .slick-next:hover {
  background: url(../img/nyil.svg) center/contain no-repeat;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.metabolism-slide {
  padding: 20px 0 30px;
  margin: 0 15px;
  position: relative;
}

.metabolism-slide__wrapper {
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
}

.metabolism-slide__bottom,
.metabolism-slide__top {
  padding-left: 15px;
  padding-right: 15px;
}

.metabolism-slide__top {
  padding-top: 90px;
  padding-bottom: 20px;
}

.metabolism-slide__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  /* align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center; */
  justify-content: center;
  color: #fff;
  background: #2c5331;
  border-radius: 0 0 20px 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.metabolism-slide__bottom::before {
  content: '';
  width: 15px;
  height: 15px;
  background: #fff;
  -webkit-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
  top: -4px;
}

.metabolism-slide__img {
  width: 90px;
  height: 90px;
  border: 2px solid #2c5331;
  border-radius: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.metabolism-slide__img::before {
  position: absolute;
  top: 0;
  right: 0;
}

.metabolism-slide__img--first {
  background: url(../img/osszetevo-1.png) center/80% no-repeat #fff;
}

.metabolism-slide__img--second {
  background: url(../img/osszetevo-2.png) center/80% no-repeat #fff;
}

.metabolism-slide__img--third {
  background: url(../img/osszetevo-3.png) center/80% no-repeat #fff;
}

.metabolism-slide__img--fourth {
  background: url(../img/osszetevo-4.png) center/80% no-repeat #fff;
}

.metabolism-slide__img--fifth {
  background: url(../img/osszetevo-5.png) center/80% no-repeat #fff;
}

.webp .metabolism-slide__img--first {
  background: url(../img/osszetevo-1.webp) center/80% no-repeat #fff;
}

.webp .metabolism-slide__img--second {
  background: url(../img/osszetevo-2.webp) center/80% no-repeat #fff;
}

.webp .metabolism-slide__img--third {
  background: url(../img/osszetevo-3.webp) center/80% no-repeat #fff;
}

.webp .metabolism-slide__img--fourth {
  background: url(../img/osszetevo-4.webp) center/80% no-repeat #fff;
}

.webp .benefits__item--first::before,
.webp .metabolism-slide__img--fifth {
  background: url(../img/osszetevo-1.webp) center/80% no-repeat #fff;
}

.effect .grass-bg {
  top: -60px;
}

.impact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  max-width: 260px;
  margin: 0 auto;
}

.impact__item::before {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  -webkit-box-shadow: -2px 2px 7px rgba(0, 0, 0, 0.15);
  box-shadow: -2px 2px 7px rgba(0, 0, 0, 0.15);
}

.benefits:not(:last-child),
.benefits__item:not(:last-child),
.feedback-slider__header,
.impact__item:not(:last-child) {
  margin-bottom: 15px;
}

.result__warning {
  display: inline-block;
  color: #e64e1d;
  background: -webkit-linear-gradient(45deg, #eb5f08, #e13635);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 8px;
}

.feedback__title,
.order .circle-list__circle,
.order__title,
.promo-content__benefits,
.result__method,
.result__subtitle {
  margin-bottom: 20px;
}

.result__method-title {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.result__collage {
  position: relative;
  max-width: 300px;
  margin: 0 auto 20px;
}

.result__collage::before {
  content: '';
  width: 200px;
  height: 200px;
  border: 15px solid #e4eff5;
  border-radius: 50%;
  background: #fff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 40px;
}

.result__form {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}

.method {
  display: flex;
  /* flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center; */
  align-items: center;
  justify-content: space-around;
  z-index: 2;
  gap: 10px;
}

.method__icon {
  display: block;
  position: relative;
  margin: 0 auto 10px;
}

.method__icon--clock {
  width: 40px;
  height: 40px;
  background: url(../img/ora-ikon.png) top center/contain no-repeat;
}

.method__icon--plate {
  width: 40px;
  height: 40px;
  background: url(../img/tanyer-ikon.png) top center/contain no-repeat;
}

.method__desc {
  display: block;
  font-weight: 700;
  text-align: center;
}

.feedback.block {
  padding-bottom: 0;
}

.feedback__wrapper {
  border-bottom: 1px solid #d2d8db;
  padding-bottom: 25px;
}

.feedback-slider {
  padding-bottom: 30px;
}

.feedback-slider .slick-next,
.feedback-slider .slick-prev {
  top: 128px;
}

.feedback-slider__author {
  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;
  max-width: 100px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.feedback-slider__author::before {
  content: '';
  display: block;
  width: 20px;
  height: 13px;
  background: url(../img/idezet.png) center/contain no-repeat;
  margin-bottom: 10px;
}

.feedback-slider__label {
  position: absolute;
  bottom: 0;
}

.feedback-slider__label--left {
  left: -30px;
}

.feedback-slider__label--right {
  right: -30px;
}

.feedback-slider__weight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  text-align: center;
  line-height: 1;
  width: 44px;
  height: 44px;
  font-weight: 700;
  color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: -4px 3px 10px rgba(176, 39, 35, 0.2);
  box-shadow: -4px 3px 10px rgba(176, 39, 35, 0.2);
  padding: 5px;
  position: relative;
}

.feedback-slider__weight--old {
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#e13635),
    to(#eb5f08)
  );
  background: linear-gradient(to left, #e13635 0, #eb5f08 100%);
}

.feedback-slider__weight--new {
  background: #2c5331;
}

.feedback-slider__arrow {
  width: 70px;
  text-align: center;
  position: absolute;
  top: -45px;
}

.feedback-slider__arrow::after {
  content: '';
  display: block;
  width: 40px;
  height: 14px;
  background: url(../img/zold-nyil.png) center/contain no-repeat;
  position: absolute;
  bottom: -30px;
}

.feedback-slider__arrow--left {
  left: -68px;
}

.feedback-slider__arrow--left::after {
  left: 35%;
  -webkit-transform: rotate(35deg) scale(1, -1);
  transform: rotate(35deg) scale(1, -1);
}

.feedback-slider__arrow--right {
  right: -68px;
}

.feedback-slider__arrow--right::after {
  right: 35%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.feedback-slider__slide-wrap {
  line-height: 1.3;
}

.feedback-slider__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}

.feedback-slider__subtitle {
  font-size: 15px;
  margin-bottom: 10px;
}

.feedback-slider__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.feedback-slider__star {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/csillag.png) center/contain no-repeat;
}

.feedback-slider__star:not(:last-child) {
  margin-right: 5px;
}

.feedback-slider__star--unchecked {
  background: url(../img/csillag-ures.png) center/contain no-repeat;
}

.order .circle-list__circle::before {
  top: -15px;
  right: -15px;
}

.order .circle-list__circle::after {
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.order .circle-list__img {
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  max-width: none;
}

.order .circle-list__img--first {
  width: 200px;
  left: -25px;
}

.order .circle-list__img--second {
  width: 160px;
  left: -15px;
}

.order .circle-list__img--third {
  width: 100px;
  -webkit-transform: none;
  transform: none;
  top: -15px;
  left: 20px;
}

.order .circle-list__title {
  margin-bottom: 5px;
}

.benefits__content,
.form__input,
.form__label,
.promo-bottom .promo-content__fn {
  width: 100%;
}

.promo-bottom .price {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.footer {
  padding: 15px 0;
}

.footer__link,
.promo-content__fn {
  display: block;
  text-align: center;
  color: #666;
}

.footer__container {
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-align: center;
  font-size: 16px;
}

.footer__link:hover {
  text-decoration: underline;
}

.promo-content__wrapper {
  width: 100%;
  max-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.promo-content__title {
  font-weight: 700;
  color: #2c5331;
  margin-bottom: 10px;
}

.promo-content__order,
.promo-content__prod::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.benefits__item,
.benefits__separator {
  display: -webkit-box;
  display: -ms-flexbox;
}

.promo-content__order {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}

.promo-content__prod {
  position: relative;
  max-width: 165px;
  width: 100%;
  margin: 0 auto 0;
  padding-top: 25px;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.promo-content__prod img {
  filter: drop-shadow(0 -1px 1px rgba(0, 0, 0, 0.5));
}

.benefits__component,
.benefits__desc {
  text-align: left;
  padding: 0 10px;
}

.promo-content__prod::before {
  content: '-50%';
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
  color: #2c5331;
  width: 70px;
  height: 70px;
  background: url(../img/kedvezmeny-bg.png) center/contain no-repeat;
  position: absolute;
  top: 0;
  left: 29px;
  z-index: 1;
}

.promo-content__btn,
.promo-form {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.benefits {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
}

.benefits__item {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}

.benefits__item::before {
  content: '';
  display: block;
  width: 45px;
  height: 45px;
  border: 2px solid #ffb400;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.benefits__item::after {
  content: '';
  display: block;
  width: 45px;
  height: 45px;
  border: 2px solid #ffb400;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.benefits__item--first::before {
  background: url(../img/osszetevo-1.png) center/80% no-repeat #fff;
}

.benefits__item--second::before {
  background: url(../img/osszetevo-4.png) center/80% no-repeat #fff;
}

.benefits__item--third::before {
  background: url(../img/osszetevo-2.png) center/80% no-repeat #fff;
}

.benefits__item--fourth::before {
  background: url(../img/osszetevo-3.png) center/80% no-repeat #fff;
}

.webp .benefits__item--second::before {
  background: url(../img/osszetevo-4.webp) center/80% no-repeat #fff;
}

.webp .benefits__item--third::before {
  background: url(../img/osszetevo-2.webp) center/80% no-repeat #fff;
}

.webp .benefits__item--fourth::before {
  background: url(../img/osszetevo-3.webp) center/80% no-repeat #fff;
}

.benefits__item--first::after {
  background: url(../img/osszetevo-1.png) center/80% no-repeat #fff;
}

.benefits__item--second::after {
  background: url(../img/osszetevo-4.png) center/80% no-repeat #fff;
}

.benefits__item--third::after {
  background: url(../img/osszetevo-2.png) center/80% no-repeat #fff;
}

.benefits__item--fourth::after {
  background: url(../img/osszetevo-3.png) center/80% no-repeat #fff;
}

.webp .benefits__item--second::after {
  background: url(../img/osszetevo-4.webp) center/80% no-repeat #fff;
}

.webp .benefits__item--third::after {
  background: url(../img/osszetevo-2.webp) center/80% no-repeat #fff;
}

.webp .benefits__item--fourth::after {
  background: url(../img/osszetevo-3.webp) center/80% no-repeat #fff;
}

.benefits__desc {
  font-weight: 700;
}

.benefits__desc:not(:last-child) {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #2c5331;
  text-transform: uppercase;
}

.benefits__separator {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.header,
.price {
  display: -webkit-box;
  display: -ms-flexbox;
}

.price {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  margin-bottom: 5px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  gap: 15px;
}

.price__title {
  font-size: 16px;
  color: #666;
  margin-bottom: 5px;
}
.popup__form .price__title {
  font-size: 14px;
}
.price__amount--new {
  font-size: 28px;
  font-weight: 700;
  color: #2c5331;
}

.price__amount--new .price__currency {
  font-size: 14px;
}

.price__amount--old {
  position: relative;
  font-size: 24px;
  color: #666;
}

.form__input,
.price__amount--old .price__currency {
  font-size: 12px;
}

.form__label--name::before,
.form__label--phone::before {
  content: '';
  display: block;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}

.price__amount--old::before,
.price__amount--old::after {
  content: '';
  position: absolute;
  width: 85%;
  height: 2px;
  top: 50%;
  left: 50%;
  background: linear-gradient(to left, #e13635, #eb5f08);
  transform-origin: center;
}

.price__amount--old::before {
  transform: translate(-50%, -50%) rotate(15deg);
}

.price__amount--old::after {
  transform: translate(-50%, -50%) rotate(-15deg);
}

.form__title,
.promo-form__title {
  font-weight: 700;
  text-align: center;
  color: #f7fafc;
  margin-bottom: 15px;
}

.header {
  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;
  border-bottom: 1px solid #99a31d;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.header__logo {
  width: 130px;
}

.header__anchor {
  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;
}

.header__text {
  color: #666;
  margin-right: 5px;
}

.header__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  position: relative;
  z-index: 10;
  margin-right: 15px;
}

.form {
  background: #2c5331;
  border-radius: 10px;
  padding: 15px;
}

.form__label {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.form__label--name::before,
.form__label--phone::before {
  width: 25px;
  height: 25px;
  left: 10px;
}

.form__label--name::before {
  background: url(../img/nev-ikon.png) center/contain no-repeat;
}

.form__label--phone::before {
  background: url(../img/telefon-ikon.png) center/contain no-repeat;
}

.form__input {
  -webkit-box-shadow: inset -2px 1px 7px rgba(0, 0, 0, 0.04);
  box-shadow: inset -2px 1px 7px rgba(0, 0, 0, 0.04);
  border: 1px solid #e8e8e8;
  background-color: #f7fafc;
  border-radius: 100px;
  padding: 10px 10px 10px 40px;
}

.collage,
.form__btn {
  width: 100%;
  max-width: none;
}

.collage {
  position: relative;
  max-width: 300px;
  padding: 30px 0;
}

.collage::before {
  top: 18px;
  left: 32%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

.collage__pack {
  position: relative;
  max-width: 180px;
  margin: 0 auto;
  z-index: 1;
  filter: drop-shadow(0 -1px 1px rgba(0, 0, 0, 0.5));
}

@media screen and (min-width: 1220px) {
  .collage__pack {
    max-width: 200px;
  }
}
.popup .collage__pack {
  width: 55%;
}
.collage__berries {
  width: 40%;
  position: absolute;
  left: 42px;
  bottom: 14px;
  z-index: 0;
}

.collage__grass {
  width: 55%;
  position: absolute;
  right: 0;
  bottom: 15px;
  z-index: 0;
  transform: scaleX(-1);
}

.popup__wrapper {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
}

.popup__collage {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 200px;
  width: 100%;
  margin: 0 auto 15px;
}

.popup .collage {
  max-width: 100%;
  width: 100%;
  padding-top: 20px;
}

.popup .price__amount {
  line-height: 1;
}

.popup .form {
  background: 0 0;
  padding: 0;
}

.popup .form__title {
  display: none;
}

.popup .form__input {
  padding-top: 16px;
  padding-bottom: 16px;
}

.ever-popup__inner {
  padding-top: 0 !important;
  width: 280px !important;
}

@media screen and (min-width: 768px) {
  .ever-popup__inner {
    width: 510px !important;
  }
}

@media screen and (min-width: 1024px) {
  .ever-popup__inner {
    width: 600px !important;
  }
}

@media screen and (min-width: 1220px) {
  .ever-popup__inner {
    width: 665px !important;
  }
}

.ever-popup__close {
  width: 23px !important;
  height: 23px !important;
  top: 10px !important;
  right: 10px !important;
}

.ever-popup__close:hover::after,
.ever-popup__close:hover::before {
  background: #2c5331 !important;
}

.ever-popup__close::after,
.ever-popup__close::before {
  width: 23px !important;
  height: 2px !important;
  background: gray !important;
}

@media screen and (max-width: 767px) {
  .popup__collage .collage__grass {
    right: 5px;
    bottom: 5px;
  }

  .popup__collage .collage__berries {
    bottom: 20px;
    left: 10px;
  }
}

@media screen and (min-width: 768px) {
  .popup__collage .collage__grass {
    right: 40px;
  }

  .popup__collage .collage__berries {
    left: 31px;
  }

  .popup .collage__pack {
    width: 48%;
  }
}

@media screen and (min-width: 480px) {
  .circle-list,
  .help-list {
    display: -webkit-box;
    display: -ms-flexbox;
  }
  .header__logo {
    width: 150px;
  }
  .block,
  .feedback__wrapper {
    padding-bottom: 30px;
  }

  .container {
    width: 480px;
  }

  .title {
    font-size: 30px;
  }

  .block {
    padding-top: 30px;
  }

  .circle-list {
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .circle-list__item {
    width: 100%;
    max-width: calc(50% - 10px);
  }

  .circle-list__circle::after {
    font-size: 22px;
    width: 35px;
    height: 35px;
  }

  .help__list {
    max-width: 100%;
  }

  .help-list {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .impact,
  .promo-content__benefits {
    display: -webkit-box;
    display: -ms-flexbox;
  }

  .help-list__item {
    width: calc(50% - 5px);
  }

  .benefits:not(:last-child),
  .help-list__item:not(:last-child),
  .promo-content__pack,
  .result .method__item:not(:last-child) {
    margin-bottom: 0;
  }

  .help-list__item:nth-child(4n + 1),
  .help-list__item:nth-child(4n + 2) {
    margin-bottom: 15px;
  }

  .impact {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 380px;
    margin: 0 auto 20px;
  }

  .impact__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    width: 100%;
    max-width: calc(50% - 10px);
  }

  .promo-content__order,
  .result .method {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }

  .impact__item::before {
    margin-right: 0;
    margin-bottom: 5px;
    gap: 0px;
  }

  .result .method {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .result .method__icon--plate {
    height: 40px;
  }

  .order .circle-list__circle,
  .order__title {
    margin-bottom: 30px;
  }

  .order .circle-list__title {
    margin-bottom: 10px;
  }

  .promo-bottom .promo-content__wrapper {
    padding-right: 0;
    padding-bottom: 0;
  }

  .promo-bottom .promo-content__order {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .promo-bottom .promo-content__prod {
    margin-right: 20px;
  }

  .promo-bottom .promo-content__pack,
  .promo-content__btn {
    margin: 0;
  }

  .promo-bottom .promo-content__fn::before {
    display: none;
  }

  .promo-bottom .promo-content__fn {
    position: absolute;
    top: -12px;
    right: -253px;
    width: 200px;
  }

  .promo-bottom .promo-content__wrapper {
    padding-top: 70px;
  }
  .promo-content__wrapper {
    max-width: 230px;
    padding-right: 0;
    padding-bottom: 50px;
  }

  .promo-content__btn {
    max-width: 100%;
  }

  .promo-content__benefits {
    display: flex;
    /* flex-direction: column; */
  }

  .promo-content__order {
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 20px;
  }

  .promo-content__prod {
    position: relative;
    margin: 0;
  }

  .promo-content__fn {
    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;
    text-align: left;
    width: 220px;
    position: absolute;
    top: 30px;
    right: -230px;
  }

  .promo-content__fn::before {
    content: '';
    display: block;
    width: 60px;
    height: 16px;
    background: url(../img/zold-nyil.png) center/contain no-repeat;
    margin-right: 10px;
  }

  .benefits__item {
    max-width: none;
    margin: 0;
  }

  .benefits__item {
    margin-bottom: 15px;
  }

  .price {
    align-items: start;
    justify-content: center;
  }

  .popup__collage {
    max-width: 270px;
  }

  .popup .price {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (min-width: 640px) {
  body {
    font-size: 16px;
  }

  .container {
    width: 640px;
  }

  .title {
    font-size: 34px;
    margin-bottom: 15px;
  }

  .details__logo,
  .details__title,
  .feedback__title,
  .help__list,
  .help__subtitle,
  .metabolism-slider,
  .promo-content__subtitle,
  .result__subtitle,
  .subtitle {
    margin-bottom: 25px;
  }
  .details__logo {
    margin-top: -70px;
    margin-bottom: 35px;
  }
  .effect__subtitle,
  .impact,
  .nutrition__title {
    margin-bottom: 30px;
  }

  .circle-list__circle {
    width: 180px;
    height: 180px;
  }

  .details__text:not(:last-child),
  .feedback-slider__rating,
  .help__title,
  .promo-content__title,
  .result__title {
    margin-bottom: 15px;
  }

  .help__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .help .collage {
    margin: 0 15px 0 0;
  }

  .result__collage {
    margin: 0 40px 0 0;
  }

  .feedback-slider__header,
  .help-list__item:nth-child(4n + 1),
  .help-list__item:nth-child(4n + 2) {
    margin-bottom: 20px;
  }

  .metabolism-slider .slick-slide,
  .metabolism-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .metabolism-slider .slick-slide {
    height: auto;
  }

  .metabolism-slide {
    padding-bottom: 40px;
  }

  .metabolism-slide__wrapper {
    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;
  }

  .metabolism-slide__bottom {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .metabolism-slide__bottom::before {
    width: 20px;
    height: 20px;
  }

  .promo-bottom .promo-content__fn {
    right: -289px;
  }

  .impact {
    max-width: 100%;
  }

  .impact__item {
    max-width: calc(33.3% - 10px);
  }

  .impact__item::before {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }

  .impact__item:nth-child(4) {
    margin-bottom: 0;
  }

  .result__content {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .result__method {
    width: 100%;
  }

  .feedback-slider__title,
  .result__method-title {
    font-size: 18px;
  }

  .result .method {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .result__form {
    margin: 0;
  }

  .feedback-slider {
    padding-bottom: 35px;
  }

  .feedback-slider__subtitle {
    font-size: 17px;
    margin-bottom: 15px;
  }

  .order .circle-list__img--first {
    width: 225px;
  }

  .order .circle-list__img--second {
    width: 190px;
  }

  .order .circle-list__img--third {
    width: 125px;
    left: 25px;
  }

  .promo-bottom .promo-content__wrapper {
    max-width: 300px;
  }

  .footer {
    padding: 25px 0;
  }

  .benefits {
    max-width: 305px;
  }

  .promo-content__benefits {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: center;
  }

  .benefits__item {
    margin-bottom: 20px;
  }

  .benefits--left {
    margin-right: auto;
  }

  .benefits__item::before {
    width: 50px;
    height: 50px;
  }

  .benefits__item::after {
    width: 50px;
    height: 50px;
  }
}
.popup__collage img.collage__pack {
  filter: drop-shadow(0 -1px 1px rgba(0, 0, 0, 0.5));
}
@media screen and (min-width: 768px) {
  .button {
    font-size: 18px;
    padding: 15px;
  }
  .popup__collage .collage__grass {
    right: 53px;
    bottom: 5px;
  }

  .price__amount--old::before,
  .price__amount--old::after {
    width: 90%;
  }
  .popup__form .price__amount--old::before,
  .popup__form .price__amount--old::after {
    width: 90%;
  }
  .block,
  .feedback__wrapper {
    padding-bottom: 40px;
  }

  .container {
    width: 768px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .title {
    font-size: 38px;
  }

  .block {
    padding-top: 40px;
  }

  .effect__subtitle,
  .impact,
  .nutrition__title,
  .order__title {
    margin-bottom: 40px;
  }

  .nutrition .circle-list {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }

  .nutrition__subtitle {
    font-size: 22px;
  }

  .nutrition__fn {
    font-size: 18px;
  }

  .circle-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .circle-list__item {
    max-width: 200px;
  }

  .circle-list__item:not(:last-child) {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .circle-list__item:not(:last-child)::after {
    content: none;
  }

  .circle-list__separator {
    display: block;
    height: 120px;
    width: 1px;
    background-color: #81931c;
    opacity: 0.3;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  .circle-list__circle {
    width: 200px;
    height: 200px;
    border-width: 13px;
    margin-bottom: 15px;
  }

  .circle-list__title {
    font-size: 20px;
  }

  .details__logo,
  .details__title,
  .promo-content__subtitle {
    margin-bottom: 30px;
  }
  .details__logo {
    width: 200px;
    margin-top: -80px;
    margin-bottom: 35px;
  }
  .effect__btn {
    max-width: 350px;
  }

  .feedback-slider__author {
    max-width: 115px;
  }

  .order .circle-list__circle {
    margin-bottom: 35px;
  }

  .order .circle-list__circle::after {
    bottom: -23px;
  }

  .order .circle-list__img--first {
    width: 193px;
    left: -7px;
  }

  .order .circle-list__img--second {
    width: 215px;
    left: -20px;
  }

  .order .circle-list__img--third {
    width: 145px;
    top: -35px;
    left: 20px;
  }

  .order .circle-list__title {
    margin-bottom: 15px;
  }

  .promo-content__wrapper {
    max-width: 250px;
  }

  .promo-content__title {
    margin-bottom: 20px;
  }

  .promo-content__prod {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 180px;
  }

  .promo-content__btn {
    font-size: 18px;
    padding: 15px;
    /*max-width: 220px*/
  }

  .benefits,
  .popup__collage {
    max-width: 323px;
  }
  .popup__collage {
    max-width: 280px;
  }
  .benefits__item::before {
    width: 60px;
    height: 60px;
  }

  .benefits__item::after {
    width: 60px;
    height: 60px;
  }

  .price__title {
    margin-bottom: 10px;
  }

  .price__amount--new {
    font-size: 32px;
  }

  .price__amount--new .price__currency {
    font-size: 16px;
  }

  .price__amount--old {
    font-size: 28px;
  }

  .price__amount--old .price__currency {
    font-size: 14px;
  }

  .popup__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 30px 30px 30px 210px;
  }

  .popup__collage {
    margin: 0;
    position: absolute;
    bottom: 10px;
    left: -35px;
  }

  .popup__form {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 270px;
    position: relative;
    z-index: 1;
  }

  .popup .price {
    justify-content: center;
  }

  .popup .price__title {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .popup .antes {
    position: relative;
    top: 0px;
  }
  .popup .price__block {
  }
  .popup .price__block:not(:last-child) {
    margin-right: 15px;
  }

  .popup .price__amount--new {
    font-size: 32px;
  }

  .popup .price__amount--new .price__currency {
    font-size: 16px;
  }

  .popup .price__amount--old {
    font-size: 28px;
  }

  .popup .price__amount--old .price__currency {
    font-size: 14px;
  }
}

@media screen and (min-width: 1024px) {
  .details-bg,
  .effect,
  .feedback {
    overflow: hidden;
  }
  .promo-bottom .promo-content__fn {
    margin-top: 0px;
  }
  body {
    font-size: 18px;
  }
  .popup__collage .collage__grass {
    right: 70px;
    bottom: 5px;
  }
  .button,
  .nutrition__fn,
  .result .method__desc {
    font-size: 20px;
  }

  .container {
    width: 1024px;
  }

  .title {
    font-size: 40px;
    margin-bottom: 20px;
  }

  .feedback__title,
  .result__subtitle,
  .subtitle {
    margin-bottom: 30px;
  }

  .list-mark::before {
    width: 42px;
    height: 42px;
    border-width: 11px;
  }

  .sale-mark::before {
    font-size: 21px;
    width: 70px;
    height: 70px;
  }

  .slick-slider .slick-dots li {
    width: 13px !important;
    height: 13px !important;
  }

  .promo.block {
    padding: 0;
  }

  .benefits,
  .details,
  .feedback__container,
  .promo__wrapper {
    position: relative;
  }

  .nutrition.block {
    padding-top: 100px;
    overflow: hidden;
  }

  .nutrition .grass-bg {
    top: -100px;
    right: -385px;
  }

  .effect__subtitle,
  .impact,
  .nutrition__title {
    margin-bottom: 50px;
  }

  .nutrition .circle-list {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .nutrition .circle-list__circle {
    padding: 10px;
  }

  .nutrition__fn,
  .nutrition__subtitle {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .circle-list__item {
    max-width: 230px;
  }

  .circle-list__separator {
    -webkit-transform: translateY(55px);
    transform: translateY(55px);
  }

  .circle-list__circle {
    width: 230px;
    height: 230px;
    border-width: 16px;
    margin-bottom: 20px;
  }

  .circle-list__circle::after {
    font-size: 24px;
    width: 45px;
    height: 45px;
  }

  .circle-list__title {
    font-size: 22px;
  }

  .circle-list__desc,
  .feedback-slider__text {
    font-size: 18px;
  }

  .details-bg {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .details-bg::after,
  .details-bg::before {
    content: '';
    display: block;
    position: absolute;
    width: 710px;
    height: 590px;
    background-repeat: no-repeat;
    background-size: contain;
    top: -50px;
  }

  .details-bg::before {
    left: -50px;
    background-image: url(../img/hatter-bal.png);
    background-position: left;
  }

  .details-bg::after {
    background-image: url(../img/hatter-jobb.png);
    background-position: right;
    right: 0;
  }

  .webp .details-bg::before {
    background-image: url(../img/hatter-bal.webp);
  }

  .webp .details-bg::after {
    background-image: url(../img/hatter-jobb.webp);
  }

  .details__logo {
    width: 250px;
    margin-top: -135px;
    margin-bottom: 75px;
  }

  .details__title {
    margin-bottom: 35px;
  }

  .details__text:not(:last-child),
  .help__title,
  .order .circle-list__title,
  .result__title {
    margin-bottom: 20px;
  }

  .help .collage,
  .help-list__item:nth-child(4n + 1),
  .help-list__item:nth-child(4n + 2) {
    margin-bottom: 25px;
  }

  .help__content {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
  }

  .benefits--left .benefits__separator,
  .result__line--right {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
  }

  .help__subtitle {
    margin-bottom: 18px;
  }

  .help .collage {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-right: 0;
  }

  .help__list {
    max-width: 555px;
    padding-left: 60px;
    margin-bottom: 35px;
  }

  .form__title br,
  .help__example,
  .metabolism__title br,
  .promo-bottom .promo-content__fn::before {
    display: block;
  }

  .help__woman--left {
    width: 262px;
    height: 520px;
    background: url(../img/elotte.png) center/contain no-repeat;
    left: 0px;
  }

  .help__woman--right {
    width: 262px;
    height: 520px;
    background: url(../img/utana.png) center/contain no-repeat;
    right: -20px;
  }

  .webp .help__woman--left {
    background: url(../img/elotte.webp) center/contain no-repeat;
  }

  .webp .help__woman--right {
    background: url(../img/utana.webp) center/contain no-repeat;
  }

  .help__fn {
    font-size: 18px;
    font-weight: 300;
    color: #666;
    position: absolute;
    top: 150px;
  }

  .help__fn--left {
    right: -70px;
    top: 35px;
  }

  .help__fn--left::before {
    -webkit-transform: rotate(-35deg) scale(-1, 1);
    transform: rotate(-35deg) scale(-1, 1);
    right: calc(100% + 20px);
  }

  .help__fn--right {
    left: -100px;
    top: 35px;
  }

  .help__fn--right::after {
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    left: calc(100% + 20px);
  }

  .help__fn--left::before,
  .help__fn--right::after {
    content: '';
    display: block;
    width: 65px;
    height: 19px;
    background: url(../img/zold-nyil.png) center/contain no-repeat;
    -webkit-transform-origin: center;
    transform-origin: center;
    position: absolute;
    top: 55%;
  }

  .help__form {
    max-width: none;
  }

  .help__form--mobile {
    display: none;
  }

  .help__form--desk {
    display: block;
    height: 55px;
    position: static;
    -webkit-transform: none;
    transform: none;
    max-width: 974px;
    width: calc(100% - 50px);
    margin: -55px auto 0;
  }

  .metabolism,
  .result {
    background: url(../img/hatter.jpg) center/cover no-repeat #f3f1f4;
  }

  .webp .metabolism {
    background: url(../img/hatter.webp) center/cover no-repeat #f3f1f4;
  }

  .feedback.block,
  .metabolism-slide__top,
  .metabolism.block {
    padding-top: 110px;
  }

  .metabolism__subtitle--bold {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .metabolism-slider {
    margin-bottom: 40px;
  }

  .feedback-slider,
  .metabolism-slide {
    padding-bottom: 50px;
  }

  .metabolism-slide__wrapper {
    font-size: 18px;
    line-height: 1.4;
  }

  .metabolism-slide__bottom,
  .metabolism-slide__top {
    padding-left: 20px;
    padding-right: 20px;
  }

  .metabolism-slide__img {
    width: 110px;
    height: 110px;
  }

  .metabolism-slide__img::before {
    width: 35px;
    height: 35px;
  }

  .impact {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: url(../img/vonal.svg) center 15px/100% repeat-x;
  }

  .impact__item {
    max-width: 170px;
    margin: 0;
  }

  .impact__item::before {
    width: 50px;
    height: 50px;
    margin-bottom: 40px;
  }

  .impact__item:not(:last-child) {
    margin-bottom: 0;
    margin-right: 15px;
  }

  .result__content {
    display: block;
    position: relative;
  }

  .result__method-title {
    font-size: 20px;
    margin-bottom: 17px;
  }

  .result .method {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: none;
    width: 100%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    padding: 0 60px;
  }

  .result .method__item {
    max-width: 185px;
    width: 100%;
  }

  .result .method__icon {
    margin-bottom: 17px;
  }

  .result .method__icon--clock {
    width: 61px;
    height: 61px;
  }

  .result .method__icon--plate {
    width: 63px;
    height: 61px;
  }

  .result__collage {
    max-width: 345px;
    margin: 0 auto 30px;
  }

  .result__collage::before {
    width: 230px;
    height: 230px;
  }

  .result__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 180px;
    position: absolute;
    top: 40%;
  }

  .result__line::before {
    -webkit-box-shadow: -2px 2px 7px rgba(0, 0, 0, 0.15);
    box-shadow: -2px 2px 7px rgba(0, 0, 0, 0.15);
  }

  .result__line::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #2c5331;
  }

  .result__line--left {
    left: -60px;
  }

  .result__line--right {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    right: -60px;
  }

  .result__form {
    max-width: none;
    position: absolute;
    z-index: 4;
    bottom: -129px;
  }

  .feedback .grass-bg {
    top: -115px;
  }

  .feedback__wrapper {
    padding-bottom: 60px;
  }

  .feedback-slider .slick-next,
  .feedback-slider .slick-prev {
    top: 130px;
  }

  .feedback-slider__slide-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 45px;
    line-height: 1.4;
  }

  .grass-bg,
  .promo-bottom .form {
    display: block;
    position: absolute;
  }

  .feedback-slider__header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 30px;
    margin-bottom: 0;
    padding-left: 100px;
    min-height: 260px;
  }

  .feedback-slider__author {
    max-width: 125px;
  }

  .feedback-slider__author::before {
    width: 26px;
    height: 19px;
    margin-bottom: 18px;
  }

  .feedback-slider__label--left {
    bottom: auto;
    top: 35px;
    left: -10px;
  }

  .feedback-slider__label--right {
    bottom: -15px;
    right: 0;
  }

  .feedback-slider__arrow::after {
    width: 54px;
    height: 22px;
  }

  .feedback-slider__arrow--left {
    bottom: auto;
    top: -80px;
  }

  .feedback-slider__arrow--left::after {
    top: 27px;
    left: auto;
    right: -45px;
    bottom: auto;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .feedback-slider__arrow--right {
    top: 100px;
    right: 45px;
  }

  .feedback-slider__arrow--right::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: auto;
    top: -45px;
    right: -5px;
  }

  .benefits--left .benefits__component,
  .benefits--left .benefits__desc,
  .feedback-slider__content {
    text-align: left;
  }

  .feedback-slider__title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .feedback-slider__subtitle {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .feedback-slider__rating {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 20px;
  }

  .grass-bg {
    width: 428px;
    height: 642px;
    background: url(../img/fu-hatter.png) top right/contain no-repeat;
    right: -290px;
    z-index: -1;
  }

  .webp .grass-bg {
    background: url(../img/fu-hatter.webp) top right/contain no-repeat;
  }

  .order__title {
    margin-bottom: 60px;
  }

  .order .circle-list__circle {
    margin-bottom: 45px;
  }

  .order .circle-list__circle::before {
    top: -20px;
    right: -5px;
  }

  .order .circle-list__circle::after {
    bottom: -30px;
  }

  .order .circle-list__img--first {
    width: 263px;
    left: -15px;
  }

  .order .circle-list__img--second {
    width: 250px;
    left: -25px;
  }

  .order .circle-list__img--third {
    width: 170px;
    top: -40px;
    left: 23px;
  }

  .footer,
  .promo-bottom .promo-content {
    padding-top: 70px;
    padding-bottom: 120px;
  }

  .promo-bottom .promo-content__prod {
    margin-right: 0;
  }

  .promo-bottom .promo-content__fn {
    position: absolute;
    right: -220px;
    width: 275px;
    top: -35px;
  }

  .promo-bottom .price {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 0;
  }

  .promo-bottom .form {
    background: 0 0;
    right: 0;
    bottom: -45px;
    padding: 0;
    max-width: 775px;
    width: 100%;
  }

  .promo-bottom .form__block {
    padding: 25px 35px;
  }

  .promo-bottom .form__title {
    font-size: 20px;
    text-align: left;
    color: #2c5331;
    width: auto;
    max-width: none;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .footer {
    padding-bottom: 30px;
  }

  .footer__link {
    font-size: 16px;
  }

  .promo-content {
    position: relative;
    min-height: 525px;
    padding-top: 20px;
    padding-bottom: 50px;
    padding-right: 50%;
  }

  .promo-content__wrapper {
    max-width: 100%;
    padding: 0;
  }

  .promo-content__title {
    text-align: left;
    line-height: 1;
    max-width: 490px;
    margin-bottom: 33px;
  }

  .promo-content__title.title {
    font-size: 65px;
    line-height: 1.2;
  }

  .promo-content__subtitle {
    max-width: 450px;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 160px;
  }

  .promo-content__benefits {
    background: url(../img/promo-no.png) center/contain no-repeat;
    position: absolute;
    max-width: 512px;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    margin: 0;
  }

  .webp .promo-content__benefits {
    background: url(../img/promo-no.webp) center/contain no-repeat;
  }

  .promo-content__order {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 200px;
    padding-bottom: 0;
  }

  .promo-content__prod {
    position: absolute;
    bottom: -60px;
    left: 0;
  }

  .promo-content__prod::before {
    font-size: 21px;
    width: 70px;
    height: 70px;
  }

  .promo-content__fn {
    width: 273px;
    top: -30px;
    right: -230px;
  }

  .promo-content__fn::before {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 76px;
    height: 24px;
    margin-right: 15px;
  }

  .promo-content__btn {
    font-size: 20px;
    max-width: 250px;
  }

  .benefits:not(:last-child) {
    margin-bottom: 0;
  }

  .benefits--left .benefits__item:first-child {
    top: -152px;
    left: -10px;
  }

  .benefits--left .benefits__item:last-child {
    bottom: -186px;
    left: -37px;
  }

  .benefits--left .benefits__separator {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .benefits--right .benefits__item:first-child {
    top: -267px;
    right: 10px;
  }

  .benefits--right .benefits__item:last-child {
    bottom: -130px;
    right: 10px;
  }

  .benefits--right .benefits__component,
  .benefits--right .benefits__desc {
    margin-left: auto;
    text-align: right;
  }

  .benefits--right .benefits__component {
    margin-left: 55px;
  }

  .benefits--right .benefits__component--last {
    margin-left: auto;
  }

  .benefits__item {
    position: absolute;
    width: 200px;
  }

  .benefits__item::before {
    content: none;
    display: none;
  }

  .benefits__item::after {
    content: none;
    display: none;
  }

  .benefits__desc:not(:last-child) {
    padding-bottom: 0;
    margin-bottom: 0;
    border: 0;
  }

  .benefits__component,
  .benefits__desc {
    padding: 0;
    width: 100px;
  }

  .benefits__separator::before {
    content: '';
    display: block;
    background: #2c5331;
    border: 11px solid #ffb400;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 42px;
    height: 42px;
  }

  .benefits__separator::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #2c5331;
  }

  .popup .price,
  .price {
    margin-bottom: 10px;
  }

  .price__title {
    font-size: 18px;
  }

  .form__title,
  .promo-form__title {
    font-size: 20px;
    text-align: left;
    margin-bottom: 0;
  }

  .promo-form {
    background: 0 0;
    padding: 0;
  }

  .promo-form__title {
    color: #2c5331;
  }

  .form,
  .form__block {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 100px;
  }

  .form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 35px 25px 50px;
  }

  .form__block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    background: #2c5331;
    padding: 0;
  }

  .form__title {
    margin-right: 15px;
    width: calc(100% / 4);
    max-width: 180px;
  }

  .form__btn,
  .form__label {
    max-width: calc(100% / 3 - 10px);
  }

  .form__label {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .form__label--name::before,
  .form__label--phone::before {
    left: 15px;
  }

  .form__input {
    font-size: 16px;
    padding: 20px 20px 20px 50px;
  }

  .form__btn,
  .popup .price__title {
    font-size: 20px;
  }

  .form__btn {
    margin: 0;
  }

  .collage {
    max-width: 345px;
  }

  .popup__wrapper {
    padding: 40px 25px 40px 275px;
  }

  .popup__collage {
    max-width: 360px;
    margin-bottom: 15px;
    bottom: 0;
  }

  .popup__form {
    width: 300px;
  }

  .popup .price__amount--new {
    font-size: 42px;
  }

  .popup .price__amount--new .price__currency {
    font-size: 21px;
  }

  .popup .price__amount--old {
    font-size: 34px;
  }

  .popup .price__amount--old .price__currency {
    font-size: 17px;
  }

  .popup .form__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: 0 0;
  }

  .popup .form__btn,
  .popup .form__label {
    max-width: 100%;
  }

  .popup .form__label {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .popup .form__input {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .popup .form__btn {
    padding: 19px;
  }

  .ever-popup__close {
    top: 20px !important;
    right: 20px !important;
  }
}

@media screen and (min-width: 1220px) {
  .help__fn,
  .help__subtitle,
  .nutrition__fn,
  .result__method-title {
    font-size: 22px;
  }

  .container {
    width: 1220px;
  }
  .popup__form .price__amount--old::before,
  .popup__form .price__amount--old::after {
    width: 80%;
  }
  .sale-mark::before {
    font-size: 23px;
    width: 70px;
    height: 70px;
  }

  .promo {
    background-position: center;
  }

  .promo__wrapper {
    max-width: 1220px;
    margin: 0 auto;
  }

  .nutrition.block {
    padding-top: 150px;
    padding-bottom: 96px;
  }

  .nutrition .grass-bg {
    top: -150px;
    width: 543px;
    height: 815px;
  }

  .nutrition__title {
    margin-bottom: 60px;
  }

  .nutrition .circle-list {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .nutrition__fn {
    margin-bottom: 15px;
  }

  .circle-list__item {
    max-width: 270px;
  }

  .circle-list__separator {
    height: 170px;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  .circle-list__circle {
    width: 270px;
    height: 270px;
    margin-bottom: 25px;
  }

  .circle-list__circle::after {
    font-size: 27px;
    width: 56px;
    height: 56px;
  }

  .details.block {
    padding-bottom: 90px;
  }

  .details-bg::before {
    top: -25px;
    left: 0;
  }

  .details__logo {
    margin-top: -140px;
    margin-bottom: 110px;
    width: 270px;
  }

  .details__title,
  .metabolism__title {
    margin-bottom: 40px;
  }

  .details__text:not(:last-child),
  .result__title {
    margin-bottom: 25px;
  }

  .help__wrapper.block {
    padding-top: 110px;
    padding-bottom: 55px;
  }

  .help__title {
    margin-bottom: 27px;
  }

  .help__title br,
  .impact__item br,
  .order .circle-list__desc br,
  .order__title br {
    display: block;
  }

  .help__list {
    max-width: 700px;
    padding-left: 90px;
    margin-bottom: 47px;
  }

  .help__woman--left {
    width: 347px;
    height: 669px;
    left: -15px;
  }

  .help__woman--right {
    width: 315px;
    height: 668px;
    right: -18px;
  }

  .help__fn {
    top: 55px;
  }

  .help__fn--left {
    right: -100px;
  }

  .help__fn--left::before {
    right: calc(100% + 25px);
  }

  .help__fn--right {
    left: -125px;
  }

  .help__fn--right::after {
    left: calc(100% + 25px);
  }

  .help__fn--left::before,
  .help__fn--right::after {
    width: 85px;
    height: 39px;
    top: 50%;
  }

  .help__form--desk {
    max-width: 1170px;
  }

  .help-list__item {
    width: calc(50% - 20px);
  }

  .help-list__item:nth-child(4n + 1),
  .help-list__item:nth-child(4n + 2) {
    margin-bottom: 30px;
  }

  .metabolism.block {
    padding-top: 132px;
    padding-bottom: 96px;
  }

  .feedback__title,
  .metabolism__subtitle {
    margin-bottom: 35px;
  }

  .metabolism__subtitle--bold {
    margin-bottom: 30px;
  }

  .effect {
    overflow: hidden;
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .effect__subtitle {
    font-size: 22px;
    margin-bottom: 60px;
  }

  .effect__btn {
    font-size: 25px;
    max-width: 500px;
    padding: 20px;
  }

  .impact__item,
  .promo-bottom .promo-content__wrapper {
    max-width: none;
  }

  .effect .grass-bg {
    top: -100px;
  }

  .impact {
    margin-bottom: 60px;
    background-position: center 10px;
  }

  .impact__item {
    font-size: 20px;
  }

  .impact__item:not(:last-child) {
    margin-bottom: 0;
    margin-right: 5px;
  }

  .result {
    padding-top: 96px;
  }

  .result__subtitle {
    margin-bottom: 38px;
    font-size: 22px;
  }

  .result .method {
    padding-left: 77px;
    padding-right: 60px;
  }

  .result__collage {
    max-width: 450px;
    margin: 0 auto 33px;
  }

  .result__collage::before {
    width: 310px;
    height: 310px;
    border-width: 20px;
  }

  .result__line--left {
    left: -50px;
  }

  .result__line--right {
    right: -50px;
  }

  .feedback.block {
    padding-top: 132px;
  }

  .feedback .grass-bg {
    top: -170px;
  }

  .feedback__wrapper {
    padding-bottom: 83px;
  }

  .feedback-slider__slide-wrap {
    padding-right: 110px;
  }

  .feedback-slider__header {
    min-height: 285px;
  }

  .grass-bg {
    right: -350px;
  }

  .order.block {
    padding-top: 85px;
    padding-bottom: 105px;
  }

  .order__title {
    margin-bottom: 80px;
  }

  .order .circle-list__circle {
    margin-bottom: 55px;
  }

  .order .circle-list__circle::before {
    top: -8px;
    right: 6px;
  }

  .order .circle-list__circle::after {
    bottom: -35px;
  }

  .order .circle-list__img--first {
    width: 274px;
    left: -11px;
  }

  .order .circle-list__img--second {
    width: 280px;
    left: -20px;
  }

  .order .circle-list__img--third {
    width: 200px;
    top: -50px;
    left: 30px;
  }

  .order .circle-list__title {
    line-height: 1.3;
  }

  .order .circle-list__desc {
    line-height: 1.4;
  }

  .promo-bottom .promo-content {
    padding-top: 130px;
    padding-bottom: 140px;
  }

  .promo-bottom .form {
    max-width: 925px;
  }

  .promo-bottom .form__title {
    font-size: 22px;
    margin-bottom: 23px;
  }

  .footer {
    padding-top: 70px;
    padding-bottom: 30px;
  }

  .promo-content {
    min-height: 525px;
    padding-right: 590px;
  }

  .promo-content__subtitle {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 161px;
  }

  .promo-content__benefits {
    max-width: 630px;
    width: 100%;
  }

  .promo-bottom .promo-content__fn {
    width: 290px;
    right: -250px;
  }

  .promo-content__order {
    padding-left: 210px;
  }

  .promo-content__prod {
    max-width: 210px;
    left: 0;
    bottom: -60px;
    padding-top: 43px;
  }

  .promo-content__prod::before {
    font-size: 27px;
    width: 86px;
    height: 86px;
    left: 43px;
  }

  .promo-content__fn {
    width: 280px;
    top: -35px;
    right: -235px;
  }

  .promo-content__fn::before {
    margin-right: 20px;
  }

  .promo-content__btn {
    font-size: 25px;
    padding: 25px 15px;
    max-width: 320px;
  }

  .benefits--left .benefits__item:first-child {
    top: -179px;
    left: 45px;
  }

  .benefits--right .benefits__item--third .benefits__component {
    margin-left: 23px;
    margin-top: 10px;
  }

  .benefits--left .benefits__item:last-child {
    width: 200px;
    bottom: -209px;
    left: -17px;
  }

  .benefits--right .benefits__item:first-child {
    width: 168px;
    top: -302px;
    right: 40px;
  }

  .benefits--right .benefits__item:last-child {
    bottom: -119px;
    right: 45px;
  }

  .benefits__item {
    position: absolute;
    width: 180px;
  }

  .benefits__component,
  .benefits__desc {
    width: 110px;
  }

  .price {
    margin-bottom: 15px;
  }

  .price__title {
    font-size: 20px;
  }

  .price__block:not(:last-child) {
    margin-right: 18px;
  }

  .price__amount--new {
    font-size: 42px;
  }

  .price__amount--new .price__currency {
    font-size: 21px;
  }

  .price__amount--old {
    font-size: 34px;
  }

  .price__amount--old .price__currency {
    font-size: 17px;
  }

  .promo-form__title {
    font-size: 24px;
  }

  .header {
    padding-bottom: 27px;
    margin-bottom: 60px;
  }

  .header__logo {
    width: 156px;
  }

  .header__text {
    margin-right: 10px;
  }

  .header__icon {
    width: 24px;
    height: 24px;
  }

  .form__title {
    margin-right: 55px;
  }

  .form__label--name::before,
  .form__label--phone::before {
    width: 30px;
    height: 30px;
    left: 15px;
  }

  .form__input {
    padding: 20px 20px 20px 60px;
  }

  .form__btn {
    font-size: 25px;
  }

  .collage {
    max-width: 450px;
    padding-bottom: 40px;
  }

  .collage__grass {
    width: 40%;
    bottom: 20px;
  }

  .popup__wrapper {
    padding: 52px 35px 64px 310px;
  }

  .popup__collage {
    max-width: 380px;
    left: -30px;
    margin-bottom: 30px;
  }

  .popup__form {
    width: 320px;
  }

  .popup .price__title {
    font-size: 23px;
  }

  .popup .price__amount--new .price__currency {
    /*font-size: 35px*/
  }

  .popup .price__amount--old {
    /*font-size: 56px*/
  }

  .popup .price__amount--old .price__currency {
    /*font-size: 28px*/
  }

  .ever-popup__close {
    top: 20px !important;
    right: 20px !important;
  }
}

@media screen and (min-width: 1260px) {
  .metabolism-slider .slick-next,
  .metabolism-slider .slick-prev {
    top: 42%;
  }

  .feedback-slider .slick-prev,
  .metabolism-slider .slick-prev {
    left: -40px;
  }

  .feedback-slider .slick-next,
  .metabolism-slider .slick-next {
    right: -40px;
  }
}

@media screen and (min-width: 1220px) {
  .collage--middle {
    padding-left: 35px;
  }
}

@media screen and (min-width: 1300px) {
  .metabolism-slider .slick-prev {
    left: -60px;
  }

  .metabolism-slider .slick-next {
    right: -60px;
  }
}
@media screen and (min-width: 1600px) {
  .promo {
    background: url(../img/promo-hatter.jpg) 50% / cover no-repeat;
  }

  .webp .promo {
    background: url(../img/promo-hatter.webp) 50% / cover no-repeat;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1219px) {
  .block {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .list-mark--fix br {
    display: none;
  }
}

.antes {
  margin-bottom: 12px;
}

.popup .price {
  margin-bottom: 15px;
}

.x_price_current,
.x_price_previous {
  margin-right: 8px;
}

.details__text {
  font-size: 20px;
}

.metabolism__fn {
  font-size: 14px !important;
}

.result__subtitle,
.help__subtitle {
  color: #333;
  font-weight: bold;
}

.live {
  max-width: 250px;
  width: 100%;
  display: block;
  margin: 0;
  margin-top: 15px;
}

.price__block {
  text-align: center;
}

@media (width <= 1219px) {
  .antes {
    margin-bottom: 10px;
  }
  .popup .antes {
    position: relative;
    top: 0px;
  }

  .result__form {
    bottom: -145px;
  }

  .header__icon {
    margin-right: 0;
  }
}

@media (width <= 1023px) {
  .antes {
    margin-bottom: 10px;
  }
  .popup .antes {
    position: relative;
    top: 0px;
  }

  .details__text {
    font-size: 17px;
  }

  .block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .metabolism {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .live {
    margin: 15px auto 0;
  }

  .benefits__content > * {
    text-align: center;
  }

  .sale-mark::before {
    width: 70px;
    height: 70px;
    left: 32%;
  }

  .collage__pack {
    max-width: 160px;
  }

  .details {
    margin-top: 55px;
  }

  .order .circle-list__circle::before {
    width: 60px;
    height: 60px;
    left: auto;
    right: 5px;
    z-index: 2;
    top: 2px;
  }
}

@media (width <= 767px) {
  .antes {
    margin-bottom: 6px;
  }
  .popup .antes {
    position: relative;
    top: 1px;
  }

  .details__text {
    font-size: 16px;
  }

  .promo-content__benefits {
    flex-direction: column;
  }

  .details {
    margin-top: 45px;
  }
}

@media (width <= 639px) {
  .details__text {
    font-size: 16px;
  }

  body {
    font-size: 16px;
  }

  .sale-mark::before {
    width: 50px;
    height: 50px;
  }

  .order .circle-list__circle::before {
    width: 40px;
    height: 40px;
    left: auto;
    right: 15px;
    z-index: 2;
    top: 5px;
    font-size: 14px;
  }
}

@media (width <= 479px) {
  .details {
    margin-top: 35px;
  }
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
  .result .collage__grass {
    width: auto;
    max-width: 190px;
    right: -53px;
    bottom: -8px;
  }
  .result .collage__berries {
    width: auto;
    max-width: 200px;
    left: -60px;
    bottom: 27px;
  }
}

@media screen and (max-width: 1023px) {
  .promo-content__btn {
    margin-top: 15px;
  }
}

/* SEO Subpages */
.seo-article{max-width:700px;margin:0 auto}
.seo-article h2{font-size:20px;font-weight:900;color:#1B5E20;margin:28px 0 12px;line-height:1.3}
.seo-article h3{font-size:16px;font-weight:700;color:#333;margin:20px 0 8px}
.seo-article p{font-size:15px;line-height:1.7;color:#555;margin-bottom:16px}
.seo-article ul{list-style:disc;padding-left:20px;margin-bottom:16px}
.seo-article ul li{font-size:15px;line-height:1.7;color:#555;margin-bottom:6px}
/* Footer links */
.footer__links{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 16px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #e0e0e0}
.footer__links a{font-size:12px;color:#4CAF50;font-weight:500}
.footer__links a:hover{color:#1B5E20;text-decoration:underline}

/* === Desktop Fixes === */
@media screen and (min-width:640px){
  .promo__wrapper{overflow:hidden}
  .promo-content__fn{position:relative!important;top:auto!important;right:auto!important;width:auto!important;text-align:center;margin-top:8px}
  .promo-content__fn::before{display:none!important}
  .promo-bottom .promo-content__fn{position:relative!important;top:auto!important;right:auto!important;width:auto!important}
  .promo-content__wrapper{max-width:280px!important;padding-bottom:20px!important}
  .promo-content__order{gap:30px}
  .price{gap:20px}
  .price__amount--old{font-size:22px}
  .price__amount--new{font-size:30px}
}

/* === Footer Fix === */
.footer{padding:20px 0;background:#f3f1f4}
.footer__container{max-width:600px;margin:0 auto;padding:0 20px}
.footer-text{font-size:13px;color:#888;text-align:center;line-height:1.5;margin-bottom:4px}

/* === Mobile Fixes === */
@media screen and (max-width:639px){
  /* Hero: цена не налезает на продукт */
  .promo-content__order{gap:20px;align-items:center}
  .promo-content__prod{margin-bottom:10px}
  .promo-content__wrapper{padding-top:10px;max-width:100%}
  .promo-content__benefits{margin-bottom:15px}
  .price{gap:20px;flex-wrap:nowrap;margin-bottom:10px}
  .price__block{min-width:auto}
  .price__amount--old{font-size:20px}
  .price__amount--new{font-size:26px}
  .promo-content__btn{margin-top:10px;max-width:280px}

  /* Footer */
  .footer{padding:20px 15px}
  .footer__container{padding:0 10px}
  .footer__links{gap:6px 12px;margin-bottom:15px;padding-bottom:12px}
  .footer-text{font-size:12px;line-height:1.4;margin-bottom:3px}

  /* Popup fix */
  .popup__wrapper{flex-direction:column}
  .popup__collage{max-width:200px;margin:0 auto}
  .popup__form{width:100%}
  .popup .price{gap:15px}
  .popup .price__amount--new{font-size:22px}

  /* Order section circles */
  .order .circle-list{flex-direction:column;align-items:center;gap:20px}
  .order .circle-list__sep{width:2px;height:20px;margin:0}

  /* Result/Warning collage */
  .result .collage{max-width:250px;margin:0 auto}

  /* Feedback slider */
  .feedback-slider__slide-wrap{padding:15px}
  .feedback-slider__avatar{width:70px;height:70px}
  .feedback-slider__weight{font-size:20px}

  /* General spacing */
  .block{padding-top:30px;padding-bottom:30px}
  .container{padding-left:15px;padding-right:15px}
}
