/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
  font-family: sans-serif; /* 1 */

  -webkit-text-size-adjust: 100%; /* 2 */
      -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details,
/* 1 */
figcaption,
figure,
footer,
header,
main,
/* 2 */
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
  width: 280px;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template,
/* 1 */
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */

  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */

  border-bottom: none; /* 1 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  margin: 0.67em 0;

  font-size: 2em;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  color: #000000;

  background-color: #ffff00;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  position: relative;

  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on img inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
  font-size: 1em; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
  margin: 0; /* 2 */

  font: inherit; /* 1 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
/* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;

  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;

  border: 1px solid #c0c0c0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  display: table; /* 1 */
  box-sizing: border-box; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */

  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 2 */

  -webkit-appearance: textfield; /* 1 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;

  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  font: inherit; /* 2 */

  -webkit-appearance: button; /* 1 */
}



@font-face {
  font-weight: normal;
  font-family: "Thin";

  font-style: normal;

  src: url("../index_files/PFBeauSansPro-Thin.eot%3F") format("embedded-opentype"),  url("../index_files/PFBeauSansPro-Thin.otf")  format("opentype"),
  url("../index_files/PFBeauSansPro-Thin.woff") format("woff"), url("../index_files/PFBeauSansPro-Thin.ttf")  format("truetype"), url("../index_files/PFBeauSansPro-Thin.svg") format("svg");
}


@font-face {
  font-weight: 700;
  font-family: "Segoe Script";
  font-style: normal;

  src: url("../index_files/SegoeScript.eot%3F") format("embedded-opentype"),  url("../index_files/SegoeScript.woff") format("woff"), url("../index_files/SegoeScript.ttf")  format("truetype"), url("../index_files/SegoeScript.svg") format("svg");
}



@font-face {
  font-weight: 700;
  font-family: "Segoe Print";
  font-style: normal;

  src: url("../index_files/SegoePrint-Bold.eot%3F") format("embedded-opentype"),  url("../index_files/SegoePrint-Bold.woff") format("woff"), url("../index_files/SegoePrint-Bold.ttf")  format("truetype"), url("../index_files/SegoePrint-Bold.svg") format("svg");
}



@font-face {
  font-weight: 700;
  font-family: "Myriad Pro";
  font-style: normal;

  src: url("../index_files/MyriadPro-Bold.eot%3F") format("embedded-opentype"),  url("../index_files/MyriadPro-Bold.otf")  format("opentype"),
  url("../index_files/MyriadPro-Bold.woff") format("woff"), url("../index_files/MyriadPro-Bold.ttf")  format("truetype"), url("../index_files/MyriadPro-Bold.svg") format("svg");
}

@font-face {
  font-weight: 700;
  font-family: "PF BeauSans Pro";
  font-style: italic;

  src: url("../index_files/PFBeauSansPro-BoldItalic.eot%3F") format("embedded-opentype"),  url("../index_files/PFBeauSansPro-BoldItalic.otf")  format("opentype"),
  url("../index_files/PFBeauSansPro-BoldItalic.woff") format("woff"), url("../index_files/PFBeauSansPro-BoldItalic.ttf")  format("truetype"), url("../index_files/PFBeauSansPro-BoldItalic.svg") format("svg");
}

.clearfix:after {
  content: " "; /* Older browser do not support empty content */

  display: block;
  clear: both;
  height: 0;

  visibility: hidden;
}

h3 {
  margin: 0;
}

body {
  margin: 0;
  font-family: "Roboto";
  max-width: 1920px;
  margin: 0 auto;
  box-shadow: 0 0 20px #a7a7a7;
}

ul {
  list-style: none;
}

p {
  margin: 0;
}

.wrapper {
  overflow: hidden;
  background: url(../index_files/basic-bg.jpg);
}

.content {
  width: 1024px;
  margin: auto;
}
.header {
  position: relative;
  z-index: 5;

  min-height: 716px;

  background: url(../index_files/bg__header.jpg) no-repeat center;
  -webkit-background-size: cover;
          background-size: cover;
}


