/* FONTS */
@font-face {
  font-family: 'Roboto-Regular';
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Italic';
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Bold';
  font-weight: normal;
  font-style: normal;
}
/* END FONTS */

/* CSS reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dir,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  line-height: 1;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
input,
select {
  vertical-align: middle;
}
ol,
ul {
  list-style: none;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: inherit;
}
/* Safari reset style input */
input,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
}
/* Text selection */
::selection {
  background: #3e4651;
  color: #fff;
}
::-moz-selection {
  background: #3e4651;
  color: #fff;
}
/* autofill chrome */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px white inset;
}
/*End CSS reset*/

/*All styles*/
body {
  overflow-x: hidden;
  font-size: 16px;
  font-family: 'Roboto-Regular', sans-serif;
  -webkit-tap-highlight-color: transparent;
  background: #f3f7f5;
}
.container {
  max-width: 320px;
  padding: 0 5px;
  margin: 0 auto;
}
.clearfix:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.bold {
  font-family: 'Roboto-Bold';
}
.title {
  margin: auto;
  font-family: 'Roboto-Bold';
  text-align: center;
  font-size: 24px;
  line-height: 21px;
  color: #678d3d;
}
.tablet-visible {
  display: none;
}
/* END All styles*/

/* HEADER */
.logo {
  background: #80b841;
  height: 69px;
  line-height: 69px;
  text-align: center;
}
.logo img {
  width: 195px;
  vertical-align: middle;
}
.dignity {
  display: none;
}
.call-back {
  cursor: pointer;
  background: #df7237;
  height: 66px;
  line-height: 66px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}
.call-back span {
  border-bottom: 1px dashed #fff;
}

/* 1ST BLOCK */
.first-block {
  padding: 25px 0 35px;
  background: url('../img/1st_bg.jpg') no-repeat;
  background-position: -75px -35px;
  /* background: url('../img/alternativa.jpg') no-repeat center top; */
  background-color: #fff;
}
.text-wrap {
  margin: auto;
  text-align: center;
  width: 195px;
}
.prod-name {
  text-transform: uppercase;
  font-size: 29px;
  color: #678d3d;
}
h1 {
  margin-top: 17px;
  font-size: 24px;
  line-height: 30px;
}
h1 span {
  display: inline-block;
  width: 34px;
  height: 30px;
  color: #fff;
  background: #df7237;
  border-radius: 3px;
}
h1:after {
  content: '';
  display: block;
  margin: 25px auto;
  width: 54px;
  height: 7px;
  background: #e6e6e6;
}
.first-block .title {
  line-height: 30px;
}

.adv-cb {
  margin-top: 35px;
}
/* form */
.call-back-form,
.modal-form {
  width: 290px;
  margin: auto;
  padding: 24px 0 15px;
  background: url('../img/form_bg.jpg') no-repeat top center;
  border-radius: 5px;
  text-align: center;
}
.quantity {
  text-align: left;
  color: #3b3b3b;
  font-size: 20px;
  line-height: 22px;
}
.quantity,
.discount,
.form-group,
.send {
  width: 227px;
  height: 42px;
  margin: 0 auto 13px;
}
.form-group {
  position: relative;
  background: #fff;
  border: 1px solid #bbbbbb;
  border-radius: 5px;
  padding: 0 0 0 50px;
}
.form-group input {
  background: transparent;
  border: none;
  height: 100%;
  width: 100%;
  font-size: 16px;
}
.name:before,
.phone:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 12px;
}
.name:before {
  background: url('../img/name.png') no-repeat;
  background-size: 100%;
  width: 17px;
  height: 18px;
}
.phone:before {
  background: url('../img/phone.png') no-repeat;
  background-size: 100%;
  width: 19px;
  height: 20px;
}
.discount,
.send {
  font-size: 20px;
  border: none;
  border-radius: 5px;
  color: #fff;
}
.discount {
  background: #df7237;
  text-transform: uppercase;
  line-height: 42px;
}
.send {
  margin: 0;
  line-height: 42px;
  cursor: pointer;
  background: #80b841;
}

/* ul advantages */
.advantages {
  width: 290px;
  margin: auto;
  padding: 40px 20px;
  border-radius: 5px;
  background: #f8f8f8;
  box-shadow: 15px 20px 50px -14px rgba(0, 0, 0, 0.3);
}
.advantages li {
  position: relative;
  margin-bottom: 18px;
  padding-left: 30px;
  line-height: 24px;
  font-size: 16px;
  letter-spacing: -0.2px;
}
.advantages li:last-child {
  margin: 0;
}
.advantages li:before {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 19px;
  height: 19px;
}
.advantages li:nth-child(2n + 1):before {
  background: url('../img/for_li_green.png') no-repeat;
  background-size: 100%;
}
.advantages li:nth-child(2n):before {
  background: url('../img/for_li_orange.png') no-repeat;
  background-size: 100%;
}

/* 2ND BLOCK */
.second-block {
  background: url('../img/2nd_bg.png') no-repeat bottom center;
  background-size: cover;
}
.title span {
  color: #df7237;
  border-bottom: 1px solid #df7237;
}
.second-block .title {
  line-height: 30px;
}

.evidence {
  margin: 45px 0 0;
  position: relative;
}
.evidence:before {
  content: '';
  position: absolute;
  top: 65px;
  left: -10px;
  background: url('../img/skeleton.png') no-repeat right;
  background-size: 245%;
  width: 40px;
  height: 176px;
}
.evidence-item {
  width: 250px;
  margin: auto;
  text-align: center;
}
.evidence-item div {
  display: inline-block;
  position: relative;
  margin-bottom: 25px;
  font-family: 'Roboto-Bold';
  font-size: 18px;
  color: #343434;
}
.evidence .owl-item:nth-child(4) .evidence-item div span {
  left: -20px;
}
.evidence-item p {
  position: relative;
  padding-left: 40px;
  line-height: 24px;
  font-size: 16px;
  color: #656565;
}
.evidence-item p span {
  font-family: 'Roboto-Bold';
  position: absolute;
  top: 30px;
  left: 0;
  vertical-align: middle;
  font-size: 60px;
  color: #e8e8e8;
}

