@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url(../fonts/roboto-v27-latin-ext-700-webfont.woff2) format("woff2"),
    url(../fonts/roboto-v27-latin-ext-700-webfont.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url(../fonts/roboto-v27-latin-ext-regular-webfont.woff2) format("woff2"),
    url(../fonts/roboto-v27-latin-ext-regular-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url(../fonts/roboto-v27-latin-ext-500-webfont.woff2) format("woff2"),
    url(../fonts/roboto-v27-latin-ext-500-webfont.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}
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,
br {
  line-height: 1;
}
body {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 17px;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
br {
  font-size: 0;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.slick-dots li button:focus,
.slick-dots li button:hover,
.slick-list:focus,
button,
button:focus,
input,
input:focus {
  outline: 0;
}
a {
  text-decoration: none;
}
button {
  border: 0;
  display: block;
  padding: 0;
}
::-moz-focus-inner,
::-moz-focus-outer {
  border: 0;
  padding: 0;
}
::-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;
}
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 {
  border: 0;
}
img {
  display: block;
  max-width: 100%;
}
svg {
  overflow: hidden;
}
.container {
  margin: 0 auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.title {
  font-size: 28px;
  color: #202020;
  line-height: 1;
  text-align: center;
}
.text-bold,
.title {
  font-weight: 700;
}
.text-black {
  font-weight: 900;
}
.text-nowrap {
  white-space: nowrap;
}
.slick-slider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list.dragging {
  cursor: pointer;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: #fff;
}
.slick-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,
.slick-dots li button:before {
  position: absolute;
  left: 0;
  text-align: center;
}
.slick-dots {
  bottom: -25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 50%;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}
.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  top: 0;
  width: 20px;
  height: 20px;
  content: "";
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}
.slick-slide {
  outline: 0;
}
.arrow-left,
.arrow-right {
  background: #e62379;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 270px;
  cursor: pointer;
  z-index: 1;
}
.arrow-left:hover,
.arrow-right:active,
.arrow-right:hover {
  background-color: #bd125c;
}
.arrow-left svg,
.arrow-right svg {
  display: none;
}
@media (min-width: 768px) {
  .arrow-left svg,
  .arrow-right svg,
  .dreams__arrow {
    display: block;
    width: 40px;
    fill: #e62379;
  }
  .arrow-left:hover,
  .arrow-right:active,
  .arrow-right:hover {
    background-color: transparent;
  }
  .arrow-left:hover svg,
  .arrow-right:active svg,
  .arrow-right:hover svg {
    fill: #bd125c;
  }
}
.arrow-left {
  left: -15px;
}
.arrow-right {
  right: -15px;
}
.arrow-left::before {
  position: absolute;
  left: 46%;
  top: 41%;
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  display: block;
  width: 13px;
  height: 1px;
  background-color: #fff;
}
.arrow-left::after {
  position: absolute;
  left: 46%;
  top: 63%;
  transform: translate(-50%, -50%) rotate(45deg);
  content: "";
  display: block;
  width: 13px;
  height: 1px;
  background-color: #fff;
}
.arrow-right::before {
  position: absolute;
  left: 50%;
  top: 41%;
  transform: translate(-50%, -50%) rotate(45deg);
  content: "";
  display: block;
  width: 13px;
  height: 1px;
  background-color: #fff;
}
.arrow-right::after {
  position: absolute;
  left: 50%;
  top: 63%;
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  display: block;
  width: 13px;
  height: 1px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .arrow-left::after,
  .arrow-left::before,
  .arrow-right::after,
  .arrow-right::before {
    display: none;
  }
}
.block {
  padding-top: 25px;
  padding-bottom: 25px;
}
.header {
  background-color: #ffe3d3;
}
.header.block {
  padding-top: 0;
}
.header__wrapper {
  margin-bottom: 20px;
}
.header__image--desk {
  display: none;
}
.header__image {
  position: relative;
  max-width: 250px;
  margin: 0 auto 20px;
}
.header__approved {
  max-width: 90px;
  position: absolute;
  top: 15px;
  right: 20px;
}
.header__list {
  display: none;
}
.content__link {
  display: none;
}
.content__inner {
  display: none;
  max-width: 300px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 5px;
  margin: 0 auto 20px;
}
.content__timer .timer {
  display: flex;
  align-items: center;
}
.content__timer .timer__text {
  margin-bottom: 0;
}
.content__logo {
  text-align: center;
}
.content__logo-img {
  width: 100%;
  max-width: 429px;
}
.content__subtitle {
  max-width: 500px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  border: 1px solid rgba(33, 34, 33, 0.15);
  border-radius: 15px;
  padding: 15px 10px;
  margin: 0 auto 30px;
  text-align: center;
}
.content__list {
  max-width: 300px;
  font-size: 18px;
  font-weight: 500;
  margin: 0 auto 35px;
}
.content__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.2;
}
.content__list-item::before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../images/ellipse.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.attempts__item:last-child,
.attempts__list:last-child,
.content__list-item:last-child {
  margin-bottom: 0;
}
.timer__item {
  font-size: 16px;
  background-color: #ffc017;
  border-radius: 3px;
  padding: 6px 8px;
  margin: 0 2px;
}
.timer__text {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.timer__br:first-child,
.timer__br:last-child {
  display: none;
}
.spec {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 10px;
}
.spec__info {
  max-width: 370px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 20px;
}
.spec__product {
  display: none;
}
.spec__image {
  width: 69px;
  height: 69px;
  margin-right: 20px;
}
.spec__text {
  width: 80%;
  font-size: 18px;
  line-height: 1.3;
}
.spec__medals {
  margin: 0 auto;
}
.order-form {
  position: relative;
  max-width: 290px;
  background-color: #212221;
  border-radius: 15px;
  padding: 11px 10px;
  margin: 0 auto 20px;
}
.order-form__border {
  padding: 16px 14px 20px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 10px;
}
.popup .order-form {
  width: 290px;
}
.order-form__text,
.order-form__title {
  display: block;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.order-form__title {
  font-size: 28px;
  font-weight: 700;
}
.order-form__text {
  font-size: 15px;
}
.order-form__name,
.order-form__phone {
  position: relative;
  display: block;
  max-width: 220px;
  margin: 0 auto 20px;
}
.order-form__btn,
.order-form__name input,
.order-form__phone input {
  width: 100%;
  font-family: inherit;
  font-size: 15px;
  color: #666;
  background-color: #f8f8f8;
  border-radius: 100px;
  padding: 20px 0 20px 45px;
}
.order-form__name input,
.order-form__phone input {
  border: none;
}
.order-form__name::before,
.order-form__phone::before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  left: 15px;
  top: 17px;
}
.order-form__name::before {
  background: url(../images/user.svg) center no-repeat;
}
.order-form__phone::before {
  background: url(../images/phone.svg) center no-repeat;
}
.order-form__btn {
  max-width: 220px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background-color: red;
  cursor: pointer;
  padding: 20px 10px;
  margin: 0 auto 20px;
}
.order-form__btn:active,
.order-form__btn:hover {
  background-color: #c20303;
}
.order-form__users {
  display: block;
  font-size: 16px;
  color: #bababa;
  text-align: center;
}
.order-form__users span {
  font-weight: 700;
  color: red;
}
.order-form__pack {
  display: block;
  font-size: 20px;
  text-align: center;
}
.order-form__sticker {
  position: absolute;
  top: -25px;
  right: 0;
}
.price {
  display: block;
  text-align: center;
  background: rgba(255, 255, 255, 0.12);
  padding: 10px 0;
  margin-bottom: 20px;
}
.price__previous {
  position: relative;
  font-size: 28px;
  color: #b1b1b1;
  margin-right: 15px;
}
.price__previous::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #e62379;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.price__current {
  font-size: 38px;
  font-weight: 700;
  color: #fff;
}
.x_price_current,
.x_price_previous {
  margin-right: 3px;
}
.x_currency {
  font-size: 16px;
  color: #b1b1b1;
}
.lastpack,
b {
  color: red;
  font-weight: 700;
}
.attempts__title {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
.attempts__image {
  width: 100%;
  max-width: 460px;
  margin: 0 auto 20px;
}
.attempts__image--desc {
  display: none;
}
.attempts__list {
  font-size: 18px;
  font-weight: 500;
  color: #444;
  margin-bottom: 20px;
}
.attempts__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 17px;
  line-height: 1.2;
  min-height: 30px;
  padding-left: 40px;
  margin-bottom: 20px;
}
.attempts__item::before {
  content: "";
  width: 27px;
  height: 27px;
  background-image: url(../images/ellipse.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 480px) {
  .attempts__item::before {
    width: 30px;
    height: 30px;
  }
}
.dreams,
.result .slick-dots li {
  background-color: #ffe3d3;
}
.dreams__wrapper {
  max-width: 1100px;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 10px;
  margin: 0 auto;
}
.dreams__title {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}
.components__title span,
.dreams__subtitle span,
.dreams__title span,
.efficiency__subtitle span,
.positive__title span,
.result__title span {
  color: #e62379;
}
.dreams__list-wrapper {
  position: relative;
  margin-bottom: 45px;
  padding-left: 15px;
  padding-right: 15px;
}
.dreams__list {
  padding-bottom: 5px;
}
@media (min-width: 480px) {
  .dreams__list-wrapper {
    margin-bottom: 50px;
  }
  .dreams__list {
    padding-bottom: 10px;
  }
}
.dreams__item {
  margin: 0 15px;
}
.dreams__item-inner {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
}
.dreams__image {
  position: relative;
  max-width: 200px;
  margin: 0 auto 20px;
}
.dreams__image-weight {
  max-width: 60px;
  position: absolute;
  top: 50%;
  right: -30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #e62379;
  color: #fff;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50%;
}
.dreams__name {
  display: block;
  font-size: 20px;
  font-weight: 500;
}
.dreams__civil-status,
.dreams__problems,
.dreams__weight {
  display: block;
  font-size: 18px;
  line-height: 1.2;
  color: #666;
}
.dreams__name,
.dreams__problems,
.dreams__weight {
  margin-bottom: 10px;
}
.dreams__name::after,
.dreams__problems::after,
.dreams__weight::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #eaeaea;
}
.dreams__subtitle {
  max-width: 680px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .dreams__arrow {
    position: absolute;
    z-index: 2;
    top: 260px;
    background-color: transparent;
    cursor: pointer;
  }
  .dreams__arrow-svg {
    width: 40px;
    fill: #e62379;
  }
  .dreams__arrow:active .dreams__arrow-svg,
  .dreams__arrow:hover .dreams__arrow-svg {
    fill: #63052e;
  }
  .dreams__arrow--right {
    right: -3%;
  }
  .dreams__arrow--left {
    left: -3%;
  }
  .dreams__arrow--left svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    fill: #e62379;
  }
}
b {
  color: #000;
}
.slick-dots .slick-active {
  width: 18px;
  height: 18px;
  background-color: #e62379;
}
.positive {
  counter-reset: section;
}
.positive__title {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
.positive__subtitle {
  font-size: 19px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
}
.card {
  max-width: 270px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
  border-radius: 20px;
  padding: 20px 10px;
  margin: 0 auto 50px;
}
.card:last-of-type {
  margin-bottom: 0;
}
.card__img {
  margin: 0 auto;
}
.card__image {
  position: relative;
  -webkit-transform: translateY(-45px);
  transform: translateY(-45px);
}
.card__counter {
  width: 50px;
  height: 50px;
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  background-color: #e62379;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 50%, 0);
  transform: translate3d(-50%, 50%, 0);
}
.card__counter::before {
  counter-increment: section;
  content: counter(section);
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate3d(50%, -50%, 0);
  transform: translate3d(50%, -50%, 0);
}
.card__title {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
.card__text {
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
}
.result__title {
  font-size: 27px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .result__arrow {
    position: absolute;
    z-index: 2;
    top: 205px;
    background-color: transparent;
    cursor: pointer;
  }
  .result__arrow-svg {
    width: 40px;
    fill: #e62379;
  }
  .result__arrow:active .result__arrow-svg,
  .result__arrow:hover .result__arrow-svg {
    fill: #63052e;
  }
  .result__arrow--right {
    right: -4%;
  }
  .result__arrow--left {
    left: -4%;
  }
  .result__arrow--left svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .result__arrow--right {
    right: -4%;
  }
  .result__arrow--left {
    left: -7%;
  }
}
.result__list-wrapper {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 25px;
}
@media (min-width: 480px) {
  .result__list-wrapper {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .result__list-wrapper {
    margin-bottom: 0;
  }
}
.result__content-wrapper {
  margin: 10px 15px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
  border-radius: 20px;
  padding: 15px;
}
.result__content-wrapper.content__plus .feedback__text {
  max-height: 500px;
  overflow: visible;
  width: 100%;
}
.result__inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.result__info {
  width: 50%;
}
.result__inner,
.result__reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.result__reviews img {
  width: 100%;
  max-width: 20px;
  margin-right: 3px;
}
.result__reviews img:last-child {
  margin-right: 0;
}
.result__name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.result__age {
  display: block;
  font-size: 18px;
  color: #666;
}
.result__image {
  margin: 0 auto;
  border-radius: 20px;
}
.result__read-more {
  background: #e62379;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  bottom: -20px;
  left: 20px;
  cursor: pointer;
}
.result__read-more::before {
  position: absolute;
  left: 40%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(50deg);
  content: "";
  display: block;
  width: 13px;
  height: 1px;
  background-color: #fff;
}
.result__read-more::after {
  position: absolute;
  left: 60%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-50deg);
  content: "";
  display: block;
  width: 13px;
  height: 1px;
  background-color: #fff;
}
.content__plus .result__read-more::before {
  transform: translate(-50%, -50%) rotate(-50deg);
}
.content__plus .result__read-more::after {
  transform: translate(-50%, -50%) rotate(-128deg);
}
.result .slick-dots {
  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;
}
.result .slick-dots .slick-active {
  background-color: #e62379;
}
.result .slick-next {
  right: -25px;
}
.result .slick-prev {
  left: -10px;
}
.result .slick-next:before,
.result .slick-prev:before {
  content: none;
}
.feedback {
  display: flex;
  flex-direction: column-reverse;
}
.feedback__title {
  order: 1;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 1.3;
  font-weight: 700;
  font-style: italic;
}
.feedback__text {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 1.2;
  color: #666;
  overflow: hidden;
}
@media (min-width: 768px) {
  .feedback__text {
    max-height: 160px;
    margin-bottom: 0;
    position: relative;
  }
  .feedback__text:before {
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0), #fff);
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0), #fff);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff);
    position: absolute;
    bottom: 0;
  }
  .content__plus .feedback__text:before {
    display: none;
  }
  .feedback__text--80 {
    max-height: 80px;
  }
  .feedback__text--140 {
    max-height: 140px;
  }
}
.components {
  background-color: #ffe3d3;
}
.components__title {
  font-size: 27px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
}
.components__product {
  display: none;
}
.components__item {
  max-width: 360px;
  margin: 0 auto 30px;
}
.components__item:last-child,
.efficiency__item:last-child {
  margin-bottom: 0;
}
.components__image {
  margin: 0 auto 20px;
  width: 100%;
  max-width: 200px;
}
.components__subtitle {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.components__text,
.efficiency__title {
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
}
.components__text-br {
  display: none;
}
.efficiency__title {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 20px;
}
.efficiency__subtitle {
  max-width: 695px;
  font-size: 19px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  margin: 0 auto 20px;
}
.efficiency__item {
  max-width: 360px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
  border-radius: 20px;
  padding: 20px 10px;
  margin: 0 auto 20px;
}
.efficiency__result {
  font-size: 21px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
.efficiency__result-br {
  display: none;
}
.efficiency__percent {
  display: block;
  font-size: 80px;
  font-weight: 700;
  text-align: center;
  color: #e62379;
}
@media (min-width: 768px) {
  .efficiency__percent {
    font-size: 100px;
  }
}
.sale {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #ffe3d3;
  overflow: hidden;
}
.sale__content {
  max-width: 300px;
  margin: 0 auto;
}
.sale__img-wrapper {
  position: relative;
  max-width: 250px;
  margin: 0 auto 25px;
}
.sale__form-name::before,
.sale__form-phone::before,
.sale__img-wrapper::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.sale__img-wrapper::before {
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  font-weight: 700;
  font-size: 28px;
  line-height: 33px;
  text-align: center;
  color: #fff;
  background-image: url(../images/sale_sticker.png);
}
.sale__info {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.sale__info .sale__info-price {
  order: 3;
  margin-bottom: 0;
}
.sale__info-timer {
  margin-bottom: 25px;
}
.sale__info-timer .timer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sale__info-intro {
  margin-bottom: 17px;
  text-align: center;
}
.sale__info-header {
  margin-bottom: 7px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: #333;
}
.sale__info-text {
  font-size: 16px;
  line-height: 19px;
  color: #666;
}
.sale__info-text--display {
  display: none;
}
.sale__form-name,
.sale__form-phone {
  position: relative;
  display: block;
  width: 100%;
  max-width: 292px;
  margin-bottom: 15px;
}
.sale__form-name::before,
.sale__form-phone::before {
  left: 20px;
  top: 25px;
  display: block;
  width: 16px;
  height: 18px;
  background-image: url(../images/user.svg);
}
.sale__form-phone::before {
  width: 20px;
  height: 20px;
  background-image: url(../images/phone.svg);
}
.sale__form-input {
  display: block;
  width: 100%;
  height: 70px;
  padding: 20px 48px;
  font-size: 16px;
  line-height: 30px;
  background: #fff;
  border: 1px solid #dfbaa5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50px;
  display: flex;
  align-items: center;
}
.sale__form-btn {
  height: 70px;
  width: 100%;
  max-width: 292px;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #fff;
  background-color: #ff3535;
  border-radius: 100px;
  cursor: pointer;
}
.sale__form-btn:active,
.sale__form-btn:hover {
  background-color: #c20303;
}
.prices {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 230px;
  margin: 0 auto 17px;
}
.prices__line {
  display: block;
  width: 1px;
  height: 34px;
  background-color: #adadad;
}
.prices__old {
  position: relative;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  color: rgba(102, 102, 102, 0.6);
}
.prices__old::before {
  position: absolute;
  top: 50%;
  left: -1px;
  content: "";
  display: block;
  width: 77px;
  height: 1px;
  background-color: #e62379;
}
.prices__old-currency {
  font-size: 18px;
  line-height: 21px;
}
.prices__new {
  font-weight: 700;
  font-size: 35px;
  line-height: 37px;
  text-align: center;
  color: #e62379;
}
.prices__new-currency {
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  color: #e62379;
}
.expert {
  background-color: #fff;
}
.expert__inner {
  padding-bottom: 50px;
  border-bottom: 1px solid #dfbaa5;
}
.expert__header {
  margin-bottom: 5px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  color: #222;
}
.expert__subheader {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.1;
  color: #444;
}
.expert__article {
  padding: 15px;
  margin-bottom: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
  border-radius: 20px;
}
.expert__article-text {
  font-size: 17px;
  line-height: 24px;
  color: #666;
}
.expert__article-text:not(:last-child) {
  margin-bottom: 25px;
}
.expert__article-text--bold {
  font-weight: 700;
}
.expert__author {
  position: relative;
  padding-top: 30px;
  padding-left: 30px;
}
.expert__author::before {
  position: absolute;
  top: 0;
  left: 30px;
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background-color: #e62379;
}
.expert__author-name {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.1;
  color: #444;
}
.expert__author-info {
  font-size: 16px;
  font-style: italic;
  line-height: 20px;
  color: #444;
}
.gallery {
  background-color: #fff;
}
.gallery.block {
  padding-top: 0;
}
.gallery__header {
  margin-bottom: 25px;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.2;
  color: #222;
  text-align: center;
}
.gallery__header-color {
  color: #e62379;
}
.gallery__list-wrapper {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 60px;
}
.gallery__list {
  padding: 15px;
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
}
.gallery__item {
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 10px;
}
.gallery__img {
  width: 100%;
  max-width: 235px;
  margin: 0 auto;
}
.gallery__arrow {
  position: absolute;
  top: 115%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent;
  cursor: pointer;
}
.gallery__arrow svg {
  width: 50px;
  fill: #e62379;
}
.gallery__arrow:active .gallery__arrow-svg,
.gallery__arrow:hover .gallery__arrow-svg {
  fill: #63052e;
}
.gallery__arrow--right {
  right: 50px;
}
.gallery__arrow--left {
  left: 50px;
}
.gallery__arrow--left svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.how-use {
  background-color: #ffe3d3;
}
.how-use__header {
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  color: #222;
  text-align: center;
}
.how-use__header-color {
  color: #e62379;
}
.how-use__prod-wrapper {
  position: relative;
  margin: 0 auto 35px;
  max-width: 250px;
}
.how-use__item {
  position: relative;
  counter-increment: number;
}
.how-use__item::before {
  content: counter(number);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 60%;
  top: 0;
  width: 60px;
  height: 60px;
  font-size: 30px;
  line-height: 26px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  border-radius: 50%;
  background-color: #e62379;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.how-use__item:first-child {
  margin-bottom: 25px;
}
.how-use__img {
  margin: 0 auto 10px;
}
.how-use__text {
  max-width: 340px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
}
.how-use__text-br {
  display: none;
}
.how-use__info-list {
  max-width: 300px;
  margin: 0 auto;
  padding: 25px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-radius: 50px;
}
.how-use__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  justify-content: center;
  padding-left: 60px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  color: #222;
}
.how-use__info-item::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.how-use__info-item:first-child::before {
  background-image: url(../images/how-use-icon-1.jpg);
}
.how-use__info-item:nth-child(2)::before {
  background-image: url(../images/how-use-icon-2.jpg);
}
.how-use__info-item:not(:last-child) {
  margin-bottom: 30px;
}
.how-use__info-br {
  display: none;
}
.order {
  background-color: #fff;
}
.order__header {
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  color: #222;
  text-align: center;
}
.order__header-color {
  color: #e62379;
}
.order__item {
  width: 100%;
  max-width: 270px;
  margin: 0 auto;
}
.order__item:not(:last-child) {
  margin-bottom: 25px;
}
.order__item-img {
  width: 100%;
  max-width: 204px;
  margin: 0 auto 14px;
}
.order__item-header {
  margin-bottom: 7px;
  font-weight: 500;
  font-size: 21px;
  line-height: 22px;
  text-align: center;
  color: #222;
}
.order__item-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #444;
}
.webp .popup__content {
  background-image: url(../images/popup-back.webp);
}
.no-webp .popup__content {
  background-image: url(../images/popup-back.jpg);
}
.popup__content {
  width: 616px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 32px 15px 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.popup__prod {
  display: none;
  width: 100%;
  width: 282px;
}
@media (min-width: 480px) {
  .expert__author::after {
    position: absolute;
    top: 115px;
    left: 340px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 125px;
    height: 75px;
    background-image: url(../images/approved.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
}
@media screen and (min-width: 480px) {
  .container {
    width: 480px;
  }
  .title {
    font-size: 30px;
  }
  .block {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 480px) {
  .content__title {
    font-size: 60px;
  }
  .content__list {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    margin-bottom: 50px;
  }
  .content__list-item {
    padding-top: 35px;
    padding-left: 0;
    margin-bottom: 0;
    height: auto;
    width: 30%;
    text-align: center;
    align-items: flex-start;
    justify-content: center;
  }
  .content__list-item::before {
    left: 50%;
    transform: translateX(-50%);
    top: 0;
  }
  .attempts__cause {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .attempts__list {
    max-width: calc(50% - 5px);
    margin-bottom: 0;
  }
  .result__list {
    padding-bottom: 20px;
  }
  .result__inner {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .result__wrapper {
    padding: 30px;
  }
  .components__title {
    margin-bottom: 35px;
  }
  .efficiency__title {
    font-size: 30px;
  }
  .sale {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .expert__header,
  .gallery__header {
    font-size: 32px;
  }
  .how-use__header,
  .order__header {
    font-size: 32px;
  }
  .attempts__item {
    font-size: 18px;
  }
}
@media screen and (min-width: 640px) {
  .container {
    width: 640px;
  }
  .title {
    font-size: 34px;
  }
}
@media (min-width: 640px) {
  .header.block {
    padding-top: 30px;
  }
  .header__image {
    width: 50%;
  }
  .header__approved {
    top: 190px;
  }
  .header__list {
    display: block;
    margin-bottom: 25px;
  }
  .header__list-item {
    padding-top: 0;
    padding-left: 45px;
    width: 100%;
    text-align: left;
  }
  .header__list-item::before {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .content__list {
    display: none;
  }
  .content__list-item {
    justify-content: flex-start;
  }
  .content__list-item:not(:last-child) {
    margin-bottom: 20px;
  }
  .content__link,
  .content__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .content__main {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .content__link {
    font-size: 16px;
    color: #666;
    text-decoration: underline;
    border-right: 1px solid #e2e2e2;
    padding-right: 20px;
    margin-right: 20px;
  }
  .content__link:nth-child(1)::before,
  .content__link:nth-child(2)::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 15px;
  }
  .content__link:nth-child(1)::before {
    background: url(../images/nav_img1.png) no-repeat;
    background-size: contain;
  }
  .content__link:nth-child(2)::before {
    background: url(../images/nav_img2.png) no-repeat;
    background-size: contain;
  }
  .content__inner {
    display: block;
    max-width: 700px;
    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;
    padding: 10px 20px;
    margin-bottom: 30px;
  }
  .content__info {
    width: 100%;
    margin-bottom: 40px;
  }
  .content__form {
    width: 50%;
  }
  .content__title {
    font-size: 70px;
    margin-bottom: 30px;
  }
  .content__subtitle {
    margin-bottom: 40px;
  }
  .spec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 70px;
  }
  .spec__info {
    margin-bottom: 0;
  }
  .spec__medals {
    max-width: 50%;
  }
  .timer__text {
    margin-right: 10px;
  }
  .dreams__subtitle {
    font-size: 21px;
  }
  .dreams__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .positive__title {
    font-size: 25px;
  }
  .positive__subtitle {
    margin-bottom: 60px;
  }
  .positive__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .positive__item:nth-child(3),
  .positive__item:nth-child(4) {
    margin-bottom: 0;
  }
  .sale__inner {
    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;
  }
  .sale__img-wrapper {
    margin-bottom: 0;
  }
  .expert__header,
  .gallery__header,
  .how-use__header {
    font-size: 36px;
  }
  .how-use__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .how-use__item {
    width: 48%;
  }
  .how-use__item:first-child {
    margin-bottom: 0;
  }
  .how-use__info-list {
    max-width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .how-use__info-item {
    padding-left: 0;
    padding-top: 57px;
    width: 50%;
    text-align: center;
  }
  .how-use__info-item:not(:last-child) {
    margin-right: 15px;
  }
  .how-use__info-item::before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .how-use__info-item:not(:last-child) {
    margin-bottom: 0;
  }
  .order__header {
    font-size: 36px;
  }
  .order__list {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .order__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 718px;
    margin: 0 auto;
  }
  .dreams__title {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    width: 768px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .title {
    font-size: 38px;
  }
  .block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .timer__item {
    font-size: 19px;
    font-weight: 500;
  }
  .content__title {
    font-size: 75px;
  }
  .content__subtitle {
    max-width: 600px;
    font-size: 18px;
    padding: 15px 20px;
  }
  .content__link {
    margin-right: 25px;
    padding-right: 25px;
  }
  .attempts {
    background-image: url(../images/efficiency_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: -2;
  }
  .attempts__list {
    font-size: 18px;
  }
  .dreams__item-inner {
    padding: 20px;
  }
  .positive__title {
    max-width: 920px;
    font-size: 32px;
    margin: 0 auto 30px;
  }
  .positive__subtitle {
    margin-bottom: 70px;
  }
  .result.block {
    padding-bottom: 70px;
  }
  .result__title {
    font-size: 34px;
    margin-bottom: 35px;
  }
  .result__name {
    font-size: 22px;
  }
  .result__image {
    float: right;
    -webkit-transform: translate3d(45px, 45px, 0);
    transform: translate3d(45px, 45px, 0);
  }
  .result__content-wrapper.content__plus .result__image {
    margin-bottom: 60px;
  }
  .result__wrapper {
    padding: 15px;
  }
  .result__list-wrapper {
    padding-left: 70px;
    padding-right: 70px;
  }
  .result__list {
    padding-bottom: 20px;
  }
  .result__item {
    padding-bottom: 25px;
  }
  .result__content-wrapper {
    position: relative;
    height: 410px;
    max-width: 515px;
    padding-top: 33px;
    padding-right: 33px;
    padding-left: 20px;
    padding-bottom: 30px;
  }
  .result__content-wrapper.content__plus {
    height: auto;
  }
  .result__reviews img {
    margin-right: 7px;
  }
  .feedback {
    margin-bottom: 0;
    display: block;
  }
  .feedback__title {
    font-size: 24px;
  }
  .components__title {
    font-size: 34px;
    margin-bottom: 70px;
  }
  .components__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .components__item {
    width: calc(33% - 10px);
    margin-bottom: 0;
  }
  .components__subtitle {
    font-size: 20px;
  }
  .components__text {
    font-size: 16px;
  }
  .components__image {
    max-width: 250px;
  }
  .efficiency {
    background-image: url(../images/efficiency_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .efficiency__title {
    font-size: 35px;
    margin-bottom: 25px;
  }
  .efficiency__subtitle {
    font-size: 22px;
    margin-bottom: 55px;
  }
  .efficiency__item {
    padding: 40px 10px;
  }
  .efficiency__item,
  .efficiency__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .efficiency__item {
    width: calc(33% - 10px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
  .sale {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sale__img-wrapper {
    max-width: 282px;
  }
  .sale__info-header {
    font-size: 28px;
  }
  .webp .expert {
    background-image: url(../images/expert-back.webp);
  }
  .no-webp .expert {
    background-image: url(../images/expert-back.jpg);
  }
  .expert,
  .how-use__list::before {
    background-image: url(../images/expert-back.jpg);
    background-repeat: no-repeat;
    background-position: center;
  }
  .expert__header {
    font-size: 40px;
  }
  .gallery__header {
    margin-bottom: 30px;
    font-size: 40px;
  }
  .how-use {
    position: relative;
  }
  .how-use__header {
    margin-bottom: 100px;
    font-size: 40px;
  }
  .how-use__prod-wrapper {
    position: absolute;
    z-index: 2;
    top: 140px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 230px;
    margin-bottom: 0;
  }
  .how-use__list {
    position: relative;
  }
  .how-use__prod-wrapper::after {
    position: absolute;
    z-index: -1;
    top: 15px;
    left: -65px;
    transform: rotate(5deg);
    content: "";
    display: block;
    width: 470px;
    height: 78px;
    background-image: url(../images/order-arrow.svg);
    background-size: cover;
  }
  .how-use__item {
    width: 32%;
  }
  .how-use__text {
    font-size: 20px;
  }
  .order__header {
    margin-bottom: 30px;
    font-size: 40px;
  }
  .popup__content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 32px;
  }
  .popup__prod {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .container {
    width: 1024px;
  }
  .title {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .webp .header {
    background-image: url(../images/bg.webp);
  }
  .no-webp .header {
    background-image: url(../images/bg.jpg);
  }
  .header {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .header.block {
    padding-bottom: 0;
  }
  .header__image--mob {
    display: none;
  }
  .header__image--desk {
    position: absolute;
    left: -15px;
    bottom: 0;
    display: block;
    max-width: 325px;
    margin-bottom: 0;
  }
  .header__wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 50px;
  }
  .header_list {
    display: none;
  }
  .content__list {
    display: block;
  }
  .content__main {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .content__inner {
    margin-right: 0;
  }
  .content__info {
    width: auto;
    margin-bottom: 0;
    margin-right: 40px;
  }
  .content__subtitle {
    max-width: 370px;
    text-align: left;
  }
  .content__form {
    width: 570px;
  }
  .content__list {
    flex-direction: column;
    max-width: 370px;
  }
  .content__list-item {
    width: auto;
    height: 40px;
    padding-left: 100px;
    padding-top: 0;
    justify-content: flex-start;
    align-items: center;
  }
  .content__list-item:not(:last-child) {
    margin-bottom: 20px;
  }
  .content__list-item::before {
    width: 40px;
    height: 40px;
    left: 70px;
  }
  .spec {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .spec__info {
    position: relative;
    padding-left: 20px;
    margin: 0;
  }
  .spec__info::before {
    content: "";
    width: 55px;
    height: 110px;
    background-image: url(../images/spec_vector.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: -20px;
  }
  .spec__medals {
    margin: 0;
  }
  .spec__product {
    display: block;
    max-width: 230px;
    position: absolute;
    top: -50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -10%, 0);
    transform: translate3d(-50%, -10%, 0);
  }
  .spec__medal {
    max-width: 90px;
    position: absolute;
    top: -30px;
    right: 20px;
  }
  .attempts {
    position: relative;
    overflow: hidden;
  }
  .attempts.block {
    padding-top: 100px;
  }
  .attempts__title {
    max-width: 670px;
    font-size: 43px;
    text-align: left;
    margin-bottom: 50px;
  }
  .attempts__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .attempts__image--mob {
    display: none;
  }
  .attempts__image--desc {
    display: block;
    width: 615px;
    max-width: 1200px;
    position: absolute;
    bottom: -40px;
    z-index: -1;
    margin-bottom: 0;
    left: calc(50% - 100px);
  }
  .attempts__cause {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .attempts__list {
    width: 290px;
    margin-right: 20px;
  }
  .attempts__list:last-child {
    margin-right: 0;
  }
  .webp .dreams {
    background-image: url(../images/bg.webp);
  }
  .no-webp .dreams {
    background-image: url(../images/bg.jpg);
  }
  .dreams {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .dreams__title {
    font-size: 43px;
    margin-bottom: 40px;
  }
  .dreams__subtitle {
    font-size: 25px;
  }
  .dreams__item {
    padding-left: 50px;
  }
  .dreams__item-inner {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 50px;
  }
  .dreams__image {
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 100%;
    margin: 0;
  }
  .dreams__image-weight {
    max-width: 80px;
    height: 80px;
    right: -40px;
    width: 80px;
    line-height: 80px;
  }
  .dreams__info {
    width: 65%;
  }
  .dreams__name {
    font-size: 28px;
  }
  .dreams__civil-status,
  .dreams__problems,
  .dreams__weight {
    font-size: 22px;
  }
  .dreams__name,
  .dreams__problems,
  .dreams__weight {
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .dreams__name::after,
  .dreams__problems::after,
  .dreams__weight::after {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .dreams__list {
    margin-bottom: 50px;
  }
  .positive__title {
    font-size: 44px;
  }
  .positive__subtitle {
    font-size: 22px;
  }
  .positive__item {
    max-width: calc(25% - 10px);
    margin: 0 auto;
  }
  .positive__item:nth-child(even) {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  .card__text {
    line-height: 30px;
  }
  .result__title {
    font-size: 46px;
    margin-bottom: 50px;
  }
  .result__arrow {
    top: 220px;
  }
  .result__arrow--right {
    right: 10%;
  }
  .result__arrow--left {
    left: 10%;
  }
  .result__content-wrapper {
    margin: 15px auto;
  }
  .result__name {
    font-size: 24px;
  }
  .components {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .webp .components {
    background-image: url(../images/bg.webp);
  }
  .no-webp .components {
    background-image: url(../images/bg.jpg);
  }
  .components {
    height: 1100px;
  }
  .components__title {
    font-size: 46px;
  }
  .components__subtitle {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .components__text {
    font-size: 18px;
  }
  .components__text-br {
    display: block;
  }
  .components__wrapper {
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .components__wrapper::after,
  .components__wrapper::before {
    content: "";
    width: 133px;
    height: 35px;
    background-image: url(../images/components_arrow.png);
    background-repeat: no-repeat;
    position: absolute;
  }
  .components__wrapper::before {
    top: -20px;
    left: 300px;
  }
  .components__wrapper::after {
    bottom: -110px;
    right: 425px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .components__image {
    margin-bottom: 15px;
  }
  .components__image--1 {
    max-width: 275px;
  }
  .components__image--2 {
    max-width: 338px;
  }
  .components__image--3 {
    max-width: 400px;
  }
  .components__product {
    display: block;
  }
  .components__product-wrap {
    z-index: 1;
  }
  .components__item {
    width: auto;
    position: absolute;
  }
  .components__item:nth-child(2) {
    left: 0;
    top: -25px;
  }
  .components__item:nth-child(3) {
    bottom: -320px;
    left: 65px;
  }
  .components__item:nth-child(4) {
    max-width: 400px;
    right: 90px;
    top: 50px;
  }
  .efficiency__title {
    font-size: 45px;
  }
  .efficiency__subtitle {
    font-size: 24px;
  }
  .efficiency__item:nth-child(odd) {
    z-index: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  .efficiency__item:nth-child(odd)::before {
    content: "";
    width: 100%;
    height: 63px;
    background: url(../images/efficiency_vector1.png) center no-repeat;
    position: absolute;
    z-index: 900;
  }
  .efficiency__item:nth-child(1)::before {
    top: -65px;
    right: -185px;
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  .efficiency__item:nth-child(3)::before {
    top: -4px;
    right: 190px;
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: rotate(19deg);
    transform: rotate(19deg);
  }
  .efficiency__result {
    font-size: 23px;
  }
  .efficiency__result-br {
    display: block;
  }
  .efficiency__percent {
    font-size: 110px;
  }
  .sale {
    position: relative;
    padding-top: 75px;
    background-color: transparent;
  }
  .sale__backgorund {
    display: block;
    width: 860px;
    height: 260px;
    position: absolute;
    top: 70px;
    left: 51%;
    z-index: -1;
    -webkit-transform: skew(-35deg, 0deg) translateX(-50%);
    transform: skew(-35deg, 0deg) translateX(-50%);
    background-color: #ffe3d3;
  }
  .sale__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .sale__img-wrapper {
    max-width: 200px;
    margin-left: 0;
    margin-right: 30px;
  }
  .sale__img-wrapper::before {
    right: 10px;
    top: -25px;
  }
  .sale__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px;
  }
  .sale__info-intro {
    margin-bottom: 0;
    width: 30%;
    text-align: left;
  }
  .sale__info-header {
    margin-bottom: 13px;
    font-size: 32px;
    line-height: 37px;
  }
  .sale__info-text {
    line-height: 22px;
  }
  .sale__info-text--display {
    display: inline;
  }
  .sale__form {
    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;
    width: 100%;
  }
  .sale__form-name,
  .sale__form-phone {
    margin-bottom: 0;
    margin-right: 15px;
  }
  .prices {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    width: 27%;
  }
  .sale__info-timer {
    width: 41%;
    margin-bottom: 0;
    order: 3;
  }
  .sale__info-timer .timer {
    flex-direction: row;
    justify-content: space-around;
  }
  .timer__text--sale {
    margin-bottom: 0;
    width: 75px;
  }
  .expert__inner {
    position: relative;
    overflow: hidden;
    padding-bottom: 43px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-bottom: 1px solid #dfbaa5;
  }
  .expert__img {
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 90%;
    max-width: 475px;
  }
  .expert__content {
    width: 50%;
  }
  .expert__header {
    font-size: 45px;
  }
  .expert__subheader {
    font-size: 24px;
    line-height: 33px;
  }
  .expert__article {
    padding: 20px;
  }
  .expert__author-name {
    font-size: 24px;
  }
  .gallery__header {
    margin-bottom: 40px;
    font-size: 45px;
  }
  .gallery__list-wrapper {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .gallery__list {
    padding: 31px;
    border-radius: 80px;
  }
  .webp .how-use {
    background-image: url(../images/bg.webp);
  }
  .no-webp .how-use {
    background-image: url(../images/bg.jpg);
  }
  .how-use {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: transparent;
  }
  .how-use__header {
    margin-bottom: 160px;
    font-size: 45px;
  }
  .how-use__prod-wrapper {
    top: 180px;
    min-width: 280px;
  }
  .how-use__list {
    margin: 0 auto;
    max-width: 990px;
  }
  .how-use__prod-wrapper::after {
    width: 653px;
    left: -130px;
    top: 25px;
    transform: rotate(0);
  }
  .how-use__text {
    font-size: 22px;
  }
  .how-use__text-br {
    display: block;
  }
  .how-use__info-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    align-items: center;
    padding: 40px 53px;
    border-radius: 70px;
  }
  .how-use__info-item {
    width: 50%;
    padding-left: 85px;
    padding-top: 0;
    font-size: 20px;
    text-align: left;
    justify-content: flex-start;
  }
  .how-use__info-item::before {
    width: 70px;
    height: 70px;
    left: 0;
    transform: translate(0, -50%);
    top: 50%;
  }
  .how-use__info-item:not(:last-child) {
    margin-bottom: 0;
  }
  .order__header {
    margin-bottom: 40px;
    font-size: 45px;
  }
  .footer.block {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1220px) {
  .container {
    width: 1220px;
  }
  .title {
    font-size: 46px;
  }
  .feedback__text {
    max-height: 180px;
  }
  .feedback__text--180 {
    max-height: 140px;
  }
  .feedback__text--140 {
    max-height: 120px;
  }
  .expert__subheader {
    line-height: 52px;
  }
}
@media (min-width: 1220px) {
  .header__wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 35px;
  }
  .content__inner {
    padding: 10px 18px;
  }
  .content__list-item::before {
    left: 25px;
  }
  .content__list-item {
    padding-left: 60px;
  }
  .header__image--desk {
    max-width: 472px;
    left: -10px;
    bottom: 0;
  }
  .spec__text {
    font-size: 20px;
  }
  .spec__product {
    max-width: 100%;
    -webkit-transform: translate3d(-50%, -15%, 0);
    transform: translate3d(-50%, -15%, 0);
  }
  .spec__medal {
    max-width: 100%;
  }
  .attempts {
    background-size: cover;
  }
  .attempts__wrap {
    height: 600px;
  }
  .attempts__title {
    font-size: 50px;
  }
  .attempts__list {
    margin-right: 100px;
  }
  .attempts__item {
    padding-left: 65px;
    min-height: 40px;
  }
  .attempts__item::before {
    width: 40px;
    height: 40px;
  }
  .dreams__title {
    font-size: 50px;
  }
  .dreams__subtitle {
    font-size: 30px;
  }
  .dreams__item {
    padding-left: 67px;
  }
  .dreams__item-inner {
    padding-top: 47px;
    padding-right: 55px;
    padding-bottom: 50px;
    padding-left: 45px;
    min-height: 491px;
  }
  .dreams__image {
    left: -67px;
  }
  .dreams__info {
    width: 74%;
  }
  .positive.block {
    padding-top: 105px;
  }
  .positive__title {
    font-size: 50px;
  }
  .positive__subtitle {
    font-size: 24px;
    margin-bottom: 90px;
  }
  .positive__item {
    position: relative;
    max-width: 270px;
  }
  .positive__item::before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/positive_vector.png) center no-repeat;
    position: absolute;
  }
  .positive__item:last-child::before {
    content: none;
  }
  .positive__item:nth-child(1)::before {
    top: -205px;
    right: -160px;
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  .positive__item:nth-child(2)::before {
    top: -250px;
    right: -160px;
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }
  .positive__item:nth-child(3)::before {
    top: -210px;
    right: -160px;
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  .components.block {
    padding-top: 121px;
  }
  .components__title,
  .result__title {
    font-size: 50px;
  }
  .components__item:nth-child(2) {
    left: 35px;
    top: -25px;
  }
  .components__item:nth-child(3) {
    bottom: -290px;
    left: 130px;
  }
  .components__item:nth-child(4) {
    max-width: 515px;
    right: 100px;
    top: -20px;
  }
  .components .components__wrapper::before {
    top: -20px;
    left: 370px;
  }
  .components .components__wrapper::after {
    bottom: -100px;
    right: 560px;
  }
  .components__image {
    max-width: 100%;
  }
  .components__image--2 {
    max-width: 280px;
  }
  .efficiency {
    background-size: cover;
  }
  .efficiency__title {
    font-size: 50px;
  }
  .efficiency__result,
  .efficiency__subtitle {
    font-size: 24px;
  }
  .efficiency__percent {
    font-size: 120px;
  }
  .efficiency__item:nth-child(3)::before {
    top: 4px;
  }
  .result__item {
    margin-right: 50px;
    margin-left: 50px;
  }
  .result__list-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .result__arrow--right {
    right: -1%;
  }
  .result__arrow--left {
    left: -5px;
  }
  .sale__img-wrapper {
    max-width: 214px;
    width: 100%;
    margin-right: 50px;
  }
  .sale__info {
    margin-bottom: 37px;
  }
  .sale__info-intro {
    width: 26%;
  }
  .prices {
    width: 27%;
  }
  .prices__old {
    font-size: 30px;
    line-height: 35px;
  }
  .prices__old::before {
    width: 87px;
  }
  .prices__new {
    font-size: 40px;
    line-height: 1;
  }
  .sale__info-timer {
    width: 38%;
  }
  .expert.block {
    padding-top: 81px;
    padding-bottom: 95px;
  }
  .expert__img {
    left: 30px;
    width: 100%;
  }
  .expert__header {
    font-size: 50px;
  }
  .expert__article {
    padding: 28px 27px 28px 30px;
    width: 600px;
  }
  .gallery__header {
    font-size: 50px;
  }
  .how-use__header {
    margin-bottom: 160px;
    font-size: 50px;
  }
  .how-use__prod-wrapper {
    top: 165px;
    min-width: 282px;
  }
  .how-use__prod-wrapper::after {
    top: 44px;
  }
  .how-use__info-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: center;
  }
  .how-use__info-item {
    padding-left: 98px;
    font-size: 22px;
  }
  .how-use__info-item::before {
    width: 84px;
    height: 84px;
  }
  .how-use__info-item:first-child {
    margin-right: 54px;
  }
  .how-use__info-item:nth-child(3) {
    width: 23%;
  }
  .how-use__info-br {
    display: block;
  }
  .order.block {
    padding-top: 97px;
    padding-bottom: 101px;
  }
  .order__header {
    font-size: 50px;
  }
  .order__list {
    max-width: 100%;
  }
  .order__item,
  .order__list {
    margin-left: 0;
    margin-right: 0;
  }
  .order__item:last-child,
  .order__item:nth-child(2) {
    padding-top: 34px;
  }
  .order__item:not(:last-child) {
    position: relative;
    margin-bottom: 0;
    margin-right: 30px;
  }
  .order__item:not(:last-child)::after {
    position: absolute;
    display: block;
    content: "";
    width: 132px;
    height: 34px;
  }
  .order__item:first-child::after {
    -webkit-transform: rotateY(15.01deg);
    transform: rotateY(15.01deg);
    top: 4px;
    right: -95px;
  }
  .order__item:nth-child(2)::after {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    top: 6px;
    right: -64px;
  }
  .order__item:nth-child(3)::after {
    -webkit-transform: rotate(9deg);
    transform: rotate(9deg);
    top: 15px;
    right: -81px;
  }
  .order__item-header {
    font-size: 24px;
    line-height: 26px;
  }
  .footer.block {
    padding-top: 160px;
    padding-bottom: 35px;
  }
  .timer__text--sale {
    width: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .block {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .expert__author::after {
    top: 75px;
    left: 375px;
  }
  .attempts {
    z-index: 1;
    overflow: visible;
  }
  .sale__form {
    position: relative;
  }
  .sale__form-footnote {
    position: absolute;
    bottom: -30px;
    width: 100%;
    left: 0;
  }
}
@media (min-width: 1024px) and (min-width: 1220px) {
  .sale__backgorund {
    width: 1140px;
    height: 320px;
  }
}
@media (min-width: 1400px) {
  .arrow-left svg,
  .arrow-right svg,
  .dreams__arrow,
  .result__arrow {
    width: 64px;
  }
  .dreams__arrow-svg {
    width: 64px;
  }
  .dreams__arrow--right {
    right: -100px;
  }
  .dreams__arrow--right {
    right: -100px;
  }
  .dreams__arrow--left {
    left: -100px;
  }
  .result__arrow {
    top: 230px;
  }
  .result__arrow--left {
    left: -25px;
  }
  .result__arrow--right {
    right: -35px;
  }
}
.ever-popup__inner {
  padding-top: 0 !important;
}
.ever-popup__close {
  right: -45px !important;
}
.create_rom_footer,
.ev-footer {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.order-form__footnote {
  color: #bababa;
  margin-bottom: 10px;
  text-align: center;
}
.sale__form-footnote {
  text-align: center;
  margin-top: 10px;
}
@media screen and (min-width: 1220px) {
  .order-form__sticker {
    right: -25px;
  }
  .attempts__image--desc {
    width: 732px;
    left: calc(50% - 130px);
    right: 0;
    margin-left: 0;
  }
}
.ro_text {
  text-align: center;
  margin-bottom: 10px;
}
.order-form__price {
  margin-left: -14px;
  margin-right: -14px;
}
.order-form__footnote {
  line-height: 1.3;
}
.db {
  display: block;
}
.mb5 {
  margin-bottom: 5px !important;
}
@media (max-width: 767px) {
  .card__text,
  .content__list-item,
  .dreams__civil-status,
  .dreams__problems,
  .dreams__weight,
  .order__item-text,
  .spec__text {
    font-size: 17px;
  }
  .prod-img {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .order-form__footnote,
  .sale__form-footnote {
    font-size: 15px;
    line-height: 1.4;
  }
  .dreams__subtitle {
    font-size: 18px;
  }
  .positive__title {
    font-size: 21px;
  }
  .result__title {
    font-size: 27px;
  }
}
@media (max-width: 639px) {
  .result__title {
    font-size: 23px;
  }
}
@media (min-width: 768px) {
  .popup__content {
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .content__prod-img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -150px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sale__img-wrapper {
    max-width: 250px;
  }
}
@media (min-width: 480px) and (max-width: 639px) {
  .attempts__list:nth-child(1) .attempts__item:nth-child(1) {
    height: 42px;
  }
  .attempts__list:nth-child(1) .attempts__item:nth-child(4) {
    height: 84px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .components__image--2,
  .components__image--3 {
    max-width: 215px;
  }
}
.ro_text {
  font-size: 12px;
}
@media (min-width: 768px) {
  .ro_text {
    font-size: 14px;
  }
}
@media (min-width: 1024px) and (max-width: 1219px) {
  .sale__info-timer .timer {
    display: flex;
    flex-direction: column;
  }
  .sale__info-timer .timer__text {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .sale__info-timer .timer__text + span {
    display: flex;
    align-items: center;
  }
}
.x_country_select {
  display: none !important;
}