.header .content {
  position: relative;

  padding-top: 30px;
  padding-bottom: 50px;
}
.header__logo {
  display: block;
  float: right;
  margin-right: 60px;
  margin-bottom: 15px;
}
.approved {
  position: relative;

  float: right;
  margin-top: 20px;
  padding-top: 15px;
  padding-right: 60px;
  padding-bottom: 15px;
  padding-left: 20px;

  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #1f5f03;

  background: rgba(255,255,255, 0.3);
  border-radius: 35px;
}

.approved::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;

  display: block;
  width: 45px;
  height: 45px;

  background: url(../index_files/three.png) no-repeat right;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header__title {
  width: 350px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 20px;

  font-weight: 400;
  font-size: 30px;
  text-align: center;
  color: #016421;
  font-style: italic;
}

.text-color1 {
  color: #ed002d;
}

.text-color2 {
  color: #194d96;
  text-transform: uppercase;
}

.advantages {
  display: block;
  width: 350px;
  margin: 0 auto;

  font-size: 22px;
  font-family: "Thin";
}

.advantages__item {
  position: relative;

  margin-bottom: 25px;
  padding-left: 25px;

  font-weight: 700;
  font-family: "Thin";
  color: #1b4200;
}

.advantages__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;

  display: block;
  width: 22px;
  height: 23px;

  background: url(../index_files/check.png) no-repeat;
}

.advantages__item:nth-child(6) {
  padding-bottom: 0;
  margin: 0;
}

