*, :before, :after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-text-size-adjust: 100%;
}



body {
  font-family: "Arimo", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  background: #fff;
  color: #393637;
  width:100%;
overflow-x:hidden;
}

ul, ol {
  list-style: none;
}

img, video {
  display: block;
  max-width: 100%;
}

#sprite {
  position: absolute;
  width: 1px;
  height: 1px;
  top: -100px;
  left: -100px;
  opacity: 0;
}

.wrapper {
  overflow: hidden;
}

.button {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  display: table;
  padding: 17px 40px;
  border-radius: 50px;
  border: none;
  background: linear-gradient(to bottom, #ff6d4c 0, #e43605 100%) no-repeat;
  box-shadow: 0 10px 15px 0 rgb(154, 32, 7);
  margin: 0 auto;
  transform: translateY(-5px);
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
}
.button:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background: linear-gradient(to bottom, #e85a3b 0, #b22903 100%) no-repeat;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 0;
}
.button:hover {
  transform: translateY(0);
  box-shadow: 0 10px 15px 0 rgb(154, 32, 7);
}
.button:hover:before {
  opacity: 1;
}
.button__text {
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}

.title {
  font-family: "Vollkorn", serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
}
.title b {
  font-style: normal;
  text-transform: uppercase;
  color: #ce84e1;
}

.form__wrap {
  background: #fff;
  border-radius: 20px;
  padding: 30px 15px;
  box-shadow: 0 8px 50px 0 rgba(161, 145, 166, 0.55);
}
.form__title {
  text-align: center;
  font-size: 22px;
  line-height: 1.15;
  padding-bottom: 20px;
}
.form__title b {
  display: block;
}
.form__item {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #d4d4d4;
  margin-bottom: 15px;
}
.form__item--select, .form__item--input {
  position: relative;
}
.form__item--select:before, .form__item--input:before {
  position: absolute;
  content: "";
  top: 0;
  right: 50px;
  width: 1px;
  height: 100%;
  background: #d4d4d4;
  z-index: 0;
}
.form__item--select svg, .form__item--input svg {
  width: 24px;
  height: 24px;
  fill: #b0afaf;
}
.form__item--select .data-svg, .form__item--input .data-svg {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 13px;
}
.form__item--select:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  border: 5px solid transparent;
  border-top: 10px solid #393637;
  border-bottom: none;
  margin-top: -5px;
}
.form__item--input {
  padding-right: 50px;
}
.form__item select,
.form__item input {
  position: relative;
  width: 100%;
  height: 60px;
  border: none;
  background: transparent;
  font-family: "Arimo", sans-serif;
  font-size: 16px;
  color: #393637;
  line-height: 1;
  padding: 20px;
  z-index: 1;
}
.form__table {
  display: table;
  width: 100%;
}
.form__table--os {
  height: 1px;
}
.form__row {
  display: table-row;
}
.form__cell {
  display: table-cell;
}
.form__grid {
  height: 100%;
}
.form__price {
  vertical-align: bottom;
  font-family: "Vollkorn", serif;
  font-size: 0;
  font-style: italic;
  font-weight: 700;
  color: #ce84e1;
  white-space: nowrap;
  padding-left: 5px;
}
.form__price b {
  display: inline-block;
  vertical-align: bottom;
  font-size: 60px;
  height: 48px;
}
.form__price span {
  display: inline-block;
  vertical-align: bottom;
  font-size: 30px;
  height: 26px;
}
.form__old-price {
  display: table;
  text-align: right;
  font-size: 20px;
  margin: 0 -10px 0 auto;
  text-decoration: line-through;
}
.form__text {
  font-size: 16px;
  font-weight: 700;
  text-align: right;
}
.form__button {
  margin-top: 25px;
  font-size: 17px;
  padding: 17px 20px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
select::-ms-expand {
  display: none;
}


.about {
  position: relative;
  padding: 20px 15px 100px;
  background: linear-gradient(to bottom, #faebff 50%, #fff 100%) no-repeat;
}
.about:before {
  position: absolute;
  content: "";
  width: 240px;
  height: 385px;
  transform: rotateZ(-7.5deg);
  opacity: 0.37;
  background: url('flower_m.png') center/contain no-repeat;
  bottom: 15%;
  filter: blur(5px);
  right: -125px;
}

.about__wrap {
  position: relative;
  z-index:2;
}
.about__title {
  margin-bottom: 10px;
}
.about__subtitle {
  font-size: 20px;
  text-align: center;
  margin-bottom: 5px;
}


@media screen and (max-width: 767px) {
.about__list {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
    background: linear-gradient(to top, #fff 50%, #efe6f2 100%);
    border-radius: 90px 0px 80px 0px;
    margin-top: 18px;
    margin-bottom: 12px;
    line-height: 1.2;
    padding-left: 100px;
}}

@media screen and (min-width: 768px) {
.about__list {
  display: block;
  padding-bottom: 30px;

}}


.about__block {
  position: relative;
  z-index: 1;
}
.about__block:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 1px;
  background: #fff;
  box-shadow: 0 0 100px 150px #fff;
  top: 30%;
  left: 20%;
  border-radius: 50%;
  z-index: 0;
}
.about__block:after {
  position: absolute;
  content: "";
  width: 243px;
  height: 0px;
  transform: rotateZ(42deg);
  background: url('flower_m.png') center/contain no-repeat;
  bottom: -70%;
  left: -170px;
  z-index: 2;
}

.about__product {
  position: relative;
  width: 200px;
  margin-left: 50%;
  padding-top: 100px;
  padding-bottom: 15px;
  z-index: 3;
}
.about__decor {
  position: absolute;
  width: 319px;
  height: 350px;
  background: url('about_w_m.png') center no-repeat;
  z-index: 1;
  right: 50%;
  margin-right: -80px;
}

@media only screen and (max-width: 600px) {
.about2__button {
  position: fixed;
  width: 92%;
  bottom:20px;
  z-index: 9;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  display: table;
  padding: 17px 40px;
  border-radius: 50px;
  border: none;
  background: linear-gradient(to bottom, #ff6d4c 0, #e43605 100%) no-repeat;
  box-shadow: 0 10px 15px 0 rgb(154, 32, 7);
  margin: 0 auto;
  transform: translateY(-5px);
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
}
}

@media only screen and (min-width: 601px) {
.about2__button {
position:relative;
display: inline;
}}
.about__button .button__text {
  text-transform: none;
}

.changes {
  position: relative;
  padding: 20px 15px 50px;
  background: linear-gradient(to bottom, #faebff 0, #fff 100%) no-repeat;
}
.changes:before {
  position: absolute;
  content: "";
  width: 343px;
  height: 550px;
  top: 50%;
  left: 50%;
  background: url('flower_m.png') center no-repeat;
  margin-top: -20px;
  transform: scale(-1, 1) rotateZ(10deg);
  filter: blur(5px);
  opacity: 0.3;
}
.changes__list {
  position: relative;
  z-index: 1;
  display: table;
  width: 100%;
  font-size: 0;
  text-align: center;
  padding-bottom: 30px;
  margin-top: -80px;
}
.changes__list--item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 18px;
  text-align: center;
  padding: 0 10px 25px;
}
.changes__list--item .data-svg {
  width: 124px;
  height: 124px;
  position: relative;
  margin: 0 auto 10px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 5px 15px 0 rgba(135, 71, 157, 0.4);
}
.changes__list--item .data-svg:before {
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 96px;
  height: 96px;
  border: 3px solid #ce84e1;
  top: 50%;
  left: 50%;
  margin: -48px 0 0 -48px;
}
.changes__list--item .data-svg:after {
  position: absolute;
  content: "";
  width: 96px;
  height: 3px;
  background: #ce84e1;
  top: 50%;
  left: 50%;
  margin: -1.5px 0 0 -48px;
  transform: rotateZ(-45deg);
}
.changes__list--item .data-svg svg {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
}
.changes__list--item[data-svg=masc] svg {
  width: 70px;
  height: 70px;
  margin: -32px 0 0 -32px;
}
.changes__title {
  position: relative;
  z-index: 1;
  padding-bottom: 45px;
}
.changes__wrap {
  position: relative;
  z-index: 1;
}
.changes__item {
  position: relative;
  margin-bottom: 30px;
}
.changes__item--title {
  position: relative;
  z-index: 1;
  display: table;
  padding-left: 120px;
  height: 100px;
}
.changes__item--title span {
  display: table-cell;
  vertical-align: middle;
}
.changes__item--title:before {
  position: absolute;
  display: block;
  width: 110px;
  height: 100px;
  font-family: "Vollkorn", serif;
  font-size: 100px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: -5px;
  top: 0;
  left: 0;
}
.changes__item--title.a30:before {
  content: "30";
  color: #ce84e1;
}
.changes__item--title.a45:before {
  content: "45";
  color: #87479d;
}
.changes__item--title.a60:before {
  content: "60";
  color: #2a004a;
}
.changes__item--img {
  position: relative;
  width: 210px;
  margin: 0 auto;
  z-index: 1;
}
.changes__item--img img {
  position: relative;
  z-index: 1;
}
.changes__item--img:before {
  position: absolute;
  content: "";
  width: 110px;
  height: 0;
  transform: rotateZ(12.5deg) skew(-44deg, 0);
  box-shadow: 0 0 10px 27px rgba(42, 0, 74, 0.3);
  z-index: 0;
  bottom: 20px;
  left: 50%;
  margin-left: -55px;
}
.changes__item:before {
  position: absolute;
  content: "";
  z-index: 0;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #fff 60%, rgba(255, 255, 255, 0) 95%) no-repeat;
  top: -30px;
  left: 50%;
  margin-left: -150px;
}
.changes__item .data-svg {
  position: absolute;
  z-index: 1;
  bottom: 75px;
  left: 0;
  height: 46px;
  overflow: hidden;
}
.changes__item .data-svg:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  bottom: 4px;
  left: 50%;
  margin-left: -1px;
  background: #ce84e1;
}
.changes__item .data-svg svg {
  width: 14px;
  height: 100%;
  fill: #ce84e1;
}
.changes__diagram {
  display: table;
  position: relative;
  margin-bottom: 35px;
  width: 100%;
}
.changes__diagram--wrap {
  position: relative;
  display: table;
  width: 150px;
  transform: rotateZ(-90deg) translateX(-100%);
  transform-origin: top left;
  padding-right: 5px;
  z-index: 2;
}
.changes__diagram--wrap span {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 10px;
  color: #fff;
  padding: 5px 14px 5px 5px;
}
.changes__diagram--wrap .data-svg {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  width: 100%;
}
.changes__diagram--wrap .data-svg:before {
  position: absolute;
  content: "";
  width: 100%;
  top: 50%;
  right: 4px;
  margin-top: -1px;
  height: 2px;
  background: #fff;
  z-index: 0;
}
.changes__diagram--wrap .data-svg svg {
  position: absolute;
  display: block;
  fill: #fff;
  width: 8px;
  height: 8px;
  right: 0;
  top: 50%;
  margin-top: -4px;
  transform: rotateZ(-90deg);
  z-index: 1;
}
.changes__diagram--osY {
  position: relative;
}
.changes__diagram--osY > .data-svg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.changes__diagram--osY svg {
  display: block;
  width: 100%;
  fill: url("#viol-blue");
  height: 100%;
}
.changes__diagram--line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.changes__diagram--line:before, .changes__diagram--line:after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  top: 0;
  height: 50%;
  border-top: 2px solid rgba(135, 71, 157, 0.075);
  border-bottom: 2px solid rgba(135, 71, 157, 0.075);
}
.changes__diagram--line:after {
  top: 25%;
}
.changes__diagram--osX {
  position: absolute;
  display: table;
  width: 100%;
  top: 0;
  font-size: 10px;
  height: 100%;
  z-index: 1;
  table-layout: fixed;
}
.changes__diagram--legend {
  display: table-cell;
  vertical-align: bottom;
  padding-right: 15px;
  width: 30%;
}
.changes__diagram--legend span {
  display: table;
  width: 100%;
  margin-top: 20px;
  margin-bottom: -20px;
}
.changes__diagram--value {
  display: table-cell;
  vertical-align: bottom;
  width: 100%;
}
.changes__diagram--param {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.changes__diagram--age {
  display: table-cell;
  vertical-align: middle;
  width: 12px;
  text-align: center;
}
.changes__diagram--age span {
  display: table;
  width: 100%;
  margin-top: 20px;
  margin-bottom: -20px;
}
.changes__diagram--age:before {
  position: absolute;
  content: "";
  width: 2px;
  top: 0;
  height: 100%;
  background: rgba(135, 71, 157, 0.075);
}
.changes__diagram--age30, .changes__diagram--age45, .changes__diagram--age60 {
  position: absolute;
  width: 50px;
  height: 50px;
  max-width: none;
  top: 0;
  margin-left: -19px;
  border-radius: 50%;
  margin-top: -22px;
  border: 3px solid #fff;
  box-shadow: 0 3px 17px 0 rgba(105, 44, 126, 0.25);
}
.changes__diagram--age45 {
  top: 40%;
}
.changes__diagram--age60 {
  top: 70%;
}
.changes__diagram--indent {
  display: table-cell;
  vertical-align: middle;
}
.changes__diagram--indent:last-child {
  width: 15%;
}
.changes__subtitle {
  font-size: 21px;
  text-align: center;
}

.effect {
  position: relative;
  padding: 1px 15px 20px;
  background: linear-gradient(to bottom, #e9f7ed 0, #fff 60%) no-repeat;
}
.effect__img {
  width: 305px;
  height: 414px;
  margin: -40px -60px -120px auto;
  background: url('effect_w_m.png') center no-repeat;
}
.effect__title {
  text-align: left;
  padding: 0 0 35px 45px;
}
.effect__title b {
  position: relative;
  display: block;
  font-size: 40px;
  margin-bottom: 5px;
}
.effect__title b .data-svg {
  display: table;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  left: -45px;
}
.effect__title b svg {
  display: block;
  width: 48px;
  height: 62px;
}
.effect__text {
  line-height: 1.15;
  padding-bottom: 15px;
}
.effect__subtitle {
  line-height: 1.15;
  text-transform: uppercase;
}
.effect__wrap {
  position: relative;
  z-index: 1;
}

.info {
  padding: 30px 15px;
  background: linear-gradient(to bottom, #faebff 10%, #fff 50%) no-repeat;
}
.info__title {
  font-size: 24px;
  padding-bottom: 20px;
}
.info__prod {
  position: relative;
  width: 350px;
  height: 350px;
  margin: 0 auto;
  z-index: 0;
}
.info__prod:before {
  position: absolute;
  top: -200px;
  left: -65px;
  content: "";
  width: 571px;
  height: 835px;
  background: url('leaves.png') center/contain no-repeat;
  z-index: 0;
}
.info__prod--shadow {
  position: relative;
  width: 350px;
  height: 350px;
  z-index: 1;
}
.info__prod--shadow:before {
  position: absolute;
  content: "";
  width: 90px;
  height: 51%;
  top: 20%;
  left: 40%;
  box-shadow: 0 0 30px 30px rgba(0, 0, 0, 0.25);
  z-index: 0;
}
.info__prod--shadow:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 50%;
  top: 8%;
  left: 60%;
  transform: rotateZ(-3deg);
  z-index: 0;
}
.info__prod img {
  position: relative;
  width: 350px;
  height: 350px;
  z-index: 1;
}
.info__button {
  position: relative;
  z-index: 1;
}
.info__cards {
  position: relative;
  z-index: 1;
  padding-top: 30px;
}
.info__item {
  background: #fff;
  border-radius: 20px;
  padding: 15px;
  box-shadow: 0 0 25px 0 #d4d4d4;
  margin-bottom: 25px;
}
.info__delimiter {
  display: none;
}
.info__img {
  display: table;
  margin: 0 auto 20px;
}
.info__subtitle {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 20px;
}
.info__list--item {
  position: relative;
  font-size: 15px;
  margin-bottom: 15px;
  padding-left: 15px;
  line-height: 1.1;
}
.info__list--item:before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ce84e1;
}

.ingredients {
  padding: 10px 15px 20px;
  background: radial-gradient(at left, #fff 20%, #e9f7ed 50%, #fff 70%) no-repeat;
}
.ingredients__title {
  padding-bottom: 20px;
}
.ingredients__subtitle {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  color: #ce84e1;
  padding-bottom: 35px;
}
.ingredients__list--item {
  padding-bottom: 35px;
  text-align: center;
  line-height: 1.25;
}
.ingredients__img {
  margin: 0 auto;
  width: 122px;
  height: 132px;
}
.ingredients__expert {
  background: #fff;
  border-radius: 20px;
  padding: 15px;
  box-shadow: 0 0 25px 0 #d4d4d4;
  margin-top: 150px;
  line-height: 1.15;
}
.ingredients__expert--poster {
  display: table;
  position: relative;
  margin: -144px auto 30px;
}
.ingredients__expert--poster:before {
  position: absolute;
  content: "";
  width: 200px;
  height: 200px;
  border-radius: 50%;
  bottom: -11px;
  left: 50%;
  margin-left: -100px;
  background: #fff;
  box-shadow: 0 0 35px 0 rgba(84, 107, 91, 0.25);
  z-index: 0;
}
.ingredients__expert--poster img {
  position: relative;
  overflow: hidden;
  border-radius: 0 0 89px 89px;
  z-index: 1;
}
.ingredients__expert--title {
  font-family: "Vollkorn", serif;
  font-size: 22px;
  text-align: center;
  font-style: italic;
  color: #ce84e1;
  padding-bottom: 15px;
}
.ingredients__expert--text {
  text-align: center;
  padding-bottom: 35px;
}
.ingredients__expert--signature {
  text-align: center;
  font-style: italic;
  padding-bottom: 20px;
}
.ingredients__expert--signature b {
  font-style: normal;
  display: block;
  padding-bottom: 7px;
}

.efficiency {
  padding: 30px 15px;
}
.efficiency__title {
  padding-bottom: 15px;
}
.efficiency__subtitle {
  text-align: center;
  font-size: 20px;
  line-height: 1.15;
  padding-bottom: 30px;
}
.efficiency__list--item {
  position: relative;
  display: table;
  width: 100%;
  margin: 0 auto 50px;
  table-layout: fixed;
}
.efficiency__list--item:nth-child(even) {
  direction: rtl;
  margin: -50px auto 0;
}
.efficiency__list--item:nth-child(even) .efficiency__list--text {
  direction: ltr;
  text-align: right;
}
.efficiency__list--num {
  position: relative;
  display: table-cell;
  width: 164px;
  height: 164px;
  margin-bottom: 40px;
}
.efficiency__list--num:before {
  position: absolute;
  content: "%";
  display: block;
  top: 7px;
  right: 7px;
  font-family: "Vollkorn", serif;
  font-style: italic;
  font-size: 30px;
  color: #45aef2;
  background: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 7px 8px 3px;
  z-index: 1;
}
.efficiency__list--num > svg {
  display: block;
  width: 164px;
  height: 164px;
  stroke: #45aef2;
}
.efficiency__list--num span {
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 100px;
  font-family: "Vollkorn", serif;
  font-style: italic;
  color: #ce84e1;
  top: 50%;
  margin-top: -50px;
  z-index: 2;
}
.efficiency__list--num .data-svg {
  position: absolute;
  width: 90px;
  height: 90px;
  background: #fff;
  border-radius: 50%;
  top: 120px;
  left: 50%;
  margin-left: -45px;
  z-index: 1;
}
.efficiency__list--num .data-svg svg {
  width: 70px;
  height: 70px;
  margin: 10px;
  fill: #45aef2;
}
.efficiency__list--text {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
}
.efficiency__footnote {
  margin-top: 50px;
  font-size: 14px;
  color: #cdcdcd;
  text-align: center;
  padding-bottom: 30px;
}
.efficiency__button {
  margin-bottom: 20px;
  margin-top:80px;
}

.time {
  position: relative;
  padding: 40px 15px 0;
  background: linear-gradient(to bottom, #faebff 10%, #fff 50%) no-repeat;
}
.time:before {
  position: absolute;
  content: "";
  width: 224px;
  height: 288px;
  bottom: 0;
  right: 55%;
  background: url('time_w_m.png') center no-repeat;
}
.time__slider--wrap {
  margin: 0 -15px 10px;
}
.time__slider--wrap .bx-controls {
  position: relative;
  display: table;
  margin: 0 auto;
  padding: 0 30px;
}
.time__slider--wrap .bx-pager {
  position: relative;
  display: table;
  font-size: 0;
  padding: 14px;
  z-index: 1;
}
.time__slider--wrap .bx-pager-item {
  display: table-cell;
  vertical-align: middle;
  padding: 0 3px;
}
.time__slider--wrap .bx-pager-link {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #faebff;
  transition: background-color 0.5s;
}
.time__slider--wrap .bx-pager-link.active {
  background: #ce84e1;
}
.time__slider--wrap .bx-controls-direction {
  position: absolute;
  width: 100%;
  font-size: 0;
  height: 40px;
  z-index: 0;
  top: 50%;
  left: 0;
  margin-top: -20px;
  z-index: 0;
}
.time__slider--wrap .bx-prev,
.time__slider--wrap .bx-next {
  position: absolute;
  width: 26px;
  height: 40px;
  top: 0;
}
.time__slider--wrap .bx-prev:before, .time__slider--wrap .bx-prev:after,
.time__slider--wrap .bx-next:before,
.time__slider--wrap .bx-next:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 8px;
  border-radius: 0 8px 8px 0;
  background: #ce84e1;
  transition: background-color 0.5s;
}
.time__slider--wrap .bx-prev:before,
.time__slider--wrap .bx-next:before {
  top: 50%;
  transform: rotateZ(45deg);
  transform-origin: bottom left;
  margin-top: -8px;
}
.time__slider--wrap .bx-prev:after,
.time__slider--wrap .bx-next:after {
  bottom: 50%;
  transform: rotateZ(-45deg);
  transform-origin: top left;
  margin-bottom: -8px;
}
.time__slider--wrap .bx-prev.disabled:before, .time__slider--wrap .bx-prev.disabled:after,
.time__slider--wrap .bx-next.disabled:before,
.time__slider--wrap .bx-next.disabled:after {
  background: #faebff;
}
.time__slider--wrap .bx-prev {
  left: 0;
}
.time__slider--wrap .bx-next {
  right: 0;
  transform: scale(-1, 1);
}
.time__slider--box {
  padding: 25px 15px;
}
.time__slider--item {
  background: #fff;
  border-radius: 20px;
  padding: 30px 15px;
  box-shadow: 0 1px 25px 0 rgba(206, 132, 225, 0.25);
}
.time__slider--img {
  width: 212px;
  margin: 0 auto 20px;
}
.time__slider--title {
  display: table;
  margin: 0 auto 10px;
  font-family: "Vollkorn", serif;
  font-size: 30px;
  font-style: italic;
  color: #ce84e1;
  text-align: center;
  border-bottom: 2px solid rgba(206, 132, 225, 0.25);
}
.time__slider--text {
  text-align: center;
  line-height: 1.15;
}
.time__subtitle {
  display: table;
  height: 288px;
  width: 55%;
  margin-left: auto;
  padding: 40px 0;
}
.time__subtitle span {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  line-height: 1.15;
}

.celebrity {
  padding: 40px 15px;
  background: linear-gradient(to bottom, #e9f7ed 0, #fff 60%) no-repeat;
}
.celebrity__title {
  padding-bottom: 20px;
}
.celebrity__title b {
  display: block;
  font-size: 44px;
  padding-top: 10px;
}
.celebrity__text {
  text-align: center;
  line-height: 1.15;
  padding-bottom: 20px;
}
.celebrity__author {
  text-align: center;
  padding-bottom: 50px;
}
.celebrity__author--img {
  position: relative;
  width: 226px;
  margin: 0 auto 30px;
}
.celebrity__author--img img {
  position: relative;
  border-radius: 0 0 113px 113px;
  overflow: hidden;
  z-index: 2;
}
.celebrity__author--img:after {
  position: absolute;
  content: "";
  width: 226px;
  height: 226px;
  border-radius: 50%;
  bottom: 0;
  left: 50%;
  margin-left: -113px;
  background: linear-gradient(to left, #5d6772 0, #97a4ad 50%, #5d6772 100%) no-repeat;
  z-index: 1;
}
.celebrity__author--img:before {
  position: absolute;
  content: "";
  width: 240px;
  height: 240px;
  bottom: -7px;
  left: 50%;
  margin-left: -120px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 25px 0 rgba(84, 107, 91, 0.15);
  z-index: 0;
}
.celebrity__author--name {
  display: table;
  margin: 0 auto;
}
.celebrity__author--name:after {
  content: "";
  display: block;
  width: 60%;
  height: 2px;
  margin: 7px auto;
  background: #ce84e1;
}
.celebrity__subtitle {
  font-size: 24px;
  padding-bottom: 20px;
}
.celebrity__list {
  text-align: justify;
  font-size: 0;
}
.celebrity__list:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
}
.celebrity__item {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.celebrity__item:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #fff;
}
.celebrity__item img {
  display: block;
  margin: auto;
}
.celebrity__item--i1 {
  width: 100%;
  max-width: 100%;
}
.celebrity__item--i2 {
  width: 100%;
  max-width: 100%;
}
.celebrity__item--i3 {
  max-width: 100%;
}
.celebrity__item--i4 {
  width: 45.13%;
  max-width: 287px;
}
.celebrity__item--i5 {
  width: 48.87%;
  max-width: 303px;
}
.celebrity__item--i6 {
  width: 51.13%;
  max-width: 317px;
}

.reviews {
  position: relative;
  padding: 30px 15px;
  background: radial-gradient(at bottom right, #faebff 0, #fff 70%) no-repeat;
}
.reviews:before {
  position: absolute;
  content: "";
  width: 343px;
  height: 550px;
  transform: rotateZ(45deg);
  background: url('flower_m.png') center/contain no-repeat;
  top: 140px;
  left: -170px;
  z-index: 0;
}
.reviews__wrap {
  position: relative;
  display: table;
  width: 100%;
  table-layout: fixed;
  z-index: 1;
}
.reviews__title {
  display: table-cell;
  vertical-align: top;
  text-align: left;
  font-size: 26px;
  padding-top: 25px;
}
.reviews__prod {
  position: relative;
  display: table-cell;
  vertical-align: top;
  width: 40%;
}
.reviews__prod:before {
  position: absolute;
  content: "";
  width: 65.5%;
  height: 51%;
  top: 30%;
  left: 20%;
  box-shadow: 0 0 30px 30px rgba(98, 43, 51, 0.25);
  z-index: 0;
}
.reviews__prod:after {
  position: absolute;
  content: "";
  width: 8.6%;
  height: 50%;
  top: 8%;
  left: 60%;
  transform: rotateZ(-3deg);
  z-index: 0;
}
.reviews__prod img {
  position: relative;
  z-index: 1;
}
.reviews__slider--wrap {
  position: relative;
  margin: 0 -15px 10px;
  z-index: 1;
}
.reviews__slider--wrap .bx-controls {
  position: relative;
  display: table;
  margin: 0 auto;
  padding: 0 30px;
}
.reviews__slider--wrap .bx-pager {
  display: table;
  font-size: 0;
  padding: 14px;
}
.reviews__slider--wrap .bx-pager-item {
  display: table-cell;
  vertical-align: middle;
  padding: 0 3px;
}
.reviews__slider--wrap .bx-pager-link {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #faebff;
  transition: background-color 0.5s;
}
.reviews__slider--wrap .bx-pager-link.active {
  background: #ce84e1;
}
.reviews__slider--wrap .bx-controls-direction {
  position: absolute;
  width: 100%;
  font-size: 0;
  height: 40px;
  z-index: 0;
  top: 50%;
  left: 0;
  margin-top: -20px;
}
.reviews__slider--wrap .bx-prev,
.reviews__slider--wrap .bx-next {
  position: absolute;
  width: 26px;
  height: 40px;
  top: 0;
}
.reviews__slider--wrap .bx-prev:before, .reviews__slider--wrap .bx-prev:after,
.reviews__slider--wrap .bx-next:before,
.reviews__slider--wrap .bx-next:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 8px;
  border-radius: 0 8px 8px 0;
  background: #ce84e1;
  transition: background-color 0.5s;
}
.reviews__slider--wrap .bx-prev:before,
.reviews__slider--wrap .bx-next:before {
  top: 50%;
  transform: rotateZ(45deg);
  transform-origin: bottom left;
  margin-top: -8px;
}
.reviews__slider--wrap .bx-prev:after,
.reviews__slider--wrap .bx-next:after {
  bottom: 50%;
  transform: rotateZ(-45deg);
  transform-origin: top left;
  margin-bottom: -8px;
}
.reviews__slider--wrap .bx-prev {
  left: 0;
}
.reviews__slider--wrap .bx-next {
  right: 0;
  transform: scale(-1, 1);
}
.reviews__slider--box {
  padding: 25px 15px;
}
.reviews__slider--item {
  background: #fff;
  border-radius: 20px;
  padding: 15px;
  box-shadow: 0 1px 25px 0 rgba(206, 132, 225, 0.25);
}
.reviews__slider--img {
  margin: 0 auto 20px;
}
.reviews__slider--img img {
  display: block;
  margin: 0 auto;
}
.reviews__slider--name {
  font-family: "Vollkorn", serif;
  font-size: 24px;
  font-style: italic;
  color: #ce84e1;
  text-align: center;
  padding-bottom: 20px;
}
.reviews__slider--text {
  font-size: 18px;
  text-align: center;
  line-height: 1.15;
}

.using {
  position: relative;
  padding: 30px 15px;
  background: linear-gradient(to bottom, #e9f7ed 0, #fff 60%) no-repeat;
}
.using__title {
  padding-bottom: 30px;
}
.using__list {
  padding-bottom: 30px;
  counter-reset: list;
}
.using__item {
  display: table;
  width: 100%;
  height: 126px;
  table-layout: fixed;
  counter-increment: list;
}
.using__item:nth-child(even) {
  direction: rtl;
}
.using__item:nth-child(even) .using__text {
  direction: ltr;
  text-align: right;
}
.using__ico {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 13px;
  width: 126px;
  /*&[data-svg="bubbles"] {
    .data-svg {
      padding: 0;
    }
    svg {
      border-radius: 50%;
    }
  }*/
}
.using__ico span {
  position: absolute;
  display: block;
  width: 20px;
  height: 24px;
  top: 50%;
  left: 50%;
  margin: 37px 0 0 -10px;
  z-index: 2;
  overflow: hidden;
}
.using__ico span:after {
  position: relative;
  display: block;
  content: counter(list);
  font-family: "Vollkorn", serif;
  font-style: italic;
  font-weight: 700;
  color: #45aef2;
  font-size: 24px;
  width: 20px;
  text-align: center;
  z-index: 1;
}
.using__ico span:before {
  position: absolute;
  content: "";
  width: 102px;
  height: 102px;
  bottom: 10px;
  left: 50%;
  margin: 0 0 0 -51px;
  border-radius: 50%;
  border: 5px solid #fff;
  z-index: 0;
}
.using__ico:before {
  top: 50%;
  left: 50%;
  position: absolute;
  content: "";
  width: 126px;
  height: 126px;
  border-radius: 50%;
  background: #fff;
  margin: -63px 0 0 -63px;
  box-shadow: 0 14px 45px 0 rgba(206, 132, 225, 0.15);
  z-index: 0;
}
.using__ico .data-svg {
  position: relative;
  width: 100px;
  height: 100px;
  padding: 15px;
  border-radius: 50%;
  z-index: 1;
  border: 3px solid #ce84e1;
}
.using__ico[data-svg=person] .data-svg {
  padding: 13px;
}
.using__ico svg {
  fill: #000;
  width: 100%;
  height: 100%;
}
.using__text {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}
.using__button {
  margin-bottom: 20px;
}
.using__subtitle {
  position: relative;
  padding: 15px;
  border-radius: 20px;
  box-shadow: 0 14px 45px 0 rgba(206, 132, 225, 0.15);
  line-height: 1.15;
  text-align: center;
  margin-bottom: -70px;
  background: #fff;
  z-index: 2;
}
.using__subtitle b {
  color: #ce84e1;
}

.work {
  position: relative;
  padding: 90px 15px 30px;
  background: linear-gradient(to bottom, rgba(233, 247, 237, 0.45) 0, rgba(233, 247, 237, 0) 30%) no-repeat;
  z-index: 1;
  padding: 30px;
}
.work__title {
  padding-bottom: 30px;
}
.work__list {
  position: relative;
  z-index: 1;
}
.work__item {
  position: relative;
}
.work__item:not(:last-child) {
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.work__item:not(:last-child) .work__wrap:before, .work__item:not(:last-child) .work__wrap:after {
  position: absolute;
  content: "";
  top: 100%;
  width: 30px;
  height: 8px;
  background: #d4d4d4;
}
.work__item:not(:last-child) .work__wrap:before {
  border-radius: 0 8px 8px 0;
  transform: rotateZ(-45deg);
  transform-origin: bottom left;
  left: 50%;
}
.work__item:not(:last-child) .work__wrap:after {
  border-radius: 8px 0 0 8px;
  transform: rotateZ(45deg);
  transform-origin: bottom right;
  right: 50%;
}
.work__img {
  padding-bottom: 10px;
}
.work__img img {
  display: block;
  margin: 0 auto;
  max-width: 70%;
}
.work__item:last-child .work__img {
  margin: 0 -50px;
}
.work__text {
  text-align: center;
  line-height: 1.15;
}
.work__text span {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
}

.order {
  position: relative;
  padding: 30px 15px;
  font-size: 0;
  z-index: 99;
  padding: 30px;
}
.order:after {
  position: relative;
  content: "";
  width: 522px;
  height: 837px;
  background: url('flower_m.png') center/contain no-repeat;
  transform: scale(-1, 1) rotateZ(45deg);
  top: -150px;
  left: 50%;
  opacity: 0.25;
  filter: blur(3px);
  z-index: 99;
}
.order:before {
  position: relative;
  content: "";
  width: 249px;
  height: 400px;
  background: url('flower_m.png') center/contain no-repeat;
  transform: scale(-1, 1) rotateZ(45deg);
  top: 25px;
  left: 65%;
  z-index: 99;
}
.order__wrap {
  position: relative;
  z-index: 99;
  display: inline-block;
  vertical-align: middle;
  width: 60%;
}
.order__title {
  font-size: 26px;
  text-align: left;
  padding-bottom: 15px;
}
.order__subtitle {
  text-transform: uppercase;
  line-height: 1.15;
  font-size: 18px;
}
.order__list {
  display: none;
}
.order__prod {
  position: relative;
  z-index: 99;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin-top: -30px;
  margin-bottom: -30px;
}
.order__prod--img {
  width: 100%;
  margin-left: auto;
  padding-left:50px;
  padding-right:50px;
}
.order__prod--box {
  display: none;
}
.order__form {
  position: relative;
  padding-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 100px;
  z-index: 99;
}

.lucentta_effective {
  padding: 70px 0;
  background-color: #f8e1ff;
  margin-top: -70px
}

.lucentta_effective .wrap {
  margin-top: 20px;
  text-align: center
}

.lucentta_effective .item {
  position: relative;
  padding-top: 250px;
  max-width: 260px;
  margin: 30px auto 0
}

.lucentta_effective .item::after {
  content: '';
  position: absolute;
  top: 0;
  right: 20px;
  width: 222px;
  height: 236px;
  background-image: url(bg_effective_item.png);
  background-repeat: no-repeat;
  background-position: 0 0
}

.lucentta_effective .item::before {
  content: '';
  position: absolute;
  top: 50px;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 156px;
  height: 157px;
  background-image: url(bg_effective_items.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: 3
}

.lucentta_effective .item.item2::before {
  background-position: -156px 0
}

.lucentta_effective .item.item3::before {
  background-position: -312px 0
}

.lucentta_effective .item.item4::before {
  background-position: -468px 0
}

.lucentta_info {
  background-image: url(bg_info.png);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center top;
  padding: 95px 0 170px;
  position: relative;
  overflow: hidden
}

.lucentta_info .wrap {
  max-width: 540px;
  float: right;
  line-height: 1.6em;
  position: relative
}

.lucentta_info .wrap::before {
  content: '';
  position: absolute;
  bottom: -100px;
  right: -100px;
  width: 292px;
  height: 292px;
  background-image: url(bg_info_decor.png);
  -webkit-background-size: cover;
  background-size: cover
}

.lucentta_composition {
  background-image: url(bg_composition.png);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center top;
  padding: 140px 0 80px;
  text-align: center;
}

.lucentta_composition .wrap {
  margin-top: 50px;
  text-align: center
}

.lucentta_composition .item {
  position: relative;
  max-width: 255px;
  margin: 30px auto 0;
  background-image: url(bg_composition_item.png);
  background-repeat: no-repeat;
  background-position: center top
}

.lucentta_composition .item .img {
  display: inline-block;
  margin-bottom: 30px
}

.lucentta_composition .item .img .bottom {
  height: 210px;
  display: table-cell;
  vertical-align: bottom
}

.lucentta_composition .item p {
  margin: 15px 0 0;
  font-size: 16px;
  line-height: 1.5em
}

.lucentta_accept {
  padding: 40px 0;
  position: relative;
  z-index: 3
}

.lucentta_accept .wrap {
  margin-top: 20px;
  text-align: center;
  background-image: url(bg_accept_arrows.png);
  background-repeat: no-repeat;
  background-position: 350px 70px
}

.lucentta_accept .item {
  position: relative;
  max-width: 300px;
  margin: 20px auto 0;
  font-family: CenturyGothic-Bold
}

.lucentta_accept .item .number {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -27px;
  width: 54px;
  height: 54px;
  line-height: 54px;
  background-color: #8b4690;
  background-image: linear-gradient(to top, #8b4690 0, #da83e0 100%);
  color: #fff;
  font-size: 36px;
  border-radius: 50%;
  font-family: CenturyGothic-Bold
}

.lucentta_reviews {
  background-image: url(bg_reviews.png);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center top;
  padding: 285px 0 80px;
  margin-top: -150px
}

.lucentta_reviews .wrap {
  margin-top: 60px;
  text-align: center
}

.lucentta_reviews .owl-item {
  padding: 0 5px
}

.lucentta_reviews .item {
  width: 100%;
  max-width: 350px;
  padding-top: 100px;
  margin: 0 auto
}

.lucentta_reviews .item .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%
}

.lucentta_reviews .item .img img {
  border-radius: 50%;
  border: 10px solid #fff
}

.lucentta_reviews .item .text {
  padding: 160px 10px 10px;
  min-height: 580px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px
}

.lucentta_reviews .item h3 {
  color: #8e4791;
  position: relative;
  padding-bottom: 30px
}

.lucentta_reviews .item h3::before {
  content: 'â€œ';
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 90px;
  font-family: Arial;
  color: #544147;
  z-index: 3
}

.lucentta_reviews .item p {
  margin: 0;
  font-family: CenturyGothic-Italic;
  font-size: 16px;
  line-height: 1.35em;
  padding-top: 20px;
  text-align: left
}

.s_doc {
  background-color: #f9f1ee;
  padding: 50px 0 80px
}

.s_doc .wrap {
  margin-top: 60px;
  text-align: center
}

.s_doc .owl-item {
  padding: 0 5px
}

.s_doc .item {
  display: inline-block;
  width: 100%;
  max-width: 245px;
  height: 315px;
  line-height: 315px;
  text-align: center;
  background-image: url(bg_doc_item.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain
}

.s_doc .item img {
  max-width: 190px
}

.lucentta_step {
  background-image: url(bg_step.png);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center top;
  padding: 55px 0 130px
}

.lucentta_step .wrap {
  margin: 65px auto 0;
  text-align: center
}

.lucentta_step .item {
  position: relative;
  padding: 170px 0 0;
  max-width: 200px;
  margin: 20px auto 0;
  color: #6d1a53;
  font-family: CenturyGothic-Bold;
  font-size: 18px;
  line-height: 1.5em
}

.lucentta_step .item h3 {
  color: #8b4690
}

.lucentta_step .item.item1::after {
  display: none
}

.lucentta_step .item::after {
  content: '';
  position: absolute;
  top: 0;
  left: -64px;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 72px;
  height: 29px;
  background-image: url(bg_step_arrow.png);
  -webkit-background-size: cover;
  background-size: cover
}

.lucentta_step .item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 135px;
  height: 144px;
  background-image: url(bg_step_items.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: 3
}

.lucentta_step .item.item2::before {
  background-position: -135px 0
}

.lucentta_step .item.item3::before {
  background-position: -270px 0
}

.lucentta_step .item.item4::before {
  background-position: -405px 0
}

.lucentta_products {
  background-image: url(bg_products.png);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center top;
  margin-top: -30px;
  padding-bottom: 30px;
  overflow: hidden
}

.lucentta_products .wrap {
  margin-top: 90px;
  width: 100%;
  max-width: 600px;
  text-align: center;
  float: right
}

.lucentta_products h2 {
  margin-bottom: 4px
}

.name-product {
  display: block;
  font-family: CenturyGothic-Bold;
  text-shadow: 1.5px 2.6px 7px rgba(0, 0, 0, .21);
  font-size: 24px
}

.lucentta_products .item {
  margin-top: 30px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  width: 100%;
  text-align: center
}

.lucentta_products .item .title {
  font-size: 24px;
  line-height: 1.3em;
  font-family: CenturyGothic-Bold;
  margin-top: -20px;
  display: inline-block;
  vertical-align: top
}

.lucentta_products .item:hover .title {
  color: #f86c6e;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.timer {
  margin: 25px 0;
  min-height: 100px;
  font-family: RobotoCondensedRegular
}

.timer .label {
  font-size: 22px;
  line-height: 1.2em;
  color: #333;
  margin-bottom: 15px
}

.timer .number-wrapper {
  margin: 20px 5px;
  position: relative
}

.timer .number {
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background-color: #862f8c;
  background-image: linear-gradient(top, #862f8c 0, #d365db 100%);
  border-radius: 5px;
  box-shadow: 1.3px 1.5px 2px rgba(0, 0, 0, .13);
  font-size: 44px;
  color: #2b2b2b;
  font-family: RobotoCondensedBold;
  color: #f9ccfd
}

.timer .caption {
  font-size: 18px;
  position: absolute;
  bottom: -30px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #000;
  text-transform: lowercase;
  color: #514834
}

.owl-controls {
  width: 100%;
  text-align: center;
  margin-top: 30px
}

.owl-controls .owl-page {
  width: 15px;
  height: 15px;
  opacity: .3;
  background-color: #9144ff;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px
}

.owl-controls .owl-page.active {
  opacity: 1
}

.fancybox-close {
  background-image: url(bg_popup_close.png);
  -webkit-background-size: cover;
  background-size: cover;
  width: 12px;
  height: 11px;
  top: -12px;
  right: -11px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.fancybox-close:hover {
  opacity: .8
}

.fancybox-skin {
  padding: 0!important;
  border-radius: 10px!important
}

.fancybox-overlay {
  background-image: none;
  background-color: rgba(0, 0, 0, .8)
}

.popup {
  max-width: 400px;
  width: 100%;
  padding: 35px 10px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .37);
  text-align: center;
  border-radius: 10px;
  background-color: #fff
}

.popup h2 {
  margin-bottom: 20px
}

.popup p {
  margin: 0;
  font-size: 18px;
  line-height: 1.2em
}

.popup input {
  max-width: 300px
}

.popup input:not(.btn) {
  margin-bottom: 10px
}

.popup input.btn {
  margin-top: 10px
}

.popup#thanks {
  min-width: 280px
}

.errorMessage {
  box-sizing: border-box;
  position: absolute;
  z-index: 100000;
  font-size: 13px;
  background: #dc3434;
  color: #fff;
  margin-top: 20px;
  text-align: center;
  line-height: 13px;
  padding: 8px 12px
}

.copyright {
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
  padding: 20px 0;
  color: #6c6e6f
}

.copyright p {
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0
}

.copyright br {
  display: none
}

.copyright img {
  margin: 10px auto!important
}

.copyright img:first-child {
  display: block!important
}

.copyright a {
  color: #6c6e6f;
  text-decoration: none
}

.copyright a:hover {
  color: #ff0069;
  text-decoration: none
}

.country_select {
  -webkit-appearance: none!important
}

.label-text {
  text-align: center
}

@media only screen and (max-width:1200px) {
  header .bg_img {
      width: 517px;
      height: 500px;
      bottom: 20px;
      left: 189px
  }
  header .img_product {
      margin-top: 115px;
      left: 46%;
      margin-left: 53px
  }
  .lucentta_accept .wrap {
      -webkit-background-size: 600px;
      background-size: 600px;
      background-position: 280px 80px
  }
  .s_doc .item {
      max-width: 220px;
      height: 281px;
      line-height: 281px
  }
  .s_doc .item img {
      max-height: 250px
  }
}

@media only screen and (max-width:991px) {
  h1 {
      font-size: 40px;
      border-width: 5px
  }
  h2 {
      font-size: 32px
  }
  h2 br {
      display: none
  }
  section {
      margin: 0!important
  }
  .lucentta_accept,
  .lucentta_composition,
  .s_doc,
  .lucentta_effective,
  .lucentta_info,
  .lucentta_products,
  .lucentta_reviews,
  .lucentta_step {
      padding: 40px 0 50px
  }
  header {
      padding-bottom: 10px;
      background-color: #f6fbfd;
      min-height: 780px;
  }
  header .wrap {
      margin-top: 20px;
      padding: 0
  }



  header .bg_img {
      display: none
  }
  header .img_product {
      position: relative;
      top: 0;
      left: 0;
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0);
      margin: 10px auto -20px
  }
  form.form_right {
      padding: 40px 10px;
      float: none;
      margin: 0 auto
  }
  .lucentta_info .wrap {
      background-color: rgba(248, 225, 255, .7);
      float: none;
      margin: 0 auto;
      padding: 15px 10px;
      text-align: center;
      border-radius: 5px
  }
  .lucentta_info .wrap::after,
  .lucentta_info .wrap::before {
      display: none
  }
  .lucentta_composition {
      background-image: none;
      background-color: #f8e1ff
  }
  .lucentta_composition .wrap {
      margin-top: 1px
  }
  .lucentta_composition .item {
      max-width: 300px
  }
  .lucentta_accept .wrap {
      background-image: none
  }
  .lucentta_reviews {
      background-image: none;
      background-color: #f8e1ff
  }
  .lucentta_reviews .wrap {
      margin-top: 40px
  }
  .lucentta_step {
      background-image: none;
      background-color: #fff
  }
  .lucentta_step .wrap {
      margin-top: 20px
  }
  .lucentta_step .item::after {
      display: none
  }
  .lucentta_products {
      background-image: none;
      background-color: #f8e1ff
  }
  .lucentta_products .wrap {
      max-width: 100%;
      float: none;
      margin: 0 auto 40px
  }
  .lucentta_products .item {
      max-width: 340px
  }
  .lucentta_products .item .img {
      max-width: 100px
  }
}

@media only screen and (max-width:768px) {
  h1 {
      font-size: 35px
  }
  h2 {
      font-size: 28px
  }
}

@media only screen and (max-width:480px) {
  .lucentta_info {
      background-position: -500px top
  }
  .lucentta_info .wrap {
      max-width: 300px;
      font-size: 16px
  }
}

@media only screen and (min-width:992px) {
  .lucentta_step .wrap {
      float: right;
      max-width: 870px
  }
  .lucentta_step h2 {
      text-align: right
  }
}
@media only screen and (min-width:992px) {
  .samomobile{
      display: none;
  }

}
@media only screen and (max-width:991px) {
  form .title{
      margin-bottom: 0px;
  }
  .lucentta_products .item{
      display: none;
  }
  header .img_product{
      display: none;
  }
  header form.form_right{
      margin-top:30px;
  }
  .samodesktop{
      display: none;
  }
  .lucentta_effective{
      padding-top: 20px;
  }
}

.footer__in{
  text-align: center;
  font-size: 15px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    padding: 0 10px
}

.row {
    margin: 0 -10px
}

.container {
    padding: 0 10px
}

img {
    max-width: 100%
}

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

@media (min-width:768px) {
  .container {
      width: 750px
  }
}

@media (min-width:992px) {
  .container {
      width: 970px
  }
}

@media (min-width:1200px) {
  .container {
      width: 1170px
  }
}

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

.row {
  margin-left: -15px;
  margin-right: -15px
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left
}

.col-xs-12 {
  width: 100%
}

.col-xs-11 {
  width: 91.66666667%
}

.col-xs-10 {
  width: 83.33333333%
}

.col-xs-9 {
  width: 75%
}

.col-xs-8 {
  width: 66.66666667%
}

.col-xs-7 {
  width: 58.33333333%
}

.col-xs-6 {
  width: 50%
}

.col-xs-5 {
  width: 41.66666667%
}

.col-xs-4 {
  width: 33.33333333%
}

.col-xs-3 {
  width: 25%
}

.col-xs-2 {
  width: 16.66666667%
}

.col-xs-1 {
  width: 8.33333333%
}

.col-xs-pull-12 {
  right: 100%
}

.col-xs-pull-11 {
  right: 91.66666667%
}

.col-xs-pull-10 {
  right: 83.33333333%
}

.col-xs-pull-9 {
  right: 75%
}

.col-xs-pull-8 {
  right: 66.66666667%
}

.col-xs-pull-7 {
  right: 58.33333333%
}

.col-xs-pull-6 {
  right: 50%
}

.col-xs-pull-5 {
  right: 41.66666667%
}

.col-xs-pull-4 {
  right: 33.33333333%
}

.col-xs-pull-3 {
  right: 25%
}

.col-xs-pull-2 {
  right: 16.66666667%
}

.col-xs-pull-1 {
  right: 8.33333333%
}

.col-xs-pull-0 {
  right: auto
}

.col-xs-push-12 {
  left: 100%
}

.col-xs-push-11 {
  left: 91.66666667%
}

.col-xs-push-10 {
  left: 83.33333333%
}

.col-xs-push-9 {
  left: 75%
}

.col-xs-push-8 {
  left: 66.66666667%
}

.col-xs-push-7 {
  left: 58.33333333%
}

.col-xs-push-6 {
  left: 50%
}

.col-xs-push-5 {
  left: 41.66666667%
}

.col-xs-push-4 {
  left: 33.33333333%
}

.col-xs-push-3 {
  left: 25%
}

.col-xs-push-2 {
  left: 16.66666667%
}

.col-xs-push-1 {
  left: 8.33333333%
}

.col-xs-push-0 {
  left: auto
}

.col-xs-offset-12 {
  margin-left: 100%
}

.col-xs-offset-11 {
  margin-left: 91.66666667%
}

.col-xs-offset-10 {
  margin-left: 83.33333333%
}

.col-xs-offset-9 {
  margin-left: 75%
}

.col-xs-offset-8 {
  margin-left: 66.66666667%
}

.col-xs-offset-7 {
  margin-left: 58.33333333%
}

.col-xs-offset-6 {
  margin-left: 50%
}

.col-xs-offset-5 {
  margin-left: 41.66666667%
}

.col-xs-offset-4 {
  margin-left: 33.33333333%
}

.col-xs-offset-3 {
  margin-left: 25%
}

.col-xs-offset-2 {
  margin-left: 16.66666667%
}

.col-xs-offset-1 {
  margin-left: 8.33333333%
}

.col-xs-offset-0 {
  margin-left: 0
}

@media (min-width:768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
      float: left
  }
  .col-sm-12 {
      width: 100%
  }
  .col-sm-11 {
      width: 91.66666667%
  }
  .col-sm-10 {
      width: 83.33333333%
  }
  .col-sm-9 {
      width: 75%
  }
  .col-sm-8 {
      width: 66.66666667%
  }
  .col-sm-7 {
      width: 58.33333333%
  }
  .col-sm-6 {
      width: 50%
  }
  .col-sm-5 {
      width: 41.66666667%
  }
  .col-sm-4 {
      width: 33.33333333%
  }
  .col-sm-3 {
      width: 25%
  }
  .col-sm-2 {
      width: 16.66666667%
  }
  .col-sm-1 {
      width: 8.33333333%
  }
  .col-sm-pull-12 {
      right: 100%
  }
  .col-sm-pull-11 {
      right: 91.66666667%
  }
  .col-sm-pull-10 {
      right: 83.33333333%
  }
  .col-sm-pull-9 {
      right: 75%
  }
  .col-sm-pull-8 {
      right: 66.66666667%
  }
  .col-sm-pull-7 {
      right: 58.33333333%
  }
  .col-sm-pull-6 {
      right: 50%
  }
  .col-sm-pull-5 {
      right: 41.66666667%
  }
  .col-sm-pull-4 {
      right: 33.33333333%
  }
  .col-sm-pull-3 {
      right: 25%
  }
  .col-sm-pull-2 {
      right: 16.66666667%
  }
  .col-sm-pull-1 {
      right: 8.33333333%
  }
  .col-sm-pull-0 {
      right: auto
  }
  .col-sm-push-12 {
      left: 100%
  }
  .col-sm-push-11 {
      left: 91.66666667%
  }
  .col-sm-push-10 {
      left: 83.33333333%
  }
  .col-sm-push-9 {
      left: 75%
  }
  .col-sm-push-8 {
      left: 66.66666667%
  }
  .col-sm-push-7 {
      left: 58.33333333%
  }
  .col-sm-push-6 {
      left: 50%
  }
  .col-sm-push-5 {
      left: 41.66666667%
  }
  .col-sm-push-4 {
      left: 33.33333333%
  }
  .col-sm-push-3 {
      left: 25%
  }
  .col-sm-push-2 {
      left: 16.66666667%
  }
  .col-sm-push-1 {
      left: 8.33333333%
  }
  .col-sm-push-0 {
      left: auto
  }
  .col-sm-offset-12 {
      margin-left: 100%
  }
  .col-sm-offset-11 {
      margin-left: 91.66666667%
  }
  .col-sm-offset-10 {
      margin-left: 83.33333333%
  }
  .col-sm-offset-9 {
      margin-left: 75%
  }
  .col-sm-offset-8 {
      margin-left: 66.66666667%
  }
  .col-sm-offset-7 {
      margin-left: 58.33333333%
  }
  .col-sm-offset-6 {
      margin-left: 50%
  }
  .col-sm-offset-5 {
      margin-left: 41.66666667%
  }
  .col-sm-offset-4 {
      margin-left: 33.33333333%
  }
  .col-sm-offset-3 {
      margin-left: 25%
  }
  .col-sm-offset-2 {
      margin-left: 16.66666667%
  }
  .col-sm-offset-1 {
      margin-left: 8.33333333%
  }
  .col-sm-offset-0 {
      margin-left: 0
  }
}

@media (min-width:992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
      float: left
  }
  .col-md-12 {
      width: 100%
  }
  .col-md-11 {
      width: 91.66666667%
  }
  .col-md-10 {
      width: 83.33333333%
  }
  .col-md-9 {
      width: 75%
  }
  .col-md-8 {
      width: 66.66666667%
  }
  .col-md-7 {
      width: 58.33333333%
  }
  .col-md-6 {
      width: 50%
  }
  .col-md-5 {
      width: 41.66666667%
  }
  .col-md-4 {
      width: 33.33333333%
  }
  .col-md-3 {
      width: 25%
  }
  .col-md-2 {
      width: 16.66666667%
  }
  .col-md-1 {
      width: 8.33333333%
  }
  .col-md-pull-12 {
      right: 100%
  }
  .col-md-pull-11 {
      right: 91.66666667%
  }
  .col-md-pull-10 {
      right: 83.33333333%
  }
  .col-md-pull-9 {
      right: 75%
  }
  .col-md-pull-8 {
      right: 66.66666667%
  }
  .col-md-pull-7 {
      right: 58.33333333%
  }
  .col-md-pull-6 {
      right: 50%
  }
  .col-md-pull-5 {
      right: 41.66666667%
  }
  .col-md-pull-4 {
      right: 33.33333333%
  }
  .col-md-pull-3 {
      right: 25%
  }
  .col-md-pull-2 {
      right: 16.66666667%
  }
  .col-md-pull-1 {
      right: 8.33333333%
  }
  .col-md-pull-0 {
      right: auto
  }
  .col-md-push-12 {
      left: 100%
  }
  .col-md-push-11 {
      left: 91.66666667%
  }
  .col-md-push-10 {
      left: 83.33333333%
  }
  .col-md-push-9 {
      left: 75%
  }
  .col-md-push-8 {
      left: 66.66666667%
  }
  .col-md-push-7 {
      left: 58.33333333%
  }
  .col-md-push-6 {
      left: 50%
  }
  .col-md-push-5 {
      left: 41.66666667%
  }
  .col-md-push-4 {
      left: 33.33333333%
  }
  .col-md-push-3 {
      left: 25%
  }
  .col-md-push-2 {
      left: 16.66666667%
  }
  .col-md-push-1 {
      left: 8.33333333%
  }
  .col-md-push-0 {
      left: auto
  }
  .col-md-offset-12 {
      margin-left: 100%
  }
  .col-md-offset-11 {
      margin-left: 91.66666667%
  }
  .col-md-offset-10 {
      margin-left: 83.33333333%
  }
  .col-md-offset-9 {
      margin-left: 75%
  }
  .col-md-offset-8 {
      margin-left: 66.66666667%
  }
  .col-md-offset-7 {
      margin-left: 58.33333333%
  }
  .col-md-offset-6 {
      margin-left: 50%
  }
  .col-md-offset-5 {
      margin-left: 41.66666667%
  }
  .col-md-offset-4 {
      margin-left: 33.33333333%
  }
  .col-md-offset-3 {
      margin-left: 25%
  }
  .col-md-offset-2 {
      margin-left: 16.66666667%
  }
  .col-md-offset-1 {
      margin-left: 8.33333333%
  }
  .col-md-offset-0 {
      margin-left: 0
  }
}

@media (min-width:1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
      float: left
  }
  .col-lg-12 {
      width: 100%
  }
  .col-lg-11 {
      width: 91.66666667%
  }
  .col-lg-10 {
      width: 83.33333333%
  }
  .col-lg-9 {
      width: 75%
  }
  .col-lg-8 {
      width: 66.66666667%
  }
  .col-lg-7 {
      width: 58.33333333%
  }
  .col-lg-6 {
      width: 50%
  }
  .col-lg-5 {
      width: 41.66666667%
  }
  .col-lg-4 {
      width: 33.33333333%
  }
  .col-lg-3 {
      width: 25%
  }
  .col-lg-2 {
      width: 16.66666667%
  }
  .col-lg-1 {
      width: 8.33333333%
  }
  .col-lg-pull-12 {
      right: 100%
  }
  .col-lg-pull-11 {
      right: 91.66666667%
  }
  .col-lg-pull-10 {
      right: 83.33333333%
  }
  .col-lg-pull-9 {
      right: 75%
  }
  .col-lg-pull-8 {
      right: 66.66666667%
  }
  .col-lg-pull-7 {
      right: 58.33333333%
  }
  .col-lg-pull-6 {
      right: 50%
  }
  .col-lg-pull-5 {
      right: 41.66666667%
  }
  .col-lg-pull-4 {
      right: 33.33333333%
  }
  .col-lg-pull-3 {
      right: 25%
  }
  .col-lg-pull-2 {
      right: 16.66666667%
  }
  .col-lg-pull-1 {
      right: 8.33333333%
  }
  .col-lg-pull-0 {
      right: auto
  }
  .col-lg-push-12 {
      left: 100%
  }
  .col-lg-push-11 {
      left: 91.66666667%
  }
  .col-lg-push-10 {
      left: 83.33333333%
  }
  .col-lg-push-9 {
      left: 75%
  }
  .col-lg-push-8 {
      left: 66.66666667%
  }
  .col-lg-push-7 {
      left: 58.33333333%
  }
  .col-lg-push-6 {
      left: 50%
  }
  .col-lg-push-5 {
      left: 41.66666667%
  }
  .col-lg-push-4 {
      left: 33.33333333%
  }
  .col-lg-push-3 {
      left: 25%
  }
  .col-lg-push-2 {
      left: 16.66666667%
  }
  .col-lg-push-1 {
      left: 8.33333333%
  }
  .col-lg-push-0 {
      left: auto
  }
  .col-lg-offset-12 {
      margin-left: 100%
  }
  .col-lg-offset-11 {
      margin-left: 91.66666667%
  }
  .col-lg-offset-10 {
      margin-left: 83.33333333%
  }
  .col-lg-offset-9 {
      margin-left: 75%
  }
  .col-lg-offset-8 {
      margin-left: 66.66666667%
  }
  .col-lg-offset-7 {
      margin-left: 58.33333333%
  }
  .col-lg-offset-6 {
      margin-left: 50%
  }
  .col-lg-offset-5 {
      margin-left: 41.66666667%
  }
  .col-lg-offset-4 {
      margin-left: 33.33333333%
  }
  .col-lg-offset-3 {
      margin-left: 25%
  }
  .col-lg-offset-2 {
      margin-left: 16.66666667%
  }
  .col-lg-offset-1 {
      margin-left: 8.33333333%
  }
  .col-lg-offset-0 {
      margin-left: 0
  }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.pull-right {
  float: right!important
}

.pull-left {
  float: left!important
}
.gifwrap{
  text-align: center;
  background-image: url(krema.webp);
  background-size: cover;
}
.gifwrap img{
  margin:auto;
}
.orderForm{
  font-size: 16px;
  line-height: 1.2;
  font-family: "OpenSans", sans-serif;
  color: #272727;
  box-sizing: inherit;
  padding: 10px;
  border-radius: 40px;
  background-color: #fff;
  box-shadow: 0 0 30px -1px rgba(0, 0, 0, 0.38);
  position: relative;
  width: 940px;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
}
.form__wrapper{
  font-size: 16px;
  line-height: 1.2;
  font-family: "OpenSans", sans-serif;
  color: #272727;
  box-sizing: inherit;
  border: 1px solid #c5bbab;
  padding: 30px;
  border-radius: 40px;
  padding-left: 150px;
}
.form-pack{
  font-size: 16px;
  line-height: 1.2;
  font-family: "OpenSans", sans-serif;
  color: #272727;
  box-sizing: inherit;
  position: absolute;
  top: 30px;
  z-index: 2;
  width: 400px;
  height: 381px;
  left: -235px;
  background: url(lucentta.webp) no-repeat center;
}
.form-pack__sale{
  line-height: 1.2;
  font-family: "OpenSans", sans-serif;
  box-sizing: inherit;
  width: 107px;
  height: 58px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  background-color: #d3231f;
  position: absolute;
  top: 0px;
  right: -70px;
}

.form-pack__sale::before,
.form-pack__sale::after {
  content: '';
  position: absolute
}

.form-pack__sale::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 29px 0 0 15px;
  border-color: transparent transparent transparent #d3231f;
  bottom: 0;
  right: -14px
}

.form-pack__sale::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 29px 15px 0 0;
  border-color: #d3231f transparent transparent transparent;
  top: 0;
  right: -14px
}
.form__header{
  line-height: 1.2;
  font-family: "OpenSans", sans-serif;
  box-sizing: inherit;
  font-size: 30px;
  font-weight: 700;
  color: #c5bbab;
  text-transform: uppercase;
  text-align: right;
  margin-bottom: 30px;
}
.form__main{
  font-size: 16px;
  line-height: 1.2;
  font-family: "OpenSans", sans-serif;
  color: #272727;
  box-sizing: inherit;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 30px;
}
.form__element{
  font-size: 16px;
  line-height: 1.2;
  font-family: "OpenSans", sans-serif;
  color: #272727;
  box-sizing: inherit;
  margin-right: 15px;
}
.form-input{
  box-sizing: inherit;
  width: 230px;
  height: 58px;
  line-height: 1;
  font-size: 16px;
  padding: 0 25px;
  border-radius: 40px;
  background-color: #f4f4f4;
  border: 0;
  margin-bottom: 0px;
}
.quantity {
  width: 240px;
}

.form__footer{
  font-size: 16px;
  line-height: 1.2;
  font-family: "OpenSans", sans-serif;
  color: #272727;
  box-sizing: inherit;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-left: 20px;
}
.timer{
  font-size: 16px;
  line-height: 1.2;
  font-family: "OpenSans", sans-serif;
  box-sizing: inherit;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #272727;
  margin-right: 60px;
}
.timer__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.timer__item {
  text-align: center;
}
.form-price {
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
}
.form-price__old {
  font-size: 50px;
  margin-right: 20px;
}
.old {
  text-decoration: line-through;
}
.form-price__new {
  font-size: 50px;
  color: #d3231f;
}
.form__button {
  position: absolute;
  right: 0;
  bottom: 0;
}
.form__button-element {
  width: 432px;
  height: 139px;
  background: url(btn.png) no-repeat center;
  border: 0;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 52px;
  cursor: pointer;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .1s all;
  -o-transition: .1s all;
  transition: .1s all;
}
.form__button-element:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: .25s all;
  -o-transition: .25s all;
  transition: .25s all;
}
.vremepopusta{
  text-align: center;
  margin-top: 10px;
  color: #d3231f;
  width: 177px;
}
.form__button-element{
  margin-bottom: 38px;
}
@media screen and (min-width: 768px) {
  .mobile {
    display: none
  }
}
@media screen and (max-width: 768px) {
  .desktop {
    display: none
  }
  .form {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 90%;
  }
  .form__wrapper {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 15px;
  }
  .form__header {
    margin-bottom: 10px;
    font-size: 18px;
    text-align: center;
  }
  .pack-img {
    text-align: center;
  }
  .pack-img img {
    height: 150px;
    text-align: center;
    margin: auto;
  }
  .form-price {
    width: 100%;
    margin-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-price__old {
    font-size: 20px;
    line-height: 26px;
  }
  .form-price__new {
    font-size: 23px;
    line-height: 36px;
  }
  .form__main {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .form__element {
    width: 100%;
    margin-right: 0;
    margin-top: 15px;
  }
  .form-input {
    height: 40px;
    width: 100%;
  }
  .form__button {
    position: initial;
  }
  .form__button-element {
    width: 290px;
    height: 92px;
    -webkit-background-size: contain;
    background-size: contain;
    padding-bottom: 36px;
    font-size: 30px;
    margin: 0 auto;
    display: block;
  }

  .efficiency__button{
    display: none;
  }
  .time{
    margin-top: 50px;
  }
  .info__button{
    display: none;
  }
  .about__wrap{
    z-index: 9;
  }
  .vremepopusta {
  width: 80%;
    margin: auto;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .about2__button{
    width: 100%;
    box-shadow: none;
    bottom: -6px;
    left: 0px;
    border-radius: 0px;
  }
}