/* navigation */
.owl-buttons {
  margin-top: 40px;
  text-align: center;
}
.owl-prev,
.owl-next {
  display: inline-block;
  width: 12px;
  height: 20px;
  margin: 0 53px;
}
.owl-prev {
  background: url('../img/slider_prev.png') no-repeat;
}
.owl-next {
  background: url('../img/slider_next.png') no-repeat;
}

/* orange block */
.orange {
  margin-top: 20px;
  padding: 20px 0;
  background: url('../img/orange_bg.png') no-repeat;
  background-size: cover;
  border-radius: 5px;
  text-align: center;
  color: #fff;
}
.orange p {
  margin-bottom: 24px;
  line-height: 24px;
  font-size: 20px;
}
.orange li {
  width: 215px;
  margin: auto;
  line-height: 20px;
  font-size: 16px;
}
.orange li:nth-child(1):after,
.orange li:nth-child(2):after {
  content: '';
  display: block;
  margin: 10px auto;
  background: url('../img/point.png') no-repeat;
  background-size: 100%;
  width: 13px;
  height: 42px;
}

/* white block */
.two-capsules {
  margin-top: 5px;
  padding: 35px 20px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 15px 20px 50px -14px rgba(0, 0, 0, 0.3);
  text-align: center;
}
.two-capsules .title {
  font-size: 18px;
  line-height: 22px;
}
.two-capsules p {
  margin-top: 15px;
  line-height: 20px;
  font-size: 16px;
}

/* 3rd block */
.third-block {
  padding-top: 45px;
}
.third-block .title {
  width: 220px;
  line-height: 30px;
}
.other-pluses {
  margin-top: 35px;
}
.pluses-item {
  text-align: center;
  width: 240px;
  margin: auto;
}
.pluses-item div {
  margin-top: 15px;
  font-family: 'Roboto-Bold';
  font-size: 18px;
  color: #343434;
}
.pluses-item p {
  margin-top: 15px;
  line-height: 24px;
  font-size: 16px;
  color: #656565;
}
/* sprite */
.icons-sprite {
  background: url('../img/icons_sprite.png') no-repeat;
  display: block;
  margin: auto;
}
.icon-1 {
  width: 42px;
  height: 51px;
  background-position: -5px -5px;
}
.icon-2 {
  width: 49px;
  height: 49px;
  background-position: -57px -5px;
}
.icon-3 {
  width: 39px;
  height: 51px;
  background-position: -57px -64px;
}
.icon-4 {
  width: 52px;
  height: 52px;
  background-position: -116px -5px;
}
.icon-5 {
  width: 46px;
  height: 49px;
  background-position: -106px -67px;
}
.icon-6 {
  width: 53px;
  height: 68px;
  background-position: -5px -115px;
}
.third-block .owl-buttons {
  margin-top: 30px;
}

/* 4TH BLOCK */
.fourth-block {
  padding: 55px 0 95px;
  background: url('../img/4th_bg.png') no-repeat center bottom;
  background-size: cover;
}
.fourth-block .title:first-child {
  padding: 0 30px;
}
.hint {
  margin: 20px 0;
  line-height: 24px;
  font-size: 16px;
  color: #8c8c8c;
  text-align: center;
}
.colors {
  margin-bottom: 27px;
}
.morning,
.day,
.evening {
  padding: 20px 33px;
  text-align: center;
  color: #fff;
}
.morning div,
.day div,
.evening div {
  font-family: 'Roboto-Bold';
  text-transform: uppercase;
  font-size: 20px;
}
.morning p,
.day p,
.evening p {
  margin: 15px 0 0;
  line-height: 18px;
  font-size: 16px;
}
.morning {
  background: #ff7f4c;
  border-radius: 3px 3px 0 0;
}
.day {
  background: #ffa454;
}
.evening {
  background: #4b92ba;
  border-radius: 0 0 3px 3px;
}

.colors + .title {
  width: 280px;
}
/* table */
.table {
  margin-top: 25px;
  background: #f5f9f7;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 12px;
}
.table div {
  display: table-row;
}
.table span {
  display: table-cell;
  line-height: 20px;
  padding: 10px 0;
  border-bottom: 1px solid #dfe8e4;
  font-family: 'Roboto-Bold';
}
.table div:first-child span:nth-child(2) {
  color: #678d3d;
}
.table div:first-child .analog {
  color: #df7237;
  font-family: 'Roboto-Bold';
}
.table .analog {
  font-family: 'Roboto-Regular';
  width: 140px;
}
.table div:last-child span {
  border: none;
}

/* 5TH BLOCK */
.research p,
.research li {
  color: #343434;
  font-size: 16px;
}
.research p {
  margin: 25px 0 0;
  text-align: center;
  line-height: 20px;
}
.research li {
  position: relative;
  margin: 20px 0 0;
  padding: 0 0 0 120px;
  line-height: 16px;
}
.statistics {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 10px;
  font-size: 43px;
  color: #df7237;
}

.opinion {
  margin: 40px 0 0;
}
.opinion p:nth-child(2) {
  margin: 20px 0 0;
}
.opinion p {
  text-align: center;
  line-height: 22px;
  font-size: 16px;
  color: #343434;
}
.opinion p:last-child {
  margin-top: 20px;
  padding: 0 25px;
}
.opinion p:last-child:after {
  content: '';
  display: block;
  margin: 20px auto 0;
  background: url('../img/sign.png') no-repeat;
  background-size: 100%;
  width: 65px;
  height: 40px;
}

.stock {
  margin: 25px 0 0;
  padding: 20px 0;
  background: #fff;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0px 30px 40px 0px rgba(28, 30, 35, 0.2);
}
.stock div {
  color: #df7237;
}
.stock div:nth-child(1) {
  font-size: 48px;
}
.stock div:nth-child(2) {
  font-size: 31px;
}
.stock p {
  margin: 10px 0 0;
}
.stock .old-price {
  margin-top: 18px;
  color: #848484;
  font-size: 16px;
}
.old-price span {
  text-decoration: line-through;
}
.new-price {
  font-size: 21px;
  color: #272727;
}
.new-price span {
  color: #df7237;
}
.stock .send {
  width: 190px;
  margin: 30px auto 0;
  color: #fff;
  text-transform: none;
}