.btn {
  position: absolute;
  bottom: -65px;
  left: 390px;

  display: block;
  width: 290px;
  margin: 0 auto;
  margin-top: 32px;
  padding: 10px 0;

  font-size: 28px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;

  background: -moz-linear-gradient(to right,  #ce0027 0%, #ee002d 51%, #e8002c 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(to right,  #ce0027 0%,#ee002d 51%,#e8002c 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #ce0027 0%,#ee002d 51%,#e8002c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce0027', endColorstr='#e8002c',GradientType=0 ); /* IE6-9 */
  border: 1px solid #ffffff;
  border-radius: 40px;
  -ms-border-radius: 40px;
  box-shadow: 0 0 0 2px #ff0131;

  transition: 0.5s;
}

.btn:hover {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.woman {
  position: absolute;
  top: -30px;
  left: -100px;
}

.header__list {
  position: absolute;
  bottom: -115px;
  left: -260px;
}

.product {
    position: absolute;
    top: 253px;
    right: 75px;
    z-index: 3;
    width: 180px;

  }

  .header_berries {
    position: absolute;
    right: -135px;
    width: 470px;
    bottom: -80px;
    z-index: 5;
  }

.header_glass {
    position: absolute;
    top: 170px;
    right: -115px;
}

.header_old_price {
    position: absolute;
    bottom: 17px;
    right: 16px;
    font-size: 28px;
    text-align: center;
    color: #194d96;
    text-decoration: line-through;
    transform: rotate(-7deg);
    z-index: 10;
}
.header_old_price .js_curs {
  font-size: 24px;
}
.header_new_price {
    position: absolute;
    font-size: 38px;
    text-align: center;
    color: #ff0030;
    transform: rotate(-7deg);
    right: 20px;
    bottom: -45px;
    font-weight: 500;
    z-index: 10;
}

.currency {
    font-size: 25px;
    text-align: center;
    color: #ff0030;
    transform: rotate(-7deg);
    position: absolute;
    bottom: -30px;
    right: 5px;
    line-height: 20px;
    z-index: 10;
    font-weight: 500;
}


.basic-header__discount {
  position: absolute;
  bottom: 40px;
  z-index: 10;

  width: 345px;
}
.basic-header__discount p:first-child {
  width: 165px;
  padding: 10px 5px;
  padding-left: 20px;

  font-size: 45px;
  font-family: "PF BeauSans Pro";
  text-align: center;
  color: #ffffff;

  background: #ff0131;
  border: 2px solid #ffffff;
  border-radius: 40px;
}

.basic-header__discount p:nth-child(2) {
  position: absolute;
  top: 56px;
  left: 38px;

  font-weight: 700;
  font-size: 26px;
  font-family: "Segoe Script";
  text-align: center;
  color: #ff0131;
  text-shadow: 1px 1px 2px #ffffff, -1px -1px 2px #ffffff, 1px -1px 2px #ffffff, -1px 1px 2px #ffffff;
}

.basic-header__discount p:nth-child(2) span {
  font-size: 17px;
}

.basic-header__timer-block img {
  position: absolute;
  bottom: -60px;
  left: 20px;

  width: 130px;
}

.circles {
  position: absolute;
  bottom: -80px;
  left: 120px;

  width: 250px;
}

.basket {
  position: relative;
  background: #fffce1;
  padding: 60px 50px;
}
.basket-picture {
  position: absolute;
  top: 50%;
  left: 48%;

  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.left-column {
  display: inline-block;
  width: 375px;
  padding: 35px 20px;

  font-weight: 700;
  font-size: 20px;
  font-family: "Segoe Script";
  text-align: center;
  color: #034f03;

  background: #ffffff;
  border-radius: 90px;
  vertical-align: middle;
  line-height: 23px;
}

.right-column {
  display: inline-block;
  width: 380px;
  margin-left: 80px;
  padding: 35px 20px;

  font-weight: 700;
  font-size: 20px;
  font-family: "Segoe Script";
  text-align: center;
  color: #034f03;

  background: #ffffff;
  border-radius: 90px;
  vertical-align: middle;
  line-height: 23px;
}


/*--------------
-----------------
---BERRIES
----------------*/

.berries {
  position: relative;

  background: #ffffff;
}

.berries__list {
  position: relative;

  margin: 0;
  padding: 0 20px;

  font-size: 0;
  font-family: "Segoe Script";
  color: #607a44;
}

.berries__item {
  display: inline-block;
  width: 360px;
  margin-bottom: 20px;

  font-size: 16px;
  vertical-align: top;
  text-align: center;
}

.berries__item:nth-child(even) {
  margin-left: 264px;
}

.berries__item img {
  display: block;
  height: 82px;
  margin: 0 auto;
  margin-bottom: 25px;
}



.berries__item h3 {
  position: relative; 
  font-family: "Roboto";
  font-weight: 300;
  margin-bottom: 10px;
  padding: 10px;

  font-size: 26px;
  line-height: 20px;
  text-align: center;
  color: #64a703;

  border-radius: 25px;
  font-weight: 400;
  background: url(../index_files/border.png) no-repeat center;
  padding: 11px 5px;
  
}
.berries__item p {
  margin-bottom: 20px;

  font-size: 19px;
  line-height: 28px;
  font-family: "Segoe Script";
  text-align: center;
  color: #607a44;
}

.berries__inner-list {
  margin: 0;
  padding: 0;

  text-align: left;
}

.berries__item span {
  color: #fe0e3b;
}

.berries__inner-list li {
  position: relative;

  padding-left: 30px;
}
.berries__inner-list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;

  width: 22px;
  height: 23px;

  background: url(../index_files/check.png) no-repeat;
}

.berries__title {
  margin: 0;

  font-weight: 300;
  font-size: 40px;
  text-align: center;
  color: #385d03;
  padding-top: 25px;
}

.berries__product {
  position: absolute;
  top: -36px;
  left: 50%;

  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.berries__product img {
  width: 500px;
}

.berries__text:nth-of-type(1) {
  position: absolute;
  top: 587px;
  left: 179px;

  font-size: 21px;
  line-height: 25px;
  font-family: "Segoe Print";
  color: #64a703;
  text-transform: uppercase;

  transform: rotate(-9deg);
}

.berries__text:nth-of-type(2) {
  position: absolute;
  top: 637px;
  left: 195px;

  font-size: 18px;
  font-family: "Segoe Print";
  color: #fe0e3b;

  transform: rotate(-10deg);
}

.act {
  position: relative;

  padding-bottom: 60px;

  background: url(../index_files/act-bg.jpg) no-repeat center top;
  background-size: cover;
}

.act__title {
  margin: 0;
  padding-top: 50px;

  font-size: 50px;
  text-align: center;
  font-weight: 300;
}

.logo-picture {
  display: block;
  margin: 0 auto;
  margin-top: 15px;
}

.list-picture {
  position: absolute;
  top: -35px;
  left: -113px;

  width: 350px;
}


.product-picture {
  position: absolute;
  top: 25px;
  left: 52px;

  width: 140px;
  height: 236px;
  margin-left: 110px;
}

.glass-picture {
  position: absolute;
  top: -55px;
  right: -30px;

  height: 367px;
}

.act__items {
  margin-top: 85px;
  padding-right: 55px;
  padding-left: 45px;
}

.act__wrapper {
  position: relative;
  z-index: 1;

  display: inline-block;
  box-sizing: border-box;
  width: 745px;
  padding: 20px;
  padding-right: 0;
  padding-left: 165px;

  vertical-align: middle;

  background: #ffffff;
  border-radius: 50px;
}

.act__item {
  position: relative;

  margin: auto;
  margin-bottom: 35px;

  font-size: 0;
}

.act__item h3 {
  padding-bottom: 20px;

  font-size: 30px;
  color: #fe131e;
  font-weight: 300;
}

.act__item p {
  font-size: 20px;
  color: #385d03;
  font-weight: 400;
}

.act__item p span {
  color: #194d96;
}

.act__item img {
  position: relative;
  z-index: 3;

  display: inline-block;
  margin: 0;
  margin-right: -150px;

  vertical-align: middle;
}

.centimeter-picture {
  position: absolute;
  bottom: -20px;
  right: -20px;
}

.results {
  font-size: 0;

  background: #ffffff;
}

.footnote {
  font-size: 12px;
  color: #194d96;

}

.results__title {
  margin: 0;
  margin-bottom: 50px;
  padding-top: 75px;

  font-size: 40px;
  text-align: center;
  color: #194d96;
  font-weight: 300;
}

.results .left {
  display: inline-block;
  box-sizing: border-box;
  width: 540px;
  margin-right: 45px;
  margin-left: 30px;
  padding: 30px;

  font-size: 20px;
  vertical-align: top;

  border: 1px solid rgba(150, 209, 57, 0.2);
  border-radius: 40px;
}

.results .right {
  position: relative;

  display: inline-block;
  width: 409px;

  vertical-align: top;
  padding-top: 30px;
}
.right-block__title {
  margin: 0;

  font-size: 60px;
  color: #96d139;
}

.right-block__text {
  margin-bottom: 75px;

  font-size: 20px;
  color: #194d96;
}

.right-block__text:nth-of-type(1) {
  margin-bottom: 30px;
}

.left h3 {
  float: left;
  width: 155px;
  margin-right: 20px;
  padding-bottom: 50px;

  font-size: 20px;
  text-align: right;
  color: #194d96;
  font-weight: 300;
}

.instruction {
  position: relative;

  min-height: 515px;

  background: #fffce1;
}


.column__green {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 260px;
  margin-bottom: 5px;
  padding: 5px;

  color: #ffffff;

  background: #96d139;
  border-radius: 30px;
  padding-left: 15px;
}

.column__blue {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 220px;
  padding: 5px;

  color: #ffffff;

  background: #4883d7;
  border-radius: 30px;
  padding-left: 15px;
}

.line:nth-child(2) .column__green {
  width: 226px;
}

.line:nth-child(2) .column__blue {
  width: 155px;
}

.line:nth-child(3) .column__green {
  width: 190px;
}

.line:nth-child(3) .column__blue {
  width: 290px;
}

.line:nth-child(4) .column__green {
  width: 85px;
}

.line:nth-child(4) .column__blue {
  width: 175px;
}

.column {
  float: left;
}

.bottom-text {
  padding-left: 50px;

  font-size: 18px;
  color: #194d96;
}

.bottom-text1 {
  padding-bottom: 20px;
}

.bottom-text1::before {
  content: "";
  position: absolute;
  bottom: 38px;
  left: 0;

  display: block;
  width: 40px;
  height: 30px;

  background: #4883d7;
  border-radius: 20px;
}

.bottom-text2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;

  display: block;
  width: 40px;
  height: 30px;

  background: #96d139;
  border-radius: 20px;
}

.instruction img:nth-of-type(1) {
  position: absolute;
  top: -80px;
  left: -180px;
}

.instruction img:nth-of-type(2) {
  position: relative;
  top: 45px;
  left: 242px;

  width: 160px;
}

.instruction__list {
  margin-top: 50px;

  list-style: none;
}

.instruction__item {
  position: relative;

  padding-bottom: 35px;

  font-size: 23px;
  color: #385d03;
}

.instruction__item:nth-child(1)::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -75px;

  display: block;
  width: 50px;
  height: 50px;

  background: url("../index_files/cocktail.png") no-repeat center;
}

.instruction__item:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -75px;

  display: block;
  width: 50px;
  height: 50px;

  background: url("../index_files/body.png") no-repeat center;
}

