@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''),
    url('../fonts/roboto-v27-latin-regular.woff2') format('woff2'),
    url('../fonts/roboto-v27-latin-regular.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(''),
    url('../fonts/roboto-v27-latin-700.woff2') format('woff2'),
    url('../fonts/roboto-v27-latin-700.woff') format('woff');
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.3;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
header,
main,
nav {
  display: block;
}

body,
button,
input,
textarea {
  margin: 0;
  font-family: "Roboto", sans-serif;
  line-height: 1.3;
  background-color: #fff;
  position: relative;
  font-size: 16px;
  color: #243B56;
  font-weight: 400
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  margin: 0;
  padding: 0;
}

h1,
h1 a,
h2,
h2 a {
  font-family: "Roboto", sans-serif;
  color: #000;
  font-weight: 700;
  line-height: 1.2
}

p {
  margin-top: 0;
  margin-bottom: 15px;
}


ul,
ol,
li {
  padding: 0;
  margin: 0;
}

ol {
  margin-left: 20px;
}

img {
  max-width: 100%;
  display: block
}


a {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #EA0202;
  text-decoration: none;
}

input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.center {
  text-align: center;
}

.block {
  padding-top: 25px;
  padding-bottom: 25px;
}

.nowrap {
  white-space: nowrap;
}

.container {
  max-width: 970px;
  margin: 0 auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.main-block,
.reviews {
  background: #7093b1;
}

.main-block_title {
  color: #fff;
}

.header__logo-title {
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 1;
  color: #fff;
}

.green {
  color: #9fc3a4;
}

.main-block_title {
  margin-bottom: 20px;
}

.main-block_title span {
  display: block;
  font-size: 32px;
  text-transform: uppercase;
}

.main-block__list {
  margin: 0 auto 20px;
  padding-left: 0;
  list-style: none;
}

.list__item {
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 18px;
  text-align: left;
  position: relative;
  color: #fff;
}

.list__item:before {
  content: '';
  width: 25px;
  height: 25px;
  position: absolute;
  top: 1px;
  left: 0;
}

.no-webp .list__item:before {
  background: url("../images/round.png") no-repeat center / contain;
}

.webp .list__item:before {
  background: url("../images/round.webp") no-repeat center / contain;
}

.list__item:last-of-type,
.reason__item:last-of-type,
.problem__item:nth-last-of-type(-n+2),
.ingredients__item:last-of-type,
.reviews__item:last-of-type,
.problem__item p,
.reviews__text,
.steps__item:nth-last-of-type(-n+2),
.steps__text,
.form__item:last-of-type,
.effect p:last-of-type,
.spec__block p:last-of-type {
  margin-bottom: 0;
}

.order__btn,
.form__btn {
  max-width: 300px;
  margin: 0 auto;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  background-color: #ea0202;
  padding: 17px 10px;
  display: block;
  text-align: center;
  border-radius: 5px;
  border: 2px solid transparent;
  transition: border 0.3s, color 0.3s, background-color 0.3s;
  cursor: pointer;
}

.ever-popup-btn {
  cursor: pointer;
}

.order__btn:hover,
.order__btn:focus,
.form__btn:focus {
  background-color: #fff;
  color: #ea0202;
  border-color: #EA0202;
}

.price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
}

.footer-block__price {
  align-items: center;
  justify-content: center;
}

.price__new {
  color: #fff;
}

.price__old-wrap {
  margin-right: 15px;
  text-decoration: line-through;
  font-size: 22px;
}

.product {
  margin: 0 auto 20px;
  max-width: 235px;
}

.subtitle {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 18px;
}

.title,
.subtitle {
  text-align: center;
}

.problems {
  background: #f6f7f9;
}

.problems__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.problem__item {
  width: 47%;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 14px;
  text-align: center;
}

.problem__item p {
  width: 100%;
}


.problem__item img {
  max-width: 200px;
  width: 100%;
  margin-bottom: 10px;
}

.formula__title {
  text-transform: uppercase;
}

.formula__image {
  margin: 0 auto 20px;
}

.formula__wrap {
  margin-bottom: 25px;
}

.formula p:last-of-type {
  margin-bottom: 0;
}

.reason__image {
  margin: 0 auto 20px;
}

.reason__item {
  margin-bottom: 15px;
}

.product-block {
  background: linear-gradient(135deg, #E0D0C4 34%, #DBE1E7 62%, #B8CAD8 100%);
  overflow: hidden;
}

.product-block__image {
  width: 100%;
  max-width: 240px;
  margin: 0 auto 20px;
}

.product-block__title {
  margin-bottom: 20px;
}

.product-block__title span {
  text-transform: uppercase;
}

.effect__title {
  margin-bottom: 20px;
}

.ingredients__title {
  margin-bottom: 0;
}

.ingredients__title strong {
  display: block;
  margin-bottom: 5px;
}

.ingredients__item {
  margin-bottom: 20px;
  text-align: center;
}

.ingredients__image {
  margin: 0 auto 10px;
  max-width: 130px;
  border-radius: 50%;
}

.use {
  background: #f5f6f8;
}

.use__title {
  font-size: 23px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.use__item:not(:last-of-type) {
  margin-bottom: 15px;
}

.reviews__title {
  margin-bottom: 20px;
  color: #fff;
  text-transform: uppercase;
}

.reviews__text {
  font-size: 16px;
}

.reviews__list {
  margin-bottom: 20px;
}

.reviews__item {
  padding: 15px;
  background: #fff;
  border-radius: 7px;
  margin-bottom: 15px;
  font-size: 18px;
  text-align: center;
}

.reviews__avatar {
  max-width: 120px;
  margin: 0 auto 10px;
}

.reviews__name {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}

.spec__title {
  text-transform: uppercase;
  font-size: 23px;
  margin-bottom: 20px;
}

.spec__block {
  padding: 15px;
  border-radius: 7px;
  background: #E2e2e2;
  text-align: center;
}

.spec__image-wrap {
  margin-bottom: 15px;
  text-align: center;
}

.spec__image {
  margin: 0 auto 15px;
  border-radius: 200px;
  border: 7px solid #879faf;
}

.spec__info {
  margin-bottom: 0;
  font-size: 14px;
}

.result__title,
.steps__title {
  text-transform: uppercase;
  margin-bottom: 20px;
}


.result__subtitle {
  font-weight: 700;
  font-size: 22px;
}

.result__text {
  margin-bottom: 0;
  text-align: center;
}

.result-inner {
  padding: 20px 0;
}

.result__initial {
  background: #f6f7f9;
}

.result__middle {
  background: #f6d3b7;
}

.result__final {
  background: #d7dbe7;
}

.steps {
  background: #f5f6fa;
}

.steps__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.steps__item {
  width: 46%;
  text-align: center;
  margin-bottom: 15px;
}

.steps__icon {
  width: 125px;
  height: 125px;
  margin: 0 auto 10px;

  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  border: 7px solid #879faf;
}

.steps__icon img {
  width: 50px;
}

.steps__name {
  margin-bottom: 5px;
  font-weight: 700;
  text-transform: uppercase;
}

.countdown {
  margin-bottom: 20px;
  text-align: center;
  color: #0C5273;
  font-size: 30px;
}

.countdown_text {
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.countdown_text br {
  display: none;
}

.countdown__item {
  display: inline-block;
  background-color: #FFF;
  padding: 5px 10px;
  border-radius: 5px;
  position: relative;
}

.form__subtitle {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  text-align: center;

  text-transform: uppercase;
  border-radius: 5px;
}

.form__input {
  font-size: 16px;
  background: transparent;
  border: 0;
  border-radius: 5px;
}

.form__item {
  margin: 0 auto 15px;
  max-width: 300px;
  position: relative;
  border-radius: 5px;
}

.form__item:not(.form__item--submit) {
  padding: 14px 15px 14px 40px;
  background: #fff;
  border: 2px solid #dae1eb;
}

.form__item:before {
  display: block;
  content: '';
  width: 22px;
  height: 22px;
  position: absolute;
  top: calc(50% - 11px);
  left: 10px;
  background: url("../images/form-name.svg") no-repeat center / contain;
}

.form__item--phone:before {
  background: url("../images/form-phone.svg") no-repeat center / contain;
}

.form__item input {
  width: 100%;
}

.main-banner {
  background: #0C5273 !important;
}

/* Popup*/

.popup__content {
  background-color: #f5f6fa;
  border-radius: 8px;
  padding: 20px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup__content .form__item {
  width: 260px;
}

.popup__content .price__new {
  font-size: 35px;
  color: #EA0202;
}

.left-popup-box {
  display: none;
}

.right-popup-box {
  width: 320px;
}

.ever-popup__inner .popup__price {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 15px;
  text-align: center;
}

.price__new {
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  font-size: 40px;
  font-weight: 700;
  white-space: nowrap;
}


.popup__title {
  font-size: 26px;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #243B56;
}

.popup__list {
  flex-direction: column;
  align-items: center;
}

.form__item--popup:not(:last-of-type) {
  margin: 0 auto 15px;
}

@media screen and (min-width: 480px) {

  p,
  ul,
  ol,
  li {
    font-size: 18px;
  }

  .block {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .main-block_title span {
    font-size: 40px;
  }

  .main-block_title {
    font-size: 30px;
  }

  .main-block__list {
    width: 425px;
  }

  .product {
    max-width: 315px;
  }

  .list__item {
    font-size: 19px;
  }

  .steps__text,
  .problem__item {
    font-size: 16px;
  }

  .problems__list,
  .steps__list {
    justify-content: space-around;
  }

  .spec__image-wrap {
    margin: 0 auto 15px;
    width: 60%;
  }

  .popup__content .price__new {
    font-size: 40px;
  }

}

@media screen and (min-width: 640px) {

  .problems__list,
  .steps__list {
    justify-content: center;
  }

  .problem__item {
    width: 250px;
  }
}

@media screen and (min-width: 768px) {
  .container {
    padding: 0 25px;
  }

  h1,
  h1 a,
  h2,
  h2 a {
    line-height: 1.3;
  }

  .block {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .main-block {
    position: relative;
  }

  .no-webp .main-block {
    background: url("../images/reviews-back.jpg") no-repeat center / cover;
  }

  .webp .main-block {
    background: url("../images/reviews-back.webp") no-repeat center / cover;
  }

  .header__logo-title {
    margin-bottom: 25px;
    font-size: 38px;
  }

  .main-block_title {
    font-size: 55px;
    line-height: 1.1;
    margin-bottom: 30px;
  }

  .main-block__list {
    width: 450px;
    margin-bottom: 25px;
  }

  .main-block__list:not(.footer-block__list) {
    align-items: flex-start;
    margin-bottom: 20px;
    padding-left: 20px;
    width: auto;
  }

  .main-block:first-of-type .price {
    padding-left: 50px;
    margin-bottom: 15px;
    justify-content: flex-start;
  }

  .main-block:first-of-type .order__block {
    padding-left: 50px;
  }

  .main-block_title span {
    font-size: 60px;
  }

  .list__item {
    font-size: 20px;
  }

  .product {
    margin-bottom: 0;
    position: absolute;
    max-width: 260px;
    bottom: 10px;
    right: 0;
  }

  .order__block {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
  }

  .price {
    margin: 0;
    color: #000;
  }

  .use__list {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .formula__wrap {
    margin-bottom: 35px;
  }

  .footer-block__price {
    margin-bottom: 15px;
  }

  .main-block__btn {
    order: -1;
    margin: 0 0 15px;
    width: 300px;
  }

  .title {
    font-size: 30px;
  }

  .subtitle {
    font-size: 28px;
  }

  .problems__list,
  .steps__list {
    justify-content: space-between;
  }

  .problem__item {
    width: 23%;
  }

  .product-block__image {
    max-width: 260px;
  }

  .formula__container:after {
    content: "";
    display: table;
    clear: both;
  }

  .formula__image {
    float: left;
    margin: 0 20px 20px 0;
  }

  .reason__image {
    margin: 0 0 20px 20px;
    float: right;
  }

  .product-block__container {
    display: flex;
    align-items: center;
  }

  .product-block__image {
    margin: 0;
  }

  .ingredients {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: baseline;
  }

  .ingredients__item {
    margin-bottom: 20px;
    width: 45%;
  }

  .ingredients__item:last-of-type {
    margin-bottom: 0;
  }

  .reviews__item {
    display: flex;
    align-items: center;
    text-align: left;
  }

  .reviews__avatar {
    margin: 0 15px 0 0;
  }

  .spec__block {
    padding: 0;
    background: transparent;
    text-align: left;
    position: relative;
  }

  .spec__block:after {
    display: table;
    content: '';
    clear: both;
  }

  .spec__image-wrap {
    width: 100%;
    max-width: 820px;
    margin-bottom: 20px;
  }


  .steps__item {
    margin-bottom: 0;
    width: 23%;
    position: relative;
  }

  .steps__name {
    font-size: 16px;
  }

  .steps__icon {
    position: relative;
    z-index: 2;
  }

  .steps__item:nth-of-type(odd):after {
    background: url('../images/tochki1.png') no-repeat center / contain;
    content: '';
    position: absolute;
    width: 120px;
    height: 35px;
    right: -73px;
    top: 16px;
  }

  .steps__item:nth-of-type(even):not(:last-of-type):after {
    background: url('../images/tochki2.png') no-repeat center / contain;
    content: '';
    position: absolute;
    width: 120px;
    height: 34px;
    right: -71px;
    bottom: 134px;
  }

  .countdown {
    margin-bottom: 0;
  }

  .order__block--footer {
    margin-bottom: 20px;
    justify-content: center;
    flex-direction: row;
    align-items: flex-end;
  }

  .footer-block__product {
    margin-bottom: 20px;
    position: static;
  }

  .order__form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
  }

  .form {
    width: 100%;
  }

  .form__subtitle {
    width: 100%;
  }

  /* Popup */
  .popup__content {
    padding: 20px 40px 20px 0;
    justify-content: space-between;
  }

  .left-popup-box {
    display: block;
    width: 260px;
  }

  .popup__content .form__item {
    width: 300px;
  }
}

@media screen and (min-width: 876px) {

  .main-block .container {
    position: relative;
  }

  .product {
    bottom: -30px;
    right: 70px;
  }

  .result__title,
  .steps__title {
    margin-bottom: 25px;
  }

  .footer-block {
    padding-bottom: 55px;
  }

  .steps__item:nth-of-type(even):not(:last-of-type):after {
    bottom: 102px;
  }


  .order__block--footer {
    align-items: flex-end;
  }
}

@media screen and (min-width: 1024px) {
  .countdown {
    text-align: left;
  }

  .container {
    padding: 0 15px;
  }

  .main-block:first-of-type .list__item {
    font-size: 22px;
    padding-left: 40px;
  }

  .main-block:first-of-type .list__item:before {
    width: 30px;
    height: 30px;
  }

  .main-block__list {
    width: auto;
  }

  .block {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .product {
    bottom: -45px;
  }

  .order__block {
    flex-direction: row;
    align-items: center;
  }

  .main-block__btn {
    margin: 0 20px 0 0;
  }

  .main-block {
    padding-top: 40px;
  }

  .header__logo-title {
    margin-bottom: 25px;
    font-size: 50px;
    line-height: 1.1;
  }

  .price__new {
    color: #ea0202;
  }

  .main-block_title {
    margin-bottom: 25px;
    line-height: 1.1;
  }

  .main-block_title span {
    font-size: 55px;
  }

  .main-block__list {
    margin-bottom: 35px;
  }

  .subtitle {
    margin-bottom: 35px;
  }

  .reason__image {
    margin-bottom: 0;
  }

  .ingredients {
    justify-content: space-between;
  }

  .ingredients__item {
    margin: 0;
    width: 31%;
  }

  .formula__wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .formula__wrap p:last-of-type {
    margin-bottom: 0;
  }

  .formula__image {
    float: none;
    margin: 0 35px 0 0;
  }

  .use__list {
    width: 100%;
    max-width: 580px;
    display: block;
    margin: 0 auto;
  }

  .use__item {
    font-size: 22px;
  }

  .product-block__container {
    position: relative;
    justify-content: flex-end;
  }

  .product-block__container:before {
    display: block;
    content: '';
    width: 350px;
    height: 223px;
    position: absolute;
    bottom: -25px;
    left: -40px;
    z-index: 0;
  }

  .no-webp .product-block__container:before {
    background: url("../images/family.png") no-repeat center / contain;
  }

  .webp .product-block__container:before {
    background: url("../images/family.webp") no-repeat center / contain;
  }

  .product-block__image {
    z-index: 2;
  }

  .use__title,
  .reviews__title,
  .spec__title,
  .result__title,
  .steps__title,
  .order__block--footer,
  .effect__title {
    margin-bottom: 35px;
  }

  .formula__wrap {
    margin-bottom: 45px;
  }

  .formula__wrap picture {
    flex-shrink: 0;
  }

  .product-block {
    padding: 25px 0;
  }

  .product-block__info {
    width: 45%;
  }

  .product-block__title {
    margin-bottom: 30px;
  }

  .no-webp .reviews {
    background: url("../images/reviews-back.jpg") no-repeat center / cover;
  }

  .webp .reviews {
    background: url("../images/reviews-back.webp") no-repeat center / cover;
  }

  .steps__item:nth-of-type(even):not(:last-of-type):after {
    width: 124px;
    right: -74px;
  }

  .steps__icon {
    width: 150px;
    height: 150px;
  }

  .steps__icon img {
    width: 65px;
  }

  .no-webp .result__initial {
    background: #f6f7f9 url("../images/result-inner.jpg") no-repeat center / 121%;
  }

  .webp .result__initial {
    background: #f6f7f9 url("../images/result-inner.webp") no-repeat center / 121%;
  }

  .no-webp .result__middle {
    background: #f6d3b7 url("../images/result-middle.jpg") no-repeat -13% center / contain;
  }

  .webp .result__middle {
    background: #f6d3b7 url("../images/result-middle.webp") no-repeat -13% center / contain;
  }

  .no-webp .result__final {
    background: #d7dbe7 url("../images/result-final.jpg") no-repeat right center / contain;
  }

  .no-webp .result__final {
    background: #d7dbe7 url("../images/result-final.webp") no-repeat right center / contain;
  }

  .footer-block__list,
  .countdown_text br {
    display: block;
  }

  .countdown_text {
    text-align: left;
  }

  .order__block {
    justify-content: flex-start;
  }


  .order__form {
    width: 100%;
  }

  .order__block--footer {
    padding-left: 30px;
    margin-bottom: 0;
    align-items: flex-end;
  }


  .form__item {
    width: 300px;
    margin: 0 auto 15px;
  }

  .form__item:last-of-type {
    margin-bottom: 0;
  }

  .form__input {
    height: 100%;
    font-size: 18px;
  }

  .form__subtitle {
    display: none;
  }

  .footer-block__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .footer-block__left {
    width: 36%;
  }

  .footer-block__wrap .order__form {
    flex-direction: row;
    width: 63%;
    justify-content: space-between;
  }

  .footer-block__wrap .form__item {
    width: 265px;
  }

  .footer-block__product {
    max-width: 270px;
    margin: 0;
  }

  .popup__content .price__new {
    font-size: 45px;
  }
}

@media screen and (min-width: 1200px) {
  .no-webp .main-block {
    background: url("../images/main-back.jpg") no-repeat center / cover;
  }

  .webp .main-block {
    background: url("../images/main-back.webp") no-repeat center / cover;
  }

  .product {
    right: 25px;
    bottom: -100px;
  }

  .product-block__container:before {
    left: -75px;
  }

  .product-block__info {
    width: 48%;
  }

  .result__middle {
    background-position: left center;
  }

  .result__initial {
    background-size: 103%;
  }

  .footer-block__wrap .form__item {
    width: 280px;
  }

}

@media screen and (min-width: 1300px) {
  .result__initial {
    background-size: contain;
  }
}

@media screen and (min-width: 1500px) {
  .result__middle {
    background-position: 5% center;
  }

  .result__final {
    background-position: 90% center;
  }
}


@media screen and (max-width: 380px) {
  .ever-popup__inner {
    width: 95% !important;
  }
}
.x_country_select{
  display: none !important
}