/* 6TH BLOCK */
.sixth-block {
  padding: 70px 0 75px;
  background: url('../img/6th_bg.png') no-repeat center;
  background-size: cover;
}
.reviews {
  margin: 25px 0 0;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  padding: 15px 40px 95px;
}
.review,
.owl-pagination {
  text-align: center;
}
.review img {
  width: 80px;
  height: 110px;
  border-radius: 3px;
}
.review p {
  margin: 15px 0 0;
  color: #343434;
  line-height: 16px;
  font-size: 16px;
}
.review div {
  margin: 20px 0 0;
  font-family: 'Roboto-Bold';
}
.review div span {
  color: #7f7f7f;
  font-family: 'Roboto-Regular';
}
.owl-pagination {
  position: absolute;
  bottom: 25px;
  left: 100px;
}
.owl-page {
  display: inline-block;
  margin: 0 4px;
  width: 28px;
  height: 28px;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
}
.owl-page.active {
  background: #80b841;
  border: none;
}
.reviews .owl-prev {
  margin: 0 60px 0 0;
}
.reviews .owl-next {
  margin: 0 0 0 60px;
}

/* 7TH BLOCK */
.how-use-video {
  margin: 30px 0 0;
}
.video {
  text-align: center;
  margin-bottom: 20px;
}
.instructions {
  font-size: 15px;
  color: #353535;
}
.instructions li {
  padding-left: 35px;
  line-height: 24px;
  position: relative;
}
.instructions li:nth-child(1) {
  margin-bottom: 30px;
}
.instructions li:nth-child(1):before {
  content: '1';
}
.instructions li:nth-child(2):before {
  content: '2';
}
.instructions li:before {
  position: absolute;
  top: 12px;
  left: 0;
  display: inline-block;
  font-size: 36px;
  font-family: 'Roboto-Bold';
}
.how-use {
  margin: 55px 0 0;
  padding: 55px 15px 1px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 30px 40px 0px rgba(28, 30, 35, 0.2);
}
.how-use .code {
  margin: 0 0 25px 130px;
}
.code div {
  font-family: 'Roboto-Italic';
  color: #707170;
  font-size: 16px;
  line-height: 18px;
}
.code span {
  display: inline-block;
  position: relative;
  margin: 0 0 15px;
  width: 160px;
  height: 36px;
  line-height: 36px;
  background: #c3d4cc;
  border: 1px solid #bacfc5;
  border-radius: 3px;
  text-align: center;
  color: #fff;
}
.code span:after {
  content: '';
  display: block;
  position: absolute;
  top: -15px;
  left: -15px;
  background: url('../img/arrow.png') no-repeat;
  width: 11px;
  height: 11px;
}
.how-use .code:before {
  content: '';
  display: block;
  position: absolute;
  top: -45px;
  left: -140px;
  background: url('../img/how_use.png') no-repeat right;
  background-size: 100%;
  width: 120px;
  height: 160px;
}

.how-use-wrap {
  margin: 50px 0 0;
}
.how-use p {
  color: #353535;
  line-height: 20px;
  font-size: 16px;
  margin: 0 0 20px;
}
p.danger {
  color: #d73636;
}

.how-use input,
.how-use button {
  display: block;
  margin: auto;
  width: 268px;
  height: 46px;
  border-radius: 5px;
  font-size: 18px;
}
.how-use input {
  border: 1px solid #b9cfc4;
  padding-left: 15px;
}
.how-use input::-webkit-input-placeholder {
  color: #b9cfc4;
}
.how-use input:-moz-placeholder {
  color: #b9cfc4;
}
.how-use button {
  margin-top: 15px;
  cursor: pointer;
  border: none;
  background: #df7237;
  color: #fff;
}

/* 8TH BLOCK */
.eighth-block {
  padding: 60px 0 35px;
  background: url('../img/8th_bg.png') no-repeat;
  background-size: cover;
}
.how-work {
  margin-top: 35px;
  text-align: center;
}
.worker img {
  display: block;
  margin: auto;
  width: 265px;
  height: 265px;
}
.worker span {
  display: inline-block;
  margin: 25px 0 25px;
  font-size: 20px;
  color: #2d2d2d;
}
.worker p {
  color: #6f6f6f;
  line-height: 22px;
  padding: 0 30px;
}
.eighth-block .owl-buttons {
  margin-top: 30px;
}

/* 9TH BLOCK */
.ninth-block {
  padding: 40px 0 130px;
}
.ninth-block .title {
  line-height: 28px;
  margin-bottom: 30px;
}
.ninth-block img {
  display: none;
}
.ninth-block .map-320 {
  display: block;
  margin: auto;
}

/* 10TH BLOCK */
.tenth-block {
  padding-bottom: 15px;
  background: url('../img/footer_bg.jpg') no-repeat bottom left;
  background-color: #6c9045;
}
.pos-wrap {
  position: relative;
  top: -105px;
  height: 530px;
}

.info-repeat {
  position: relative;
  top: -2px;
  width: 290px;
  margin: auto;
  padding: 15px 10px 43px;
  text-align: center;
  background: #f8f8f8;
  border-radius: 0 0 5px 5px;
}
.info-repeat .old-price {
  margin-top: 18px;
  color: #848484;
  font-size: 16px;
}
.info-repeat div:nth-child(1) {
  margin-bottom: 25px;
  line-height: 25px;
  font-size: 24px;
  color: #353535;
}
.info-repeat div:nth-child(1) span {
  color: #678d3d;
}
.info-repeat div:nth-child(2),
.info-repeat div:nth-child(3) {
  line-height: 24px;
  font-size: 20px;
}
.info-repeat div:nth-child(3) span {
  color: #d96627;
}
.info-repeat .new-price {
  margin-top: 10px;
}

footer img {
  display: block;
  margin: auto;
}
footer div {
  margin: 10px 0;
  text-align: center;
  color: #e4e4e4;
}
footer a {
  text-decoration: none;
}
.inn {
  display: none;
}