.instruction__item:nth-child(3)::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -75px;

  display: block;
  width: 50px;
  height: 50px;

  background: url("../index_files/body.png") no-repeat center;
}

.instruction__info {
  float: right;
}

.instruction__how-use {
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 20px;

  background: #ffffff;
  border-radius: 40px;
}

.instruction__how-use h3 {
  margin-bottom: 15px;

  font-size: 30px;
  text-align: center;
  color: #ff0130;
}

.instruction__how-use p {
  font-size: 18px;
  font-family: "Segoe Script";
  color: #385d03;
}

.expert {
  padding: 0 60px;
  padding-bottom: 39px;

  background: #ffffff;
}

.expert__title {
  margin: 0;
  margin-bottom: 50px;
  padding-top: 70px;

  font-size: 40px;
  text-align: center;
  font-weight: 300;
}

.doctor {
  display: block;
  width: 740px;
  margin: auto;
  margin-bottom: 40px;

  background: #e9f6c4;
  border-radius: 80px;
}

.doctor img {
  float: left;
  margin: 20px;
}

.doctor p:first-of-type {
  float: right;
  margin-top: 20px;
  margin-right: 80px;
  margin-bottom: 20px;

  font-weight: 700;
  font-size: 28px;
  font-family: "Thin";
  font-style: italic;
}

