

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/oswald-v36-latin-ext_latin_cyrillic-ext_cyrillic-regular.woff2") format("woff2"), url("../fonts/oswald-v36-latin-ext_latin_cyrillic-ext_cyrillic-regular.woff") format("woff");

}


@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  src: local(""), url("../fonts/oswald-v36-latin-ext_latin_cyrillic-ext_cyrillic-500.woff2") format("woff2"), url("../fonts/oswald-v36-latin-ext_latin_cyrillic-ext_cyrillic-500.woff") format("woff");

}


@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  src: local(""), url("../fonts/oswald-v36-latin-ext_latin_cyrillic-ext_cyrillic-600.woff2") format("woff2"), url("../fonts/oswald-v36-latin-ext_latin_cyrillic-ext_cyrillic-600.woff") format("woff");

}


@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/oswald-v36-latin-ext_latin_cyrillic-ext_cyrillic-700.woff2") format("woff2"), url("../fonts/oswald-v36-latin-ext_latin_cyrillic-ext_cyrillic-700.woff") format("woff");

}

@font-face {
  font-family: 'Gotham Pro Regular';
  src: url("../fonts/GothamPro.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Pro Medium';
  src: url("../fonts/GothamPro-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Pro Bold';
  src: url("../fonts/GothamPro-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Caveat Regular';
  src: url("../fonts/Caveat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Corbel Bold';
  src: url("../fonts/Corbel-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

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

html,
body {
  margin: 0;
  padding: 0;
}

html {
  font-size: 18px;
  line-height: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'Corbel Bold';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-weight: normal;
  font-family: 'Oswald';
  font-weight: 500;
}

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

a,
button,
input,
textarea {
  -webkit-box-shadow: none;
  box-shadow: none;
}

a:hover,
button:hover,
input:hover,
textarea:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

textarea {
  resize: vertical;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover,
a:focus {
  color: inherit;
}

button,
[type='submit'] {
  font: inherit;
  cursor: pointer;
}

form input,
form textarea {
  font: inherit;
}

p {
  margin-bottom: 0;
}

.visuallyHidden:not(:focus):not(:active),
input[type="checkbox"].visuallyHidden,
input[type="radio"].visuallyHidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  white-space: nowrap;
  border: 0;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
}

.smNo {
  display: inline;
}

.mdNo {
  display: inline;
}

.mdYes {
  display: none;
}

.pageWrapper {
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}

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

.pageHeader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #FFFFFF;
  -webkit-transition: padding .5s;
  transition: padding .5s;
}

.pageHeader:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.11);
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.pageHeader--scroll {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.pageHeader--scroll:before {
  opacity: 1;
}

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

.pageHeader--active .pageHeader__innerWrap {
  opacity: 1;
  visibility: visible;
}

.pageHeader__hamburger {
  position: relative;
  width: 22px;
  height: 14px;
  background: none;
  border: none;
  padding: 0;
}

.pageHeader__hamburger:before {
  content: '';
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -1px;
  -webkit-box-shadow: 0 -6px 0 0 #000, 0 6px 0 0 #000;
  box-shadow: 0 -6px 0 0 #000, 0 6px 0 0 #000;
}

.pageHeader--active .pageHeader__hamburger {
  display: none;
}

.pageHeader__close {
  display: none;
  position: relative;
  width: 14px;
  height: 14px;
  visibility: visible;
  opacity: 1;
  padding: 0;
  background: none;
  border: none;
}

.pageHeader--active .pageHeader__close {
  display: block;
}

.pageHeader__close:before,
.pageHeader__close:after {
  content: '';
  width: 17px;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.pageHeader__close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.pageFooter {
  margin-top: 50px;
  padding-bottom: 12px;
  background-color: #fff;
}

.pageFooter .containerWrap {
  padding-top: 20px;
  border-top: 2px solid #EFEFEF;
}

.pageFooter__row--bottom {
  margin-top: 27px;
  font-size: 12px;
  line-height: 16px;
  color: #888888;
}

.pageFooter__logo {
  margin-bottom: 26px;
}

.pageFooter__logo .logo {
  margin-left: auto;
  margin-right: auto;
}

.pageFooter__nav {
  margin-bottom: 26px;
}

.pageFooter__list {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #727986;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pageFooter__list li {
  margin-left: 2.73224043715847%;
  margin-right: 2.73224043715847%;
  font-size: 11px;
  line-height: 13px;
  margin-bottom: 13px;
  text-align: center;
}

.pageFooter__list li:last-child {
  width: 100%;
}

.pageFooter__list a {
  text-decoration: underline;
  color: inherit;
}

.pageFooter__list a:hover {
  text-decoration: none;
}

.button {
  position: relative;
  display: table;
  width: 100%;
  max-width: 388px;
  padding: 16px 40px;
  border: 2px solid #00AB6D;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Oswald';
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  background-color: #00AB6D;
  border-radius: 50px;
  overflow: hidden;
  text-align: center;
  -webkit-transition: background-color .5s, border-color .5s;
  transition: background-color .5s, border-color .5s;
}

.button:hover,
.button:focus {
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  background-color: #00784c;
  border-color: #00784c;
}

.button span {
  position: relative;
  display: block;
  width: 100%;
  top: -1px;
  color: #fff;
}

.button--white {
  border: 2px solid #EFEFEF;
  background: #fff;
}

.button--white span {
  color: #00AB6D;
  -webkit-transition: color .5s;
  transition: color .5s;
}

.button--white:hover,
.button--white:focus {
  cursor: pointer;
  color: #fff;
  background: #fff;
}

.button--white:hover span,
.button--white:focus span {
  color: #00784c;
}

.sectionTitle {
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  font-family: 'Oswald';
  font-weight: 500;
  text-transform: uppercase;
}

.sectionTitle span {
  display: block;
}

.bought {
  display: block;
  position: fixed;
  top: 50px;
  right: 60px;
  background: #42B75B;
  border-radius: 8px;
  -webkit-box-shadow: 6px 6px 20px rgba(49, 102, 114, 0.28);
  box-shadow: 6px 6px 20px rgba(49, 102, 114, 0.28);
  padding: 17px 20px 15px;
  font-size: 21px;
  line-height: 20px;
  color: #FFFFFF;
  font-family: 'Gotham Pro Regular';
  z-index: 15;
}

.bought p {
  margin: 0;
  margin-bottom: 5px;
}

.bought p:last-child {
  font-size: 18px;
  line-height: 17px;
  margin-bottom: 0;
}

.btn {
  position: relative;
  display: block;
  width: 100%;
  border: none;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Oswald';
  font-weight: 600;
  font-size: 18px;
  line-height: 128%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
  border-radius: 8px;
  text-align: center;
}

.btn:before {
  content: '';
  display: block;
  position: absolute;
  left: 17px;
  right: 17px;
  bottom: -6px;
  height: 48px;
  border-radius: 8px;
  background: rgba(255, 21, 21, 0.4);
  -webkit-filter: blur(25px);
  filter: blur(25px);
}

.btn:hover,
.btn:focus {
  cursor: pointer;
  color: #fff;
  background-color: #EA1212;
}

.btn:hover span,
.btn:focus span {
  background: #FF1515;
}

.btn span {
  position: relative;
  display: block;
  width: 100%;
  padding: 16px 40px;
  background: linear-gradient(272.96deg, #EA1212 2.51%, #FF5B15 158.61%);
  border-radius: 8px;
}

.chart__bigImg {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 10px;
  right: 0;
  margin-right: 0;
  text-align: right;
}

.chart__bigImg:before {
  content: '';
  background: url("../img/chart_branch.png") 0 0 no-repeat;
  background-size: cover;
  width: 190px;
  height: 183px;
  position: absolute;
  bottom: -27px;
  right: 0;
}

.chart__bigImg img {
  margin-right: -162px;
  height: 350px;
  width: auto;
  max-width: none;
}

.chart__content p:first-child {
  font-family: 'Corbel Bold';
  font-size: 16px;
  line-height: 140%;
  color: #7D7D7D;
}

.chart__content p:last-child {
  font-family: 'Corbel Bold';
  font-size: 12px;
  line-height: 120%;
  color: #7D7D7D;
  margin-top: 0;
  padding-right: 35px;
}

.chart__img {
  font-size: 0;
  line-height: 0;
  margin-right: -62px;
  margin-bottom: 6px;
}

.chart__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
  font-family: 'Gotham Pro Regular';
  font-size: 11px;
  line-height: 140%;
  color: #7D7D7D;
}

.chart__list li {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.chart__list li:before {
  content: '';
  width: 8px;
  height: 8px;
  margin-right: 4px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  position: relative;
  top: -1px;
}

.chart__list li:nth-child(1):before {
  background-color: #98CA3C;
}

.chart__list li:nth-child(2):before {
  background-color: #FFB627;
}

.chart__list li:nth-child(3):before {
  background-color: #A8EFFF;
}

.copyright {
  color: #BDBDBD;
  font-size: 16px;
  line-height: 15px;
  font-family: 'Gotham Pro Regular';
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.features {
  position: relative;
}

.features--inFooter {
  position: relative;
}

.features--inFooter:before {
  content: '';
  background: url("../img/footerSection_branch.png") 0 0 no-repeat;
  background-size: 100% auto;
  width: 197px;
  height: 200px;
  position: absolute;
  top: -155px;
  right: -15px;
  z-index: 2;
}

.features__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.features__list--inFooter {
  position: relative;
  z-index: 1;
  margin-top: 38px;
  padding-top: 28px;
  padding-bottom: 36px;
  background-color: #A8EFFF;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}

.features__list--inFooter:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  border-right: calc(100vw) solid #A8EFFF;
  border-top: 20px solid transparent;
  height: 0;
}

.features__list--inFooter:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border-right: calc(100vw) solid #A8EFFF;
  border-bottom: 14px solid transparent;
  height: 0;
}

.features__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Corbel Bold';
  font-size: 19px;
  line-height: 23px;
  color: #252525;
}

.features__list li:before {
  content: '';
  background: url("../fonts/features_icon.svg") 0 0 no-repeat;
  background-size: 100% auto;
  width: 24px;
  height: 21px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 16px;
}

.features__list li + li {
  margin-top: 14px;
}

.footerSection {
  padding-top: 123px;
  padding-bottom: 25px;
  background-image: url("../img/footerSection_girl.png");
  background-repeat: no-repeat;
  background-position: right -64px top 14px;
  background-size: 274px auto;
  background-color: #A8EFFF;
}

.footerSection .container {
  position: relative;
}

.footerSection__img {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 100%;
  right: -79px;
  margin-bottom: 11px;
  width: 274px;
}

.form__item {
  margin-bottom: 5px;
}

.form__item label {
  display: block;
}

.form__item span {
  font-family: 'Corbel Bold';
  font-size: 16px;
  line-height: 140%;
  color: #ACACAC;
}

.form__field {
  background: #E6F1F8;
  border-radius: 3px;
  display: block;
  width: 100%;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  font-size: 16px;
  line-height: 15px;
  color: #BDBDBD;
  font-family: 'Gotham Pro Regular';
  padding: 11px 9px;
}

.form__btn {
  margin-top: 30px;
}

.form__message {
  font-family: 'Gotham Pro Bold';
  font-size: 16px;
  line-height: 110%;
  text-align: center;
  color: #494949;
  margin-top: 9px;
}

.form__message span {
  color: #FF1515;
}

.headingSection {
  position: relative;
  background: url("../img/headingSection_girl.png") left -18px top -4px no-repeat;
  background-size: 159px auto;
  padding-top: 43px;
}

.headingSection:before {
  content: '';
  background: url("../img/headingSection_branch1.png") 0 0 no-repeat;
  background-size: cover;
  width: 129px;
  height: 139px;
  position: absolute;
  left: -6px;
  top: 168px;
  z-index: 1;
}

.headingSection .sectionTitle {
  margin-bottom: 0;
  line-height: 120%;
  color: #2F2F2F;
  width: 150px;
}

.headingSection .sectionTitle br {
  display: none;
}

.ingredients__item {
  text-align: center;
  margin-bottom: 30px;
}

.ingredients__item:last-child {
  margin-bottom: 0;
}

.ingredients__img {
  font-size: 0;
  line-height: 0;
  margin-bottom: 9px;
}

.ingredients__img img {
  border-radius: 50%;
  width: 80px;
}

.ingredients__title {
  font-family: 'Caveat Regular';
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 30px;
  line-height: 92.5%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #42B75B;
}

.ingredients__text {
  font-family: 'Corbel Bold';
  font-size: 16px;
  line-height: 140%;
  color: #7D7D7D;
}

.logo {
  display: block;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 29px;
  font-family: 'Oswald';
  font-weight: 500;
  text-transform: uppercase;
}

.logo img {
  width: 182px;
}

.logo--inHeader {
  margin-bottom: 12px;
}

.logo--inFooter {
  margin-bottom: 17px;
}

.methods__item + .methods__item {
  margin-top: 23px;
}

.methods__title {
  font-size: 30px;
  line-height: 92.5%;
  text-decoration: underline;
  color: #42B75B;
  font-family: 'Caveat Regular';
  margin-bottom: 16px;
}

.methods__text {
  position: relative;
  margin-top: 10px;
  font-size: 16px;
  line-height: 130%;
  color: #7D7D7D;
  font-family: 'Corbel Bold';
  height: 245px;
  overflow: hidden;
  margin-bottom: 15px;
}

.methods__text:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(90%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.75)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 90%, rgba(255, 255, 255, 0.75) 100%);
  -webkit-transition: opacity .6s;
  transition: opacity .6s;
}

.methods__text p {
  margin: 0;
}

.methods__text p + p {
  margin-top: 5px;
}

.methods__text--open:after {
  opacity: 0;
}

.methods__btn {
  position: relative;
  background: none;
  border: none;
  padding: 0;
  font-size: 16px;
  line-height: 130%;
  color: #494949;
  font-family: 'Corbel Bold';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
}

.methods__btn:after {
  content: '';
  width: 16px;
  height: 15px;
  background: url("../fonts/arrow.svg") 0 0 no-repeat;
  background-size: cover;
  margin-left: 6px;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}

.methods__text--open + .methods__btn:after {
  -webkit-transform: translateY(1px) rotate(180deg);
  transform: translateY(1px) rotate(180deg);
}

.modal {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 40px 42px;
  max-width: 500px;
}

.modal--1 {
  background: url("../img/modal_1.png") 100% 100% no-repeat;
}

.modal--2 {
  background: url("../img/modal_2.png") right 38px bottom 0 no-repeat, linear-gradient(139.22deg, #FFFFFF 20.01%, #D0E9FF 99.26%);
}

.modal--3 {
  background: #D0E9FF url("../img/modal_3.png") 100% 100% no-repeat;
}

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

.modal__logo {
  font-size: 0;
  line-height: 0;
  width: 100%;
  max-width: 210px;
  margin-bottom: 46px;
}

.modal__text {
  font-size: 18px;
  line-height: 128%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #494949;
  font-family: 'Gotham Pro Bold';
  margin-bottom: 55px;
  width: 184px;
}

.modal__btn {
  width: 100%;
  max-width: 210px;
  margin-top: auto;
}

.offer {
  position: relative;
  z-index: 1;
  max-width: 290px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -16px;
}

.pageSection--1 {
  padding-top: 105px;
}

.pageSection--1 .container {
  position: relative;
}

.pageSection--1 .container:before {
  content: '';
  background: url("../img/methods_decor1.png") 0 0 no-repeat;
  background-size: cover;
  width: 58px;
  height: 71px;
  position: absolute;
  top: -88px;
  left: 29px;
  -webkit-box-shadow: 4px 4px 10px rgba(49, 102, 114, 0.2);
  box-shadow: 4px 4px 10px rgba(49, 102, 114, 0.2);
  -webkit-transform: rotate(-23.8deg);
  transform: rotate(-23.8deg);
}

.pageSection--1 .container:after {
  content: '';
  background: url("../img/methods_decor2.png") 0 0 no-repeat;
  background-size: cover;
  width: 80px;
  height: 99px;
  position: absolute;
  top: -80px;
  right: -5px;
  -webkit-box-shadow: 6px 6px 20px rgba(49, 102, 114, 0.28);
  box-shadow: 6px 6px 20px rgba(49, 102, 114, 0.28);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.pageSection--1 .sectionTitle {
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
}

.pageSection--1 .sectionTitle span + span {
  margin-top: 6px;
}

.pageSection--1 .sectionTitle span {
  display: block;
}

.pageSection--1 .sectionTitle span:first-child {
  width: 76%;
}

.pageSection--1 .sectionTitle span:last-child {
  width: 92%;
}

.pageSection--3 {
  position: relative;
  padding-top: 310px;
}

.pageSection--3:before {
  content: '';
  width: 275px;
  height: 73px;
  background: url("../img/tape.png") 0 0 no-repeat;
  background-size: cover;
  position: absolute;
  right: 217px;
  top: 155px;
}

.pageSection--3:after {
  content: '';
  width: 69px;
  height: 69px;
  background: url("../fonts/decor3.svg") 0 0 no-repeat;
  background-size: cover;
  position: absolute;
  top: 73px;
  right: 50%;
  margin-right: 75px;
}

.pageSection--3 .sectionTitle {
  margin-bottom: 32px;
  width: 150px;
}

.pageSection--4 {
  padding-top: 90px;
  position: relative;
}

.pageSection--4:before {
  content: '';
  width: 188px;
  height: 194px;
  background: url("../fonts/spot1.svg") 0 0 no-repeat;
  background-size: cover;
  position: absolute;
  right: -89px;
  top: 10px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.pageSection--4 .sectionTitle {
  margin-bottom: 32px;
  width: 150px;
}

.pageSection--5 {
  padding-top: 140px;
}

.pageSection--5 .sectionTitle {
  position: relative;
  width: 61%;
  margin-bottom: 29px;
}

.pageSection--5 .sectionTitle:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #A8EFFF;
  position: absolute;
  top: -57px;
  left: 3px;
}

.price__old {
  text-align: right;
}

.price__old span {
  display: block;
  font-family: 'Corbel Bold';
  font-size: 16px;
  line-height: 140%;
  color: #ACACAC;
  margin-bottom: -7px;
}

.price__old b {
  position: relative;
  font-weight: normal;
  font-family: 'Gotham Pro Regular';
  font-size: 45px;
  line-height: 128%;
  color: #494949;
}

.price__old b:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #494949;
  -webkit-transform: translate(-50%, -50%) rotate(-6deg);
  transform: translate(-50%, -50%) rotate(-6deg);
}

.price__current {
  text-align: right;
  margin-bottom: 3px;
}

.price__current span {
  display: block;
  font-weight: normal;
  font-family: 'Caveat Regular';
  font-size: 26px;
  line-height: 92.5%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #FF1515;
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
  margin-bottom: -4px;
}

.price__current b {
  font-family: 'Gotham Pro Bold';
  font-size: 50px;
  line-height: 128%;
  color: #FF1515;
}

.productInfo--inFooter {
  position: relative;
}

.productInfo--inHeader .productInfo__heading {
  padding-left: 38%;
}

.productInfo--inFooter .productInfo__heading {
  position: relative;
}

.productInfo__img {
  font-size: 0;
  line-height: 0;
}

.productInfo--inHeader .productInfo__img {
  position: relative;
  margin-top: 33px;
  -webkit-transform: translateX(17px);
  transform: translateX(17px);
  margin-left: 18.5%;
}

.productInfo--inHeader .productInfo__img:after {
  content: '';
  width: 65px;
  height: 97px;
  background: url("../img/headingSection_branch2.png") 0 0 no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 12px;
}

.productInfo--inFooter .productInfo__img {
  top: 100%;
  margin-right: 78px;
  margin-top: 28px;
  left: -30px;
  z-index: 1;
  width: 65px;
}

.productInfo__image_mob {
  display: none;
}

.offer_image_mob {
  display: none;
}

.offer_image_desk {
  max-width: none;
  width: 120px;
  position: relative;
}

.promo {
  margin-top: 77px;
}

.promo__heading {
  position: relative;
  background: #98CA3C;
  padding-top: 30px;
  padding-bottom: 16px;
}

.promo__heading:before {
  content: '';
  position: absolute;
  bottom: 100%;
  right: 0;
  border-right: calc(100vw) solid #98CA3C;
  border-top: 36px solid transparent;
  height: 0;
}

.promo__heading .container {
  position: relative;
}

.promo__heading .container:before {
  content: '';
  background: url("../fonts/decor1.svg") 0 0 no-repeat;
  background-size: cover;
  width: 32px;
  height: 27px;
  position: absolute;
  left: 13px;
  top: -43px;
  -webkit-transform: rotate(-108.89deg);
  transform: rotate(-108.89deg);
}

.promo__heading .container:after {
  content: '';
  background: url("../fonts/decor2.svg") 0 0 no-repeat;
  background-size: cover;
  width: 104px;
  height: 58px;
  position: absolute;
  right: 15px;
  top: -67px;
}

.promo__title {
  font-family: 'Oswald';
  font-weight: 500;
  font-size: 42px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 0;
  margin-bottom: 0;
}

.promo__title span {
  white-space: nowrap;
}

.promo__body .container {
  position: relative;
}

.promo__body .rating {
  position: absolute;
  top: 12px;
  left: 15px;
}

.promo__content {
  position: relative;
}

.promo__img {
  position: relative;
  padding-top: 60px;
  margin-bottom: 24.137931034482758%;
  text-align: center;
  font-size: 0;
  line-height: 0;
}

.promo__img:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  right: -15px;
  background: #A8EFFF;
}

.promo__img:after {
  content: '';
  position: absolute;
  top: 100%;
  left: -15px;
  right: 0;
  border-left: calc(100vw) solid #A8EFFF;
  border-bottom: 42px solid transparent;
  height: 0;
}

.promo__img img {
  position: relative;
  z-index: 1;
  margin-bottom: -23%;
  -webkit-transform: translateX(2%);
  transform: translateX(5%);
  width: 200px;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}

.promo__intro {
  font-size: 19px;
  line-height: 23px;
  color: #252525;
  font-family: 'Corbel Bold';
  margin-bottom: 6px;
}

.promo__descr {
  font-size: 16px;
  line-height: 140%;
  color: #7D7D7D;
  font-family: 'Corbel Bold';
}

.promo__descr p {
  margin: 0;
}

.promo__descr p + p {
  margin-top: 4px;
}

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rating__text {
  color: #FFB627;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 128%;
  letter-spacing: 0.05em;
  font-family: 'Oswald';
  font-weight: 700;
  margin-right: 6px;
}

.rating__text--green {
  color: #42B75B;
}

.rating__img {
  font-size: 0;
  line-height: 0;
  width: 150px;
}

.sale--inHeader {
  width: 137px;
  position: absolute;
  top: 50%;
  right: 100%;
  -webkit-transform: translate(58px, -75%);
  transform: translate(58px, -75%);
}

.sale__stamp {
  background: #FFFFFF;
  border: 2px solid #FF1515;
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
  border-radius: 50%;
  color: #FF1515;
  font-family: 'Gotham Pro Bold';
  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;
}

.sale--inHeader .sale__stamp {
  width: 83px;
  height: 83px;
  font-size: 28px;
  line-height: 128%;
  margin-left: auto;
  margin-right: auto;
}

.sale--inFooter .sale__stamp {
  width: 75px;
  height: 75px;
  font-size: 24.8522px;
  line-height: 128%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}

.sale__text {
  font-family: 'Oswald';
  font-weight: 700;
  font-size: 20px;
  line-height: 128%;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FF1515;
  margin-top: 2px;
}

.sectionSubtitle {
  font-size: 14px;
  line-height: 128%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #494949;
  font-family: 'Oswald';
  font-weight: 700;
}

.sectionSubtitle span {
  display: block;
}

.sectionSubtitle span + span {
  margin-top: 11px;
}

.pageSection--1 .sectionSubtitle {
  margin-bottom: 32px;
}

.pageSection--3 .sectionSubtitle {
  margin-top: 34px;
  margin-bottom: 21px;
}

.sectionTitle {
  font-size: 22px;
  line-height: 130%;
  font-family: 'Oswald';
  font-weight: 500;
  text-transform: uppercase;
}

.sectionTitle--inFooter {
  width: 49%;
}

.sertificate {
  position: relative;
}

.sertificate:before {
  content: '';
  background: url("../img/tape.png") 0 0 no-repeat;
  background-size: cover;
  width: 275px;
  height: 73px;
  position: absolute;
  top: 0;
  right: 50%;
  margin-right: 70px;
}

.sertificate__list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sertificate__list li {
  position: relative;
  font-size: 0;
  line-height: 0;
  margin-left: auto;
  text-align: right;
}

.sertificate__list li:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 30.344827586206897%;
  text-align: left;
  width: 100%;
}

.sertificate__list li:nth-child(3) {
  margin-top: 7.241379310344828%;
}

.sertificate__list img {
  border: 10px solid #A8EFFF;
  -webkit-box-shadow: 6px 6px 20px rgba(49, 102, 114, 0.28);
  box-shadow: 6px 6px 20px rgba(49, 102, 114, 0.28);
  width: 55.172413793103445%;
}

.sticky {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #fff;
  padding-bottom: 10px;
  -webkit-box-shadow: 0px 4px 20px rgba(43, 50, 60, 0.3);
  box-shadow: 0px 4px 20px rgba(43, 50, 60, 0.3);
}

.sticky__title {
  display: none;
  font-size: 24px;
  line-height: 128%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FF1515;
  font-family: 'Oswald';
  font-weight: 600;
}

.sticky__innerWrap {
  margin-top: -25px;
}

.sticky__btn.btn {
  width: 212px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 128%;
}

.sticky__btn.btn span {
  padding: 15px 40px;
}

.sticky__count {
  position: relative;
  font-family: 'Gotham Pro Bold';
  text-align: center;
  font-size: 16px;
  line-height: 110%;
  color: #FF1515;
  padding-top: 8px;
  margin-top: 9px;
}

.sticky__count:before {
  content: '';
  display: block;
  width: 78px;
  height: 2px;
  background-color: #2F2F2F;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sticky__count br {
  display: none;
}

.sticky__count b {
  font-weight: normal;
  font-family: 'Gotham Pro Bold';
}

.timer {
  margin-bottom: 11px;
}

.timer__message {
  font-family: 'Corbel Bold';
  font-size: 16px;
  line-height: 140%;
  color: #ACACAC;
  margin-bottom: -3px;
}

.timer__innerWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.timer__innerWrap:before {
  content: ':';
  display: block;
  font-family: 'Gotham Pro Regular';
  font-size: 34px;
  line-height: 144.5%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #7D7D7D;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-left: auto;
  margin-right: auto;
  width: 10%;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.timer__innerWrap:after {
  content: ':';
  display: block;
  font-family: 'Gotham Pro Regular';
  font-size: 34px;
  line-height: 144.5%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #7D7D7D;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  margin-left: auto;
  margin-right: auto;
  width: 10%;
  text-align: center;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.timer__item {
  font-family: 'Gotham Pro Regular';
  font-size: 34px;
  line-height: 144.5%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #7D7D7D;
  width: calc(100% / 3);
}

.timer__item span {
  display: block;
  width: 47px;
}

.timer__item:nth-child(1) {
  text-align: left;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.timer__item:nth-child(2) {
  text-align: center;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.timer__item:nth-child(2) span {
  margin-left: auto;
  margin-right: auto;
}

.timer__item:nth-child(3) {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
  text-align: left;
}

.timer__item:nth-child(3) span {
  margin-left: auto;
}

.using {
  position: relative;
}

.using__img {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: -188px;
  right: -173px;
}

.using__img img {
  width: 330px;
}

.using__text {
  position: relative;
  z-index: 1;
}

.using__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.using__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 19px;
  line-height: 23px;
  color: #4F4F4F;
}

.using__list li:nth-child(1) {
  margin-bottom: 30px;
}

.using__list li:nth-child(2) {
  margin-bottom: 30px;
}

.using__list li:nth-child(1) .using__icon img {
  width: 64px;
}

.using__list li:nth-child(2) .using__icon img {
  width: 51px;
  margin-left: 11px;
}

.using__list li:nth-child(3) .using__icon img {
  width: 73px;
  margin-left: 8px;
}



.using__list p {
  margin: 0;
}

.using__list p span {
  white-space: nowrap;
}

.using__icon {
  font-size: 0;
  line-height: 0;
  width: 85px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.using__product {
  position: relative;
  margin-top: 41px;
  background-color: #A8EFFF;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  margin-top: 22.06896551724138%;
}

.using__product:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 15px;
  right: 0;
  border-right: calc(100vw) solid #A8EFFF;
  border-top: 20px solid transparent;
  height: 0;
}

.using__product:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 15px;
  border-right: calc(100vw) solid #A8EFFF;
  border-bottom: 14px solid transparent;
  height: 0;
}

.using__productWrap {
  position: relative;
}

.using__productWrap:before {
  content: '';
  background: url("../fonts/decor1.svg") 0 0 no-repeat;
  background-size: cover;
  width: 26px;
  height: 22px;
  position: absolute;
  left: 0;
  top: -13px;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.using__productWrap:after {
  content: '';
  background: url("../fonts/decor2-1.svg") 100% 0 no-repeat;
  background-size: auto 100%;
  width: 67px;
  height: 36px;
  position: absolute;
  right: 0;
  top: -26px;
}

.using__productWrap img {
  top: -50px;
  position: relative;
  z-index: 1;
  margin-top: -12.068965517241379%;
  margin-bottom: -26%;
  -webkit-transform: translateX(1%);
  transform: translateX(1%);
  width: 200px;
  max-width: 328px;
}

@media screen and (min-width: 341px) {
  .ingredients__text {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .using__productWrap img {
    -webkit-transform: translateX(2%);
    transform: translateX(2%);
  }
  .using__list p {
    margin: 0;
    margin-right: 4.739336492890995%;
  }
  .chart__bigImg {
    top: 0;
  }

  .pageSection--3 {
    padding-top: 294px;
  }

  .productInfo--inHeader .productInfo__img {
    text-align: center;
  }
}

@media screen and (min-width: 425px) {
  .productInfo--inFooter .productInfo__img {
    position: absolute;
    margin-right: 0;
    margin-top: 0;
    left: 0;
    width: auto;
  }
}

@media screen and (min-width: 425px) {
  .features--inHeader {
    margin-top: 27px;
  }
  .productInfo__image_mob {
    display: none;
  }
  .productInfo__image_desk {
    display: block;
  }
  .productInfo--inHeader .productInfo__img {
    margin-left: 23.5%;
  }
  .pageSection--3 .sectionTitle {
    width: 180px;
  }
  .using__list p {
    margin: 0;
    margin-right: 15%;
  }
  .chart__bigImg:before {
    bottom: 25px;
  }

  .chart__bigImg img {
    height: 400px;
    margin-right: -200px;
  }

  .features--inFooter:before {
    top: -145px;
  }

  .footerSection {
    background-size: 324px auto;
    padding-top: 193px;
  }

  .headingSection {
    background-size: 190px auto;
  }

  .headingSection:before {
    width: 170px;
    height: 180px;
    top: 193px;
  }

  .headingSection .sectionTitle {
    width: 265px;
  }

  .headingSection .sectionTitle br {
    display: inline;
  }

  .ingredients__text {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .pageSection--3:before {
    right: 270px;
  }

  .pageSection--4:before {
    right: -100px;
  }

  .pageSection--4 .sectionTitle {
    width: 100%;
    text-align: center;
  }

  .productInfo--inHeader .productInfo__img:after {
    width: 85px;
    height: 125px;
    bottom: -40px;
  }

  .sale--inHeader {
    top: 70%;
    -webkit-transform: translate(24px, -50%);
    transform: translate(24px, -50%);
  }

  .sectionTitle--inFooter {
    width: 243px;
  }

  .sertificate__list {
    width: 385px;
    margin-left: auto;
    margin-right: auto;
  }

  .using__product {
    margin-top: 70px;
  }

  .using__productWrap img {
    width: 200px;
    margin-top: -40px;
    margin-bottom: -90px;
    -webkit-transform: translateX(4%);
    transform: translateX(4%);
    width:400px;
  }
}

@media screen and (min-width: 460px) {
  .productInfo--inHeader .productInfo__img:after {
    bottom: 0;
  }

  .chart__bigImg {
    top: 15px;
  }

  .chart__bigImg:before {
    bottom: 45px;
  }

  .chart__bigImg img {
    height: 410px;
  }

  .features--inFooter:before {
    top: -125px;
  }

  .footerSection {
    background-size: 70% auto;
    padding-top: 193px;
  }

  .headingSection {
    background-size: 200px auto;
  }

  .headingSection:before {
    width: 160px;
    height: 164px;
    top: 218px;
  }

  .pageSection--3:after {
    right: 60%;
  }

  .pageSection--4 .sectionTitle {
    text-align: center;
  }

  .productInfo--inHeader .productInfo__img {
    margin-top: 25px;
  }



  .sale--inHeader {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin-right: -6%;
    top: 70%;
  }

  .using__img {
    top: -177px;
    right: -160px;
  }
}

@media screen and (min-width: 510px) {
  .pageSection--5 .sectionTitle {
    width: auto;
  }
  .chart__bigImg:before {
    bottom: 35px;
  }

  .features--inFooter:before {
    top: -145px;
    width: 217px;
    height: 213px;
  }

  .footerSection {
    background-size: 85% auto;
    padding-top: 243px;
  }

  .headingSection {
    background-size: 220px auto;
  }

  .headingSection:before {
    top: 210px;
    width: 220px;
    height: 229px;
  }

  .headingSection .sectionTitle {
    width: 250px;
    padding-right: 0;
  }

  .methods__text {
    height: 145px;
  }

  .pageSection--3 {
    padding-top: 324px;
  }

  .pageSection--3:before {
    right: 300px;
    width: 350px;
    height: 150px;
    background-size: 100% auto;
  }

  .pageSection--3 .sectionTitle {
    width: auto;
  }



  .productInfo--inHeader .productInfo__img:after {
    width: 115px;
    height: 170px;
    bottom: -40px;
  }



  .sale--inHeader {
    top: 58%;
    margin-right: -5%;
  }
}

@media screen and (min-width: 576px) {
  .features--inHeader {
    margin-top: 0;
  }
  .timer {
    margin-top: 55px;
  }
  .offer_image_mob {
    display: none;
  }
  .offer_image_desk {
    display: inline;
    width: 100%;
  }
  .using__img {
    top: -217px;
  }
  .smNo {
    display: none;
  }

  .button {
    width: auto;
  }

  .button--leftSide {
    margin-left: 0;
  }

  .button--big {
    width: 100%;
    max-width: 300px;
  }

  .chart__bigImg:before {
    height: 230px;
    width: 250px;
  }

  .chart__bigImg img {
    height: 460px;
  }

  .chart__content p:last-child {
    font-size: 13px;
    width: 80%;
  }

  .chart__img {
    margin-right: 0;
  }

  .chart__img img {
    width: 100%;
    max-width: 650px;
  }

  .chart__list {
    font-size: 13px;
  }

  .chart__list li:before {
    width: 9px;
    height: 9px;
    margin-right: 5px;
  }

  .features--inFooter:before {
    width: 280px;
    height: 300px;
    top: -215px;
  }

  .features__list li {
    font-size: 20px;
  }

  .footerSection {
    padding-top: 300px;
  }

  .headingSection {
    background-size: 300px auto;
    background-position: left -30px top -4px;
  }

  .headingSection:before {
    top: 325px;
    width: 250px;
    height: 260px;
  }

  .headingSection .sectionTitle {
    width: auto;
    max-width: 290px;
  }

  .headingSection .sectionTitle br {
    display: none;
  }

  .ingredients__item {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .ingredients__title {
    font-size: 32px;
  }

  .logo--inFooter img {
    width: 220px;
  }

  .methods__title {
    font-size: 32px;
  }

  .offer {
    max-width: 360px;
    margin-top: 6px;
  }

  .pageSection--1 {
    padding-top: 125px;
  }

  .pageSection--1 .container:before {
    background-size: 100% auto;
    width: 65px;
    height: 80px;
  }

  .pageSection--1 .container:after {
    background-size: 100% auto;
    width: 90px;
    height: 110px;
  }

  .pageSection--1 .sectionTitle {
    padding-top: 20px;
  }

  .pageSection--3 {
    padding-top: 374px;
  }

  .pageSection--3:before {
    right: 370px;
    top: 205px;
  }

  .pageSection--3:after {
    top: 105px;
  }

  .price__old {
    margin-bottom: 10px;
  }

  .price__old span {
    font-size: 17px;
  }

  .price__current span {
    font-size: 28px;
  }

  .productInfo--inHeader .productInfo__heading {
    padding-left: 47%;
  }

  .productInfo--inHeader .productInfo__img {
    margin-left: 41.5%;
  }

  .productInfo--inHeader .productInfo__img:after {
    width: 135px;
    height: 199px;
    bottom: -90px;
  }

  .productInfo--inHeader .productInfo__img img {
    width: 200px;
    margin-left: 0;
    margin-right: 0;
  }

  .productInfo--inFooter .productInfo__img {
    width: 200px;
    left: 0;
  }

  .promo__heading .container:before {
    width: 42px;
    height: 37px;
    top: -50px;
  }

  .promo__heading .container:after {
    width: 124px;
    height: 69px;
    top: -80px;
  }

  .rating__text {
    font-size: 16px;
  }

  .sale--inHeader {
    top: 19%;
    margin-right: -14%;
  }

  .sale--inFooter .sale__stamp {
    width: 95px;
    height: 95px;
    margin-top: -20px;
  }

  .sectionSubtitle {
    font-size: 16px;
  }

  .sectionTitle {
    font-size: 28px;
  }

  .sectionTitle--inFooter {
    width: 50%;
  }

  .sectionTitle--centered {
    text-align: center;
  }

  .sertificate:before {
    background-size: 100% auto;
    width: 320px;
    height: 100px;
  }

  .sertificate__list {
    width: 455px;
  }

  .using__product {
    margin-top: 80px;
  }

  .using__productWrap:before {
    background-size: 100% auto;
    width: 35px;
    height: 50px;
  }

  .using__productWrap:after {
    background-size: 100% auto;
    width: 100px;
    height: 100px;
  }

  .using__productWrap img {
    max-width: 400px;
    margin-bottom: -120px;
    top: -70px;
  }
}

@media screen and (min-width: 630px) {
  .chart__bigImg img {
    height: 490px;
  }

  .chart__bigImg img {
    height: 520px;
  }

  .features--inHeader {
    margin-top: 45px;
  }

  .features--inFooter:before {
    top: -175px;
  }

  .footerSection {
    background-size: 536px auto;
    background-color: transparent;
    background-position: 60% 14px;
  }

  .headingSection {
    background-size: 330px auto;
    background-position: left -30px top -4px;
  }

  .headingSection:before {
    top: 355px;
    width: 280px;
    height: 292px;
  }

  .logo--inHeader img {
    width: 200px;
  }

  .pageSection--3 {
    padding-top: 434px;
  }

  .pageSection--3:before {
    width: 400px;
  }

  .pageSection--3:before {
    width: 440px;
    right: 420px;
  }

  .pageSection--3:after {
    width: 89px;
    height: 89px;
    top: 85px;
    right: 55%;
  }

  .pageSection--4:before {
    width: 218px;
    height: 224px;
  }

  .productInfo--inHeader .productInfo__heading {
    padding-left: 49%;
  }

  .productInfo--inHeader .productInfo__img:after {
    width: 165px;
    height: 243px;
  }

  .productInfo--inHeader .productInfo__img img {
    width: 200px;
  }

  .sale--inHeader {
    top: 25%;
    margin-right: 0;
    right: 5%;
  }
}

@media screen and (min-width: 680px) {
  .features--inHeader {
    margin-top: 140px;
  }
  .headingSection {
    background-size: 370px auto;
  }

  .headingSection:before {
    top: 405px;
    width: 310px;
    height: 323px;
  }

  .pageSection--5 .sectionTitle {
    margin-bottom: 40px;
  }

  .pageSection--5 .sectionTitle:before {
    left: 20%;
  }

  .sale--inHeader {
    right: 8%;
  }

  .sale__text {
    display: block;
  }

  .sertificate:before {
    width: 380px;
    right: 60%;
  }

  .using__img {
    right: -250px;
  }

  .using__img img {
    width: 505px;
  }
}

@media screen and (min-width: 768px) {
  .sale--inHeader {
    top: 20%;
  }
  .timer {
    margin-top: 0;
  }
  .mdNo {
    display: none;
  }

  .mdYes {
    display: inline;
  }

  .sectionTitle--centered {
    text-align: center;
  }

  .chart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .chart__bigImg {
    position: relative;
    margin-top: -210px;
    width: 40%;
  }

  .chart__bigImg:before {
    background-size: cover;
    right: -15px;
    bottom: 0;
    bottom: -10%;
    height: 55%;
    width: 105%;
    z-index: 1;
  }

  .chart__bigImg img {
    width: 200%;
    height: auto;
    margin-right: 0;
    margin-left: -10%;
  }

  .chart__content {
    width: 55%;
    margin-right: 5%;
  }

  .pageSection--3 .sectionTitle {
    margin-bottom: 22px;
  }

  .chart__content p:first-child {
    margin-top: 0;
  }

  .chart__content p:last-child {
    width: auto;
    width: 150%;
    padding-right: 0;
  }

  .chart__img {
    margin-bottom: 15px;
  }

  .chart__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: -50%;
    font-size: 14px;
  }

  .chart__list li {
    margin-right: 15px;
  }

  .chart__list li:before {
    width: 10px;
    height: 10px;
    top: 0;
  }

  .features--inHeader {
    margin-top: 190px;
  }

  .features--inFooter:before {
    display: none;
  }

  .features__list--inFooter {
    padding-top: 38px;
    padding-bottom: 46px;
  }

  .features__list--inFooter .features__list li {
    font-size: 22px;
    max-width: 60%;
  }

  .footerSection {
    position: relative;
    padding-top: 90px;
    padding-bottom: 102px;
    background: url("../img/footerSection_girl.png") calc(50% - 220px) 100% no-repeat, url("../img/footerSection_bg.jpg") 45% 100% no-repeat;
    background-size: 436px auto, auto auto;
    overflow: hidden;
    background-color: #A8EFFF;
  }

  .footerSection:before {
    content: '';
    position: absolute;
    bottom: -5px;
    right: 50%;
    margin-right: 40px;
    background: url("../img/footerSection_branch_desktop.png") 0 0 no-repeat;
    background-size: 100% auto;
    width: 610px;
    height: 290px;
  }

  .headingSection {
    background-size: 450px auto;
  }

  .headingSection:before {
    background-size: 100% auto;
    width: 370px;
    height: 400px;
    top: 495px;
  }

  .headingSection .sectionTitle {
    max-width: none;
    padding-right: 50px;
  }

  .ingredients__text {
    width: auto;
  }

  .logo--inHeader img {
    width: 240px;
  }

  .logo--inFooter img {
    width: 280px;
  }

  .methods {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .methods__item {
    width: 47%;
  }

  .methods__item + .methods__item {
    margin-top: 0;
  }

  .methods__text {
    font-size: 17px;
    height: auto !important;
  }

  .methods__text:after {
    display: none;
  }

  .methods__btn {
    display: none;
  }

  .offer {
    margin-top: 100px;
    -webkit-transform: translateX(150px);
    transform: translateX(150px);
  }

  .pageSection--1 .container:before {
    width: 80px;
    height: 97px;
    top: -78px;
  }

  .pageSection--1 .container:after {
    width: 105px;
    height: 129px;
    top: -155px;
  }

  .pageSection--1 .sectionTitle {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .pageSection--1 .sectionTitle span:first-child {
    width: 100%;
  }

  .pageSection--1 .sectionTitle span:last-child {
    width: 100%;
  }

  .pageSection--3 {
    padding-top: 165px;
  }

  .pageSection--3:before {
    top: 25px;
    right: 100%;
    margin-right: -310px;
  }

  .pageSection--3:after {
    display: none;
  }

  .pageSection--4 {
    padding-top: 60px;
  }

  .pageSection--4:before {
    right: -120px;
    background-size: 100% auto;
    width: 32%;
    height: 30%;
    top: -3%;
  }

  .pageSection--5 {
    padding-top: 130px;
  }

  .pageSection--5 .sectionTitle:before {
    width: 30px;
    height: 30px;
  }

  .price {
    position: relative;
  }

  .productInfo--inHeader .productInfo__heading {
    padding-left: 52%;
  }

  .productInfo--inHeader .productInfo__img:after {
    background-size: 100% auto;
    width: 205px;
    height: 302px;
  }

  .productInfo--inHeader .productInfo__img img {
    max-width: 280px;
    width: 75%;
    margin-left: -6%;
  }

  .productInfo--inFooter .productInfo__img {
    width: 250px;
    top: 0;
    margin-right: 0;
    margin-top: 0;
    z-index: 10;
    right: 0;
    left: auto;
  }

  .promo__title {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .promo__content:after {
    content: '';
    width: 89px;
    height: 89px;
    background: url("../fonts/decor3.svg") 0 0 no-repeat;
    background-size: cover;
    position: absolute;
    top: 133px;
    left: 80%;
  }

  .promo__img {
    margin-bottom: 180px;
  }

  .promo__img img {
    max-width: 480px;
    margin-bottom: -185px;
  }

  .sale--inFooter {
    position: absolute;
    left: 0;
    top: 0;
  }

  .sale--inHeader .sale__stamp {
    width: 105px;
    height: 105px;
    font-size: 34px;
    margin-bottom: 10px;
  }

  .sale--inFooter .sale__stamp {
    margin: 0;
    width: 115px;
    height: 115px;
    font-size: 32px;
  }

  .sectionSubtitle {
    font-size: 18px;
  }

  .pageSection--1 .sectionSubtitle {
    text-align: center;
  }

  .sectionTitle {
    font-size: 32px;
  }

  .sectionTitle--inFooter {
    width: 60%;
  }

  .sertificate__list {
    width: 545px;
  }

  .using__list {
    padding-left: 3%;
  }

  .using__list li {
    font-size: 20px;
  }

  .using__list li:nth-child(1) .using__icon img {
    width: 71px;
  }



  .using__icon {
    width: 110px;
  }

  .using__product {
    margin-top: 80px;
  }

  .using__productWrap:before {
    width: 45px;
  }

  .using__productWrap:after {
    width: 140px;
    top: -36px;
  }

  .using__productWrap img {
    max-width: 480px;
  }
}

@media screen and (min-width: 768px) and (min-width: 1110px) {
  .footerSection:before {
    right: 60%;
  }
}

@media screen and (min-width: 768px) and (min-width: 1200px) {
  .footerSection:before {
    left: -170px;
    right: auto;
    bottom: 0;
    width: 710px;
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) and (min-width: 1490px) {
  .footerSection:before {
    left: -310px;
    width: 850px;
    height: 460px;
    bottom: -96px;
  }
}

@media screen and (min-width: 870px) {
  .pageSection--3 .sectionSubtitle {
    margin-top: 72px;
  }
  .headingSection .sectionTitle {
    width: 355px;
    padding-right: 0;
  }

  .promo__heading .container:after {
    width: 144px;
    height: 80px;
    top: -90px;
  }

  .using__list {
    padding-left: 5%;
  }

  .features--inHeader {
    margin-top: 170px;
  }
}

@media screen and (min-width: 940px) {
  .chart__content p:last-child {
    width: 700px;
  }

  .features--inHeader {
    margin-top: 250px;
  }

  .headingSection {
    background-size: 490px auto;
  }

  .headingSection:before {
    top: 565px;
  }

  .using__img {
    top: -230px;
    right: -280px;
  }

  .using__img img {
    width: 585px;
  }
}

@media screen and (min-width: 992px) {
  .sectionTitle--inFooter {
    width: 50%;
  }
  .pageHeader__innerWrap {
    overflow-y: visible;
    position: relative;
    top: auto;
    opacity: 1;
    visibility: visible;
    height: auto;
    z-index: 1;
    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;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0;
  }

  .pageHeader__hamburger {
    display: none;
  }

  .pageHeader__close {
    display: none !important;
  }

  .chart__content {
    padding-right: 30px;
  }

  .features--inHeader {
    padding-left: 0;
    margin-top: 50px;
  }

  .features__list--inFooter li {
    width: 962px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 150px;
    max-width: none;
  }

  .headingSection {
    background: url("../img/headingSection_girl.png") left -38px top -4px no-repeat, url("../img/headingSection_bg.jpg") 20% 100% no-repeat;
    background-size: 450px auto, auto auto;
    padding-top: 40px;
    padding-bottom: 0;
    height: 764px;
  }

  .headingSection:before {
    top: 425px;
  }

  .headingSection:after {
    content: '';
    background: url("../img/headingSection_branch2.png") 0 0 no-repeat;
    position: absolute;
    right: 0;
    bottom: -80px;
    background-size: 100% auto;
    width: 205px;
    height: 302px;
  }

  .headingSection .container {
    position: relative;
  }

  .headingSection .sectionTitle {
    width: 290px;
  }

  .features__list--inHeader {
    width: 83%;
  }

  .ingredients {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .ingredients__item {
    width: 30%;
  }

  .ingredints_innerWrap {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .ingredients__img img {
    width: 110px;
  }

  .ingredients__text {
    color: #494949;
  }

  .logo--inHeader {
    margin-bottom: 35px;
  }

  .pageSection--1 {
    padding-top: 55px;
  }

  .pageSection--1 .container:before {
    top: 100px;
    left: 9px;
  }

  .pageSection--1 .container:after {
    top: 105px;
    right: -15px;
  }

  .pageSection--3 {
    padding-top: 100px;
  }

  .pageSection--3:before {
    top: -35px;
  }

  .pageSection--4 {
    padding-bottom: 100px;
    background: #fff url("../img/sect4.jpg") 50% 100% no-repeat;
    background-size: cover;
  }

  .pageSection--4:before {
    display: none;
  }

  .pageSection--5 {
    position: relative;
    background-color: #A8EFFF;
    padding-top: 0;
  }

  .pageSection--5:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 15px;
    right: 0;
    border-right: calc(100vw) solid #A8EFFF;
    border-top: 55px solid transparent;
    height: 0;
  }

  .pageSection--5:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 15px;
    border-right: calc(100vw) solid #A8EFFF;
    border-bottom: 55px solid transparent;
    height: 0;
  }

  .pageSection--5 .sectionTitle {
    width: 55%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .pageSection--5 .sectionTitle:before {
    display: none;
  }

  .productInfo--inHeader {
    margin-left: 60%;
    padding-right: 3%;
  }

  .productInfo--inHeader .productInfo__heading {
    padding-left: 0;
  }

  .productInfo--inFooter .productInfo__heading {
    width: 962px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 150px;
  }

  .productInfo--inHeader .productInfo__img {
    position: absolute;
    top: 180px;
    right: 42%;
    margin-left: 0;
    margin-top: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    top: auto;
    width: 200px;
    bottom: -160px;
  }

  .productInfo--inHeader .productInfo__img:after {
    display: none;
  }

  .productInfo--inHeader .productInfo__img img {
    margin-left: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    max-width: none;
    width: 100%;
    height: auto;
  }

  .promo__heading {
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 1;
  }

  .promo__heading:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    border-right: calc(100vw) solid #98CA3C;
    border-bottom: 36px solid transparent;
    height: 0;
  }

  .promo__heading .container:before {
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(-136.99deg);
    transform: translate(0, -50%) rotate(-136.99deg);
  }

  .promo__heading .container:after {
    top: 50%;
    z-index: 1;
  }

  .promo__body {
    position: relative;
    background-color: #A8EFFF;
    padding-top: 50px;
  }

  .promo__body:after {
    content: '';
    position: absolute;
    top: 100%;
    left: -15px;
    right: 0;
    border-left: calc(100vw) solid #A8EFFF;
    border-bottom: 42px solid transparent;
    height: 0;
  }

  .promo__body .rating {
    position: static;
    margin-bottom: 15px;
    margin-left: -80px;
  }

  .promo__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .promo__content:after {
    left: 85%;
    top: 20px;
  }

  .promo__img {
    width: 500px;
    padding-top: 222px;
    margin-bottom: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 30px;
  }

  .promo__img:before {
    display: none;
  }

  .promo__img:after {
    display: none;
  }

  .promo__img img {
    margin-bottom: 0;
    width: 100%;
    max-width: none;
  }

  .promo__text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 28px;
    padding-right: 30px;
  }

  .promo__intro {
    margin-bottom: 13px;
    width: 100%;
    margin-left: -80px;
  }

  .promo__descr {
    color: #494949;
  }

  .promo .rating__text {
    font-size: 20px;
  }

  .sale--inHeader {
    top: auto;
    right: auto;
    left: 100%;
    top: 80%;
    bottom: auto;
    -webkit-transform: translate(-70px, 0);
    transform: translate(-70px, 0);
  }

  .sale--inHeader .sale__stamp {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .sale__text {
    display: none;
  }

  .pageSection--3 .sectionSubtitle {
    margin-bottom: 34px;
  }

  .sertificate:before {
    display: none;
  }

  .sertificate__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: auto;
    max-width: 1070px;
  }

  .sertificate__list li {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 30% !important;
    margin-left: 0;
    margin-right: 0;
  }

  .sertificate__list li:nth-child(2) {
    position: static;
    padding-top: 0;
  }

  .sertificate__list li:nth-child(3) {
    margin-top: 0;
  }

  .sertificate__list img {
    width: 100%;
  }

  .using__img {
    right: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    left: -7%;
  }

  .using__img img {
    width: 615px;
  }

  .using__text {
    background-color: #fff;
    width: 550px;
    height: 550px;
    border-radius: 50%;
    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;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 6px 6px 50px rgba(49, 102, 114, 0.28);
    box-shadow: 6px 6px 50px rgba(49, 102, 114, 0.28);
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .using__list {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .using__list p {
    margin-right: 0;
  }

  .using__product {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: none;
    margin: 0;
    padding: 0;
    z-index: 1;
    right: -80px;
  }

  .using__product:before {
    display: none;
  }

  .using__product:after {
    display: none;
  }

  .using__productWrap:before {
    display: none;
  }

  .using__productWrap:after {
    top: -140px;
    right: auto;
    left: 50%;
  }

  .using__productWrap img {
    width: 200px;
    transform: translateX(0%);
  }
}

@media screen and (min-width: 1110px) {
  .sticky {
    padding: 17px 23px 23px;
    background-color: rgba(255, 255, 255, 0.85);
    right: 60px;
    bottom: 50px;
    left: auto;
    border-radius: 10px;
    width: 410px;
  }

  .sticky__title {
    display: block;
  }

  .sticky__innerWrap {
    margin-top: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sticky__btn.btn {
    width: 240px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 20px;
  }

  .sticky__btn.btn span {
    padding: 17px 40px;
  }

  .sticky__count {
    margin-top: 0;
    padding-top: 0;
    color: #494949;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sticky__count:before {
    position: static;
    width: 2px;
    height: auto;
    background-color: #FF1515;
    margin-right: 14px;
  }

  .sticky__count br {
    display: inline;
  }

  .sticky__count b {
    -ms-flex-item-align: center;
    align-self: center;
  }

  .sticky__count span {
    color: #FF1515;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    width: 1140px;
  }

  .features__list--inHeader {
    width: auto;
  }

  .pageHeader {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .pageFooter {
    padding-bottom: 30px;
    margin-top: 140px;
  }

  .pageFooter .containerWrap {
    padding-top: 90px;
  }

  .pageFooter__row--top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .pageFooter__row--bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: 90px;
  }

  .pageFooter__logo {
    position: relative;
    top: -15px;
  }

  .pageFooter__nav {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 90px;
    padding-right: 90px;
  }

  .pageFooter__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .pageFooter__list li {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 14px;
    margin-left: 25px;
    margin-right: 25px;
  }

  .pageFooter__list li:last-child {
    width: auto;
  }

  .chart__bigImg {
    margin-top: -370px;
    position: static;
  }

  .chart__bigImg:before {
    background-size: 100% auto;
    width: 677px;
    height: 725px;
    left: 50%;
    right: auto;
    margin-left: 139px;
    bottom: -210px;
  }

  .chart__bigImg img {
    width: 285%;
  }

  .chart__content p:first-child {
    width: 430px;
    font-size: 18px;
    margin-top: 0;
  }

  .chart__content p:last-child {
    width: 580px;
    font-size: 14px;
  }

  .chart__img {
    margin-bottom: 21px;
  }

  .chart__img img {
    width: 608px;
    max-width: none;
  }

  .chart__list {
    margin-bottom: 28px;
  }

  .chart__list li {
    margin-top: 0;
  }

  .copyright {
    text-align: right;
    margin-top: 55px;
    padding-bottom: 51px;
    margin-bottom: 0;
  }

  .features--inHeader {
    margin-top: 54px;
  }

  .features--inFooter {
    width: 280px;
  }

  .features__list--inHeader {
    padding-right: 160px;
  }

  .features__list--inHeader li {
    font-size: 23px;
  }

  .features__list--inHeader li + li {
    margin-top: 24px;
  }

  .features__list--inFooter {
    background: none;
    padding: 0;
    margin: 0;
  }

  .features__list--inFooter:before {
    display: none;
  }

  .features__list--inFooter:after {
    display: none;
  }

  .features__list--inFooter li {
    width: auto;
    padding-left: 0;
    font-size: 21px;
    line-height: 25px;
  }

  .features__list--inFooter li:before {
    width: 21px !important;
    height: 19px !important;
    margin-right: 8px !important;
  }

  .features__list--inFooter li + li {
    margin-top: 16px;
  }

  .features__list li:before {
    width: 28px;
    height: 25px;
    margin-right: 11px;
  }

  .footerSection {
    padding-top: 270px;
    background: url("../img/footerSection_girl.png") calc(50% - 480px) 100% no-repeat, url("../img/footerSection_bg.jpg") 45% 100% no-repeat;
    background-size: 694px auto, auto auto;
    padding-bottom: 120px;
    background-color: #A8EFFF;
  }

  .footerSection__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .form__item span {
    font-size: 18px;
  }

  .form__btn {
    margin-top: 27px;
  }

  .form__message {
    font-size: 22px;
    margin-top: 12px;
  }

  .headingSection {
    padding-top: 157px;
    background-position: calc(50% - 445px) -6px, 50% 0;
    background-size: 496px auto, auto auto;
    min-height: 885px;
  }

  .headingSection:before {
    width: 509px;
    height: 534px;
    right: 50%;
    left: auto;
    margin-left: 0;
    top: 485px;
    -webkit-transform: translateX(-295px);
    transform: translateX(-295px);
  }

  .headingSection:after {
    width: 168px;
    height: 249px;
    background-size: cover;
    bottom: -92px;
  }

  .headingSection .sectionTitle {
    width: auto;
    margin-right: -10px;
  }

  .ingredients {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .ingredients__item {
    width: 350px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }

  .ingredints_innerWrap {
    width: auto;
  }

  .ingredients__img {
    margin-bottom: 29px;
  }

  .ingredients__img img {
    width: 220px;
  }

  .ingredients__title {
    font-size: 36px;
    margin-bottom: 20px;
  }

  .ingredients__text {
    font-size: 18px;
  }

  .logo--inHeader {
    margin-bottom: 38px;
  }

  .logo--inHeader img {
    width: 368px;
  }

  .logo--inFooter {
    margin-bottom: 30px;
  }

  .logo--inFooter img {
    width: 290px;
  }

  .methods__item {
    width: 546px;
  }

  .methods__title {
    font-size: 36px;
    margin-bottom: 9px;
  }

  .methods__text {
    margin-top: 11px;
    font-size: 18px;
    line-height: 140%;
  }

  .offer {
    margin-left: 0;
    margin-right: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 297px;
    max-width: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
  }

  .pageSection--1 {
    padding-top: 108px;
  }

  .pageSection--1 .sectionTitle {
    padding-top: 0;
    margin-bottom: 25px;
    width: 89%;
  }

  .pageSection--1 .sectionTitle span + span {
    margin-top: 10px;
  }

  .pageSection--2 {
    padding-top: 57px;
  }

  .pageSection--3 {
    padding-top: 132px;
  }

  .pageSection--3:before {
    width: 552px;
    margin-right: -330px;
    top: -15px;
  }

  .pageSection--3 .sectionTitle {
    margin-bottom: 22px;
  }

  .pageSection--4 {
    padding-top: 160px;
    padding-bottom: 82px;
    background-position: 50% 160px;
  }

  .pageSection--4 .sectionTitle {
    margin-bottom: 29px;
  }

  .pageSection--5:before {
    border-top: 86px solid transparent;
  }

  .pageSection--5:after {
    border-bottom: 86px solid transparent;
  }

  .pageSection--5 .container:after {
    content: '';
    background: url("../fonts/decor2-1.svg") 100% 0 no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: -50px;
    right: 30px;
    width: 145px;
    height: 78px;
  }

  .pageSection--5 .sectionTitle {
    width: 60%;
    margin-bottom: 50px;
  }

  .price__old {
    margin-bottom: 0;
  }

  .price__old span {
    font-size: 18px;
  }

  .price__old b {
    font-size: 55px;
    line-height: 70,4px;
  }

  .price__current {
    margin-top: -7px;
  }

  .price__current span {
    font-size: 36px;
    margin-left: -10px;
    margin-bottom: 0;
  }

  .price__current b {
    font-size: 79px;
  }

  .productInfo--inHeader {
    margin-left: 615px;
    position: relative;
  }

  .productInfo--inFooter {
    width: 310px;
    margin-top: -5px;
  }

  .productInfo--inFooter .productInfo__heading {
    width: auto;
    padding-left: 0;
    width: auto;
    padding-left: 0;
  }

  .productInfo--inHeader .productInfo__img {
    width: auto;
    bottom: auto;
    top: 130px;
    right: 100%;
  }

  .productInfo--inHeader .productInfo__img img {
    width: 500px  }

  .productInfo--inFooter .productInfo__img {
    top: 440px;
    width: 350px;
    left: -291px;
  }

  .promo {
    margin-top: 0;
  }

  .promo__heading {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .promo__heading:before {
    border-top: 73px solid transparent;
  }

  .promo__heading:after {
    border-bottom: 86px solid transparent;
  }

  .promo__heading .container:before {
    display: none;
  }

  .promo__heading .container:after {
    display: none;
  }

  .promo__title {
    font-size: 59px;
    width: auto;
    margin-left: -30px;
    margin-right: -30px;
  }

  .promo__body {
    padding-top: 91px;
  }

  .promo__body:after {
    border-bottom: 101px solid transparent;
  }

  .promo__body .rating {
    margin-bottom: 32px;
  }

  .promo__content {
    margin-top: -77px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .promo__content:after {
    width: 132px;
    height: 133px;
    top: 125px;
    left: auto;
    right: 10px;
  }

  .promo__img {
    margin-left: -60px;
  }

  .promo__img img {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .promo__text {
    padding-top: 80px;
    margin-left: -15px;
    width: 486px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding-right: 0;
  }

  .promo__intro {
    font-size: 21px;
    line-height: 25px;
  }

  .promo__descr {
    font-size: 18px;
  }

  .rating__text {
    font-size: 20px;
    margin-right: 11px;
  }

  .rating__img {
    width: 175px;
  }

  .sale--inHeader {
    top: auto;
    right: auto;
    left: 100%;
    top: 262px;
    bottom: auto;
    -webkit-transform: translate(312px, 0);
    transform: translate(312px, 0);
  }

  .sale--inFooter {
    top: -120px;
    left: -100px;
  }

  .sale--inHeader .sale__stamp {
    width: 153px;
    height: 153px;
    font-size: 50px;
    border: 3px solid #FF1515;
  }

  .sale--inFooter .sale__stamp {
    width: 153px;
    height: 153px;
    font-size: 50px;
    border: 3px solid #FF1515;
  }

  .sectionSubtitle {
    font-size: 20px;
  }

  .sectionSubtitle span + span {
    margin-top: 12px;
  }

  .pageSection--1 .sectionSubtitle {
    margin-bottom: 23px;
  }

  .pageSection--3 .sectionSubtitle {
    margin-top: 72px;
    margin-bottom: 45px;
  }

  .sectionTitle {
    font-size: 42px;
  }

  .sectionTitle--inFooter {
    font-size: 22px;
    line-height: 128%;
    width: auto;
    margin-bottom: 30px;
    font-family: 'Oswald';
    font-weight: 700;
    width: 290px;
  }

  .sertificate {
    position: static;
    margin-bottom: 0;
  }

  .sertificate:before {
    display: block;
    width: 792px;
    height: 213px;
    top: -57px;
    right: auto;
    left: -243px;
    z-index: 2;
  }

  .sertificate__list {
    margin-left: 0;
    margin-right: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: none;
  }

  .sertificate__list li {
    width: 314px !important;
  }

  .timer {
    margin-bottom: 12px;
  }

  .timer__message {
    font-size: 18px;
    text-align: right;
  }

  .using__img {
    left: -210px;
    z-index: 0;
  }

  .using__img img {
    width: auto;
  }

  .using__text {
    width: 698px;
    height: 698px;
    margin-top: -51px;
    margin-bottom: -59px;
  }

  .using__list {
    width: auto;
    padding-left: 160px;
    padding-right: 160px;
  }

  .using__list li {
    font-size: 21px;
    line-height: 25px;
  }

  .using__list li:nth-child(1) .using__icon img {
    width: 83px;
    margin-left: 6px;
  }

  .using__list li:nth-child(2) .using__icon img {
    width: 60px;
    margin-left: 9px;
  }

  .using__list li:nth-child(3) .using__icon img {
    width: 100px;
    margin-left: 0;
  }

  .using__list li:nth-child(3) p {
    width: 50%;
  }

  .using__icon {
    width: 140px;
  }

  .using__product {
    right: auto;
    text-align: left;
    left: 70%;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
  }

  .using__productWrap:after {
    display: none;
    left: 50%;
  }

  .using__productWrap img {
    width: auto;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width:400px;
  }
}

@media screen and (min-width: 1490px) {
  .footerSection {
    background: url("../img/footerSection_girl.png") calc(50% - 595px) 100% no-repeat, url("../img/footerSection_bg.jpg") 45% 100% no-repeat;
    background-color: #A8EFFF;
  }

  .headingSection:before {
    left: -60px;
    right: auto;
    top: auto;
    bottom: -133px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .offer {
    margin-left: 0;
  }

  .pageSection--1 .container:before {
    width: 129px;
    height: 159px;
    left: -143px;
    top: 60px;
  }

  .pageSection--1 .container:after {
    width: 175px;
    height: 216px;
    right: -125px;
    top: 101px;
  }

  .pageSection--3:before {
    margin-right: -330px;
  }

  .pageSection--4:before {
    display: block;
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    margin-right: -193px;
    left: auto;
    right: 100%;
    width: 393px;
    height: 406px;
    top: -163px;
  }

  .productInfo--inFooter {
    margin-right: 63px;
  }

  .productInfo--inFooter .productInfo__img {
    width: 300px;
    top: 450px;
    left: -100px;
  }

  .promo__heading .container {
    position: static;
  }

  .promo__heading .container:before {
    display: block;
    left: 57px;
  }

  .promo__heading .container:after {
    display: block;
    width: 160px;
    height: 90px;
    top: auto;
    bottom: -35px;
    right: 60px;
  }

  .sertificate__list {
    z-index: 1;
  }
}

@media screen and (min-width: 1600px) {
  .chart__bigImg:before {
    display: none;
  }

  .headingSection:before {
    left: 0;
  }

  .pageSection--1 {
    position: relative;
    padding-top: 0;
    margin-top: 108px;
  }

  .pageSection--1 .container {
    position: static;
  }

  .pageSection--1 .container:before {
    left: 88px;
  }

  .pageSection--1 .container:after {
    right: 105px;
  }

  .pageSection--3:after {
    display: block;
    background: url("../img/chart_branch.png") 0 0 no-repeat;
    background-size: 100% auto;
    width: 677px;
    height: 725px;
    top: 50%;
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: 0;
    z-index: 1;
  }

  .pageSection--5 .container:before {
    content: '';
    background: url("../fonts/spot2.svg") 100% 0 no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: -160px;
    left: 100%;
    width: 636px;
    height: 540px;
    -webkit-transform: translateX(-107px);
    transform: translateX(-107px);
  }

  .pageSection--5 .container:after {
    top: -100px;
    right: 164px;
  }

  .promo__content:after {
    right: -84px;
    top: 140px;
  }

  .sertificate:before {
    background-size: cover;
    top: -54px;
    left: -90px;
    -webkit-transform: rotate(-7.32deg);
    transform: rotate(-7.32deg);
    margin-right: 0;
  }
}

@media screen and (min-width: 2560px) {
  .footerSection {
    background-size: 694px auto, 100% auto;
  }

  .headingSection {
    background: url("../img/headingSection_bg_big.jpg") 50% 0 no-repeat;
    background-size: 100% auto;
  }
}

@media screen and (max-width: 1100px) {
  .bought {
    display: none !important;
  }
}

@media screen and (max-height: 600px) {
  .bought {
    display: none !important;
  }
}

.gs-f-box {
  border-top: 1px solid #e2e2e2;
  padding: 20px;
  background-color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 15px
}

.gs-f-box,
.gs-f-box a {
  color: #666
}

.gs-f-links {
  margin-top: 10px
}

.gs-f-links a {
  margin: 0 5px
}
.p2{margin: 0 auto;}
.form__attention {
  font-family: 'Corbel Bold';
  color: #ACACAC;
  text-align: center;
}
.form__dates {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: 'Corbel Bold';
  color: #ACACAC;
  text-align: center;
}