/* MODALKA */
.modal {
  display: none;
  position: fixed;
  text-align: center;
  vertical-align: middle;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow-y: scroll;
}
.modal .modal-form {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 0;
}
.modal:before {
  content: '';
  display: inline-block;
  min-height: inherit;
  height: 100%;
  vertical-align: middle;
}
.modal-form {
  position: relative;
}
.close {
  position: absolute;
  cursor: pointer;
  width: 20px;
  height: 20px;
  top: 5px;
  right: 5px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.close:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.close:after {
  content: '';
  position: absolute;
  right: 7px;
  display: block;
  width: 5px;
  height: 20px;
  background: #df7237;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close:before {
  content: '';
  position: absolute;
  right: 7px;
  display: block;
  width: 5px;
  height: 20px;
  background: #df7237;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* jsfiles */
.js-message {
  margin: 20px 0 20px 7px !important;
  line-height: 20px !important;
  font-size: 16px !important;
}

/* 26,07,2016 */
.first-block .call-back-form {
  padding-top: 10px;
}
.first-block .quantity,
.modal .quantity {
  font-size: 15px;
  text-align: center;
  height: auto;
  margin: 10px auto 0;
}
.first-block .old-price,
.modal .old-price {
  color: #848484;
}
.first-block .new-price,
.modal .new-price {
  margin: 10px 0 20px;
}
.first-block .new-price span,
.modal .new-price span {
  font-family: 'Roboto-Bold';
}
/* MEDIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA */
@media (max-width: 767px) {
  .how-use .code {
    position: relative;
  }
}

@media (min-width: 480px) {
  /* all */
  .container {
    max-width: 480px;
    padding: 0 15px;
  }
  .title {
    font-size: 30px;
    line-height: 30px;
  }
  /* jsfiles */
  .js-message {
    margin: 20px 0 !important;
  }

  /* header */
  .head-container {
    font-size: 0;
  }
  .logo,
  .call-back {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    height: 68px;
    line-height: 68px;
  }

  /* 1st */
  .first-block {
    background-position: 0 -90px;
    padding-top: 68px;
  }
  .text-wrap {
    width: auto;
    padding: 0 40px;
  }
  h1 {
    font-size: 30px;
  }
  .first-block .title {
    font-size: 24px;
  }
  .adv-cb {
    margin-top: 67px;
  }
  .call-back-form,
  .advantages {
    width: auto;
  }
  .call-back-form form {
    margin-right: 20px;
    width: 230px;
    float: right;
  }
  .call-back-form {
    position: relative;
    border-radius: 5px;
    padding-bottom: 35px;
  }
  .call-back-form:before {
    content: '';
    position: absolute;
    top: 80px;
    left: 8px;
    background: url('../img/how_use.png') no-repeat;
    background-size: 100%;
    width: 180px;
    height: 240px;
  }

  .advantages {
    padding: 20px 30px;
  }
  .advantages li {
    font-size: 18px;
    padding-left: 48px;
    letter-spacing: -0.4px;
  }
  .advantages li:before {
    top: 0;
    width: 28px;
    height: 28px;
  }
  .advantages li:nth-child(2n):before,
  .advantages li:nth-child(2n + 1):before {
    background-size: 100%;
  }

  /* 2nd */
  .second-block {
    padding-top: 38px;
  }
  .evidence:before {
    width: 65px;
    height: 270px;
    top: -45px;
    left: -30px;
  }
  .evidence-item {
    width: auto;
  }
  .evidence-item div {
    font-size: 24px;
  }

  .evidence-item p {
    padding: 0 75px 0 120px;
  }
  .evidence-item p span {
    left: 65px;
    top: 10px;
  }
  .evidence .owl-item:nth-child(2) .evidence-item p span,
  .evidence .owl-item:nth-child(3) .evidence-item p span {
    top: 20px;
  }
  .evidence .owl-item:nth-child(1) .evidence-item p span {
    top: 30px;
  }
  .evidence .owl-item:nth-child(5) .evidence-item p span {
    top: 30px;
  }

  .owl-buttons {
    margin: 0;
    position: relative;
  }
  .owl-prev,
  .owl-next {
    margin: 0;
    position: absolute;
    top: -60px;
  }
  .owl-prev {
    left: 15px;
  }
  .owl-next {
    right: 15px;
  }

  .orange {
    margin-top: 40px;
    padding: 30px 0;
  }
  .orange p {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 36px;
  }
  .orange li {
    padding: 0 55px;
    width: auto;
    font-size: 24px;
    line-height: 30px;
  }
  .orange li:nth-child(1):after,
  .orange li:nth-child(2):after {
    margin: 13px auto;
    width: 20px;
    height: 65px;
    background-size: 100%;
  }

  .two-capsules {
    margin-top: 15px;
    padding: 60px 20px 40px;
  }
  .two-capsules .title {
    font-size: 24px;
    line-height: 30px;
  }
  .two-capsules p {
    font-size: 18px;
    line-height: 30px;
  }
  .two-capsules p:last-child {
    margin-top: 30px;
  }

  /* 3rd */
  .third-block {
    padding: 55px 0 0;
  }
  .third-block .title {
    width: auto;
  }
  .other-pluses {
    margin-top: 55px;
  }
  .pluses-item {
    width: auto;
  }
  .pluses-item div {
    margin-top: 5px;
    font-size: 24px;
    line-height: 36px;
  }
  .pluses-item p {
    padding: 0 105px;
  }
  .third-block .owl-next,
  .third-block .owl-prev {
    top: -110px;
  }

  /* 4th */
  .fourth-block {
    padding-top: 135px;
  }
  .hint {
    font-size: 18px;
  }
  .morning,
  .day,
  .evening {
    padding: 45px 50px;
  }
  .morning div,
  .day div,
  .evening div {
    font-size: 24px;
    margin-bottom: 35px;
  }
  .morning p,
  .day p,
  .evening p {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 25px;
  }
  .colors + .title {
    width: auto;
    padding: 0 40px;
  }

  .table {
    font-size: 18px;
    padding: 20px 20px;
  }
  .table span {
    padding: 19px 0;
    font-size: 17px;
  }
  .table .analog {
    width: 200px;
    font-size: 16px;
  }

  /* 5th */
  .opinion {
    margin-top: 62px;
  }
  .research p,
  .opinion p {
    font-size: 18px;
    line-height: 30px;
    padding: 0 15px;
  }
  .statistics {
    font-size: 80px;
  }
  .research li {
    font-size: 18px;
    line-height: 24px;
    padding: 0 0 0 220px;
  }
  .opinion p:last-child {
    padding: 0;
    font-size: 16px;
  }
  .opinion p:last-child:after {
    width: 90px;
    height: 60px;
    margin-top: 10px;
  }

  .stock div:nth-child(1) {
    font-size: 60px;
  }
  .stock div:nth-child(2) {
    font-size: 46px;
  }
  p.old-price {
    margin-top: 30px;
  }
  .old-price {
    font-size: 18px;
  }
  .new-price {
    font-size: 33px;
  }
  .stock {
    padding: 25px 0;
  }
  .stock .old-price {
    margin-top: 30px;
    font-size: 18px;
  }
  .stock .send {
    width: 285px;
    height: 62px;
    line-height: 62px;
    font-size: 30px;
    margin-top: 50px;
  }

  /* 6th */
  .sixth-block {
    padding: 60px 0 50px;
  }
  .reviews {
    padding: 20px 40px 15px;
  }
  .review img {
    width: 115px;
    height: 165px;
  }
  .review p,
  .review div {
    font-size: 18px;
    line-height: 23px;
  }

  .reviews .owl-pagination {
    margin-top: 20px;
    position: relative;
    bottom: 0;
    left: 0;
  }
  .reviews .owl-next,
  .reviews .owl-prev {
    width: 32px;
    height: 22px;
    top: -28px;
  }
  .reviews .owl-prev {
    background: url('../img/slider_prev_480.png') no-repeat;
    left: -25px;
  }
  .reviews .owl-next {
    background: url('../img/slider_next_480.png') no-repeat;
    right: -25px;
  }

  /* 7th */
  .seventh-block {
    padding-top: 10px;
  }
  .how-use {
    padding: 65px 20px 15px;
    margin-top: 25px;
  }
  .how-use .code {
    margin: 0 0 35px 180px;
  }
  .how-use .code:before {
    width: 185px;
    height: 250px;
    left: -195px;
    top: -60px;
  }
  .code div {
    font-size: 18px;
    line-height: 24px;
    padding-right: 40px;
  }
  .code span {
    margin-top: 15px;
    width: 240px;
    height: 54px;
    line-height: 54px;
    font-size: 24px;
  }
  .code span:after {
    width: 18px;
    height: 18px;
    background-size: 100%;
    top: -35px;
    left: 0;
  }
  .how-use p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .how-use input {
    margin-right: 15px;
  }
  .how-use input,
  .how-use button {
    display: inline-block;
    width: 195px;
    margin-top: 0;
    vertical-align: top;
  }

  /* 8th block */
  .eighth-block {
    padding-bottom: 30px;
  }
  .worker img {
    width: 295px;
    height: 295px;
  }
  .how-work .owl-prev,
  .how-work .owl-next {
    top: -285px;
  }
  .worker span {
    font-size: 22px;
    margin: 40px 0 28px;
  }
  .worker p {
    font-size: 18px;
    padding: 0 90px;
  }
  .eighth-block .owl-next,
  .eighth-block .owl-prev {
    top: -345px;
  }

  /* 9th */
  .ninth-block {
    padding-bottom: 195px;
  }
  .ninth-block .map-320 {
    display: none;
  }
  .ninth-block img {
    display: block;
    width: 100%;
    margin: auto;
  }

  /* 10th */
  .info-repeat {
    width: auto;
    position: relative;
    top: -2px;
    padding-bottom: 30px;
  }
  .info-repeat .old-price {
    font-size: 18px;
  }
  .info-repeat .new-price {
    margin-top: 20px;
  }
  .info-repeat div:nth-child(1) {
    font-size: 28px;
    line-height: 36px;
  }
  .tenth-block .call-back-form:before {
    top: 45px;
  }

  footer {
    margin-top: 30px;
    display: flex;
    justify-content: center;
  }
  footer img {
    float: left;
    margin: 0 15px 0 40px;
  }
  footer div {
    text-align: center;
    margin-left: 0;
    font-size: 18px;
  }
  .adress {
    margin: 10px 0 0;
  }

  /* 26,07,2016 */
  .first-block .call-back-form {
    padding: 15px 0;
  }
  .first-block .old-price,
  .modal .old-price {
    margin: 0;
  }
  .first-block .new-price {
    font-size: 22px;
  }
  .modal .new-price {
    font-size: 22px;
  }
}

@media (min-width: 768px) {
  /* all */
  .container {
    max-width: 768px;
    padding: 0 15px;
  }
  .title {
    font-size: 36px;
    line-height: 45px;
  }
  .tablet-visible {
    display: block !important;
  }
  .tablet-hidden {
    display: none !important;
  }

  /* header */
  .dignity {
    width: 45%;
    display: inline-block;
    font-size: 16px;
    background: #80b848;
    height: 68px;
    color: #fff;
    text-align: center;
  }
  .dignity li {
    margin-top: 10px;
  }
  .logo {
    width: 30%;
  }
  .call-back {
    width: 25%;
  }

  /* 1st */
  .first-block {
    background-position: -80px -180px;
    background-size: 275%;
    padding: 70px 0;
  }
  .prod-name {
    display: none;
  }
  /* .text-wrap{
		text-align: left;
		padding: 0;
		width: 490px;
		margin: 0;
		} */
  h1 {
    font-size: 40px;
    line-height: 48px;
    margin: 0;
  }
  h1 span {
    text-align: center;
    height: 45px;
  }
  /* h1:after{
		margin: 25px 0;
		} */
  .first-block .title {
    /* text-align: left; */
    line-height: 36px;
  }

  .adv-cb {
    box-shadow: 0px 30px 40px 0px rgba(28, 30, 35, 0.2);
    border-radius: 5px;
  }
  .advantages {
    box-shadow: none;
  }
  .call-back-form {
    float: right;
    width: 320px;
    height: 330px;
  }
  .call-back-form:before {
    display: none;
  }
  .call-back-form form {
    float: none;
    margin: auto;
  }
  .advantages {
    float: left;
    width: 418px;
    height: 330px;
  }
  .advantages li {
    margin-bottom: 15px;
  }

  /* 2nd */
  .second-block {
    padding: 0;
  }
  .evidence {
    font-size: 0;
    text-align: center;
  }
  .evidence:before {
    background-position: -215px 0px;
    background-size: 100%;
    width: 312px;
    height: 488px;
  }
  .evidence-item {
    display: inline-block;
    margin-bottom: 25px;
    width: 50%;
    vertical-align: top;
  }
  .evidence-item div {
    padding: 0 50px;
    z-index: 2;
  }
  .evidence-item p {
    padding: 0 35px 0 95px;
  }
  .evidence-item p span {
    left: 55px;
    top: 30px;
  }
  .evidence-item:nth-child(2) p span {
    top: 25px;
  }
  .evidence-item:nth-child(4) p span {
    top: 10px;
  }
  .evidence-item:nth-child(5) p span {
  }

  .orange {
    padding: 55px 15px 70px;
  }
  .orange p {
    font-size: 36px;
    line-height: 45px;
  }
  .orange li {
    padding: 0;
    font-size: 20px;
  }

  .two-capsules {
    padding: 55px 40px;
    background: #fdfdfd;
    box-shadow: 0px 30px 40px 0px rgba(28, 30, 35, 0.2);
    text-align: left;
  }
  .two-capsules .title {
    font-size: 36px;
    line-height: 45px;
    text-align: left;
  }

  /* 3rd */
  .third-block {
    padding: 90px 0 40px;
  }

  .other-pluses {
    font-size: 0;
  }
  .pluses-item {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: 25px;
  }
  .pluses-item div {
    line-height: 24px;
  }
  .pluses-item p {
    padding: 0 50px;
  }

  /* 4th */
  .fourth-block {
    padding: 75px 0;
  }
  .colors {
    margin-bottom: 85px;
  }

  .table {
    position: relative;
    margin-top: 40px;
  }
  .table:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: url('../img/table_pseudo.png') no-repeat;
    width: 179px;
    height: 179px;
  }
  .table span {
    width: 250px;
  }
  .table div:first-child span:nth-child(2),
  .table div:first-child .analog {
    font-size: 20px;
  }

  /* 5th */
  .research p,
  .opinion p {
    text-align: left;
    padding: 0;
  }
  .research li {
    display: inline-block;
    width: 49%;
    padding-left: 180px;
  }

  .opinion p:last-child {
    padding: 0;
  }
  .opinion p:last-child:after {
    display: inline-block;
    width: 141px;
    height: 93px;
    vertical-align: middle;
    margin-left: 30px;
  }

  .stock {
    box-shadow: 0px 30px 40px 0px rgba(28, 30, 35, 0.2);
  }
  .stock-wrap {
    display: inline-block;
    vertical-align: middle;
  }
  .stock-wrap:nth-child(1) {
    width: 300px;
  }
  .stock-wrap:nth-child(2) {
    width: 420px;
  }
  .new-price {
    font-size: 30px;
  }

  /* 6th */
  .sixth-block {
    padding-bottom: 135px;
  }
  .reviews {
    padding: 30px 25px;
  }
  .review {
    text-align: left;
  }
  .review img,
  .review p {
    display: inline-block;
    vertical-align: top;
  }
  .review img {
    width: 202px;
    height: 291px;
  }
  .review p {
    margin: 0 0 0 20px;
    width: 460px;
  }
  .review div {
    margin-left: 222px;
  }
  .reviews .owl-next,
  .reviews .owl-prev {
    top: 65px;
  }
  .reviews .owl-pagination {
    position: absolute;
    bottom: -63px;
    left: 310px;
  }

  /* 7th */
  .how-use {
    position: relative;
    padding: 40px;
    box-shadow: 0px 30px 40px 0px rgba(28, 30, 35, 0.2);
  }
  .how-use p {
    width: 400px;
  }

  .code {
    position: absolute;
    right: 0;
    top: 45px;
    width: 260px;
    margin: 0;
  }
  .how-use .code:before {
    background-size: 100%;
    left: 5px;
    top: 150px;
  }
  .code span {
    margin-top: 0;
  }
  .code span:after {
    top: 200px;
    left: 200px;
  }
  /* 8th */
  .eighth-block {
    padding: 85px 0 50px;
  }
  .how-work {
    font-size: 0;
    margin-top: 45px;
  }
  .worker {
    width: 33%;
    display: inline-block;
    vertical-align: top;
  }
  .worker p {
    padding: 0 10px;
  }
  .worker img {
    width: 190px;
    height: 190px;
  }

  /* 9th */
  .ninth-block {
    text-align: center;
    padding-bottom: 60px;
  }
  .ninth-block .title {
    line-height: inherit;
  }
  .ninth-block img {
    width: 90%;
  }

  /* 10th */
  .tenth-block {
    background-color: transparent;
  }
  .pos-wrap {
    box-shadow: 0px 30px 40px 0px rgba(28, 30, 35, 0.2);
    height: auto;
    top: 0;
  }
  .call-back-form {
    z-index: 2;
  }
  .info-repeat {
    text-align: left;
    padding: 20px;
    height: 330px;
    top: 0;
  }
  .info-repeat div:nth-child(1) {
    line-height: 40px;
    margin-bottom: 10px;
  }
  .info-repeat div:nth-child(2),
  .info-repeat div:nth-child(3) {
    font-size: 18px;
  }
  .info-repeat .old-price {
    margin-top: 25px;
  }

  footer {
    margin-top: 20px;
  }
  footer img,
  .float-l {
    float: left;
    text-align: left;
  }
  footer img {
    margin: 0;
  }
  .float-l {
    margin: 0 0 0 30px;
  }
  .float-l div {
    text-align: left;
    margin: 10px 0 0;
  }
  footer div {
    display: block;
    text-align: right;
  }
  .inn {
    display: block;
  }

  /* 26,07,2016 */
  .first-block .new-price {
    font-size: 18px;
  }
}

@media (min-width: 1000px) {
  /* all */
  .container {
    max-width: 1000px;
    padding: 0 10px;
  }

  /* header */
  header {
    background: #80b841;
    /* position: absolute;
  	width: 100%;	 */
  }
  .head-container {
    max-width: 1000px;
    margin: auto;
  }
  .logo {
    width: 240px;
  }

  .logo img {
    width: 226px;
  }
  .dignity {
    width: 530px;
    font-size: 0;
  }
  .dignity li {
    font-family: 'Roboto-Bold';
    display: inline-block;
    width: 265px;
    font-size: 18px;
    line-height: 45px;
    margin-top: 13px;
  }
  .dignity li:first-child {
    position: relative;
    padding: 0 25px;
  }
  .dignity li:last-child {
    text-transform: uppercase;
    font-size: 16px;
  }
  .call-back {
    width: 230px;
  }
  .logo,
  .call-back,
  .dignity {
    height: 73px;
  }
  /* 1st */
  .first-block {
    background-position: center -85px;
    background-size: cover;
    padding: 40px 0 70px;
  }
  .text-wrap {
    text-align: left;
    padding: 0;
    width: 490px;
    margin: 0;
  }
  .first-block .title {
    text-align: left;
  }
  h1 span {
    width: 43px;
    height: 39px;
    line-height: 40px;
    border-radius: 5px;
  }
  h1:after {
    margin: 10px 0 23px;
  }

  .adv-cb {
    margin-top: 45px;
  }
  .advantages {
    padding: 40px 30px;
    background: #fff;
    width: 650px;
    height: 330px;
    border-radius: 5px 0 0 5px;
  }
  .advantages li {
    padding-left: 50px;
    margin-bottom: 18px;
    font-size: 16px;
  }
  .advantages li:before {
    top: -2px;
  }
  .call-back-form,
  .modal-form {
    background: url('../img/form_bg_desc.jpg') no-repeat;
  }
  .modal:before {
    display: none;
  }

  .modal-form {
    width: 334px;
    margin-top: 10%;
  }
  .call-back-form {
    height: 330px;
    width: 330px;
    border-radius: 0 5px 5px 0;
    padding: 10px 0;
  }
  .call-back-form:before {
    display: block;
    height: 300px;
    width: 370px;
    top: 15px;
    left: -400px;
  }
  .call-back-form form {
    width: auto;
  }
  .quantity,
  .discount,
  .form-group,
  .send {
    /* width: 295px;
  	height: 49px;
  	line-height: 49px; */
    margin-bottom: 8px;
  }

  .form-group {
    line-height: 40px;
  }
  .name:before {
    width: 20px;
    height: 22px;
  }
  .phone:before {
    width: 24px;
    height: 24px;
  }
  .quantity,
  .discount {
    font-family: 'Roboto-Regular';
  }
  .quantity {
    letter-spacing: -0.2px;
    width: auto;
    height: auto;
    text-align: center;
    margin: 0;
  }
  .discount {
    background: #eeeeee;
    border: 3px solid #df7237;
    color: #df7237;
    /* font-size: 30px;
  	height: 60px; */
    line-height: 36px;
    border-radius: 6px;
  }
  .send {
    font-size: 24px;
    margin: 8px 0 0;
  }

  /* 2nd */
  .second-block {
    position: relative;
  }
  .evidence {
    margin-top: 63px;
  }
  .evidence:before {
    background-position: 0 0;
    top: -75px;
    left: -450px;
  }
  .evidence-item {
    text-align: left;
    margin-bottom: 75px;
  }
  .evidence-item:nth-child(1) {
    width: 295px;
    margin-right: 75px;
  }
  .evidence-item:nth-child(2) {
    width: 215px;
    margin-right: 130px;
  }
  .evidence-item:nth-child(3) {
    width: 240px;
  }
  .evidence-item:nth-child(4) {
    width: 300px;
    margin: 0 100px 0 0;
  }
  .evidence-item:nth-child(5) {
    width: 320px;
    margin: 0;
  }
  .evidence-item div {
    padding: 0;
    text-align: left;
  }
  .evidence-item p {
    padding: 0 0 0 40px;
    text-align: left;
  }
  .evidence-item p span {
    left: 0;
    top: 15px !important;
  }

  .orange {
    background: none;
    margin: 0;
    padding: 180px 0 70px;
  }
  .orange:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 555px;
    background: url('../img/orange_bg_desc.jpg') no-repeat;
    background-size: cover;
    width: 100%;
    height: 460px;
  }
  .orange p {
    padding: 0 45px;
  }
  .orange ul {
    margin-top: 55px;
  }
  .orange p,
  .orange ul {
    position: relative;
    z-index: 2;
  }
  .orange li {
    display: inline-block;
    width: 280px;
    vertical-align: top;
    text-align: left;
    margin-right: 65px;
    position: relative;
  }
  .orange li:last-child {
    margin: 0;
  }
  .orange li:nth-child(1):after,
  .orange li:nth-child(2):after {
    position: absolute;
    margin: 0;
    top: 50px;
    left: 280px;
    width: 30px;
    height: 95px;
  }

  .two-capsules {
    padding: 93px 380px 45px 40px;
    position: relative;
  }
  .two-capsules:before {
    content: '';
    display: block;
    position: absolute;
    right: 30px;
    top: 35px;
    background: url('../img/how_use.png') no-repeat;
    background-size: 100%;
    height: 354px;
    width: 330px;
  }
  .two-capsules:after {
    content: '';
    display: block;
    position: absolute;
    right: 328px;
    top: 170px;
    background: url('../img/two_caps_pseudo.png') no-repeat;
    height: 118px;
    width: 120px;
  }
  .two-capsules p {
    line-height: 24px;
    font-size: 16px;
    padding-right: 95px;
  }
  .two-capsules p:last-child {
    margin-top: 19px;
  }

  /* 3rd */
  .third-block {
    padding: 82px 0 0;
  }
  .other-pluses {
    margin-top: 38px;
  }
  .pluses-item {
    width: 30%;
    text-align: left;
    position: relative;
    margin-right: 7%;
    padding-left: 15px;
  }
  .pluses-item:nth-child(1),
  .pluses-item:nth-child(2),
  .pluses-item:nth-child(3) {
    margin-bottom: 65px;
  }
  .pluses-item:nth-child(1),
  .pluses-item:nth-child(4) {
    padding-left: 20px;
  }
  .pluses-item:nth-child(1) i,
  .pluses-item:nth-child(4) i {
    left: -40px;
  }
  .pluses-item:nth-child(3),
  .pluses-item:nth-child(6) {
    width: 25%;
    padding: 0;
    margin: 0;
  }
  .pluses-item i {
    position: absolute;
    top: 10px;
    left: -50px;
  }
  .pluses-item:nth-child(3) i,
  .pluses-item:nth-child(6) i {
    left: -60px;
  }
  .pluses-item div {
    padding-right: 110px;
  }
  .pluses-item p {
    padding: 0;
  }

  /* 4th */
  .fourth-block {
    padding-top: 70px;
  }
  .hint {
    margin-bottom: 25px;
  }
  .colors {
    margin-bottom: 80px;
  }
  .morning,
  .day,
  .evening {
    display: inline-block;
    vertical-align: top;
    width: 477px;
    height: 310px;
    text-align: left;
    padding: 30px;
  }
  .morning,
  .day {
    margin-right: 21px;
  }
  .morning {
    border-radius: 5px 0 0 5px;
  }
  .evening {
    border-radius: 0 5px 5px 0;
  }
  .morning div,
  .day div,
  .evening div {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .morning p,
  .day p,
  .evening p {
    font-size: 15px;
    line-height: 24px;
  }

  .table {
    padding: 20px 80px;
  }
  .table:after {
    bottom: 55px;
  }
  .table span {
    width: 440px;
    padding: 20px 0 18px 75px;
    font-size: 18px;
  }
  .table .analog {
    position: relative;
    font-size: 16px;
    width: 250px;
    padding-left: 0;
    border-right: 1px solid #dfe8e4;
  }
  .table div:last-child .analog {
    border-right: 1px solid #dfe8e4;
  }
  .analog:after {
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: -7px;
    right: -7px;
    background: #f3f7f5;
  }

  /* 5th */
  .fifth-block {
    position: relative;
    padding-bottom: 100px;
  }
  .research ul {
    display: flex;
    margin-top: 60px;
    text-align: center;
  }
  .research li {
    width: 415px;
    text-align: left;
    padding-left: 195px;
  }
  .research li:first-child {
    margin-right: 70px;
  }

  .opinion {
    width: 600px;
    margin: 100px 0 0 340px;
    position: relative;
  }
  .opinion .title {
    text-align: left;
  }
  .opinion:before {
    content: '';
    position: absolute;
    top: -20px;
    left: -360px;
    display: inline-block;
    background: url('../img/white_man.png') no-repeat;
    width: 375px;
    height: 426px;
  }
  .opinion p:nth-child(2) {
    margin-top: 28px;
    font-size: 15px;
    line-height: 26px;
  }
  .opinion p:last-child {
    margin-top: 20px;
    font-size: 18px;
    position: relative;
  }
  .opinion p:last-child:after {
    margin: 0;
    position: absolute;
    top: -40px;
  }

  .stock {
    margin-top: 50px;
    padding: 35px 30px;
    position: absolute;
  }
  .stock-wrap {
    text-align: left;
  }
  .stock-wrap:nth-child(1) {
    width: 260px;
    margin-right: 37px;
    vertical-align: bottom;
  }
  .stock-wrap:nth-child(2) {
    width: 330px;
  }
  .stock-wrap + .send {
    display: inline-block;
    margin-top: 35px;
  }
  .stock-wrap .old-price {
    margin: 0 0 -10px;
  }
  .new-price {
    font-size: 34px;
  }
  .stock-wrap .new-price {
    line-height: 48px;
    margin: 0;
  }

  /* 6th */
  .reviews {
    padding-bottom: 0;
  }
  .sixth-block {
    padding-top: 195px;
  }
  .review div {
    position: relative;
    top: -40px;
  }
  .review p {
    width: 700px;
  }
  .reviews .owl-pagination {
    left: 435px;
  }
  .reviews .owl-next,
  .reviews .owl-prev {
    top: 33px;
  }

  /* 7th */
  .seventh-block {
    padding: 15px 0 30px;
  }
  .how-use-video {
    text-align: center;
  }
  .video,
  .instructions {
    display: inline-block;
    vertical-align: middle;
  }
  .instructions {
    width: 400px;
    margin-left: 40px;
    text-align: left;
  }
  .how-use {
    margin-top: 40px;
    padding: 40px 30px 40px;
  }
  .how-use p {
    width: 425px;
    margin-bottom: 100px;
  }
  .how-use p:nth-child(2) {
    width: auto;
  }
  .how-use input {
    width: 235px;
    margin-right: 8px;
  }
  .how-use button {
    width: 150px;
    font-size: 18px;
  }
  .how-use .danger {
    margin: 0;
    text-transform: uppercase;
  }
  .code span {
    width: 190px;
    font-size: 19px;
  }
  .code span:after {
    left: -15px;
    top: -40px;
  }
  .code {
    width: 210px;
    top: 120px;
    right: 10px;
  }
  .how-use .code:before {
    width: 265px;
    height: 350px;
    left: -300px;
    top: -120px;
  }
  .code div {
    padding-right: 50px;
  }
  .how-use input,
  .how-use button {
    height: 56px;
  }

  /* 8th */
  .eighth-block {
    padding: 78px 0 85px;
  }
  .worker img {
    width: 290px;
    height: 290px;
  }
  .worker {
    width: 290px;
    margin-right: 55px;
  }
  .worker:last-child {
    margin: 0;
  }
  .worker p {
    padding: 0 10px;
  }
  .worker span {
    margin-top: 30px;
  }

  /* 9th */
  .ninth-block {
    padding: 55px 0 45px;
  }
  .ninth-block .title {
    letter-spacing: -1px;
  }
  .ninth-block img {
    width: 882px;
    margin-top: 40px;
  }

  /* 10th */
  .tenth-block {
    background-size: 100% 320px;
  }
  .tenth-block .quantity,
  .tenth-block .discount,
  .tenth-block .form-group,
  .tenth-block .send {
    width: 295px;
    height: 49px;
    line-height: 49px;
    margin-bottom: 8px;
  }
  .tenth-block .discount {
    font-size: 30px;
    height: 60px;
  }
  .tenth-block .quantity {
    margin: 0 auto 8px;
  }

  .pos-wrap {
    font-size: 0;
    border-radius: 5px;
  }
  .info-repeat {
    background: #fff;
    border-radius: 5px 0 0 5px;
    padding: 40px;
    top: 0;
    height: 330px;
  }
  .info-repeat .old-price {
    margin-top: 30px;
  }
  .info-repeat div:nth-child(1) {
    width: 445px;
    margin-bottom: 15px;
  }
  .info-repeat .new-price {
    margin: 0;
    letter-spacing: -0.5px;
  }
  .pos-wrap .call-back-form:before {
    width: 190px;
    height: 250px;
    top: 50px;
    left: -205px;
  }
  footer {
    margin-top: 30px;
  }

  /* 26,07,2016 */
  .first-block .new-price {
    font-size: 24px;
  }
}