.doctor p:last-child {
  float: right;
  margin-right: 290px;

  font-size: 16px;
  font-family: "Thin";
}

.expert__text {
  padding-bottom: 30px;

  font-size: 20px;
  text-indent: 15px;
}

.quality {
  display: block;
  width: 965px;
  margin: 0 auto;
  padding: 0;
}

.quality__item {
  position: relative;

  display: inline-block;
  margin-right: 40px;
  padding: 15px 30px;
  padding-left: 75px;

  font-size: 20px;

  background: #f9fcef;
  border-radius: 40px;
}

.quality__item:nth-child(1)::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 15px;

  display: block;
  width: 50px;
  height: 41px;

  background: url("../index_files/certificate.png") no-repeat center;
}

.quality__item:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 15px;

  display: block;
  width: 50px;
  height: 41px;

  background: url("../index_files/three.png") no-repeat center;
}

.quality__item:nth-child(3)::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 15px;

  display: block;
  width: 50px;
  height: 41px;

  background: url("../index_files/list.png") no-repeat center;
}

.audio {
  position: relative;

  min-height: 265px;

  background: url("../index_files/audio-bg.png") no-repeat top;
  background-size: cover;
}

.audio img {
  position: absolute;
  top: -45px;
  left: 20%;
}

.audio h2 {
  margin: 0;
  margin-bottom: 20px;
  padding-top: 60px;

  font-size: 40px;
  text-align: center;
  color: #385d03;
  font-weight: 300;
}

.audio__list {
  display: block;
  margin: 0 auto;
  width: 1000px;
}
.audio__item {
  float: left;
  margin-right: 47px;
}

.audio__item:last-child {
  margin-right: 0;
}

.audio__item h3 {
  font-size: 25px;
  font-family: "Segoe Script";
  color: #385d03;
  text-align: center;
}

.reviews {
  padding: 0 30px;
  padding-bottom: 80px;

  background: #ffffff;
}

.avatar {
  display: table-cell;
  box-sizing: border-box;
  width: 100px;
  min-height: 218px;

  vertical-align: middle;
  text-align: center;

  background: #f2fadc;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.avatar-right {
  display: table-cell;
  box-sizing: border-box;
  width: 100px;
  min-height: 218px;

  vertical-align: middle;
  text-align: center;

  background: #f2fadc;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.avatar__picture {
  margin-bottom: 40px;
}

.reviews-text {
  display: table-cell;
  width: 510px;
  padding: 25px 15px;

  vertical-align: middle;

  background: #e9f6c4;
}

.before-after1 {
  width: 335px;

  vertical-align: middle;
}

