@charset "UTF-8";
@-webkit-keyframes ballFly {
  0%,
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(15px, -20px);
    transform: translate(15px, -20px);
  }
  40% {
    -webkit-transform: translate(-10px, -40px);
    transform: translate(-10px, -40px);
  }
  60% {
    -webkit-transform: translate(20px, -60px);
    transform: translate(20px, -60px);
  }
  80% {
    -webkit-transform: translate(0, -80px);
    transform: translate(0, -80px);
  }
}
@keyframes ballFly {
  0%,
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(15px, -20px);
    transform: translate(15px, -20px);
  }
  40% {
    -webkit-transform: translate(-10px, -40px);
    transform: translate(-10px, -40px);
  }
  60% {
    -webkit-transform: translate(20px, -60px);
    transform: translate(20px, -60px);
  }
  80% {
    -webkit-transform: translate(0, -80px);
    transform: translate(0, -80px);
  }
}
@-webkit-keyframes ballFlyAlt {
  0%,
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(-12px, -15px);
    transform: translate(-12px, -15px);
  }
  40% {
    -webkit-transform: translate(18px, -35px);
    transform: translate(18px, -35px);
  }
  60% {
    -webkit-transform: translate(-8px, -55px);
    transform: translate(-8px, -55px);
  }
  80% {
    -webkit-transform: translate(12px, -70px);
    transform: translate(12px, -70px);
  }
}
@keyframes ballFlyAlt {
  0%,
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(-12px, -15px);
    transform: translate(-12px, -15px);
  }
  40% {
    -webkit-transform: translate(18px, -35px);
    transform: translate(18px, -35px);
  }
  60% {
    -webkit-transform: translate(-8px, -55px);
    transform: translate(-8px, -55px);
  }
  80% {
    -webkit-transform: translate(12px, -70px);
    transform: translate(12px, -70px);
  }
}
@-webkit-keyframes blink {
  0%,
  to {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}
@keyframes blink {
  0%,
  to {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}
@-webkit-keyframes floatGlow {
  0%,
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-filter: drop-shadow(0 0 2px #fff);
    filter: drop-shadow(0 0 2px #fff);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-filter: drop-shadow(0 0 8px #f8c300);
    filter: drop-shadow(0 0 8px #f8c300);
  }
}
@keyframes floatGlow {
  0%,
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-filter: drop-shadow(0 0 2px #fff);
    filter: drop-shadow(0 0 2px #fff);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-filter: drop-shadow(0 0 8px #f8c300);
    filter: drop-shadow(0 0 8px #f8c300);
  }
}
@-webkit-keyframes rocketMove {
  0%,
  to {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  50% {
    -webkit-transform: translate(5px, -50%);
    transform: translate(5px, -50%);
  }
}
@keyframes rocketMove {
  0%,
  to {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  50% {
    -webkit-transform: translate(5px, -50%);
    transform: translate(5px, -50%);
  }
}
@-webkit-keyframes moveUpLeft {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(-40px, -70px);
    transform: translate(-40px, -70px);
  }
}
@keyframes moveUpLeft {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(-40px, -70px);
    transform: translate(-40px, -70px);
  }
}
@-webkit-keyframes moveUpRight {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(40px, -70px);
    transform: translate(40px, -70px);
  }
}
@keyframes moveUpRight {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(40px, -70px);
    transform: translate(40px, -70px);
  }
}
@-webkit-keyframes moveLeftToRight {
  0% {
    -webkit-transform: translate(-40px, -70px);
    transform: translate(-40px, -70px);
  }
  to {
    -webkit-transform: translate(40px, -70px);
    transform: translate(40px, -70px);
  }
}
@keyframes moveLeftToRight {
  0% {
    -webkit-transform: translate(-40px, -70px);
    transform: translate(-40px, -70px);
  }
  to {
    -webkit-transform: translate(40px, -70px);
    transform: translate(40px, -70px);
  }
}
@-webkit-keyframes moveRightToLeft {
  0% {
    -webkit-transform: translate(40px, -70px);
    transform: translate(40px, -70px);
  }
  to {
    -webkit-transform: translate(-40px, -70px);
    transform: translate(-40px, -70px);
  }
}
@keyframes moveRightToLeft {
  0% {
    -webkit-transform: translate(40px, -70px);
    transform: translate(40px, -70px);
  }
  to {
    -webkit-transform: translate(-40px, -70px);
    transform: translate(-40px, -70px);
  }
}
@-webkit-keyframes moveBackToOriginRight {
  0% {
    -webkit-transform: translate(-40px, -70px);
    transform: translate(-40px, -70px);
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes moveBackToOriginRight {
  0% {
    -webkit-transform: translate(-40px, -70px);
    transform: translate(-40px, -70px);
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes moveBackToOriginLeft {
  0% {
    -webkit-transform: translate(40px, -70px);
    transform: translate(40px, -70px);
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes moveBackToOriginLeft {
  0% {
    -webkit-transform: translate(40px, -70px);
    transform: translate(40px, -70px);
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes twinkle {
  0%,
  to {
    -webkit-filter: drop-shadow(0 0 5px #fff) drop-shadow(0 0 10px gold)
      drop-shadow(0 0 15px #f8f4ec);
    filter: drop-shadow(0 0 5px #fff) drop-shadow(0 0 10px gold)
      drop-shadow(0 0 15px #f8f4ec);
  }
  50% {
    -webkit-filter: drop-shadow(0 0 10px #fff) drop-shadow(0 0 15px gold)
      drop-shadow(0 0 20px #f8f4ec);
    filter: drop-shadow(0 0 10px #fff) drop-shadow(0 0 15px gold)
      drop-shadow(0 0 20px #f8f4ec);
  }
}
@keyframes twinkle {
  0%,
  to {
    -webkit-filter: drop-shadow(0 0 5px #fff) drop-shadow(0 0 10px gold)
      drop-shadow(0 0 15px #f8f4ec);
    filter: drop-shadow(0 0 5px #fff) drop-shadow(0 0 10px gold)
      drop-shadow(0 0 15px #f8f4ec);
  }
  50% {
    -webkit-filter: drop-shadow(0 0 10px #fff) drop-shadow(0 0 15px gold)
      drop-shadow(0 0 20px #f8f4ec);
    filter: drop-shadow(0 0 10px #fff) drop-shadow(0 0 15px gold)
      drop-shadow(0 0 20px #f8f4ec);
  }
}
@-webkit-keyframes twinkle-btn {
  0%,
  to {
    -webkit-filter: drop-shadow(0 0 2px #fff) drop-shadow(0 0 4px gold)
      drop-shadow(0 0 6px #f8f4ec);
    filter: drop-shadow(0 0 2px #fff) drop-shadow(0 0 4px gold)
      drop-shadow(0 0 6px #f8f4ec);
  }
  50% {
    -webkit-filter: drop-shadow(0 0 4px #fff) drop-shadow(0 0 6px gold)
      drop-shadow(0 0 8px #f8f4ec);
    filter: drop-shadow(0 0 4px #fff) drop-shadow(0 0 6px gold)
      drop-shadow(0 0 8px #f8f4ec);
  }
}
@keyframes twinkle-btn {
  0%,
  to {
    -webkit-filter: drop-shadow(0 0 2px #fff) drop-shadow(0 0 4px gold)
      drop-shadow(0 0 6px #f8f4ec);
    filter: drop-shadow(0 0 2px #fff) drop-shadow(0 0 4px gold)
      drop-shadow(0 0 6px #f8f4ec);
  }
  50% {
    -webkit-filter: drop-shadow(0 0 4px #fff) drop-shadow(0 0 6px gold)
      drop-shadow(0 0 8px #f8f4ec);
    filter: drop-shadow(0 0 4px #fff) drop-shadow(0 0 6px gold)
      drop-shadow(0 0 8px #f8f4ec);
  }
}
@-webkit-keyframes sway {
  0%,
  50%,
  to {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    opacity: 1;
  }
  25%,
  75% {
    -webkit-transform: translateY(-6px) scale(1.02);
    transform: translateY(-6px) scale(1.02);
    opacity: 0.95;
  }
}
@keyframes sway {
  0%,
  50%,
  to {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    opacity: 1;
  }
  25%,
  75% {
    -webkit-transform: translateY(-6px) scale(1.02);
    transform: translateY(-6px) scale(1.02);
    opacity: 0.95;
  }
}
@-webkit-keyframes wandClick {
  0%,
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@keyframes wandClick {
  0%,
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
.slick-slide img,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  font-family: "Inter", sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  background: linear-gradient(
    146deg,
    #21163f 0,
    rgba(51, 36, 92, 0.96) 100%,
    rgba(128, 111, 173, 0.92) 100%,
    rgba(51, 45, 66, 0) 100%
  );
}
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 {
  line-height: 1;
  font-size: 0;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
button,
button:focus,
input,
input:focus {
  outline: 0;
}
a,
button {
  cursor: pointer;
}
a {
  text-decoration: none;
}
button {
  border: 0;
  background: 0 0;
  display: block;
  padding: 0;
}
::-moz-focus-inner,
::-moz-focus-outer {
  border: 0;
  padding: 0;
}
:active,
:focus,
:hover,
:visited {
  outline: 0 !important;
}
::-ms-clear {
  display: none;
}
* {
  -webkit-tap-highlight-color: transparent;
}
#comebacker_main_div {
  display: none !important;
  height: 0 !important;
}
html {
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}
a:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
a,
a:active,
a:focus,
a:hover,
a:visited {
  outline: 0 !important;
}
::-moz-focus-inner {
  border: 0;
  outline: 0;
}
select {
  outline: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(https://179523.selcdn.ru/public/layout-images/select-triangle.svg);
  background-repeat: no-repeat;
}
select,
select:hover {
  background-size: 10px 10px;
  background-position: right 10px center;
}
select:focus {
  outline: 0 !important;
  outline-color: transparent;
  outline-width: 0;
}
select::-ms-expand {
  display: none !important;
  background: 0 0 !important;
  position: fixed;
  border: 0 !important;
  outline: 0 !important;
}
button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
option::-moz-focus-inner,
select::-moz-focus-inner {
  border: 0;
}
:not(#fake) {
  outline: 0;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
@font-face {
  font-family: "Montserrat";
  src:
    url(../fonts/Montserrat-Bold.woff2) format("woff2"),
    url(../fonts/Montserrat-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src:
    url(../fonts/Montserrat-Black.woff2) format("woff2"),
    url(../fonts/Montserrat-Black.woff) format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src:
    url(../fonts/Montserrat-Light.woff2) format("woff2"),
    url(../fonts/Montserrat-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src:
    url(../fonts/Montserrat-Medium.woff2) format("woff2"),
    url(../fonts/Montserrat-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src:
    url(../fonts/Montserrat-SemiBold.woff2) format("woff2"),
    url(../fonts/Montserrat-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src:
    url(../fonts/Montserrat-Regular.woff2) format("woff2"),
    url(../fonts/Montserrat-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SegoeUI";
  src:
    url(../fonts/SegoeUI-Bold.woff2) format("woff2"),
    url(../fonts/SegoeUI-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src:
    url(../fonts/Inter18pt-SemiBoldItalic.woff2) format("woff2"),
    url(../fonts/Inter18pt-SemiBoldItalic.woff) format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src:
    url(../fonts/Inter18pt-Regular.woff2) format("woff2"),
    url(../fonts/Inter18pt-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src:
    url(../fonts/Inter18pt-Light.woff2) format("woff2"),
    url(../fonts/Inter18pt-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src:
    url(../fonts/Inter18pt-BoldItalic.woff2) format("woff2"),
    url(../fonts/Inter18pt-BoldItalic.woff) format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src:
    url(../fonts/Inter18pt-Bold.woff2) format("woff2"),
    url(../fonts/Inter18pt-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body.no-scroll {
  height: 100dvh;
}
img,
picture {
  display: block;
  max-width: 100%;
  height: auto;
}
.btn,
img {
  width: 100%;
}
body.no-scroll,
svg {
  overflow: hidden;
}
.btn {
  font-family: "Inter", sans-serif;
  cursor: pointer;
  position: relative;
  border-radius: 26px;
  padding: 10px 20px;
  font-style: italic;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  color: #21163f;
  max-width: 320px;
  margin-inline: auto;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#eb4716),
    to(#fdf29f)
  );
  background: linear-gradient(180deg, #eb4716 0, #fdf29f 100%);
  -webkit-animation: twinkle-btn 1.5s infinite alternate;
  animation: twinkle-btn 1.5s infinite alternate;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn:focus,
.btn:hover {
  background: linear-gradient(245deg, #eb4716 0, #fdf29f 100%);
}
.btn::before {
  display: none;
}
.btn.custom-btn {
  font-size: 18px;
}
.input {
  font-size: 16px;
  border-radius: 26px;
  padding: 13px 20px;
  line-height: 1.1;
  text-align: center;
  background-color: #fff;
  border: 1px solid #f8c300;
  width: 100%;
  color: #21163f;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.input:focus,
.input:hover {
  -webkit-filter: drop-shadow(0 0 5px #fff) drop-shadow(0 0 10px gold)
    drop-shadow(0 0 15px #f8f4ec);
  filter: drop-shadow(0 0 5px #fff) drop-shadow(0 0 10px gold)
    drop-shadow(0 0 15px #f8f4ec);
}
.input::-webkit-input-placeholder {
  color: #21163f;
}
.input::-moz-placeholder {
  color: #21163f;
}
.input:-ms-input-placeholder {
  color: #21163f;
}
.input::placeholder {
  color: #21163f;
}
.desktop,
.slick-slide.slick-loading img,
.wide-desktop {
  display: none;
}
.container {
  margin: 0 auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.title {
  font-size: 30px;
  color: #fff;
  font-weight: 400;
  line-height: 1.1;
  text-align: center;
}
.text-bold {
  font-weight: 700;
}
.text-black {
  font-weight: 900;
}
.nowrap {
  white-space: nowrap;
}
.yellow {
  color: #f8c300;
}
.slick-list,
.slick-slider {
  position: relative;
  display: block;
}
.slick-slider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-dots li button:focus,
.slick-dots li button:hover,
.slick-list:focus {
  outline: 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 {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: #fff;
}
.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before,
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "←";
}
.slick-next:before,
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
.menu__link a,
.slick-dots {
  width: 100%;
  display: block;
  text-align: center;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  left: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}
.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
  text-align: center;
  opacity: 0.25;
  color: #000;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}
.slick-slide {
  outline: 0;
}
.block {
  padding-top: 25px;
  padding-bottom: 25px;
}
.promo,
.promo::after {
  background-repeat: no-repeat;
}
.promo {
  background-size: 946px 687px;
  background-position: -392px -58px;
  overflow: hidden;
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}
.promo::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 632px;
  height: 459px;
  bottom: 24px;
  left: 25%;
  background-size: cover;
  background-position: center;
}
.no-webp .promo {
  background-image: url(../img/bg-blush-front-mob.png);
}
.webp .promo {
  background-image: url(../img/bg-blush-front-mob.webp);
}
.header,
.promo {
  position: relative;
}
.header__container {
  padding: 15px;
  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;
  position: relative;
}
.header__container::after {
  position: absolute;
  width: calc(100% - 30px);
  height: 1px;
  content: "";
  border-bottom: 1px dashed #f47fa8;
  bottom: 0;
  left: 15px;
}
.header__logo {
  width: 100px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}
.header__logo img {
  position: relative;
  z-index: 3;
}
.header__logo::after {
  position: absolute;
  z-index: 2;
  content: "";
  width: 99px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: -4px;
  bottom: -7px;
}
.webp .header__logo::after {
  background-image: url(../img/logo-flower.webp);
}
.no-webp .header__logo::after {
  background-image: url(../img/logo-flower.png);
}
.header__burger {
  background: 0 0;
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: linear-gradient(147deg, #af63a3 0, #824f9d 100%);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -100%;
  -webkit-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
  z-index: 100;
}
.header__menu.active {
  right: 0;
}
.header__nav-close {
  position: absolute;
  display: block;
  cursor: pointer;
  right: 15px;
  top: 20px;
  pointer-events: auto;
  width: 15px;
  height: 15px;
  padding: 0;
  background-image: url(../img/close.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
}
.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
  margin-top: 160px;
  width: 100%;
}
.menu__link {
  width: 80%;
  margin-inline: auto;
}
.menu__link a {
  font-size: 25px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.menu__link a:focus,
.menu__link a:hover {
  color: #f8c300;
}
.hero {
  overflow-x: hidden;
}
.hero .container {
  padding-bottom: 5px;
}
.hero__title {
  text-align: left;
  font-weight: 300;
  font-size: 32px;
  margin-top: 17px;
}
.hero__title-word {
  display: block;
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}
.hero__title-word:not(:first-of-type) {
  margin-left: 2px;
}
.hero__subtitle {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.05em;
  margin-top: 20px;
  min-height: 88px;
  padding-right: 150px;
}
.hero__subtitle--accented {
  font-weight: 900;
}
.hero__woman {
  content: "";
  width: 180px;
  height: 410px;
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 15px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.hero__prod-wrapper {
  position: relative;
  width: 160px;
  margin-top: 15px;
  margin-left: -15px;
}
.hero__prod,
.hero__prod-sale {
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}
.hero__prod-sale {
  width: 71px;
  height: 72px;
  background-image: url(../img/star-sale.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 13px;
  line-height: 1.2;
  color: #21163f;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: center;
  position: absolute;
  right: -2px;
  top: -25px;
  -webkit-animation: twinkle 1.5s infinite alternate;
  animation: twinkle 1.5s infinite alternate;
  -webkit-filter: drop-shadow(0 0 5px #fff) drop-shadow(0 0 10px gold)
    drop-shadow(0 0 15px #f8f4ec);
  filter: drop-shadow(0 0 5px #fff) drop-shadow(0 0 10px gold)
    drop-shadow(0 0 15px #f8f4ec);
}
.hero__prod-sale__amount {
  font-size: 18px;
}
.hero__form {
  padding: 15px 15px 22px;
  border: 1px dashed #f47fa8;
  border-radius: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  max-width: 290px;
  margin-inline: auto;
}
.no-webp .hero__woman {
  background-image: url(../img/woman-promo-mob.png);
}
.webp .hero__woman {
  background-image: url(../img/woman-promo-mob.webp);
}
.running-text__item::before,
.woman-after {
  background-repeat: no-repeat;
  background-size: contain;
}
.woman-after {
  background-position: center bottom;
  -webkit-filter: drop-shadow(0 0 32px rgba(248, 195, 0, 0.8));
  filter: drop-shadow(0 0 32px rgba(248, 195, 0, 0.8));
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  bottom: 0;
}
.no-webp .hero__woman.woman-after {
  background-image: url(../img/woman-promo-after-mob.png);
}
.webp .hero__woman.woman-after {
  background-image: url(../img/woman-promo-after-mob.webp);
}
.hero__form-wrapper-bg {
  padding: 20px 15px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(122, 93, 153, 0)),
    color-stop(49.77%, #7a5d99),
    to(rgba(122, 93, 153, 0))
  );
  background: linear-gradient(
    90deg,
    rgba(122, 93, 153, 0) 0,
    #7a5d99 49.77%,
    rgba(122, 93, 153, 0) 100%
  );
}
.inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.inputs__btn {
  position: relative;
}
.prices {
  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;
  gap: 8px;
}
.prices__new-price {
  font-weight: 700;
  font-size: 34px;
  color: #f8c300;
}
.prices__new-price span {
  display: inline-block;
}
.prices .currency {
  font-size: 16px;
  line-height: 1;
}
.prices__old-price {
  font-weight: 300;
  font-size: 30px;
  opacity: 0.7;
  line-height: 1.2;
  height: 44px;
  -ms-flex-line-pack: center;
  align-content: center;
}
.prices__old-price .price {
  text-decoration: line-through;
}
.running-text {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -webkit-animation: marquee 20s linear infinite;
  animation: marquee 20s linear infinite;
}
.running-text__item,
.running-text__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  position: relative;
  width: 100%;
}
.running-text__wrapper {
  gap: 20px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#7a5717),
    color-stop(28.37%, #f3cf78),
    color-stop(61.54%, #fef4b3),
    to(#e0be80)
  );
  background: linear-gradient(
    90deg,
    #7a5717 0,
    #f3cf78 28.37%,
    #fef4b3 61.54%,
    #e0be80 100%
  );
  padding-inline: 16px;
  height: 44px;
  overflow: hidden;
  z-index: 10;
}
.running-text__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #21163f;
}
.running-text__item::before {
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(../img/star-textline.svg);
  background-position: center;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.deco {
  pointer-events: none;
}
.deco__circle {
  content: "";
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ac5b9b),
    to(#3f357d)
  );
  background: linear-gradient(180deg, #ac5b9b 0, #3f357d 100%);
  opacity: 0.5;
  position: absolute;
  z-index: 1;
  border-radius: 100%;
}
.deco__flower {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -1;
  display: none;
}
.deco__stars {
  position: absolute;
  right: -44px;
  top: 92px;
}
.deco__stars__container {
  width: 416px;
  height: 376px;
}
.deco__stars__star {
  -webkit-transition: -webkit-transform 2s ease-in-out;
  transition: transform 2s ease-in-out;
  transition:
    transform 2s ease-in-out,
    -webkit-transform 2s ease-in-out;
  z-index: -3;
  height: auto;
  position: absolute;
}
.deco__stars__star--1 {
  top: 118px;
  left: 227px;
  width: 34px;
}
.deco__stars__star--2 {
  width: 29px;
  top: 15px;
  left: 212px;
  opacity: 0.2;
}
.deco__stars__star--3 {
  display: none;
}
.deco__stars__star--4 {
  width: 40px;
  top: 83px;
  left: 172px;
  opacity: 0.2;
}
.deco__stars__star--5,
.deco__stars__star--6 {
  display: none;
}
.deco__stars__star--7 {
  width: 48px;
  top: 81px;
  right: 42px;
  opacity: 0.3;
}
.deco__stars__star--8 {
  display: none;
}
.deco__stars__star--9 {
  width: 43px;
  bottom: 125px;
  right: 77px;
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
.deco__stars__star--10 {
  display: none;
}
.deco__stars__star--11 {
  opacity: 0.6;
  width: 48px;
  bottom: 63px;
  left: 143px;
}
.deco__stars__star--12 {
  display: none;
}
.deco__stars__star--13 {
  opacity: 0.6;
  right: 41px;
  bottom: 60px;
  width: 27px;
}
.webp .deco__flower {
  background-image: url(../img/decor-flower.webp);
}
.no-webp .deco__flower {
  background-image: url(../img/decor-flower.png);
}
.star--move-left {
  -webkit-animation: blink 3s infinite ease-in-out;
  animation: blink 3s infinite ease-in-out;
}
.star--move-right {
  -webkit-animation: floatGlow 6s infinite ease-in-out;
  animation: floatGlow 6s infinite ease-in-out;
}
.promo.phase-1 .hero__title-word:nth-of-type(1),
.promo.phase-2 .hero__title-word:nth-of-type(2),
.promo.phase-3 .hero__title-word:nth-of-type(3),
.promo.phase-4 .hero__title-word:nth-of-type(1) {
  color: #f8c300;
}
.promo.phase-1 .deco__circle--bottom,
.promo.phase-1 .deco__circle--top {
  -webkit-transform: translateX(40px) scale(1.2);
  transform: translateX(40px) scale(1.2);
  -webkit-transition: -webkit-transform 4s ease-in-out;
  transition: transform 4s ease-in-out;
  transition:
    transform 4s ease-in-out,
    -webkit-transform 4s ease-in-out;
}
.promo.phase-1 .deco__circle--bottom {
  -webkit-transform: translateX(-40px) scale(1.2);
  transform: translateX(-40px) scale(1.2);
}
.promo.phase-2 .deco__circle--bottom,
.promo.phase-2 .deco__circle--top {
  -webkit-transform: translateY(-40px) scale(1);
  transform: translateY(-40px) scale(1);
  -webkit-transition: -webkit-transform 5s ease-in-out;
  transition: transform 5s ease-in-out;
  transition:
    transform 5s ease-in-out,
    -webkit-transform 5s ease-in-out;
}
.promo.phase-1 .deco__flower--bottom,
.promo.phase-1 .deco__flower--top {
  -webkit-transform: translateX(40px) scale(1.2);
  transform: translateX(40px) scale(1.2);
  -webkit-transition: -webkit-transform 4s ease-in-out;
  transition: transform 4s ease-in-out;
  transition:
    transform 4s ease-in-out,
    -webkit-transform 4s ease-in-out;
}
.promo.phase-1 .deco__flower--bottom {
  -webkit-transform: translateX(-40px) scale(1.2);
  transform: translateX(-40px) scale(1.2);
}
.promo.phase-2 .deco__flower--bottom,
.promo.phase-2 .deco__flower--top {
  -webkit-transform: translateY(-40px) scale(1);
  transform: translateY(-40px) scale(1);
  -webkit-transition: -webkit-transform 3s ease-in-out;
  transition: transform 3s ease-in-out;
  transition:
    transform 3s ease-in-out,
    -webkit-transform 3s ease-in-out;
}
.promo.phase-3 .deco__circle--bottom,
.promo.phase-3 .deco__circle--top,
.promo.phase-3 .deco__flower--bottom,
.promo.phase-3 .deco__flower--top {
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
  -webkit-transition: -webkit-transform 5s ease-in-out;
  transition: transform 5s ease-in-out;
  transition:
    transform 5s ease-in-out,
    -webkit-transform 5s ease-in-out;
}
.promo.phase-4 .deco__circle--bottom,
.promo.phase-4 .deco__circle--top,
.promo.phase-4 .deco__flower--bottom,
.promo.phase-4 .deco__flower--top {
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
  -webkit-transition: -webkit-transform 4s ease-in-out;
  transition: transform 4s ease-in-out;
  transition:
    transform 4s ease-in-out,
    -webkit-transform 4s ease-in-out;
}
.promo.phase-1 .hero__prod-sale,
.promo.phase-3 .hero__prod-sale {
  top: -25px;
}
.promo.phase-2 .hero__prod-sale {
  top: -15px;
}
.promo.phase-1 {
  background-position: -392px -58px;
}
.promo.phase-2 {
  background-position: -382px -68px;
}
.promo.phase-3 {
  background-position: -385px -63px;
}
.promo.phase-4 {
  background-position: -392px -58px;
}
.magic-wand {
  position: absolute;
  right: -100%;
  width: 120px;
  bottom: 20px;
  -webkit-transition:
    right 2s ease-in-out,
    bottom 1s ease-in-out,
    -webkit-filter 0.3s ease-in-out;
  transition:
    right 2s ease-in-out,
    bottom 1s ease-in-out,
    filter 0.3s ease-in-out;
  transition:
    right 2s ease-in-out,
    bottom 1s ease-in-out,
    filter 0.3s ease-in-out,
    -webkit-filter 0.3s ease-in-out;
}
.promo.wand-active .magic-wand {
  -webkit-transition:
    right 2s ease-in-out,
    bottom 1s ease-in-out,
    -webkit-transform 2s ease-in-out;
  transition:
    right 2s ease-in-out,
    bottom 1s ease-in-out,
    transform 2s ease-in-out;
  transition:
    right 2s ease-in-out,
    bottom 1s ease-in-out,
    transform 2s ease-in-out,
    -webkit-transform 2s ease-in-out;
}
.promo.phase-2.wand-active .magic-wand {
  bottom: 60px;
  right: 40%;
}
.promo.phase-3.wand-active .magic-wand {
  bottom: 60px;
  right: 20px;
}
.hero__prod.is-glowing {
  -webkit-filter: drop-shadow(0 0 32px rgba(248, 195, 0, 0.8));
  filter: drop-shadow(0 0 32px rgba(248, 195, 0, 0.8));
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition:
    filter 0.3s ease,
    -webkit-filter 0.3s ease;
}
.promo.wand-click .magic-wand {
  -webkit-animation: wandClick 0.6s ease-out forwards;
  animation: wandClick 0.6s ease-out forwards;
}
.block-2 {
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
  background-size: 946px 687px;
  background-repeat: no-repeat;
  background-position: -392px -58px;
}
.block-2 .container {
  padding-bottom: 40px;
}
.block-2__title {
  font-style: italic;
  font-weight: 600;
  font-size: 30px;
  text-align: left;
  margin-bottom: 15px;
}
.block-2__story {
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
}
.block-2__story-wrapper {
  margin-top: 30px;
}
.block-2__story-wrapper .block-2__story:last-of-type {
  margin-top: 40px;
  margin-bottom: 50px;
  max-width: 118px;
}
.block-2__woman {
  position: absolute;
  bottom: 0;
  left: 40%;
  width: 212px;
}
.block-2 .deco__stars {
  top: auto;
  bottom: -40px;
}
.no-webp .block-2 {
  background-image: url(../img/bg-blush-front-mob.png);
}
.webp .block-2 {
  background-image: url(../img/bg-blush-front-mob.webp);
}
.deco__circle {
  -webkit-animation: ballFly 12s ease-in-out infinite;
  animation: ballFly 12s ease-in-out infinite;
}
.deco__circle--bottom {
  -webkit-animation: ballFlyAlt 12s ease-in-out infinite;
  animation: ballFlyAlt 12s ease-in-out infinite;
}
.goal {
  position: relative;
  overflow: hidden;
  background-size: 946px 687px;
  background-repeat: no-repeat;
  background-position: -392px -58px;
}
.goal__subtitle,
.goal__title {
  margin-bottom: 20px;
}
.goal__subtitle {
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  font-size: 18px;
}
.goal .deco__circle {
  top: -30px;
  left: -106px;
}
.goal .deco__flower--bottom {
  bottom: 50px;
}
.goals,
.goals__item,
.goals__item__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.goals {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 18px 0;
}
.goals__item,
.goals__item__img {
  position: relative;
}
.goals__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  width: 48%;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition:
    opacity 0.8s ease,
    -webkit-transform 0.8s ease;
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
  transition:
    opacity 0.8s ease,
    transform 0.8s ease,
    -webkit-transform 0.8s ease;
  z-index: 2;
  font-size: 15px;
}
.goals__item.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.goals__item__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 63px;
  height: 63px;
  border-radius: 50%;
  background: linear-gradient(147deg, #af63a3 0, #824f9d 100%);
  -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.goals__item__img img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 36px;
}
.goals__item:nth-child(even) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.goals__item:nth-child(2) .goals__item__description {
  max-width: 200px;
}
.goals__item:nth-child(3) .goals__item__img img {
  width: 28px;
}
.goals__item:nth-child(5) .goals__item__img img {
  width: 31px;
}
.goals__item:nth-child(6) {
  margin-top: auto;
}
.goals__item:nth-child(6) .goals__item__img img {
  width: 25px;
}
.goals__item__description {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
.place {
  overflow: hidden;
  position: relative;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(122, 93, 153, 0)),
    color-stop(49.77%, #7a5d99),
    to(rgba(122, 93, 153, 0))
  );
  background: linear-gradient(
    90deg,
    rgba(122, 93, 153, 0) 0,
    #7a5d99 49.77%,
    rgba(122, 93, 153, 0) 100%
  );
}
.place__title {
  font-style: italic;
  line-height: 1.2;
  margin-bottom: 25px;
}
.no-webp .goal {
  background: url(../img/bg-blush-back-mob.png);
}
.webp .goal {
  background: url(../img/bg-blush-back-mob.webp);
}
.place .deco {
  position: absolute;
  top: -50px;
  left: -51px;
  z-index: -1;
}
.place .deco--2 {
  display: none;
}
.place .deco__stars__container {
  width: 242px;
  height: 310px;
}
.place .deco__stars__star--1 {
  width: 41px;
  top: 56px;
  left: 45px;
  opacity: 0.3;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.place .deco__stars__star--2 {
  width: 34px;
  top: 58px;
  right: 25px;
  opacity: 0.2;
}
.place .deco__stars__star--3 {
  width: 30px;
  top: 88px;
  right: 72px;
}
.place .deco__stars__star--4 {
  width: 23px;
  top: 130px;
  left: 34px;
}
.place .deco__stars__star--5 {
  width: 37px;
  top: 141px;
  right: 32px;
}
.place .deco__stars__star--6 {
  width: 37px;
  left: 75px;
  bottom: 108px;
  -webkit-filter: blur(2px);
  filter: blur(2px);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.place .deco__stars__star--7 {
  width: 38px;
  left: 84px;
  bottom: 77px;
  opacity: 0.8;
}
.place .deco__stars__star--8,
.place .deco__stars__star--9 {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  opacity: 0.6;
}
.place .deco__stars__star--8 {
  width: 23px;
  left: 44px;
  bottom: 52px;
}
.place .deco__stars__star--9 {
  width: 41px;
  right: 0;
  bottom: 55px;
}
.action {
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-size: 809px 603px;
  background-position: 80% 90%;
}
.action__title {
  margin-bottom: 20px;
}
.action__title .yellow {
  font-weight: 700;
  text-transform: uppercase;
}
.action__info {
  letter-spacing: 0.05em;
  margin-bottom: 25px;
  font-family: "Montserrat", sans-serif;
}
.action__wrapper__heading {
  font-style: italic;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 15px;
}
.action__list {
  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;
}
.action__list__item,
.action__list__item__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.action__list__item {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition:
    opacity 0.8s ease,
    -webkit-transform 0.8s ease;
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
  transition:
    opacity 0.8s ease,
    transform 0.8s ease,
    -webkit-transform 0.8s ease;
}
.action__list__item.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.action__list__item__img {
  width: 50px;
  height: 50px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#e69c63),
    to(#b45698)
  );
  background: linear-gradient(to bottom, #e69c63 0, #b45698 100%);
  z-index: -1;
  border-radius: 100%;
}
.action__list__item__img img {
  width: 47px;
  height: 47px;
  border-radius: 100%;
}
.action__list__item__text {
  font-weight: 700;
  max-width: 155px;
  margin-right: 12px;
}
.action__list__item__number {
  width: 70px;
  font-size: 31px;
  height: 17px;
  font-family: "Montserrat", sans-serif;
  text-align: right;
  color: #f47daa;
  line-height: 1;
  margin-left: auto;
  position: relative;
  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: 6px;
}
.action__list__item__number::before {
  content: "";
  width: 22px;
  height: 0;
  border: 1px dashed #f47fa8;
  display: block;
}
.action__list--one,
.action__prod {
  position: relative;
  margin-bottom: 40px;
}
.action__list--one::after {
  width: 100%;
  height: 0;
  content: "";
  border-bottom: 1px dashed #f47fa8;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.action__prod {
  width: 229px;
  margin-inline: auto;
  margin-top: 47px;
  margin-bottom: 20px;
}
.action__prod__sale {
  width: 96px;
  height: 97px;
  background-image: url(../img/star-sale.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 17px;
  line-height: 1.2;
  color: #21163f;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: center;
  position: absolute;
  right: 11px;
  top: -33px;
  -webkit-animation: twinkle 1.5s infinite alternate;
  animation: twinkle 1.5s infinite alternate;
  -webkit-filter: drop-shadow(0 0 5px #fff) drop-shadow(0 0 10px gold)
    drop-shadow(0 0 15px #f8f4ec);
  filter: drop-shadow(0 0 5px #fff) drop-shadow(0 0 10px gold)
    drop-shadow(0 0 15px #f8f4ec);
}
.action__prod__sale__amount {
  font-size: 24px;
}
.action__btn-wrapper {
  margin-inline: auto;
}
.action__stars-container {
  position: absolute;
  bottom: 20px;
  right: -102px;
  z-index: -1;
}
.action__stars-container .action__stars {
  position: relative;
  width: 809px;
  height: 603px;
}
.action__stars-container .action__stars__star,
.steps::after {
  position: absolute;
  z-index: 1;
  height: auto;
}
.action__stars-container .action__stars__star--1 {
  width: 39px;
  right: 389px;
  top: 201px;
  -webkit-filter: blur(5.5423px);
  filter: blur(5.5423px);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  opacity: 0.9;
}
.action__stars-container .action__stars__star--2 {
  width: 33px;
  right: 180px;
  bottom: 392px;
  opacity: 0.2;
}
.action__stars-container .action__stars__star--3 {
  width: 46px;
  top: 238px;
  right: 134px;
  opacity: 0.2;
}
.action__stars-container .action__stars__star--4 {
  width: 54px;
  top: 236px;
  right: 308px;
  opacity: 0.3;
}
.action__stars-container .action__stars__star--5 {
  width: 46px;
  right: 366px;
  top: 332px;
  opacity: 0.2;
}
.action__stars-container .action__stars__star--6 {
  width: 50px;
  right: 142px;
  top: 349px;
  -webkit-filter: blur(6px);
  filter: blur(6px);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  opacity: 0.6;
}
.action__stars-container .action__stars__star--7 {
  width: 55px;
  bottom: 102px;
  right: 101px;
  opacity: 0.6;
}
.action__stars-container .action__stars__star--8 {
  width: 30px;
  bottom: 99px;
  right: 333px;
  opacity: 0.6;
}
.action__stars-container .action__stars__star--9 {
  width: 49px;
  bottom: 173px;
  right: 274px;
  -webkit-filter: blur(4px);
  filter: blur(4px);
}
.action .deco__circle--bottom {
  bottom: 500px;
}
.action .deco__flower--center {
  bottom: 760px;
  left: 165px;
  width: 395px;
  height: 242px;
}
.webp .action {
  background-image: url(../img/bg-blush-back.webp);
}
.no-webp .action {
  background-image: url(../img/bg-blush-back.png);
}
.steps {
  padding-bottom: 0;
  overflow: hidden;
  position: relative;
  background-size:
    667px 496px,
    500px 363px,
    518px 376px;
  background-repeat: no-repeat;
  background-position:
    40% top,
    50% 50%,
    58% 97%;
}
.steps::after {
  width: 100%;
  height: 455px;
  content: "";
  left: 0;
  top: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#634187),
    to(rgba(93, 76, 137, 0))
  );
  background: linear-gradient(180deg, #634187 0, rgba(93, 76, 137, 0) 100%);
  z-index: -1;
}
.steps .container {
  padding-bottom: 35px;
}
.steps__title {
  margin-bottom: 30px;
}
.steps__title--second {
  text-align: left;
  margin-bottom: 40px;
  max-width: 290px;
  line-height: 1.2;
}
.steps__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #f47fa8;
}
.step::after,
.steps__bottom-text {
  font-family: "Montserrat", sans-serif;
}
.steps__bottom-text {
  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;
  max-width: 57%;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}
.steps__bottom-text .yellow {
  font-size: 18px;
  max-width: 150px;
}
.steps__woman {
  position: absolute;
  width: 180px;
  bottom: -20px;
  right: 15px;
}
.steps__woman img {
  -webkit-filter: drop-shadow(0 0 32px rgba(248, 195, 0, 0.8));
  filter: drop-shadow(0 0 32px rgba(248, 195, 0, 0.8));
}
.steps .btn {
  position: relative;
  z-index: 5;
}
.steps .deco__circle--top {
  top: 94px;
}
.steps .deco__circle--top--2 {
  width: 312px;
  height: 304px;
  bottom: 610px;
  left: -133px;
}
.steps .deco__circle--bottom {
  bottom: 1131px;
  right: -81px;
}
.steps .deco__circle--bottom--2 {
  width: 189px;
  height: 184px;
  bottom: 120px;
  right: -81px;
}
.steps .deco__flower--top {
  top: 124px;
  right: -113px;
}
.steps .deco__flower--top--2 {
  top: 910px;
  left: -102px;
  width: 395px;
  height: 242px;
}
.steps .deco__flower--bottom {
  width: 491px;
  height: 301px;
  bottom: 690px;
  left: auto;
  right: -118px;
  z-index: -2;
}
.steps .deco__flower--bottom--2 {
  width: 395px;
  height: 242px;
  bottom: 50px;
  left: -481px;
}
.steps .running-text__wrapper {
  z-index: 2;
  position: relative;
}
.steps .action__stars__star--1 {
  display: none;
}
.webp .steps {
  background-image:
    url(../img/bg-blush-front.webp), url(../img/bg-blush-front.webp),
    url(../img/bg-blush-back.webp);
}
.no-webp .steps {
  background-image:
    url(../img/bg-blush-front.png), url(../img/bg-blush-front.png),
    url(../img/bg-blush-back.png);
}
.step {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 18px;
  position: relative;
}
.step::after {
  font-weight: 300;
  font-size: 100px;
  line-height: 1.16;
  text-align: right;
  color: rgba(255, 255, 255, 0.05);
  position: absolute;
  right: -13px;
}
.step,
.step__top,
.step__top__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.step__top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.step__top__heading {
  font-size: 17px;
  font-style: italic;
  line-height: 1.2;
  max-width: 160px;
}
.step__top__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.composition__pill-img img,
.step__top__img img {
  -webkit-filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.3));
}
.step:nth-child(1)::after {
  content: "01";
  top: -26px;
}
.step:nth-child(1) .step__top__img {
  width: 69px;
}
.step:nth-child(1) .step__top__heading::before {
  content: "1.";
  margin-right: 5px;
}
.step:nth-child(2)::after {
  content: "02";
  top: -36px;
}
.step:nth-child(2) .step__top__img {
  width: 78px;
}
.step:nth-child(2) .step__top__heading::before {
  content: "2.";
  margin-right: 5px;
}
.step:nth-child(3)::after {
  content: "03";
  top: -32px;
}
.step:nth-child(3) .step__top__img {
  width: 75px;
}
.step:nth-child(3) .step__top__heading::before {
  content: "3.";
  margin-right: 5px;
}
.step__info {
  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;
}
.composition {
  position: relative;
  overflow: hidden;
  background-size: 703px 510px;
  background-repeat: no-repeat;
  background-position: 60% 24px;
}
.composition__pill-img {
  width: 87px;
  position: absolute;
  top: 110px;
  right: 28px;
}
.composition__title {
  text-align: left;
  margin-bottom: 40px;
}
.composition__title span {
  display: block;
}
.composition__explanation {
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
  margin-right: 130px;
  margin-bottom: 55px;
}
.composition .deco__circle--top {
  top: 15px;
}
.composition .deco__circle--bottom {
  bottom: 63px;
}
.composition .deco__flower--top {
  top: -62px;
}
.composition .deco__flower--bottom {
  bottom: 36px;
}
.no-webp .composition {
  background-image: url(../img/bg-blush-back.png);
}
.webp .composition {
  background-image: url(../img/bg-blush-back.webp);
}
.components {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.component {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #f47fa8;
  cursor: pointer;
}
.component:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.component__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.component__img {
  width: 38px;
  margin-right: 15px;
}
.component__name {
  line-height: 1.5;
  font-weight: 700;
}
.component__description,
.component__toggle-btn {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.component__toggle-btn {
  width: 33px;
  height: 33px;
  background-image: url(../img/accordeon-open.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  position: relative;
  margin-left: auto;
}
.component__toggle-btn::before {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #21163f;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1;
}
.component__toggle-btn.active {
  background-image: url(../img/accordeon-close.png);
}
.component__toggle-btn.active::before {
  content: "-";
  color: #f8c300;
  top: 45%;
}
.component__description {
  max-height: 0;
  display: none;
  opacity: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  margin-top: 20px;
}
.component__description.active {
  display: block;
  opacity: 1;
}
.place__title--deserve {
  font-style: italic;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 25px;
}
.reviews {
  position: relative;
  background-size: 876px 652px;
  background-position: 60% 140px;
  background-repeat: no-repeat;
}
.reviews__title {
  text-align: left;
  position: relative;
  font-size: 28px;
  margin-bottom: 10px;
  padding-left: 63px;
}
.comment::after,
.reviews__title::before {
  content: "";
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
}
.reviews__title::before {
  width: 48px;
  height: 45px;
  background-image: url(../img/chat-icon.svg);
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
}
.reviews__subtitle {
  font-style: italic;
  line-height: 1.45;
  margin-bottom: 20px;
  font-size: 18px;
}
.reviews__percents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  margin-bottom: 37px;
  padding-left: 3px;
}
.reviews__percents__calc,
.reviews__percents__calc__number {
  border-radius: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}
.reviews__percents__calc {
  z-index: 1;
  width: 94px;
  height: 94px;
  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;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#a871a1),
    to(#794292)
  );
  background: linear-gradient(to bottom, #a871a1, #794292);
}
.reviews__percents__calc__number {
  font-style: italic;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: center;
  width: 58px;
  height: 58px;
  background: linear-gradient(
    146deg,
    #21163f 0,
    rgba(51, 36, 92, 0.96) 100%,
    rgba(128, 111, 173, 0.92) 100%,
    rgba(51, 45, 66, 0) 100%
  );
  z-index: 3;
  display: block;
}
.reviews .deco__circle--top {
  top: 107px;
}
.reviews .deco__flower--top {
  top: auto;
  bottom: 371px;
}
.reviews .deco__flower--bottom {
  bottom: 0;
  left: -145px;
}
.reviews .deco__circle--bottom {
  bottom: auto;
  top: 115px;
}
.no-webp .reviews {
  background-image: url(../img/bg-blush-back.png);
}
.webp .reviews {
  background-image: url(../img/bg-blush-back.webp);
}
.circle-progress {
  z-index: 2;
  position: absolute;
  width: 100px;
  height: 100px;
  top: -3px;
  left: -3px;
  rotate: -90deg;
}
.circle-progress svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.progress {
  stroke-dasharray: 272.6;
  stroke-dashoffset: 272.6;
  -webkit-transition: stroke-dashoffset 1.2s ease;
  transition: stroke-dashoffset 1.2s ease;
}
.reviews__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  overflow-x: auto;
}
.card {
  border-radius: 8px;
  background: #fff;
  padding: 10px 12px 15px;
  width: 220px;
}
.card__top,
.card__top__ava,
.card__top__ava-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.card__top {
  margin-bottom: 10px;
}
.card__top__ava,
.card__top__ava-wrapper {
  border-radius: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.card__top__ava-wrapper {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#e21cb6),
    to(#ffc400)
  );
  background: linear-gradient(to bottom, #e21cb6 0, #ffc400 100%);
  width: 23px;
  height: 23px;
}
.card__top__ava {
  width: 21px;
  height: 21px;
  overflow: hidden;
  background-color: #fff;
}
.card__top__ava img {
  width: 19px;
  height: 19px;
  border-radius: 100%;
}
.card__top__dots,
.card__top__name {
  margin-left: 10px;
  font-family: "Segoe UI", sans-serif;
  font-size: 10px;
  color: #101010;
}
.card__top__name p,
.card__top__name span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.card__top__name span {
  color: #0497f6;
  position: relative;
  gap: 3px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.card__top__name span::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #737373;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.card__top__dots {
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #000;
  -ms-flex-line-pack: center;
  align-content: center;
  margin-top: -8px;
  margin-left: auto;
}
.card__live {
  width: 197px;
  margin-inline: auto;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.card__icons,
.card__icons__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.card__icons {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 10px;
}
.card__icons__left {
  gap: 8px;
}
.card__icons__left img {
  width: 12px;
}
.card__icons__right img {
  width: 10px;
}
.card__likes,
.card__review {
  font-family: "Segoe UI", sans-serif;
  color: #101010;
}
.card__likes {
  font-size: 9px;
  margin-bottom: 10px;
}
.card__review {
  font-size: 12px;
}
.reviews__comments {
  margin-top: 25px;
}
.comment {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px dashed #f47fa8;
  position: relative;
}
.comment::after {
  background-image: url(../img/quotes.svg);
  width: 30px;
  height: 20px;
  right: 0;
  top: 35px;
}
.comment__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.comment__top__ava {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}
.comment__top__name {
  font-style: italic;
}
.comment__body {
  color: rgba(255, 255, 255, 0.8);
}
.comment:last-child {
  padding-bottom: 0;
}
.reviews__comments__toggle {
  font-style: italic;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  margin-inline: auto;
  line-height: 1.4;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  margin-top: 20px;
}
.bottom-wrapper {
  overflow: hidden;
}
.promo-bottom {
  padding-top: 25px;
  overflow: unset;
}

.promo-bottom__title {
  text-align: left;
  font-size: 25px;
  font-style: italic;
}
.promo-bottom .hero__prod-wrapper {
  margin-top: 25px;
}
.promo-bottom .hero {
  position: relative;
  overflow: unset;
}
.promo-bottom .hero__subtitle {
  margin-bottom: 40px;
  padding-right: 150px;
}
.popup .prices,
.promo-bottom .hero__form-wrapper-bg .hero__form .prices {
  margin-bottom: 12px;
}
.promo-bottom .deco__circle.deco__circle--top {
  top: 29px;
}
.footer__container {
  padding: 15px;
}
.footer__copy {
  font-size: 12px;
  text-align: center;
  color: #aba1c4;
}
.promo.phase-3 .hero__form-wrapper-bg .hero__form .inputs__btn {
  margin-left: 0;
}
.popup {
  width: 290px;
  position: relative;
  background:
    linear-gradient(
      90deg,
      rgba(122, 93, 153, 0) 0,
      #7a5d99 49.77%,
      rgba(122, 93, 153, 0) 100%
    ),
    linear-gradient(
      146deg,
      #21163f 0,
      rgba(51, 36, 92, 0.96) 100%,
      rgba(128, 111, 173, 0.92) 100%,
      rgba(51, 45, 66, 0) 100%
    );
  padding: 15px 15px 20px;
  border-radius: 20px;
  overflow: hidden;
}
.popup__title {
  font-size: 25px;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 15px;
}
.popup .btn.popup-small-btn,
.popup__title__word {
  display: block;
}
.popup__subtitle {
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.popup__subtitle span {
  font-weight: 900;
}
.popup__text-wrapper {
  padding-left: 125px;
  margin-top: 21px;
  margin-bottom: 31px;
}
.popup__prod {
  z-index: 2;
  width: 151px;
  position: absolute;
  top: 42px;
  left: -2px;
}
.popup__prod__wrapper {
  position: relative;
}
.popup__prod__sale {
  width: 64px;
  height: 65px;
  background-image: url(../img/star-sale.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 11px;
  line-height: 1.2;
  color: #21163f;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: center;
  position: absolute;
  right: 12px;
  top: -6px;
  -webkit-animation: twinkle 1.5s infinite alternate;
  animation: twinkle 1.5s infinite alternate;
  -webkit-filter: drop-shadow(0 0 5px #fff) drop-shadow(0 0 10px gold)
    drop-shadow(0 0 15px #f8f4ec);
  filter: drop-shadow(0 0 5px #fff) drop-shadow(0 0 10px gold)
    drop-shadow(0 0 15px #f8f4ec);
}
.popup__prod__sale__amount {
  font-size: 16px;
}
.popup__form-wrapper {
  position: relative;
  z-index: 2;
  padding-top: 20px;
  border-top: 1px dashed #f47fa8;
}
.popup .prices {
  gap: 8px;
}
.popup .btn {
  font-size: 16px;
}
.popup .btn.popup-medium-btn {
  display: none;
}
.webp .popup::before {
  background-image: url(../img/bg-blush-back-mob.webp);
}
.no-webp .popup::before {
  background-image: url(../img/bg-blush-back-mob.png);
}
.ever-popup__inner {
  padding-top: 0 !important;
}
.ever-popup__close:after,
.ever-popup__close:before {
  display: none !important;
}
.ever-popup__close {
  width: 15px !important;
  height: 15px !important;
  top: 17px !important;
  right: 14px !important;
  background-image: url(../img/close.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.popup__stars-container {
  position: absolute;
  left: 0;
  top: -33px;
  display: none;
}
.popup__stars {
  width: 919px;
  height: 833px;
  position: relative;
}
.popup__stars__star {
  position: absolute;
  z-index: 1;
  height: auto;
}
.popup__stars__star--1 {
  width: 77px;
  left: 0;
  top: 323px;
}
.popup__stars__star--2 {
  width: 89px;
  bottom: 337px;
  left: 400px;
  -webkit-filter: blur(4px);
  filter: blur(4px);
  opacity: 0.6;
}
.popup__stars__star--3 {
  width: 65px;
  top: 34px;
  left: 470px;
  opacity: 0.2;
}
.popup__stars__star--4 {
  width: 106px;
  top: 180px;
  right: 94px;
  opacity: 0.3;
}
.popup__stars__star--5 {
  top: 180px;
  left: 404px;
  width: 97px;
  opacity: 0.2;
}
.popup__stars__star--6 {
  width: 60px;
  top: 368px;
  right: 93px;
}
.popup__stars__star--7 {
  width: 108px;
  bottom: 140px;
  left: 322px;
  opacity: 0.6;
}
.popup__stars__star--8 {
  width: 59px;
  bottom: 134px;
  right: 91px;
  opacity: 0.6;
}
@media screen and (min-width: 340px) {
  .composition__pill-img {
    top: 50px;
  }
}
@media screen and (min-width: 375px) {
  .header__menu {
    max-width: 320px;
  }
  .hero__title {
    font-size: 25px;
  }
  .hero__title-word {
    display: inline-block;
  }
  .hero__subtitle {
    font-size: 16px;
    margin-top: 30px;
  }
  .hero__woman {
    width: 180px;
    height: 400px;
  }
  .hero__prod-wrapper {
    margin-top: 30px;
    width: 200px;
  }
  .hero__prod-sale {
    width: 100px;
    height: 100px;
    font-size: 20px;
  }
  .hero__prod-sale__amount {
    font-size: 23px;
  }
  .block-2__story-wrapper {
    max-width: 67%;
  }
  .block-2__story-wrapper .block-2__story:last-of-type {
    max-width: 83%;
    margin-top: 30px;
    margin-bottom: 0;
  }
  .block-2__woman {
    left: auto;
    right: -44px;
  }
  .block-2 .deco__stars__star--1 {
    top: 38px;
    left: 157px;
  }
  .block-2 .deco__stars__star--2 {
    top: -42px;
    left: 307px;
  }
  .block-2 .deco__stars__star--11 {
    display: none;
  }
  .goal__subtitle,
  .steps__bottom-text .yellow {
    font-size: 20px;
  }
  .goals__item {
    font-size: 16px;
  }
  .action__title {
    max-width: 300px;
    margin-inline: auto;
  }
  .action__list__item__text {
    max-width: 195px;
    margin-right: 15px;
  }

  .action__stars-container {
    right: -50px;
  }
  .steps .action__stars-container {
    right: -30%;
    bottom: -40px;
  }
  .step__top__heading {
    font-size: 18px;
    max-width: 100%;
  }
  .reviews__subtitle {
    font-size: 20px;
  }
  .reviews__percents__text {
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .promo-bottom {
    padding-top: 30px;
  }
}
@media screen and (min-width: 390px) {
  .composition__title {
    max-width: 280px;
  }
  .composition__explanation {
    max-width: 220px;
  }
}
@media screen and (min-width: 430px) {
  .steps__bottom-text {
    max-width: 100%;
    padding-right: 145px;
  }
}
@media screen and (min-width: 440px) {
  .block-2__story-wrapper {
    max-width: 65%;
  }
}
@media screen and (min-width: 480px) {
  .btn {
    height: unset;
  }
  .container {
    width: 480px;
  }
  .title {
    font-size: 33px;
  }
  .block {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .hero__title {
    font-size: 33px;
  }
  .hero__subtitle {
    font-size: 18px;
    max-width: 280px;
    padding-right: 0;
  }
  .hero__form {
    max-width: 320px;
  }
  .prices {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px;
  }
  .prices__new-price {
    font-size: 37px;
  }
  .prices__old-price {
    font-size: 33px;
  }
  .deco__stars {
    right: 10%;
    top: 180px;
  }
  .promo.phase-2.wand-active .magic-wand {
    right: 50%;
  }
  .block-2 {
    padding-bottom: 0;
  }
  .block-2__story {
    max-width: 82%;
  }
  .block-2__woman {
    width: 222px;
    right: 6px;
  }
  .goals__item__description {
    max-width: 190px;
  }
  .place__title {
    font-size: 28px;
  }
  .place .deco {
    left: 0;
    top: -20px;
  }
  .action__info {
    font-size: 16px;
  }
  .action__wrapper__heading {
    font-size: 25px;
    margin-bottom: 24px;
    max-width: unset;
  }
  .action__list__item__number {
    font-size: 36px;
    width: 80px;
  }
  .steps {
    padding-bottom: 0;
  }
  .steps__title--second {
    max-width: 320px;
  }
  .steps__bottom-text {
    font-size: 16px;
    padding-right: 165px;
  }
  .steps__bottom-text .yellow {
    max-width: unset;
  }
  .steps__woman {
    width: 200px;
  }
  .composition__pill-img {
    width: 105px;
    top: 0;
  }
  .composition__explanation {
    max-width: 320px;
  }
  .place__title--deserve {
    font-size: 28px;
  }
  .reviews__title {
    font-size: 33px;
    margin-bottom: 15px;
  }
  .promo-bottom .hero__subtitle {
    padding-right: 0;
  }
  .popup .prices__new-price {
    font-size: 35px;
  }
  .popup .prices__old-price {
    font-size: 30px;
  }
}
@media screen and (min-width: 550px) {
  .action__stars-container {
    right: -20px;
  }
}
@media screen and (min-width: 640px) {
  .btn {
    height: 45px;
    font-size: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    padding: 10px 55px 10px 25px;
    border-radius: 45px;
    text-align: left;
    max-width: unset;
  }
  .btn::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/rocket.svg);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    right: 25px;
    -webkit-animation: rocketMove 3s infinite ease-in-out;
    animation: rocketMove 3s infinite ease-in-out;
  }
  .container {
    width: 640px;
  }
  .title {
    font-size: 35px;
  }
  .header__logo {
    width: 120px;
  }
  .header__logo::after {
    width: 115px;
    height: 80px;
    bottom: -10px;
  }
  .hero .ever-popup-btn {
    display: none;
  }
  .hero__title {
    font-size: 48px;
  }
  .hero__title-word:not(:first-of-type) {
    margin-left: 0;
  }
  .hero__title-word {
    display: block;
  }
  .hero__subtitle {
    font-size: 20px;
    margin-bottom: 70px;
    max-width: 230px;
    margin-top: 60px;
  }
  .hero__woman {
    width: 195px;
    height: 405px;
  }
  .hero__prod-wrapper {
    margin-top: 0;
    width: 240px;
  }
  .hero__prod {
    position: absolute;
    top: 70px;
    left: 40%;
  }
  .hero__form {
    max-width: 455px;
  }
  .prices {
    gap: 25px;
  }
  .prices__new-price {
    font-size: 46px;
  }
  .prices__old-price {
    font-size: 39px;
  }
  .deco__stars {
    top: 92px;
    right: 15%;
  }
  .deco__stars__container {
    width: 490px;
  }
  .promo.phase-2.wand-active .magic-wand {
    right: 30%;
  }
  .block-2__story,
  .block-2__story-wrapper {
    max-width: 80%;
  }
  .block-2 .deco__stars {
    right: -5%;
    bottom: -100px;
  }
  .block-2 .deco__stars__container {
    width: 440px;
  }
  .block-2__woman {
    right: -22px;
  }
  .goals {
    gap: 20px 0;
  }
  .goals__item {
    width: 33.33%;
    padding-inline: 10px;
  }
  .goals__item__img {
    width: 70px;
    height: 70px;
  }
  .goals__item__img img {
    width: 40px;
  }
  .goals__item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .goals__item:nth-child(3) .goals__item__img img {
    width: 32px;
  }
  .goals__item:nth-child(5) .goals__item__img img {
    width: 35px;
  }
  .goals__item:nth-child(6) {
    margin-top: 0;
  }
  .goals__item:nth-child(6) .goals__item__img img {
    width: 29px;
  }
  .place .ever-popup-btn {
    max-width: 450px;
  }
  .place .deco--2 {
    display: block;
    left: auto;
    right: 0;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .place .deco {
    top: 20px;
  }
  .action__title {
    max-width: unset;
  }
  .action__info {
    font-size: 18px;
  }
  .action .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .action .btn {
    width: 450px;
  }
  .action__wrapper--second,
  .action__wrapper--third {
    width: 48%;
  }
  .action__wrapper--third {
    margin-left: auto;
  }
  .action__wrapper--fourth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
  .action__wrapper__heading {
    font-size: 23px;
    margin-bottom: 25px;
  }
  .action__list__item {
    height: 80px;
  }
  .action__list__item__number {
    font-size: 38px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .action__list__item__number::before {
    width: 20px;
  }
  .action__list--one::after,
  .popup .btn.popup-small-btn {
    display: none;
  }
  .action__prod {
    margin-top: 20px;
  }
  .action__stars-container {
    right: 10%;
  }
  .action__stars-container .action__stars {
    width: 627px;
  }
  .steps {
    background-size:
      667px 496px,
      800px 503px,
      518px 376px;
    background-position:
      40% top,
      right 50%,
      80% 97%;
  }
  .steps__title--second {
    max-width: 430px;
    margin-bottom: 60px;
  }
  .steps__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .steps__bottom-text {
    font-size: 18px;
    margin-bottom: 50px;
  }
  .steps .btn {
    max-width: 450px;
  }
  .steps .action__stars-container {
    right: -20%;
    bottom: 20px;
  }
  .steps .action__stars__star--1 {
    display: block;
  }
  .step:last-of-type {
    width: 70%;
  }
  .step {
    width: 48%;
  }
  .step__top {
    height: 65px;
  }
  .composition__pill-img {
    width: 240px;
    top: 0;
    right: auto;
    left: 15px;
  }
  .composition__explanation,
  .composition__title {
    max-width: unset;
    margin-bottom: 30px;
  }
  .composition__explanation {
    margin-right: 0;
  }
  .composition .container {
    padding-left: 280px;
  }
  .component__toggle-btn {
    width: 40px;
    height: 40px;
  }
  .component__toggle-btn::before {
    font-size: 25px;
  }
  .component__toggle-btn.active::before {
    top: 47%;
  }
  .place__title--deserve {
    font-size: 31px;
  }
  .reviews__title {
    font-size: 35px;
    -ms-flex-line-pack: center;
    align-content: center;
    margin-bottom: 20px;
  }
  .reviews__title::before {
    width: 55px;
    height: 52px;
  }
  .reviews__cards {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .card {
    width: 260px;
    padding: 15px;
  }
  .card__top__ava-wrapper {
    width: 26px;
    height: 26px;
  }
  .card__top__ava {
    width: 24px;
    height: 24px;
  }
  .card__top__ava img {
    width: 22px;
    height: 22px;
  }
  .card__top__name {
    font-size: 12px;
  }
  .card__top__dots {
    font-size: 14px;
  }
  .card__live {
    width: 227px;
  }
  .card__icons__left img,
  .card__icons__right img {
    width: 15px;
    height: 15px;
  }
  .card__likes {
    font-size: 10px;
  }
  .card__review {
    font-size: 14px;
  }
  .reviews__comments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .comment {
    width: 48%;
    border: 1px dashed #f47fa8;
    border-radius: 8px;
    padding: 15px;
  }
  .comment::after {
    right: 15px;
    top: 15px;
  }
  .comment:last-child {
    padding-bottom: 15px;
  }
  .promo-bottom__title {
    max-width: 70%;
  }
  .promo-bottom .hero__prod-wrapper {
    margin-top: 0;
    width: 220px;
  }
  .promo-bottom .container {
    min-height: 400px;
    padding-top: 30px;
  }
  .promo-bottom .hero__subtitle {
    margin-bottom: 0;
    font-size: 18px;
  }
  .promo-bottom .hero__prod {
    top: 90px;
    left: 39%;
  }
  .promo-bottom .hero__form-wrapper-bg .hero__form .inputs__btn {
    gap: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 25px;
  }
  .promo-bottom .hero__form-wrapper-bg .hero__form .inputs__btn::before {
    position: absolute;
    right: 20px;
  }
  .footer__copy {
    font-size: 14px;
  }
  .popup .prices__new-price {
    font-size: 35px;
  }
  .popup .prices__old-price {
    font-size: 30px;
  }
  .popup .btn.popup-medium-btn {
    display: block;
    text-align: center;
    padding-inline: 55px;
  }
}
@media screen and (min-width: 680px) {
  .popup,
  .popup::before {
    background-repeat: no-repeat;
  }
  .popup::before {
    position: absolute;
    content: "";
    width: 632px;
    height: 459px;
    background-size: contain;
    background-position: center;
    right: -18px;
    bottom: -80px;
  }
  .popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 600px;
    padding: 25px;
    background-size:
      1195px 868px,
      cover;
    background-position: 71px 138px center;
  }
  .popup .desktop {
    display: block;
  }
  .popup .no-desktop {
    display: none;
  }
  .popup__title {
    font-weight: 700;
    font-style: italic;
    font-size: 35px;
    margin-bottom: 27px;
  }
  .popup__subtitle {
    line-height: 1.5;
    font-size: 18px;
    margin-bottom: 20px;
    width: 300px;
  }
  .popup__text-wrapper {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .popup__prod {
    width: 290px;
    left: auto;
    top: 19%;
    right: -10px;
  }
  .popup__prod__sale {
    font-size: 15px;
    width: 105px;
    height: 107px;
    left: 22px;
    right: auto;
    top: -5px;
  }
  .popup__prod__sale__amount {
    font-size: 25px;
  }
  .popup__form-wrapper {
    padding: 20px 19px;
    border: 1px dashed #f47fa8;
    border-radius: 30px;
    width: 300px;
  }
  .popup .btn {
    padding-inline: 55px;
    text-align: center;
  }
  .popup .btn::before {
    position: absolute;
    right: 20px;
  }
  .webp .popup {
    background:
      url(../img/bg-blush-front-mob.webp),
      linear-gradient(
        146deg,
        #21163f 0,
        rgba(51, 36, 92, 0.96) 100%,
        rgba(128, 111, 173, 0.92) 100%,
        rgba(51, 45, 66, 0) 100%
      );
  }
  .no-webp .popup {
    background:
      url(../img/bg-blush-front-mob.png),
      linear-gradient(
        146deg,
        #21163f 0,
        rgba(51, 36, 92, 0.96) 100%,
        rgba(128, 111, 173, 0.92) 100%,
        rgba(51, 45, 66, 0) 100%
      );
  }
  .ever-popup__close {
    width: 24px !important;
    height: 24px !important;
    top: 25px !important;
    right: 25px !important;
  }
  .popup__stars-container {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .btn {
    font-size: 18px;
  }
  .container {
    width: 768px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .title {
    font-size: 38px;
  }
  .block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .promo {
    background-position: center;
    background-size: cover;
  }
  .header__container {
    padding: 20px 15px;
    gap: 60px;
  }
  .header__logo {
    width: 130px;
  }
  .header__logo::after {
    width: 135px;
    height: 100px;
    bottom: -15px;
  }
  .header__burger {
    display: none;
  }
  .header__menu {
    max-width: unset;
    background: 0 0;
    position: static;
    height: unset;
  }
  .header__nav-close {
    display: none;
  }
  .menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: unset;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .menu__link {
    width: unset;
    margin-inline: unset;
  }
  .menu__link a {
    font-size: 14px;
    font-weight: 300;
  }
  .hero__title {
    font-size: 58px;
    margin-top: 20px;
  }
  .hero__subtitle {
    font-size: 22px;
    margin-top: 40px;
    max-width: 260px;
  }
  .hero__woman {
    width: 205px;
    height: 422px;
  }
  .hero__prod-wrapper {
    width: 280px;
  }
  .hero__prod {
    position: absolute;
    top: 50px;
    left: 41%;
  }
  .hero__prod-sale {
    top: -55px;
  }
  .hero__prod-sale__amount {
    font-size: 22px;
  }
  .hero__form {
    max-width: 475px;
  }
  .running-text {
    gap: 30px;
  }
  .running-text__item {
    font-size: 16px;
    gap: 20px;
  }
  .running-text__item::before {
    width: 25px;
    height: 25px;
  }
  .promo.phase-1 {
    background-position: center;
  }
  .promo.phase-2 {
    background-position: 48% 48%;
  }
  .promo.phase-3 {
    background-position: 45% 45%;
  }
  .block-2,
  .promo.phase-4 {
    background-position: center;
  }
  .block-2 {
    padding-bottom: 0;
    background-size: cover;
  }
  .block-2__title {
    max-width: 80%;
  }
  .block-2__story {
    max-width: 70%;
  }
  .block-2__story-wrapper {
    max-width: 90%;
  }
  .block-2__woman {
    width: 242px;
    right: 0;
  }
  .block-2 .deco__stars {
    right: 5%;
    bottom: -10px;
  }
  .block-2 .deco__stars__container {
    width: 490px;
  }
  .block-2 .deco__stars__star--1 {
    top: 168px;
    left: 237px;
  }
  .goal {
    background-position: center;
    background-size: cover;
  }
  .action__info,
  .goal__subtitle {
    font-size: 22px;
  }
  .place .ever-popup-btn {
    max-width: 445px;
  }
  .action .btn {
    width: 445px;
  }
  .action__wrapper__heading {
    font-size: 27px;
    margin-bottom: 35px;
  }
  .action__list__item {
    height: 70px;
  }
  .action__list__item__text {
    font-size: 18px;
  }
  .action__list__item__number {
    width: 85px;
    margin-left: auto;
  }
  .action__prod {
    width: 240px;
  }
  .steps {
    padding-bottom: 0;
  }
  .steps .container {
    padding-bottom: 40px;
  }
  .steps__bottom-text {
    font-size: 22px;
  }
  .steps__woman {
    width: 212px;
    right: 30px;
  }

  .step::after {
    font-size: 130px;
    right: 0;
  }
  .step__top {
    height: 85px;
  }
  .step__top__heading {
    font-size: 20px;
  }
  .step:nth-child(1) .step__top__img {
    width: 90px;
  }
  .step:nth-child(2) .step__top__img,
  .step:nth-child(3) .step__top__img {
    width: 110px;
  }
  .composition {
    background-position: 10% 24px;
  }
  .composition__pill-img {
    left: 25px;
  }
  .composition__title span {
    display: inline-block;
  }
  .composition .container {
    padding-left: 290px;
  }
  .place__title--deserve {
    font-size: 37px;
  }
  .reviews__title {
    font-size: 40px;
  }
  .promo-bottom__title {
    max-width: 60%;
  }
  .promo-bottom .hero__prod-wrapper {
    width: 240px;
  }
  .promo-bottom .container {
    min-height: 430px;
  }
  .promo-bottom .hero__prod {
    left: 42%;
  }
  .footer__container {
    padding: 25px;
  }
  .footer__copy {
    font-size: 16px;
  }
}
@media screen and (min-width: 940px) {
  .popup {
    border-radius: 40px;
    width: 870px;
    padding: 45px 45px 47px;
  }
  .popup__title {
    font-size: 45px;
  }
  .popup__subtitle {
    font-size: 20px;
    margin-bottom: 30px;
    width: 100%;
  }
  .popup__text-wrapper {
    width: 390px;
  }
  .popup__prod {
    width: 481px;
    top: 75px;
    right: -17px;
  }
  .popup__prod__sale {
    font-size: 25px;
    width: 135px;
    height: 137px;
    top: -27px;
    left: 34px;
  }
  .popup__prod__sale__amount {
    font-size: 30px;
  }
  .popup__form-wrapper {
    width: 367px;
    padding: 30px 33px 38px;
  }
  .popup .prices {
    position: relative;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-bottom: 20px;
  }
  .popup .prices__new-price {
    font-size: 60px;
    line-height: 65px;
  }
  .popup .prices__new-price .currency {
    font-size: 32px;
  }
  .popup .prices__old-price {
    position: absolute;
    font-size: 33px;
    top: -15px;
    right: -20px;
  }
  .popup .inputs {
    gap: 20px;
  }
  .popup .input {
    padding: 22px 25px;
    border-radius: 45px;
    font-size: 18px;
    line-height: 1.4;
  }
  .popup .btn {
    font-size: 18px;
    height: 70px;
  }
  .ever-popup__close {
    top: 40px !important;
    right: 40px !important;
  }
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 18px;
  }
  .btn {
    font-size: 20px;
    height: 70px;
    padding: 12px 55px 12px 35px;
  }
  .input {
    font-size: 18px;
    padding: 22px 25px;
    border-radius: 45px;
    line-height: 1.4;
  }
  .desktop {
    display: block;
  }
  .no-desktop {
    display: none;
  }
  .container {
    width: 1024px;
  }
  .title {
    font-size: 44px;
  }
  .block {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .no-webp .promo {
    background-image: url(../img/bg-blush-front.png);
  }
  .webp .promo {
    background-image: url(../img/bg-blush-front.webp);
  }
  .header {
    width: 1024px;
    margin-inline: auto;
  }
  .header__container {
    width: 820px;
    margin-left: 0;
    padding: 25px 25px 30px;
    gap: 50px;
  }
  .header__container::after {
    width: calc(100% - 50px);
    left: 25px;
  }
  .header__logo {
    width: 165px;
  }
  .header__logo::after {
    width: 176px;
    height: 108px;
    bottom: -13px;
    left: -7px;
  }
  .header__menu {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .menu__link a {
    font-size: 16px;
  }
  .hero {
    overflow-x: unset;
  }
  .hero .ever-popup-btn {
    -webkit-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hero .container {
    min-height: 600px;
  }
  .hero__title {
    font-size: 66px;
    margin-top: 60px;
  }
  .hero__subtitle {
    font-size: 25px;
    max-width: 350px;
  }
  .hero .btn {
    width: 355px;
    margin-left: 0;
    margin-bottom: 70px;
  }
  .hero__woman {
    height: 700px;
    width: 320px;
  }
  .hero__prod-wrapper {
    width: 400px;
  }
  .hero__prod {
    top: 0;
    left: 400px;
  }
  .hero__prod-sale {
    font-size: 25px;
    width: 115px;
    height: 117px;
    top: -25px;
    left: 18px;
    right: auto;
  }
  .hero__prod-sale__amount {
    font-size: 28px;
  }
  .no-webp .hero__woman {
    background-image: url(../img/woman-promo.png);
  }
  .webp .hero__woman {
    background-image: url(../img/woman-promo.webp);
  }
  .no-webp .hero__woman.woman-after {
    background-image: url(../img/woman-promo-after.png);
  }
  .webp .hero__woman.woman-after {
    background-image: url(../img/woman-promo-after.webp);
  }
  .running-text__wrapper {
    height: 70px;
  }
  .running-text {
    gap: 40px;
    height: 70px;
  }
  .running-text__item {
    font-size: 18px;
    gap: 40px;
  }
  .running-text__item::before {
    width: 27px;
    height: 27px;
  }
  .deco__stars {
    top: 198px;
    right: -100px;
  }
  .deco__stars__container {
    position: relative;
    width: 867px;
    height: 785px;
  }
  .deco__stars__star--2 {
    top: 32px;
    left: 443px;
    width: 62px;
  }
  .deco__stars__star--3 {
    display: block;
    width: 72px;
    right: 0;
    top: 0;
  }
  .deco__stars__star--4 {
    width: 84px;
    top: 173px;
    left: 379px;
  }
  .deco__stars__star--5 {
    display: block;
    width: 93px;
    opacity: 0.8;
    bottom: 125px;
    right: 183px;
  }
  .deco__stars__star--6 {
    display: block;
    width: 72px;
    left: 474px;
    top: 251px;
  }
  .deco__stars__star--7 {
    top: 169px;
    right: 90px;
    width: 100px;
  }
  .deco__stars__star--8 {
    display: block;
    width: 92px;
    bottom: 318px;
    left: 376px;
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0.6;
  }
  .deco__stars__star--9 {
    bottom: 262px;
    right: 161px;
    width: 90px;
    -webkit-filter: unset;
    filter: unset;
  }
  .deco__stars__star--10 {
    display: block;
    width: 62px;
    opacity: 0.4;
    bottom: 261px;
    right: 21px;
  }
  .deco__stars__star--11 {
    bottom: 131px;
    left: 299px;
    width: 101px;
  }
  .deco__stars__star--12 {
    display: block;
    width: 93px;
    right: 183;
    bottom: 186px;
  }
  .deco__stars__star--13 {
    width: 56px;
    right: 26px;
    bottom: 126px;
  }
  .promo.phase-1 .star--move-left {
    -webkit-animation: moveUpLeft 2s ease-in-out forwards;
    animation: moveUpLeft 2s ease-in-out forwards;
  }
  .promo.phase-1 .star--move-right {
    -webkit-animation: moveUpRight 2s ease-in-out forwards;
    animation: moveUpRight 2s ease-in-out forwards;
  }
  .promo.phase-2 .star--move-left {
    -webkit-animation: moveLeftToRight 2s ease-in-out forwards;
    animation: moveLeftToRight 2s ease-in-out forwards;
  }
  .promo.phase-2 .star--move-right {
    -webkit-animation: moveRightToLeft 2s ease-in-out forwards;
    animation: moveRightToLeft 2s ease-in-out forwards;
  }
  .promo.phase-3 .star--move-left {
    -webkit-animation: moveBackToOriginLeft 2s ease-in-out forwards;
    animation: moveBackToOriginLeft 2s ease-in-out forwards;
  }
  .promo.phase-3 .star--move-right {
    -webkit-animation: moveBackToOriginRight 2s ease-in-out forwards;
    animation: moveBackToOriginRight 2s ease-in-out forwards;
  }
  .promo.phase-1 .hero__prod-sale,
  .promo.phase-3 .hero__prod-sale {
    top: -25px;
  }
  .promo.phase-2 .hero__prod-sale {
    top: 0;
  }
  .promo.phase-1 .btn,
  .promo.phase-2 .btn {
    width: 355px;
    height: 70px;
  }
  .promo.phase-3 .btn {
    width: 375px;
    height: 80px;
    padding-right: 75px;
  }
  .magic-wand {
    width: 170px;
    bottom: 120px;
    -webkit-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
  }
  .promo.phase-2.wand-active .magic-wand {
    bottom: 120px;
    right: 30%;
    -webkit-filter: drop-shadow(0 0 15px rgba(248, 195, 0, 0.8));
    filter: drop-shadow(0 0 15px rgba(248, 195, 0, 0.8));
  }
  .promo.phase-3.wand-active .magic-wand {
    right: 60px;
    bottom: 120px;
    -webkit-filter: drop-shadow(0 0 20px rgba(255, 150, 0, 0.9));
    filter: drop-shadow(0 0 20px rgba(255, 150, 0, 0.9));
  }
  .block-2 {
    padding-bottom: 0;
    padding-top: 70px;
  }
  .block-2 .container {
    padding-bottom: 60px;
    padding-left: 400px;
  }
  .block-2__title {
    max-width: 470px;
    margin-bottom: 30px;
  }
  .block-2__story {
    font-size: 18px;
    max-width: 100%;
  }
  .block-2__story-wrapper {
    max-width: 100%;
  }
  .block-2__story-wrapper .block-2__story:last-of-type {
    max-width: 100%;
    margin-top: 30px;
  }
  .block-2__woman {
    width: 335px;
    left: 25px;
    right: auto;
  }
  .block-2 .deco__stars {
    bottom: -41px;
    right: auto;
    left: -100px;
  }
  .block-2 .deco__stars__container {
    width: 588px;
    height: 753px;
  }
  .block-2 .deco__stars__star--6,
  .block-2 .deco__stars__star--9 {
    display: none;
  }
  .block-2 .deco__stars__star--7 {
    top: 279px;
    right: 360px;
  }
  .block-2 .deco__stars__star--10 {
    bottom: 91px;
    right: 411px;
  }
  .no-webp .block-2 {
    background-image: url(../img/bg-blush-front.png);
  }
  .webp .block-2 {
    background-image: url(../img/bg-blush-front.webp);
  }
  .goal__title {
    margin-bottom: 25px;
  }
  .goal__subtitle {
    font-size: 25px;
    margin-bottom: 40px;
  }
  .goals {
    margin-inline: auto;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
  }
  .goals__item {
    width: 160px;
    padding-inline: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .goals__item__img {
    width: 80px;
    height: 80px;
  }
  .goals__item__img img {
    width: 46px;
  }
  .goals__item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .goals__item:nth-child(1)::after,
  .goals__item:nth-child(2)::after,
  .goals__item:nth-child(3)::before,
  .goals__item:nth-child(4)::after,
  .goals__item:nth-child(5)::after {
    position: absolute;
    content: "";
    width: 160px;
    height: 95px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    top: 50px;
    background-image: url(../img/goal-line-left.svg);
    right: -80px;
  }
  .goals__item:nth-child(2)::after,
  .goals__item:nth-child(3)::before,
  .goals__item:nth-child(4)::after,
  .goals__item:nth-child(5)::after {
    background-image: url(../img/goal-line-right.svg);
  }
  .goals__item:nth-child(3)::before,
  .goals__item:nth-child(4)::after,
  .goals__item:nth-child(5)::after {
    background-image: url(../img/goal-line-left.svg);
  }
  .goals__item:nth-child(3) .goals__item__img img {
    width: 36px;
  }
  .goals__item:nth-child(4)::after,
  .goals__item:nth-child(5)::after {
    background-image: url(../img/goal-line-right.svg);
  }
  .goals__item:nth-child(5)::after {
    background-image: url(../img/goal-line-left.svg);
  }
  .goals__item:nth-child(5) .goals__item__img img {
    width: 39px;
  }
  .goals__item:nth-child(6) .goals__item__img img {
    width: 31px;
  }
  .goals__item__description {
    font-size: 16px;
  }
  .place {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .place__title {
    margin-bottom: 35px;
  }
  .place .ever-popup-btn {
    max-width: 496px;
  }
  .no-webp .goal {
    background:
      url(../img/bg-blush-back.png),
      -webkit-gradient(
          linear,
          left top,
          left bottom,
          from(#634187),
          to(rgba(93, 76, 137, 0))
        );
    background:
      url(../img/bg-blush-back.png),
      linear-gradient(180deg, #634187 0, rgba(93, 76, 137, 0) 100%);
  }
  .webp .goal {
    background:
      url(../img/bg-blush-back.webp),
      -webkit-gradient(
          linear,
          left top,
          left bottom,
          from(#634187),
          to(rgba(93, 76, 137, 0))
        );
    background:
      url(../img/bg-blush-back.webp),
      linear-gradient(180deg, #634187 0, rgba(93, 76, 137, 0) 100%);
  }
  .place .deco {
    top: -160px;
    right: -53px;
  }
  .place .deco__stars__container {
    width: 588px;
    height: 752px;
  }
  .place .deco__stars__star--1 {
    width: 100px;
    top: 368px;
    right: 176px;
    left: auto;
  }
  .place .deco__stars__star--2 {
    width: 84px;
  }
  .place .deco__stars__star--3 {
    width: 72px;
  }
  .place .deco__stars__star--4 {
    width: 57px;
    top: 220px;
  }
  .place .deco__stars__star--5 {
    width: 84px;
    top: 141px;
    right: 312px;
  }
  .place .deco__stars__star--6 {
    width: 89px;
    bottom: 318px;
    top: auto;
    left: 25px;
  }
  .place .deco__stars__star--7 {
    display: none;
  }
  .place .deco__stars__star--8 {
    width: 89px;
    left: 154px;
    bottom: 112px;
  }
  .place .deco__stars__star--9 {
    display: none;
  }
  .action__title {
    margin-bottom: 40px;
    text-align: left;
  }
  .action__info {
    font-size: 25px;
  }
  .action .container {
    gap: 50px 0;
  }
  .action .btn {
    margin-left: 0;
    max-width: 495px;
    width: 460px;
  }
  .action__wrapper {
    width: 47%;
  }
  .action__wrapper--second {
    margin-left: auto;
    position: relative;
  }
  .action__wrapper--second::before {
    height: 100%;
    width: 0;
    content: "";
    position: absolute;
    left: -45px;
    top: 0;
    border-left: 1px dashed #f47fa8;
  }
  .action__wrapper--third {
    margin-left: 0;
  }
  .action__wrapper--fourth {
    margin: 0 auto;
  }
  .action__wrapper__heading {
    font-size: 35px;
    margin-bottom: 40px;
  }
  .action__list__item__img {
    width: 61px;
    height: 61px;
  }
  .action__list__item__img img {
    width: 58px;
    height: 58px;
  }
  .action__list__item__text {
    font-size: 18px;
    line-height: 1.5;
    max-width: 275px;
  }
  .action__list__item__number {
    font-size: 56px;
    width: 100px;
  }
  .action__list--one {
    margin-bottom: 0;
  }
  .action__prod__sale {
    width: 135px;
    height: 137px;
    font-size: 25px;
    right: 30px;
    top: 5px;
  }
  .action__prod__sale__amount {
    font-size: 30px;
  }
  .action__prod {
    width: 420px;
    margin: 0;
  }
  .action__btn-wrapper {
    position: absolute;
    bottom: 0;
    left: 25px;
  }
  .action__stars-container {
    right: -65px;
    bottom: 13px;
  }
  .action__stars-container .action__stars {
    width: 627px;
    height: 801px;
  }
  .action__stars-container .action__stars__star--1 {
    width: 77px;
    right: auto;
    left: 0;
    top: 90px;
  }
  .action__stars-container .action__stars__star--2 {
    width: 66px;
    bottom: 278px;
    left: 44px;
    right: auto;
  }
  .action__stars-container .action__stars__star--4 {
    width: 106px;
    top: 400px;
    left: 0;
    right: auto;
  }
  .action__stars-container .action__stars__star--6 {
    width: 98px;
  }
  .action__stars-container .action__stars__star--7 {
    width: 108px;
    right: 0;
    bottom: 140px;
  }
  .action__stars-container .action__stars__star--8 {
    width: 67px;
    bottom: 18px;
    left: 27px;
    right: auto;
  }
  .action__stars-container .action__stars__star--9 {
    width: 95px;
    left: 193px;
    right: auto;
    border-bottom-color: 278px;
  }
  .steps::after {
    height: 574px;
  }
  .steps {
    padding-bottom: 0;
    background-size:
      1171px 872px,
      632px 459px,
      1195px 868px;
    background-position:
      40% 120px,
      30% 30%,
      80% bottom;
  }
  .steps .container {
    padding-bottom: 90px;
  }
  .steps__title {
    margin-bottom: 40px;
  }
  .steps__title--second {
    margin-bottom: 30px;
    max-width: 500px;
  }
  .steps .btn,
  .steps__list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .steps__list {
    gap: 0 50px;
    margin-bottom: 150px;
    padding-bottom: 0;
    border-bottom: none;
  }
  .steps__bottom-text {
    font-size: 25px;
    padding-right: 325px;
  }
  .steps__woman {
    width: 445px;
    right: 15px;
  }
  .steps .btn {
    margin-left: 0;
    text-align: center;
    padding-left: 34px;
    padding-right: 53px;
    width: 300px;
    justify-content: center;
  }
  .steps .btn::before {
    right: 21px;
  }
  .step:last-of-type {
    width: 45%;
  }
  .step {
    width: 45%;
  }
  .step:nth-child(1)::before {
    background-image: url(../img/step-arrow-right.svg);
    top: 80px;
    right: -155px;
  }
  .step:nth-child(1)::before,
  .step:nth-child(2)::before,
  .step:nth-child(3)::before {
    width: 165px;
    height: 140px;
    position: absolute;
    content: "";
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-animation: sway 4s ease-in-out infinite;
    animation: sway 4s ease-in-out infinite;
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
  .step:nth-child(2)::before {
    background-image: url(../img/step-arrow-left.svg);
    top: 155px;
    left: -195px;
  }
  .step:nth-child(2) {
    margin-top: 240px;
    margin-left: auto;
  }
  .step:nth-child(3)::before {
    background-image: url(../img/step-arrow-right.svg);
    top: 235px;
    right: -155px;
  }
  .step::after {
    font-size: 200px;
  }
  .step__top {
    height: unset;
  }
  .step__top__heading {
    font-size: 25px;
  }
  .step:nth-child(1)::after {
    top: 70px;
  }
  .step:nth-child(1) .step__top__img {
    width: 131px;
  }
  .step:nth-child(2)::after,
  .step:nth-child(3)::after {
    top: 40px;
  }
  .step:nth-child(2) .step__top__img {
    width: 153px;
  }
  .step:nth-child(3) .step__top__img {
    width: 150px;
  }
  .step__info {
    line-height: 1.5;
  }
  .composition {
    background-size:
      632px 459px,
      contain;
    background-position:
      20% 40%,
      10% 10px;
  }
  .composition__pill-img {
    width: 280px;
  }
  .composition .container {
    padding-left: 370px;
  }
  .no-webp .composition {
    background-image:
      url(../img/bg-blush-front.png), url(../img/bg-blush-back.png);
  }
  .webp .composition {
    background-image:
      url(../img/bg-blush-front.webp), url(../img/bg-blush-back.webp);
  }
  .component {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .component__img {
    width: 50px;
  }
  .component__toggle-btn {
    width: 47px;
    height: 47px;
  }
  .component__toggle-btn::before {
    font-size: 30px;
  }
  .component__toggle-btn.active::before {
    top: 45%;
  }
  .place__title--deserve {
    margin-bottom: 35px;
  }
  .reviews {
    background-size: 1293px 963px;
    background-position: 40% 140px;
  }
  .reviews__inner__block--one {
    width: 510px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: absolute;
    top: 10px;
    left: 25px;
  }
  .reviews__title {
    font-size: 45px;
    margin-bottom: 30px;
    padding-left: 0;
    padding-top: 80px;
    height: unset;
    max-width: 345px;
  }
  .reviews__title::before {
    width: 60px;
    height: 57px;
    top: 0;
    left: 4px;
    -webkit-transform: none;
    transform: none;
  }
  .reviews__subtitle {
    max-width: 345px;
    margin-bottom: 100px;
  }
  .reviews__percents {
    max-width: 450px;
    gap: 25px;
  }
  .reviews__percents__text {
    line-height: 1.56;
  }
  .reviews__percents__calc {
    width: 190px;
    height: 190px;
  }
  .reviews__percents__calc__number {
    font-size: 44px;
    width: 117px;
    height: 117px;
  }
  .circle-progress {
    width: 200px;
    height: 200px;
  }
  .card {
    position: absolute;
  }
  .card:nth-child(1) {
    top: -15px;
    left: 350px;
  }
  .card:nth-child(2) {
    bottom: -13px;
    right: 140px;
  }
  .reviews__comments {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: unset;
    flex-wrap: unset;
    margin-top: 0;
    gap: 0;
    width: 100%;
  }
  .comment {
    border: 0;
    padding: 0 0 0 83px;
    width: 100%;
    -webkit-animation: sway 6s ease-in-out infinite;
    animation: sway 6s ease-in-out infinite;
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
  .comment::after {
    right: auto;
    left: 0;
    top: 45px;
  }
  .comment__body,
  .comment__top__name {
    font-size: 17px;
  }
  .comment:last-child {
    width: 545px;
    padding-bottom: 0;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
  }
  .comment:nth-child(1) {
    margin-top: 44px;
    width: 350px;
    margin-left: auto;
    margin-bottom: 110px;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
  .comment:nth-child(2) {
    width: 425px;
    margin-left: auto;
    margin-bottom: 55px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }
  .comment:nth-child(3) {
    width: 590px;
    margin-right: 25px;
    margin-left: auto;
    margin-bottom: 25px;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
  }
  .comment:nth-child(4) {
    width: 550px;
    margin-bottom: 78px;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
  }
  .reviews__comments__toggle {
    display: none;
  }
  .promo-bottom__title {
    font-size: 41px;
    max-width: 385px;
  }
  .promo-bottom .hero__prod-wrapper {
    width: 400px;
  }
  .promo-bottom .hero__prod-wrapper .hero__prod-sale {
    left: auto;
    right: 17px;
    top: -26px;
  }
  .promo-bottom .hero {
    width: 1024px;
    margin-inline: auto;
  }
  .promo-bottom .hero::before {
    position: absolute;
    left: 25px;
    top: 0;
    width: 770px;
    height: 0;
    content: "";
    border-bottom: 1px dashed #f47fa8;
  }
  .promo-bottom .container {
    padding-top: 90px;
    min-height: 785px;
    padding-bottom: 30px;
  }
  .promo-bottom .hero__subtitle {
    font-size: 20px;
    margin-bottom: 430px;
  }
  .promo-bottom .hero__prod {
    top: auto;
    bottom: 20px;
    left: 400px;
  }
  .promo-bottom .hero__form-wrapper-bg {
    padding: 0;
    position: absolute;
    background: 0 0;
    left: 25px;
    bottom: 30px;
  }
  .promo-bottom .hero__form-wrapper-bg .hero__form {
    width: 367px;
    padding: 30px 33px 38px;
    border: 1px dashed #f47fa8;
    border-radius: 30px;
    gap: 0;
  }
  .promo-bottom .hero__form-wrapper-bg .hero__form .prices {
    position: relative;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-bottom: 20px;
  }
  .promo-bottom .hero__form-wrapper-bg .hero__form .prices__new-price {
    font-size: 62px;
    line-height: 75px;
  }
  .promo-bottom
    .hero__form-wrapper-bg
    .hero__form
    .prices__new-price
    .currency {
    font-size: 32px;
  }
  .promo-bottom .hero__form-wrapper-bg .hero__form .prices__old-price {
    position: absolute;
    font-size: 30px;
    top: -10px;
    right: -20px;
  }
  .promo-bottom .hero__form-wrapper-bg .hero__form .inputs {
    gap: 20px;
  }
  .promo-bottom .hero__form-wrapper-bg .hero__form .inputs__btn {
    width: 100%;
    margin-bottom: 0;
    padding: 12px 35px;
    height: 70px;
  }
  .footer__container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .promo-bottom.phase-3 .btn {
    scale: 1;
  }
}
@media screen and (min-width: 1220px) {
  body {
    font-size: 20px;
  }
  .container {
    width: 1220px;
  }
  .title {
    font-size: 55px;
  }
  .block {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .promo {
    background-size: 1195px 868px;
    background-position: center -190px;
  }
  .promo::before {
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: 100%;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#41357d),
      to(#aa5a9a)
    );
    background: linear-gradient(180deg, #41357d 0, #aa5a9a 100%);
    width: 852px;
    height: 649px;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    top: -88px;
    right: 380px;
    opacity: 0.3;
  }
  .no-webp .promo::after {
    background-image: url(../img/bg-blush-back-mob.png);
  }
  .webp .promo::after {
    background-image: url(../img/bg-blush-back-mob.webp);
  }
  .header {
    width: 1180px;
  }
  .header__container {
    width: 820px;
    padding: 30px 25px 35px;
  }
  .hero .container {
    width: 1178px;
    min-height: 698px;
  }
  .hero__title {
    font-size: 75px;
    margin-top: 80px;
  }
  .hero__subtitle {
    font-size: 27px;
    margin-top: 50px;
    margin-bottom: 80px;
  }
  .hero .btn {
    margin-bottom: 130px;
  }
  .hero__woman {
    width: 370px;
    height: 795px;
  }
  .hero__prod-wrapper {
    width: 481px;
  }
  .hero__prod,
  .promo.phase-1 .hero__prod-sale,
  .promo.phase-3 .hero__prod-sale {
    top: -27px;
  }
  .hero__prod-sale {
    width: 135px;
    height: 137px;
    top: -27px;
  }
  .hero__prod-sale__amount {
    font-size: 30px;
  }
  .deco__flower {
    display: block;
  }
  .deco__flower--top {
    width: 400px;
    height: 245px;
    top: -81px;
    right: -32px;
  }
  .deco__flower--bottom {
    width: 370px;
    height: 227px;
    bottom: 119px;
    left: -126px;
  }
  .deco__stars {
    right: -50px;
  }
  .deco__stars__star--1 {
    top: 305px;
    left: 0;
    width: 72px;
  }
  .promo.phase-2 .hero__prod-sale {
    top: 0;
  }

  .promo.phase-1 {
    background-position: center -190px;
  }
  .promo.phase-2 {
    background-position: center -170px;
  }

  .promo.phase-3 {
    background-position: center -160px;
  }
  .promo.phase-4 {
    background-position: center -180px;
  }

  .promo-bottom.phase-1 {
    background-position: center 40px;
  }
  .promo-bottom.promo.phase-2 {
    background-position: center 50px;
  }
  .promo-bottom.promo.phase-3 {
    background-position: center 20px;
  }
  .promo-bottom.promo.phase-4 {
    background-position: center 40px;
  }
  .block-2 {
    padding-bottom: 0;
    padding-top: 93px;
    background-size: 1171px 851px;
    background-position: 20px -45px;
  }
  .block-2 .container {
    padding-bottom: 124px;
    padding-left: 495px;
    width: 1127px;
  }
  .block-2__title {
    max-width: 600px;
    margin-bottom: 45px;
  }
  .block-2__story {
    font-size: 20px;
  }
  .block-2__woman {
    width: 452px;
  }
  .block-2 .deco__flower--bottom {
    bottom: -60px;
  }
  .goal {
    background-size: 1171px 851px;
    background-position: 20px -45px;
  }
  .goal__subtitle {
    font-size: 27px;
    margin-bottom: 70px;
  }
  .goals {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .goals__item {
    width: 214px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-inline: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .goals__item:nth-child(1) {
    gap: 25px;
  }
  .goals__item:nth-child(1)::after,
  .goals__item:nth-child(2)::after,
  .goals__item:nth-child(3)::before,
  .goals__item:nth-child(4)::after,
  .goals__item:nth-child(5)::after {
    width: 200px;
    height: 113px;
  }
  .goals__item:nth-child(2) {
    gap: 50px;
    width: 226px;
    margin-left: -20px;
  }
  .goals__item:nth-child(2) .goals__item__description {
    max-width: unset;
  }
  .goals__item:nth-child(3) {
    gap: 25px;
    margin-left: -30px;
  }
  .goals__item:nth-child(4) {
    gap: 67px;
    margin-left: -30px;
  }
  .goals__item:nth-child(5) {
    gap: 42px;
    margin-left: -20px;
  }
  .goals__item:nth-child(6) {
    gap: 67px;
    margin-left: -20px;
  }
  .goals__item__description {
    font-size: 18px;
    max-width: unset;
  }
  .place {
    padding-top: 40px;
    padding-bottom: 65px;
  }
  .action {
    background-position: center 200px;
    background-size: 1565px 1166px;
  }
  .action__title {
    margin-bottom: 50px;
  }
  .action__info {
    font-size: 27px;
  }
  .action .btn {
    width: 525px;
    max-width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .action__wrapper--third {
    margin-top: 25px;
  }
  .action__wrapper__heading {
    font-size: 44px;
    margin-bottom: 46px;
  }
  .action__list__item__img {
    width: 65px;
    height: 65px;
  }
  .action__list__item__img img {
    width: 62px;
    height: 62px;
  }
  .action__list__item__text {
    font-size: 20px;
    max-width: 295px;
  }
  .action__list__item__number {
    width: 110px;
  }
  .action__prod__sale {
    top: 35px;
  }
  .action__prod {
    width: 513px;
  }
  .action__btn-wrapper {
    bottom: 30px;
  }
  .steps {
    padding-bottom: 0;
  }
  .steps__title {
    margin-bottom: 60px;
  }
  .steps__title--second {
    max-width: 630px;
  }
  .steps__list {
    margin-bottom: 230px;
  }
  .steps__bottom-text {
    font-size: 27px;
    padding-right: 455px;
    gap: 35px;
    margin-bottom: 75px;
  }
  .steps__woman {
    width: 514px;
  }
  .step:last-of-type {
    width: 39%;
  }
  .step {
    width: 39%;
  }
  .step:nth-child(1) .text-bold,
  .step:nth-child(2) .text-bold {
    display: block;
  }
  .step:nth-child(1)::before {
    width: 193px;
    height: 152px;
    top: 73px;
    right: -220px;
  }
  .step:nth-child(2)::before {
    width: 220px;
    height: 152px;
    left: -262px;
    bottom: -76px;
    top: auto;
  }
  .step:nth-child(3)::before {
    width: 220px;
    height: 152px;
    bottom: -177px;
    right: -293px;
    top: auto;
  }
  .step::after {
    font-size: 272px;
  }
  .step__top__heading {
    font-size: 27px;
  }
  .composition {
    background-size:
      632px 459px,
      1195px 868px;
    background-position:
      40% 40%,
      20% 10px;
  }
  .composition__pill-img {
    width: 320px;
    top: -24px;
  }
  .composition__explanation {
    margin-bottom: 50px;
  }
  .composition .container {
    margin-top: 24px;
    padding-left: 434px;
  }
  .component__description {
    font-size: 18px;
  }
  .reviews {
    padding-bottom: 110px;
  }
  .reviews__title {
    font-size: 50px;
    margin-bottom: 35px;
  }
  .reviews__subtitle {
    font-size: 22px;
    margin-bottom: 95px;
  }
  .reviews__percents {
    padding-left: 9px;
    max-width: 510px;
  }
  .reviews__percents__text {
    font-size: 18px;
  }
  .reviews__percents__calc {
    width: 217px;
    height: 217px;
  }
  .reviews__percents__calc__number {
    font-size: 56px;
    width: 137px;
    height: 137px;
  }
  .circle-progress {
    width: 226px;
    height: 226px;
    top: -5px;
    left: -5px;
  }
  .card:nth-child(1) {
    left: 430px;
    top: 0;
  }
  .card:nth-child(2) {
    bottom: -30px;
  }
  .comment:last-child {
    margin-left: 185px;
  }
  .comment:nth-child(1) {
    width: 460px;
    margin-bottom: 52px;
  }
  .comment:nth-child(2) {
    margin-bottom: 36px;
  }
  .comment:nth-child(3) {
    margin-bottom: 65px;
  }
  .comment:nth-child(4) {
    width: 650px;
  }
  .promo-bottom__title {
    font-size: 45px;
  }
  .promo-bottom .hero__prod-wrapper {
    width: 481px;
  }
  .promo-bottom .hero__prod-wrapper .hero__prod-sale {
    right: 37px;
  }
  .promo-bottom .hero {
    width: 1170px;
  }
  .promo-bottom .container {
    width: 1170px;
    padding-bottom: 65px;
    min-height: 822px;
  }
  .promo-bottom .hero__subtitle {
    max-width: 420px;
  }
  .promo-bottom .hero__prod {
    bottom: 0;
  }
  .promo-bottom .hero__form-wrapper-bg {
    bottom: 60px;
  }
  .footer__container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .promo-bottom .deco__flower--bottom {
    bottom: 50px;
  }
}
@media screen and (min-width: 1440px) {
  .wide-desktop {
    display: block;
  }
  .deco__circle--top {
    width: 280px;
    height: 270px;
    top: 80px;
    left: -153px;
  }
  .deco__circle--bottom {
    width: 189px;
    height: 185px;
    bottom: 371px;
    right: -21px;
  }
  .deco__flower--top {
    top: -151px;
    width: 491px;
    height: 301px;
  }
  .deco__flower--bottom {
    width: 395px;
    height: 242px;
  }
  .deco__stars {
    right: 5%;
  }
  .block-2 .deco__stars__star--3 {
    display: none;
  }
}
@media screen and (min-width: 1680px) {
  .deco__stars {
    right: 10%;
  }
}
@media screen and (min-width: 1700px) {
  .deco__circle--top {
    width: 312px;
    height: 304px;
    top: -80px;
    left: -133px;
  }
  .deco__circle--bottom {
    bottom: 121px;
    right: 61px;
  }
}
@media screen and (min-width: 1920px) {
  .deco__stars {
    right: 15%;
  }
}
@media screen and (min-width: 2200px) {
  .deco__stars {
    right: 22%;
  }
}