.before-after2 {
  width: 335px;
  margin-right: -1px;

  vertical-align: middle;
}

.picture-cell {
  display: table-cell;
}

.before-after3 {
  margin-left: -1px;

  vertical-align: middle;
}

.reviews h2 {
  margin: 0;
  padding: 30px 0;

  font-size: 40px;
  text-align: center;
  color: #385d03;
  font-weight: 300;
}

.reviews__part {
  display: table;
  margin-bottom: 60px;
  padding-bottom: 0;

  font-size: 0;

  border-radius: 40px;
}

.reviews__part:last-child {
  margin-bottom: 30px;
}

.reviews__part h3 {
  padding-top: 10px;

  font-size: 25px;
  text-align: left;
  color: #385d03;
  font-weight: 300;
}

.reviews__part p {
  width: 455px;

  font-size: 18px;
  line-height: 25px;
  font-family: "Segoe Script";
  color: #385d03;
}

.basic-footer {
  position: relative;

  min-height: 612px;
  padding-bottom: 19px;

  background: url(../index_files/bg__header.jpg) no-repeat center;
  background-size: cover;
}

.basic-footer__woman {
  position: absolute;
  bottom: 10px;
  left: 220px;
}

.footer__list {
  position: absolute;
  bottom: 40px;
  left: 60px;
  z-index: 3;
}

.basic-footer__product {
 
}

.footer__logo {
    position: absolute;
    top: -60px;
    z-index: 5;
    left: 0;
    right: 0;
    margin: auto;
}
}

form {
  margin-top: 10px;

  text-align: center;
}

.discount {
  width: 200px;
  margin-top: 100px;
  margin-bottom: 20px;
}

.form__price-block {
  position: absolute;
  top: 110px;
  right: 0;
  z-index: 10;

  width: 230px;
}

.form__price-block .old_price {
  width: 100%;
  margin-bottom: 12px;

  font-size: 22px;
  font-family: "PF BeauSans Pro";
  text-align: center;
  color: #194d96;
  text-decoration: line-through;

  -webkit-transform: rotate(-8deg);
      -ms-transform: rotate(-8deg);
       -o-transform: rotate(-8deg);
          transform: rotate(-8deg);
}

.form__price-block .new_price {
  position: relative;
  z-index: 20;

  width: 100%;

  font-size: 30px;
  font-family: "PF BeauSans Pro";
  text-align: center;
  color: #ff0030;

  -webkit-transform: rotate(-8deg);
      -ms-transform: rotate(-8deg);
       -o-transform: rotate(-8deg);
          transform: rotate(-8deg);
}

.form__price-block .new_price span:nth-child(2) {
  display: inline-block;

  font-size: 19px;
  vertical-align: middle;
}
.discount p:first-child {
  width: 165px;
  padding-left: 20px;

  font-size: 45px;
  font-family: "PF BeauSans Pro";
  color: #ffffff;

  background: #ff0131;
  border-radius: 40px;
}

.discount p:nth-child(2) {
  font-weight: 700;
  font-size: 22px;
  font-family: "Segoe Script";
  text-align: center;
  color: #ff0131;
}

.discount p:nth-child(3) {
  font-weight: 700;
  font-size: 14px;
  font-family: "Segoe Script";
  text-align: center;
  color: #ff0131;
}

.form {
  position: relative;

  display: block;
  width: 397px;
  min-height: 600px;
  margin: 0 auto;
  padding-right: 20px;
  padding-bottom: 25px;
  padding-left: 20px;

  background: #ffffff;
  border: 5px solid #deff36;
  border-radius: 100px;
}

.footer__btn {
  display: block;
  width: 290px;
  margin: 0 auto;
  margin: 0 auto;
  margin-top: 32px;
  padding: 10px 0;

  font-size: 28px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;

background: -moz-linear-gradient(to right,  #ce0027 0%, #ee002d 51%, #e8002c 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(to right,  #ce0027 0%,#ee002d 51%,#e8002c 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #ce0027 0%,#ee002d 51%,#e8002c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce0027', endColorstr='#e8002c',GradientType=0 ); /* IE6-9 */

  border: 1px solid #ffffff;
  border-radius: 40px;
  box-shadow: 0 0 0 2px #ff0131;

  transition: 0.5s;
}

input,
select {
  width: 340px;
  height: 50px;
  padding-left: 20px;

  font-size: 26px;
  color: #1a5600;

  border: 3px solid #7bba01;
  border-radius: 30px;
}

select {
  width: 366px;
  height: 55px;

  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  
  background: url(../index_files/select.png) no-repeat 325px;
}

.price-liner {
  position: absolute;
  top: 10px;
  right: -7px;
}

.old-price {
  font-size: 20px;
  color: #194d96;
}

.timer-block__item {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 5px;

  font-size: 34px;
  line-height: 60px;
  font-family: "PF BeauSans Pro";
  text-align: center;
  color: #3d6600;

  background: #ffffff;
  border: 3px solid #a7d907;
  border-radius: 50%;
}

.timer-block img {
  float: left;
  margin-top: 20px;
  margin-left: 40px;
}

.timer-block__circles {
    float: right;
    width: 225px;
    padding-right: 13px;
    padding-left: 0;
}

.product-berries {
    position: absolute;
    right: 300px;
    bottom: 49px;
    z-index: 3
}

.footer_glass {
     position: absolute;
    top: 90px;
    right: 249px;
}
.footer_product {
    position: absolute;
    right: 420px;
    bottom: 119px;
    z-index: 1
}

@media screen and (max-width: 1200px) {
 /* .header .content {
    overflow-x: hidden;
  }*/

  .product {
    position: absolute;
    top: 310px;
    right: 170px;
    z-index: 3;
    width: 150px;
  }

  .header_glass {
    position: absolute;
    top: 170px;
    right: -1px;
  }

  .header_berries {
    position: absolute;
    right: 13px;
    width: 370px;
    bottom: -80px;
    z-index: 5;
  }

  .btn {
    width: 245px;
    font-size: 25px;
  }

  .header_old_price {
    bottom: -8px;
    right: 125px;
  }

  .header_new_price {
    right: 143px;
    bottom: -60px;
  }

  .currency {
    bottom: -40px;
    right: 105px;
    font-size: 20px;
  }

  .basic-footer__woman {
    left: -150px;
  } 

  .footer__list {
    bottom: 0px;
    left: -255px;
  }

  .footer_product {
    right: 40px;
  }

  .product-berries {
    right: -80px;
  }

  .footer_glass {
    right: -120px;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1800px) {
  .basic-footer__woman {
    left: 45px;
  }

  .footer_product {
   right: 205px;
    }

  .product-berries {
    right: 110px;
  }

  .footer_glass {
    right: 35px;
  }

  .footer__list {
    left: -60px;
  }

}

/*@media screen and (min-width: 768px) {
  .header_glass {
    right: 65px;
  }

  .product {

  right: 206px;
  width: 128px;
}

 .approved {
  margin-right: 60px;
 }

 .header__logo {
  margin-right: 0;
 }
}*/

.errorMessage{
    box-sizing: border-box;
    position: absolute;
    z-index: 100000;
    font-size: 16px;
    background: #DC3434;
    color: #fff;
    margin-top: 20px;
    text-align: center;
    line-height: 12px;
    padding: 4px 12px;
    border-radius: 5px;
}
.copyright { 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; }

select {
  margin-bottom: 20px;
}
footer {
  background-color: #e9f6c4;
}

* {
  outline: none;

    
}
      .sale-rub-wrap {
    background: url(../index_files/sale-bg-2.png) no-repeat center top;
    padding-top: 73px;
    height: 300px;
    position: absolute;
    top: 435px;
    left: 20px;
    width: 300px;
    z-index: 99;
    background-size: 73%;
 
}

.sale-rub-wrap-text1 {
    position: absolute;
    top: 114px;
    left: 148px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}

.sale-rub-wrap-text2 {
    position: absolute;
    top: 135px;
    left: 150px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 17px;
}

.sale-rub-wrap-text3 {
   position: absolute;
    top: 162px;
    left: 128px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px; 
}

.sale-rub-wrap-text4 {
    position: absolute;
    top: 185px;
    left: 141px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
}

.sale-rub-wrap span {
    color:  yellow;
}

.sale-bottom {
    top: 335px;
    left: 95px;
}