html, body, div, p, h1, h2, h3, h4, h5, h6, a, span, img, ol, ul, li, form, input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 100%;
  background: transparent;
  outline: 0;
}

ol, ul {
  list-style: none;
}

/* body */
body {
  font-weight: normal;
  font-size: 16px;
  line-height: 1;
  font-family: "RobotoRegular", sans-serif;
}

.wrapper {
  width: 980px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.wrapper:after {
  content: " ";
  display: block;
  clear: both;
}

.clear {
  clear: both;
}

.wrap_block_success {
  margin-left: 0 !important;
}

/****   header   ****/
header {
  position: relative;
  padding: 15px 0;
  background: #323437;
}

.header-logo {
  float: left;
  padding-top: 6px;
}

.header-logo img {
  height: 26px;
}

.header-call {
  float: right;
  padding: 9px 12px;
  font-size: 15px;
  font-family: "PTSansBold", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  border: 1px solid #aed304;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}

.header-call:hover {
  border-color: #82a504;
}

.blocks-header {
  float: right;
  text-align: center;
}

.block-header {
  display: inline-block;
  min-height: 38px;
  margin-left: 30px;
  padding-left: 50px;
  font-size: 16px;
  line-height: 18px;
  vertical-align: top;
  text-align: left;
  color: #aed304;
}

.block-header--1 {
  background: url(../img/block1-header.png) no-repeat 0 center;
}

.block-header--2 {
  background: url(../img/block2-header.png) no-repeat 0 center;
  display: none;
}

/*****  section1  *****/
.section1 {
  padding-bottom: 18px;
  overflow: hidden;
  min-height: 688px;
  height: auto !important;
  background: url(../img/bg-content-1.jpg) no-repeat center top;
  background-size: cover;
}

.main-title {
  padding: 35px 80px 12px;
  font-size: 35px;
  line-height: 40px;
  font-family: "PTSansBold", sans-serif;
  text-align: center;
  color: #ffffff;
}

.main-title span {
  font-size: 28px;
  font-family: "RobotoRegular", sans-serif;
}

.title-small {
  padding-bottom: 18px;
  font-size: 36px;
  line-height: 40px;
  font-family: "RobotoLight", sans-serif;
  text-align: center;
  color: #ffffff;
}

.section1-left {
  display: inline-block;
  float: left;
  width: 402px;
  margin-right: 10px;
  margin-left: 15px;
  padding: 96px 10px 0;
  vertical-align: top;
}

.do {
  display: table;
  height: 91px;
  margin-bottom: 15px;
  padding-right: 105px;
  font-size: 19px;
  line-height: 20px;
  font-family: "RobotoBold", sans-serif;
  color: #ffffff;
}

.do>p {
  display: table-cell;
  vertical-align: middle;
}

.do--small {
  display: block;
  font-size: 16px;
  font-family: "RobotoRegular", sans-serif;
}

.do--1 {
  background: url(../img/do--1.png) no-repeat right center;
}

.do--2 {
  background: url(../img/do--2.png) no-repeat right center;
}

.do--3 {
  background: url(../img/do--3.png) no-repeat right center;
}

.section1-center {
  position: relative;
  display: inline-block;
  float: left;
  width: 260px;
  min-height: 457px;
  vertical-align: top;
  background: url(../img/product-big.png) no-repeat 0 50px;
  top: 44px;
  -webkit-background-size: auto;
  background-size: auto;
  background-position: center;
}

.product-big_title {
  padding-top: 20px;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  font-family: "RobotoBoldItalic", sans-serif;
  color: #ffd303;
  text-transform: uppercase;
}

.product-big_sale {
  position: absolute;
  top: 0;
  left: 130px;
  z-index: 4;
  width: 111px;
  height: 111px;
  padding-top: 26px;
  font-size: 16px;
  line-height: 22px;
  font-family: "RobotoBoldItalic", sans-serif;
  text-align: center;
  color: #323437;
  text-transform: uppercase;
  background: url(../img/bg-sale.png) no-repeat 0 0;
}

.product-big_sale>span {
  display: block;
  font-size: 34px;
  font-family: "RobotoBold", sans-serif;
  font-style: italic;
}

.product-big_sale span>span {
  font-size: 25px;
}

.product-big_sh {
  position: absolute;
  bottom: 23px;
  left: -16px;
}

.product-big_sh--top {
  display: none;
  width: 77px;
  height: 77px;
  padding-top: 15px;
  font-size: 22px;
  line-height: 24px;
  font-family: "RobotoBold", sans-serif;
  text-align: center;
  color: #323437;
  text-transform: uppercase;
  font-style: italic;
  background: url(../img/bg-sh.png) no-repeat 0 0;
}

.product-big_sh--top>span {
  font-size: 14px;
}

.product-big_sh--bottom {
  padding-top: 14px;
  text-align: center;
  padding: 0 10px;
  font-size: 16px;
  line-height: 18px;
  font-family: "RobotoRegularItalic", sans-serif;
  color: #ffffff;
}

.section1-right {
  float: right;
  width: 280px;
}

.section1-right.for_top_block {
  margin-top: 85px;
}

.section1-right-wrap {
  margin-bottom: 30px;
  padding-top: 25px;
  background: #323437;
  border: 2px solid #fed203;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.price-old--top, .price-new--top {
  display: inline-block;
  width: 47%;
  padding: 0 10px;
  vertical-align: middle;
}

.price-old--top {
  position: relative;
  margin-left: 4%;
  color: #8b8b8b;
}

.price-old--top:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 25px;
  width: 90px;
  height: 46px;
  background: url(../img/price-old.png) no-repeat 0 0;
  background-size: 90px;
}

.price-new--top {
  color: #aed304;
}

.price-text--top {
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  font-family: "RobotoRegularItalic", sans-serif;
}

.price-x--top {
  margin: 10px 0 0 0;
  text-align: center;
  font-size: 30px;
  line-height: 28px;
  font-family: "RobotoBoldItalic", sans-serif;
  letter-spacing: -1px;
}

.currency-small--top {
  font-size: 20px;
}

.form-top {
  padding: 10px;
}

.form-main {
  position: relative;
}

.form-main:before {
  content: " ";
  position: absolute;
  bottom: 50px;
  right: -50px;
  width: 28px;
  height: 58px;
  background: url(../img/arrow.png) no-repeat 0 0;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.label-form {
  padding-left: 10px;
  font-size: 15px;
  line-height: 16px;
  color: #ffffff;
}

.input-form {
  width: 100%;
  height: 35px;
  margin: 5px 0;
  padding: 0 10px 0 10px;
  font-size: 15px;
  line-height: 35px;
  font-family: "RobotoRegular", sans-serif;
  color: #8b8b8b;
  background-color: #ffffff;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.input-form[name="phone"] {
  direction: ltr;
  text-align: right;
}

/*.address-form #country{float: right; padding: 0; margin: 4px 0 0 0; height: 34px; width: 212px;
    color: #8b8b8b; font-family: "RobotoRegular",sans-serif;font-size: 15px; line-height: 14px; outline: none;
    -webkit-appearance: none; display: block;}
.address-form #country:after {content: "▼"; font-size: 20px;}
.address-form #country option {width: 100% !important; }*/
/*.name-form {
  background: url(../img/name-form-bg.png) no-repeat 6px center #ffffff;
}
.phone-form {
  background: url(../img/phone-form-bg.png) no-repeat 8px center #ffffff;
}*/
.bottom-price {
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
}

.total-price {
  font-size: 20px;
  line-height: 20px;
  color: #aed304;
  text-align: center;
}

.submit-form {
  width: 100%;
  margin-top: 5px;
  padding: 18px 0;
  font-size: 21px;
  line-height: 27px;
  font-family: "PTSansBold", sans-serif;
  color: #343639;
  text-transform: uppercase;
  background: #ffd203;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffd203 0%, #f5ae00 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd203), color-stop(100%, #f5ae00));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffd203 0%, #f5ae00 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffd203 0%, #f5ae00 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffd203 0%, #f5ae00 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffd203 0%, #f5ae00 100%);
  /* W3C */
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd203', endColorstr='#f5ae00', GradientType=0);
  /* IE6-9 */
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.submit-form:hover {
  background: #f5ae00;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f5ae00 0%, #ffd203 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5ae00), color-stop(100%, #ffd203));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f5ae00 0%, #ffd203 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f5ae00 0%, #ffd203 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f5ae00 0%, #ffd203 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f5ae00 0%, #ffd203 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5ae00', endColorstr='#ffd203', GradientType=0);
  /* IE6-9 */
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.protection {
  width: 255px;
  min-height: 35px;
  padding-right: 40px;
  font-size: 16px;
  line-height: 18px;
  color: #ffd303;
  background: url(../img/protect-bg.png) no-repeat right top;
  margin-right: 90px;
}

.section1 .protection {
  padding-right: 35px;
  margin-right: 0;
}

/*******  section2  *******/
.section2 {
  position: relative;
  padding: 30px 0 60px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dadada+0,ffffff+100 */
  background: rgb(218, 218, 218);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(218, 218, 218, 1) 0%, rgba(255, 255, 255, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(218, 218, 218, 1) 0%, rgba(255, 255, 255, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(218, 218, 218, 1) 0%, rgba(255, 255, 255, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dadada', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}

.title {
  font-size: 44px;
  line-height: 47px;
  font-family: "PTSansBold", sans-serif;
  text-align: center;
  color: #000000;
  letter-spacing: -1px;
}

.title span {
  font-size: 25px;
}

.danger-wrap {
  position: relative;
  min-height: 842px;
  margin-top: 30px;
}

.danger_title {
  width: 430px;
  padding-top: 30px;
  padding-left: 40px;
  font-size: 36px;
  line-height: 38px;
  font-family: "RobotoBold", sans-serif;
  color: #ea0000;
}

.danger_text {
  position: relative;
  width: 430px;
  padding-right: 75px;
  font-size: 22px;
  line-height: 28px;
  color: #323437;
  text-align: right;
}

.danger_text::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 60px;
  height: 60px;
  transform: translateY(-50%);
  background: url(../img/danger.png) no-repeat center;
}

.micro {
  position: absolute;
  left: 280px;
  bottom: 1px;
  z-index: 2;
}

.danger_text--1:after, .danger_text--2:after, .danger_text--3:after {
  content: "";
  position: absolute;
  z-index: 3;
  width: 313px;
  height: 393px;
}

.danger_text--1:after {
  right: -321px;
  top: -153px;
  background: url("../img/micro1.png")no-repeat center;
}

.danger_text--2:after {
  width: 393px;
  height: 313px;
  right: -30px;
  top: -340px;
  background: url("../img/micro3.png")no-repeat center;
}

.danger_text--3:after {
  width: 393px;
  height: 313px;
  right: 8px;
  bottom: -360px;
  background: url("../img/micro2.png")no-repeat center;
}

.danger_text--1 {
  margin-top: 85px;
}

.danger_text--2 {
  float: left;
  margin-top: 465px;
  width: 370px;
}

.danger_text--3 {
  float: right;
  margin-top: 140px;
  width: 375px;
  line-height: 28px;
}

/*******   section3   ****/
.section3 {
  padding: 40px 0 30px;
  background: url(../img/bg-section3.jpg) no-repeat center top;
  -webkit-background-size: cover;
  background-size: cover;
}

.section3 .title {
  color: #ffffff;
}

.symptoms {
  padding: 45px 200px 45px 60px;
}

.symptoms_text {
  position: relative;
  margin-bottom: 20px;
  padding-top: 3px;
  padding-right: 60px;
  font-size: 23px;
  line-height: 35px;
  color: #ffffff;
}

.symptoms_text::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background: url(../img/smile-img.png) no-repeat center center;
  width: 43px;
  height: 43px;
  transform: translateY(-50%);
}

/****  section4   *****/
.section4 {
  padding-top: 40px;
}

.section41 {
  padding-top: 40px;
  padding-bottom: 70px;
  background: url(../img/bg-section4.jpg) no-repeat center 20px;
}

.section41 .title>span:last-child {
  display: block;
  font-weight: normal !important;
  font-size: 40px;
  font-family: "PTSans", sans-serif;
}

.enter {
  padding: 25px 0 26px 0;
}

.section41 .title {
  padding-bottom: 40px;
}

.block_enter {
  display: inline-block;
  width: 24%;
  padding-bottom: 20px;
  margin-left: 2px;
  font-size: 24px;
  line-height: 30px;
  vertical-align: top;
  text-align: center;
}

.block_enter p {
  padding-bottom: 20px;
}

.action {}

.block_action {
  display: inline-block;
  vertical-align: top;
  width: 29%;
  margin: 0 15px;
  font-size: 17px;
  line-height: 27px;
}

.block_action .block_ico {
  width: 200px;
  margin: 0 auto 20px;
}

.block_action .block_ico img {
  width: 100%;
}

.block_action ul {
  font-size: 16px;
  color: #000000;
}

.block_action p {
  font-size: 26px !important;
}

.block_action ul li {
  margin-bottom: 5px;
  list-style-type: square;
}

.block_action * {
  width: 175px;
  line-height: 1.2;
  margin: 0 auto;
}

.block_action b {
  display: block;
  margin-bottom: 5px;
}

.block_action p {
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 23px;
  line-height: 27px;
  font-family: "RobotoBold", sans-serif;
  color: #000000;
}

.block_action span {
  display: block;
}

.block_action--1 {}

.block_action--2 {}

.block_action--3 {}

.block_action--4 {}

/****  section5   ****/
.section5 {
  padding: 30px 0;
  background: url(../img/bg-section5.jpg) no-repeat center top;
  background-size: cover;
}

.form-wrap {
  position: relative;
  padding: 18px 0 18px 25px;
  background: #323437;
  border: 2px solid #ffd200;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.form-wrap:before {
  content: " ";
  position: absolute;
  top: 35px;
  left: 407px;
  z-index: 1;
  width: 210px;
  height: 270px;
  background: url(../img/product-big.png) no-repeat 0 0;
  -webkit-background-size: contain;
  background-size: contain;
}

.form_left, .form_right {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 49%;
  vertical-align: middle;
}

.form_right {
  padding-right: 19%;
}

.form_left--title {
  width: 55%;
  font-size: 18px;
  line-height: 28px;
  font-family: "RobotoBoldItalic", sans-serif;
  color: #ffd303;
  text-transform: uppercase;
  text-align: center;
}

.form_left--sale {
  position: absolute;
  top: -48px;
  right: 265px;
  width: 134px;
  height: 134px;
  padding-top: 32px;
  font-size: 14px;
  line-height: 27px;
  font-family: "RobotoBoldItalic", sans-serif;
  text-align: center;
  color: #323437;
  text-transform: uppercase;
  background: url(../img/bg-sale.png) no-repeat 0 0;
  background-size: 134px;
}

.form_left--sale>span {
  display: block;
  font-size: 40px;
  font-family: "RobotoBold", sans-serif;
  font-style: italic;
}

.form_left--sale span>span {
  font-size: 30px;
}

.price {
  width: 350px;
  padding-top: 70px;
}

.price-old, .price-new {
  display: inline-block;
  vertical-align: middle;
}

.price-old {
  width: 45%;
  position: relative;
  margin-right: 8%;
  color: #8b8b8b;
  text-align: center;
}

.price-old:after {
  content: " ";
  position: absolute;
  bottom: 5px;
  left: 20px;
  width: 115px;
  height: 60px;
  background: url(../img/price-old.png) no-repeat 0 0;
  background-size: 115px;
}

.price-new {
  width: 45%;
  color: #aed304;
}

.price-text {
  font-size: 20px;
  line-height: 21px;
  text-align: center;
  font-family: "RobotoRegularItalic", sans-serif;
}

.price-x {
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  font-family: "RobotoBoldItalic", sans-serif;
  letter-spacing: -1px;
}

.currency-small {
  font-size: 25px;
}

.form_left--sh {
  position: relative;
  width: 80%;
  padding-top: 20px;
  padding-bottom: 30px;
}

.form_left--sh-bottom {
  font-size: 16px;
  line-height: 18px;
  font-family: "RobotoRegularItalic", sans-serif;
  color: #ffffff;
  padding-right: 60px;
}

.form_left--sh-top {
  position: absolute;
  top: -6px;
  left: 340px;
  display: none;
  width: 77px;
  height: 77px;
  padding-top: 16px;
  font-size: 22px;
  line-height: 24px;
  font-family: "RobotoBold", sans-serif;
  text-align: center;
  color: #323437;
  text-transform: uppercase;
  font-style: italic;
  background: url(../img/bg-sh.png) no-repeat 0 0;
}

.form_left--sh-top>span {
  font-size: 14px;
}

/******  section6  ****/
.section6 {
  padding-top: 40px;
  background: url(../img/bg-section4.jpg) no-repeat center -1540px;
  position: relative;
}

.research_item {
  margin: 30px 0;
  padding: 20px 0;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  border: 2px solid #fa6767;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.research_item span {
  font-weight: 700;
}

.research {
  position: relative;
  z-index: 2;
  height: 614px;
  /* background: url(../img/research.png) no-repeat center top; */
}

.research:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../img/research.png) no-repeat center top;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  z-index: -1;
}

.research_block {
  display: inline-block;
  width: 48%;
  padding-top: 225px;
  vertical-align: top;
}

.research_block--1 {
  padding-right: 170px;
}

.research_block--2 {
  padding-right: 184px;
}

.research_procent {
  padding-bottom: 120px;
  font-size: 36px;
  line-height: 36px;
  font-family: "PTSansBold", sans-serif;
  color: #323437;
}

.research_block--1 .research_procent {
  padding-left: 20px;
  color: #92ac1c;
}

.research_title {
  font-size: 26px;
  line-height: 30px;
  font-family: "PTSansBold", sans-serif;
  color: #323437;
}

.research_text {
  font-size: 21px;
  line-height: 32px;
  color: #323437;
}

.rezult {
  margin: -80px 7px 0 0;
}

.rezult:after {
  content: " ";
  display: block;
  clear: both;
}

.rezult_left {
  display: inline-block;
  width: 49%;
  margin-left: 4px;
  padding: 40px 0 100px;
  text-shadow: 1px 1px 1px #000;
  vertical-align: top;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#92ac1c+0,effce0+100 */
  background: rgb(146, 172, 28);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(146, 172, 28, 1) 0%, rgba(239, 252, 224, 0) 100%)transparent;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(146, 172, 28, 1) 0%, rgba(239, 252, 224, 10) 100%)transparent;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(146, 172, 28, 1) 0%, rgba(239, 252, 224, 0) 100%)transparent;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#92ac1c', endColorstr='#effce0', GradientType=0);
  /* IE6-9 */
}

.rezult_right {
  display: inline-block;
  width: 48.5%;
  margin-left: -4px;
  padding: 40px 0 100px;
  text-shadow: 1px 1px 1px #000;
  vertical-align: top;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b3b3c+0,dddddd+100 */
  background: rgb(59, 59, 60);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(59, 59, 60, 1) 0%, rgba(221, 221, 221, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(59, 59, 60, 1) 0%, rgba(221, 221, 221, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(59, 59, 60, 1) 0%, rgba(221, 221, 221, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b3b3c', endColorstr='#dddddd', GradientType=0);
  /* IE6-9 */
}

.rezult_text {
  display: inline-block;
  width: 360px;
  min-height: 280px;
  margin-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  line-height: 26px;
  vertical-align: top;
  color: #ffffff;
  border-right: 3px dotted #ffffff;
}

.rezult_procent {
  display: inline-block;
  margin: 0 12px;
  font-size: 18px;
  line-height: 26px;
  vertical-align: top;
  color: #ffffff;
  float: right;
}

.rezult_text p, .rezult_procent p {
  padding-bottom: 25px;
}

/*****  section7  ****/
.section7 {}

.section7 .title {
  padding: 0 100px;
  margin-bottom: 110px;
}

.best-wrap {
  position: relative;
  margin-top: 25px;
}

.best {
  position: relative;
  padding-bottom: 90px;
}

.best img {
  position: absolute;
  bottom: 155px;
  right: 0;
}

.best-wrap__prod {
  position: absolute;
  top: -30px;
  right: 55px;
  width: 160px;
}

.best_title {
  position: absolute;
  top: 445px;
  right: 50px;
  font-size: 50px;
  color: white;
}

.header-logo h1 {
  font-weight: 700;
  font-size: 40px;
  color: white;
  text-transform: uppercase;
}

.best:after {
  content: " ";
  display: block;
  clear: both;
}

.best_text {
  padding-right: 50px;
  font-size: 20px;
  line-height: 24px;
  background: url(../img/for-best.png) no-repeat right top;
  text-align: right;
}

/*.best_text span {
	display: block;
}*/
.best_prod {
  position: absolute;
  z-index: 22;
  right: 40px;
  bottom: 410px;
  font-size: 38px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  -moz-transform: rotate(26deg);
  -webkit-transform: rotate(26deg);
  -o-transform: rotate(26deg);
  -ms-transform: rotate(26deg);
  transform: rotate(26deg);
}

.best_text--1 {
  margin-left: 30px;
  padding-bottom: 90px;
  width: 345px;
}

.best_text--2 {
  padding-bottom: 200px;
  width: 280px;
}

.best_text--3 {
  padding-bottom: 135px;
  width: 235px;
}

.best_text--4 {
  float: left;
  margin-left: 50px;
  padding-bottom: 30px;
  width: 360px;
}

.best_text--5 {
  float: right;
  margin-top: 80px;
  position: relative;
  width: 375px;
}

/*****  section8  ***/
.section8 {
  padding: 30px 0;
  background: url(../img/bg-section8.jpg) no-repeat center top;
  background-size: cover;
}

/*****  section9  ***/
.section9 {
  padding: 35px 0 20px;
}

.expert {
  min-height: 528px;
  padding-top: 35px;
  background: url(../img/expert.png) no-repeat 70px bottom;
  -moz-background-size: 27%;
  -o-background-size: 27%;
  background-size: 27%;
  -webkit-box-shadow: 0 9px 30px 9px rgba(66, 41, 25, 0.1);
  -moz-box-shadow: 0 9px 30px 9px rgba(66, 41, 25, 0.1);
  box-shadow: 0 9px 30px 9px rgba(66, 41, 25, 0.1);
}

.expert_text {
  padding: 50px 50px 90px 420px;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -1px;
}

.expert_name {
  padding-right: 50px;
  font-size: 22px;
  line-height: 24px;
  color: #8a9f1c;
}

.expert_about {
  padding-right: 50px;
  font-size: 17px;
  line-height: 24px;
  color: #8a9f1c;
}

/****  section10   ****/
.section10 .title {
  padding: 0 100px;
}

.health {
  padding: 30px 0;
}

.health_block {
  display: inline-block;
  width: 31%;
  padding-bottom: 30px;
  margin: 0 9px;
  font-size: 19px;
  line-height: 25px;
  vertical-align: top;
  text-align: center;
  letter-spacing: -1px;
}

.health_block p {
  padding-bottom: 5px;
  margin: 10px 0 15px;
}

.health_block p img {
  display: block;
  width: 248px;
  height: 248px;
  margin: 0 auto;
  border: 2px solid #000;
  border-radius: 100%;
}

/****  section11   ****/
.section11 {
  padding-bottom: 86px;
}

.slick-slider {
  margin-bottom: 1px;
}

.slider {
  margin-top: 15px;
  padding: 35px 50px 20px;
  -webkit-box-shadow: 0 9px 30px 9px rgba(66, 41, 25, 0.1);
  -moz-box-shadow: 0 9px 30px 9px rgba(66, 41, 25, 0.1);
  box-shadow: 0 9px 30px 9px rgba(66, 41, 25, 0.1);
}

.slide_img {
  float: right;
  /* padding-top: 25px; */
  padding-right: 12px;
}

.slide_img img {
  margin-left: 20px;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 150px;
}

.slide_text {
  padding-right: 200px;
  padding-left: 10px;
  text-align: right;
  font-size: 17px;
  line-height: 21px;
}

.slide_name {
  padding-top: 20px;
  font-size: 22px;
  line-height: 24px;
  font-family: "PTSansBold", sans-serif;
}

.slick-prev, .slick-next {
  top: 50%;
  width: 28px;
  height: 45px;
  margin-top: -22px;
}

.slick-prev:before, .slick-next:before {
  display: none;
}

.slick-prev {
  left: -38px;
  background: url(../img/prev.png) no-repeat 0 0;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.slick-next {
  right: -38px;
  background: url(../img/next.png) no-repeat 0 0;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.slick-prev:hover, .slick-prev:focus {
  background: url(../img/prev.png) no-repeat 0 0;
  opacity: 0.8;
}

.slick-next:hover, .slick-next:focus {
  background: url(../img/next.png) no-repeat 0 0;
  opacity: 0.8;
}

.slick-dots li {
  width: 12px;
  height: 12px;
}

.slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 1px;
  background: #323437;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.slick-dots li.slick-active button, .slick-dots li:hover button {
  background: #8a9f1c;
}

.slick-dots li button:before {
  display: none;
}

/****  section12   ****/
.section12 {
  padding: 30px 0;
  background: url(../img/bg-section12.jpg) no-repeat center top;
  background-size: cover;
}

/****  section13  ***/
.section13 {
  padding: 40px 0;
}

.use {
  padding-top: 45px;
}

.use-block {
  display: inline-block;
  width: 31%;
  margin-left: 1%;
  padding-bottom: 20px;
  vertical-align: top;
  text-align: center;
}

.use_title {
  padding: 45px 0 20px;
  font-size: 23px;
  line-height: 24px;
  font-family: "RobotoBold", sans-serif;
  color: #93ad1f;
}

.use_text {
  font-size: 19px;
  line-height: 23px;
}

/****  section14  ***/
.section14 {
  padding-top: 40px;
  padding-bottom: 70px;
}

.get {
  text-align: center;
  padding: 35px 0;
}

.get-block {
  display: inline-block;
  width: 18%;
  margin-left: 1%;
  padding-bottom: 20px;
  font-size: 23px;
  line-height: 29px;
  font-family: "RobotoBold", sans-serif;
  vertical-align: top;
  text-align: center;
}

.get-block p {
  padding-bottom: 30px;
}

.sertificats {}

.sertificat-wrap {
  display: inline-block;
  vertical-align: top;
  margin: 0 41px;
  font-size: 1px;
  line-height: 1px;
  -webkit-box-shadow: 0 0 20px 9px rgba(66, 41, 25, 0.1);
  -moz-box-shadow: 0 0 20px 9px rgba(66, 41, 25, 0.1);
  box-shadow: 0 0 20px 9px rgba(66, 41, 25, 0.1);
}

/*****  section15  ****/
.section15 {
  padding-bottom: 50px;
}

.fake {
  margin-top: 30px;
  padding: 25px 0 0 15px;
  background: no-repeat right bottom;
  border: 2px solid #fa6767;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.fake_title {
  padding: 0 50px 30px;
  font-size: 23px;
  line-height: 27px;
  text-align: center;
  letter-spacing: -1px;
}

.fake_text {
  padding: 0 400px 20px 12px;
  font-size: 27px;
  line-height: 28px;
  letter-spacing: -1px;
}

.fake_form {
  padding-bottom: 30px;
}

.fake_input {
  display: inline-block;
  width: 320px;
  height: 60px;
  padding: 0 10px;
  vertical-align: top;
  border: 1px solid #666666;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.shipment-price {
  text-align: center;
  color: #aed304;
  padding: 5px;
}

.fake_button {
  display: inline-block;
  width: 230px;
  height: 60px;
  margin-left: 18px;
  font-size: 24px;
  line-height: 27px;
  font-family: "PTSansBold", sans-serif;
  vertical-align: top;
  color: #343639;
  text-transform: uppercase;
  background: #ffd203;
  background: -moz-linear-gradient(top, #ffd203 0%, #f5ae00 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd203), color-stop(100%, #f5ae00));
  background: -webkit-linear-gradient(top, #ffd203 0%, #f5ae00 100%);
  background: -o-linear-gradient(top, #ffd203 0%, #f5ae00 100%);
  background: -ms-linear-gradient(top, #ffd203 0%, #f5ae00 100%);
  background: linear-gradient(to bottom, #ffd203 0%, #f5ae00 100%);
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd203', endColorstr='#f5ae00', GradientType=0);
}

.fake_button:hover {
  background: #f5ae00;
  background: -moz-linear-gradient(top, #f5ae00 0%, #ffd203 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5ae00), color-stop(100%, #ffd203));
  background: -webkit-linear-gradient(top, #f5ae00 0%, #ffd203 100%);
  background: -o-linear-gradient(top, #f5ae00 0%, #ffd203 100%);
  background: -ms-linear-gradient(top, #f5ae00 0%, #ffd203 100%);
  background: linear-gradient(to bottom, #f5ae00 0%, #ffd203 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5ae00', endColorstr='#ffd203', GradientType=0);
}

.js-message {
  width: 570px;
  padding-top: 10px;
  font-size: 16px;
  line-height: 18px;
}

/****  section16  ***/
.section16 {
  padding-bottom: 60px;
}

.work {
  padding-top: 40px;
  padding-right: 60px;
}

.block_work {
  position: relative;
  display: inline-block;
  width: 21%;
  margin-left: 2%;
  vertical-align: top;
}

.work_img {
  padding-bottom: 20px;
  text-align: center;
}

.work_text {
  position: relative;
  padding-right: 26px;
  font-size: 23px;
  line-height: 26px;
  font-family: "PTSansBold", sans-serif;
  letter-spacing: -1px;
}

.work_text span {
  position: absolute;
  top: 0;
  right: 0;
  color: #ffd200;
}

.block_work--1.block_work:after, .block_work--2.block_work:after, .block_work--3.block_work:after {
  content: " ";
  position: absolute;
  top: 27px;
  left: -48px;
  width: 77px;
  height: 29px;
  background: url(../img/arrow-work.png) no-repeat 0 0;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/****   section17   ****/
.section17 {
  padding: 30px 0;
  background: url(../img/bg-section17.jpg) no-repeat center top;
  background-size: cover;
  overflow: hidden;
}

.section17 .title {
  color: #ffffff;
  margin-bottom: 20px;
}

.section17-left {
  display: inline-block;
  width: 402px;
  margin-left: 35px;
  padding-top: 65px;
  vertical-align: top;
}

.section17-right {
  display: inline-block;
  width: 360px;
  margin-top: 30px;
  margin-left: 125px;
  vertical-align: top;
}

.section17-right-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-top: 25px;
  background: #323437;
  border: 2px solid #fed203;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

@media all and (min-width: 999px) {
  .section17-right-wrap .product-big_sale {
    right: -91px;
    top: -40px;
    left: auto;
  }
}

/* ------------------------SELECT FIX -----------------------------*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #country {
    display: inline-block;
    width: 256px;
    height: 38px;
    margin: 0;
    padding-right: 18px;
    padding-left: 45px;
    font-size: 15px;
    line-height: 14px;
    font-family: "RobotoRegular", sans-serif;
    color: #8b8b8b;
    background: #ffffff;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .select-styling {
    display: none;
  }
}

.address-form {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 7px;
  margin-bottom: 7px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

#home-img {
  position: absolute;
  top: 15px;
  left: 8px;
}

.address-form:after {
  content: "»";
  position: absolute;
  top: 7px;
  right: 9px;
  width: 26px;
  height: 28px;
  min-height: 100%;
  padding: 0;
  font-size: 22px;
  line-height: 25px;
  font-family: "RobotoRegular", sans-serif;
  color: #323437;
  background-color: transparent;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  pointer-events: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .address-form:after {
    display: none;
  }
}

.home {
  width: 100%;
  height: 38px;
  margin: 7px 0 7px 0;
  padding: 0 0 0 43px;
  background: #ffffff url(../img/address-form-bg.png) no-repeat 8px center;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#country {
  display: inline-block;
  margin: 5px 0 0;
  padding: 0 0 0 9px;
  font-size: 15px;
  line-height: 14px;
  font-family: "RobotoRegular", sans-serif;
  color: #8b8b8b;
  background: #ffffff;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*width: 274px;*/
}

.section1-right-wrap #country {
  width: 256px;
}

#last-select #country {
  width: 335px;
}

/* ------------------------SELECT FIX -----------------------------*/
/****  footer   ***/
.footer {
  font-size: 16px;
  line-height: 20px;
  color: #8b8b8b;
}

.footer:after {
  content: " ";
  display: block;
  clear: both;
}

.footer .wrapper {
  padding-right: 50px;
  padding-left: 30px;
}

.footer_polit {
  font-size: 16px;
  line-height: 20px;
  color: #8b8b8b;
  text-decoration: none;
}

.footer_polit:hover {
  text-decoration: underline;
}

.footer_left {
  float: left;
}

.footer_right {
  float: right;
  text-align: right;
}

.section-for320 {
  display: none;
}

/*****  popup   ****/
.popup1 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100%;
  overflow: auto !important;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.mod {
  position: absolute;
  top: 17%;
  left: 50%;
  z-index: 102;
  width: 280px;
  margin-bottom: 20px;
  margin-left: -140px;
}

.micro_none {
  display: none;
  width: 100%;
  margin: 25px auto 10px;
}

.prod_mob {
  display: none;
}

@media screen and (max-width: 999px) {
  .section1-right.for_top_block {
    margin-top: 10px;
  }

  .section17 .title {
    margin-bottom: 50px;
  }

  .wrapper {
    width: 695px;
  }

  .form-wrap {
    max-width: 440px;
    margin: auto;
  }

  .header-logo {
    float: none;
    text-align: center;
  }

  .blocks-header {
    display: none;
  }

  .section1 {
    padding-bottom: 35px;
    background-size: cover;
  }

  .section1-left {
    display: block;
    float: none;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
  }

  .section1-center {
    display: block;
    float: none;
    width: 390px;
    min-height: 10px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 10px;
    background: none;
  }

  .product-big_sh {
    display: none;
  }

  .form-wrap .price-x {
    text-align: center;
  }

  .product-big_title {
    display: none;
  }

  .product-big_sale {
    top: -40px;
    right: 272px;
  }

  .form-wrap:before {
    display: none;
  }

  .section1-right {
    float: none;
    width: 390px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
  }

  .section1-right-wrap {
    margin-bottom: 12px;
  }

  .price-old--top, .price-new--top {
    width: 33%;
  }

  .price-text--top {
    letter-spacing: -1px;
  }

  .for_top {
    margin-left: -10px;
  }

  .price-old--top {
    margin-left: 3%;
  }

  .protection {
    width: 390px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 12px;
    padding-right: 1px;
    padding-left: 63px !important;
    background-position: 20px top;
  }

  .section2 {
    padding-bottom: 20px;
  }

  .danger_title {
    padding-top: 1px;
    padding-left: 1px;
    display: block;
    margin: 0 auto;
    text-align: center;
  }

  .danger_text {
    width: 290px;
    margin: 0 auto;
  }

  .danger_text--1 {
    margin-top: 25px;
    /*margin-left: 20px;*/
  }

  .danger_text--2 {
    float: none;
    margin-top: 40px;
  }

  .danger_text--3 {
    float: none;
    margin-top: 40px;
  }

  .section3 {
    background-size: cover;
  }

  .symptoms {
    padding: 45px 1px 10px 1px;
  }

  .symptoms_text {
    margin-bottom: 22px;
  }

  .section4 {
    background-position: center 810px;
    background-size: 540px;
  }

  .enter {
    padding: 25px 140px 26px 0;
  }

  .block_enter {
    width: 230px;
    margin-left: -1%;
    padding-bottom: 28px;
  }

  .block_enter p {
    padding-bottom: 1px;
  }

  .action {
    min-height: 10px;
    margin-top: 15px;
    background-position: center 70px;
    background-size: 415px;
  }

  .block_action {
    width: 28%;
  }

  .section5 {
    padding: 20px 0;
    background-size: cover;
  }

  .form-wrap {
    padding: 15px;
    padding-top: 25px;
  }

  .form_left .form_left--sh, .form_left .form_left--title, .form_left .form_left--sh-bottom, .form_left .protection {
    display: none;
  }

  .form_left .price {
    width: 100%;
    padding-top: 0;
    padding-left: 10px;
  }

  .form_left, .form_right {
    display: block;
    width: 100%;
  }

  .form_left .form_left--sale {
    top: -85px;
    right: -45px;
    width: 90px;
    height: 90px;
    padding-top: 25px;
    font-size: 11px;
    line-height: 22px;
    background: url(../img/bg-sale.png) no-repeat 0 0;
    -webkit-background-size: contain;
    background-size: contain;
  }

  .form_left--sale>span, .form_left--sale span>span {
    font-size: 21px;
  }

  .form_right {
    padding-left: 0;
  }

  .section6 {
    background: none;
  }

  .research {
    height: auto;
    background-size: 680px;
  }

  .research:before {
    background-size: 680px;
  }

  .research_item {
    padding: 20px 10px;
  }

  .research_block {
    padding-top: 1px;
  }

  .research_block--1 {
    padding-left: 110px;
  }

  .research_procent {
    padding-bottom: 395px;
  }

  .rezult {
    display: none;
  }

  .section7 {
    margin-top: 30px;
  }

  .section7 .title {
    padding: 0 10px;
  }

  .best-wrap {
    background: none;
  }

  .best-wrap__prod {
    display: none;
  }

  .best {
    padding-bottom: 60px;
    background: none;
  }

  .best_prod {
    display: none;
  }

  .best br {
    display: none !important;
  }

  .best_text--1, .best_text--2, .best_text--3, .best_text--4 {
    margin-left: 1px;
    padding-bottom: 26px;
    width: 100%;
  }

  .best_text--4 {
    float: none;
  }

  .best_text--5 {
    float: none;
    margin-top: 1px;
    padding-bottom: 1px;
    width: 100%;
  }

  .section8 {
    padding: 20px 0;
    background-size: cover;
  }

  .section9 {
    padding-bottom: 45px;
  }

  .expert_about--2 {
    padding-bottom: 30px;
  }

  .health_block {
    display: block;
    width: 340px;
    margin-right: auto;
    margin-left: auto;
  }

  .section12 {
    padding: 20px 0;
    background-size: cover;
  }

  .use-block {
    display: block;
    width: 450px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 45px;
  }

  .use_title {
    padding: 20px 0 20px;
  }

  .section14 {
    padding-bottom: 35px;
  }

  .get-block {
    width: 47%;
    padding-bottom: 20px;
  }

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

  .get-block p {
    padding-bottom: 15px;
  }

  .sertificats {
    display: none;
  }

  .fake {
    padding: 25px 0 245px 15px;
    background-position: center bottom;
  }

  .fake_text {
    padding: 0 50px 30px;
    font-size: 23px;
    line-height: 27px;
    text-align: center;
  }

  .fake_input {
    display: block;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }

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

  .work {
    padding-right: 1px;
  }

  .block_work {
    width: 22%;
  }

  .section17 {
    padding-bottom: 1px;
    background-size: cover;
  }

  .section17-left {
    display: none;
  }

  .section17-right {
    display: block;
    margin: auto;
    max-width: 390px;
    width: 100%;
  }

  .footer {
    margin-top: 20px;
    background: #ffffff;
  }

  .mod {
    width: 390px;
    margin-left: -195px;
  }

  .js-message {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }

  .footer .wrapper {
    padding-right: 2px;
    padding-left: 2px;
  }

  .expert {
    padding-bottom: 0px;
    background-position: 70px 310px;
  }

  .section9 .title {
    padding-left: 0;
  }

  .expert_text {
    padding: 50px 50px 50px 50px;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -1px;
  }

  .price-old {
    margin-right: 0;
  }

  .price-new {
    /* margin-left: 8%; */
  }

  .form_right {
    padding-right: 0;
  }
}

@media screen and (max-width: 992px) {
  .best img {
    display: none;
  }

  .micro {
    display: none;
  }

  .danger_text--1:after, .danger_text--2:after, .danger_text--3:after {
    display: none;
  }

  .micro_none {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .wrapper {
    width: 440px;
  }

  .expert {
    padding-bottom: 0;
  }

  .wrypper {
    overflow-x: hidden;
  }

  .main-title {
    padding-right: 1px;
    padding-left: 1px;
    font-size: 51px;
    line-height: 52px;
  }

  .title-small {
    padding-bottom: 8px;
    font-size: 28px;
    line-height: 35px;
  }

  .section4 {
    background-position: center 844px;
  }

  .enter {
    padding: 25px 105px 26px 0;
  }

  .block_enter img {
    width: 230px;
  }

  .block_enter {
    margin-left: -4%;
  }

  .action {
    background-position: center 115px;
  }

  .block_action {
    width: 50%;
  }

  .block_action ul li {
    list-style: none;
  }

  .block_action span {
    display: inline;
  }

  .block_action p {
    font-size: 21px;
  }

  .block_action--1 {
    margin-top: -41px;
    margin-left: 30px;
  }

  .block_action--2 {
    margin-top: -45px;
    margin-right: -35px;
  }

  .block_action ul li {
    font-size: 13px;
  }

  .block_action {
    font-size: 15px;
    line-height: 18px;
  }

  .block_action--3 {
    margin-left: 25px;
    padding-top: 490px;
  }

  .block_action--4 {
    margin-right: -55px;
    margin-top: -140px;
  }

  .research {
    background-position: center 20px;
    background-size: 470px;
  }

  .research:before {
    background-size: 440px;
  }

  .research_item {
    letter-spacing: -1px;
  }

  .research_item span {
    display: inline;
  }

  .research_block--1 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .research_block--2 {
    padding-right: 83px;
  }

  .research_procent {
    padding-bottom: 265px;
  }

  .research_block--2 .research_procent {
    padding-left: 8px;
  }

  .title {
    font-size: 42px;
    line-height: 45px;
  }

  .section9 .title {
    padding-left: 0;
  }

  .section7 {
    background-position: 200px 180px;
  }

  .best-wrap {
    margin-top: 50px;
  }

  .expert {
    background-size: 210px;
    background-position: 40px bottom;
  }

  .expert_text {
    padding: 30px 25px 55px;
  }

  .expert_about, .expert_name {
    padding-right: 20px;
    padding-left: 200px;
    text-align: right;
  }

  .expert_about span {
    display: block;
  }

  .expert_about--2 {
    padding-bottom: 200px;
  }

  .section10 .title {
    padding: 0;
  }

  .section11 {
    padding-bottom: 40px;
  }

  .slider {
    padding: 35px 15px 85px;
  }

  .slide_img {
    float: none;
    width: 150px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 1px;
    padding-bottom: 15px;
    padding-left: 1px;
  }

  .slide_text {
    padding-left: 1px;
    padding-right: 1px;
    text-align: center;
  }

  .slick-prev, .slick-next {
    top: 50%;
    bottom: -77px;
    z-index: 5;
    margin-top: 1px;
  }

  .slick-prev {
    left: 1px;
  }

  .slick-next {
    right: 1px;
  }

  .fake_title, .fake_text {
    padding: 0 10px 22px;
  }

  .section16 {
    padding-bottom: 20px;
  }

  .block_work {
    width: 46%;
    padding-bottom: 30px;
  }

  .block_work--3 {
    float: right;
  }

  .block_work--4 {
    float: left;
  }

  .block_work--2.block_work:after {
    top: 150px;
    right: 23px;
    width: 29px;
    height: 77px;
    background: url(../img/arrow-work-2.png) no-repeat 0 0;
  }

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

  .block_work--4.block_work:after {
    content: " ";
    position: absolute;
    top: 27px;
    right: -48px;
    width: 77px;
    height: 29px;
    background: url(../img/arrow-work-3.png) no-repeat 0 0;
  }

  .research_title {
    font-size: 23px;
    white-space: nowrap;
  }

  .price {
    width: 100%;
  }

  .block_work--1.block_work:after, .block_work--2.block_work:after, .block_work--3.block_work:after, .block_work--4.block_work:after {
    display: none;
  }
}

@media screen and (max-width: 770px) {
  .prod_mob {
    display: block;
    width: 200px;
    margin: 10px auto 15px;
  }
}

@media screen and (max-width: 680px) {
  .block_action--1, .block_action--2, .block_action--3, .block_action--4 {
    display: block;
    width: auto;
    margin: 0;
    padding: 10px 1px;
    text-align: center;
  }

  .block_action * {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .wrapper {
    width: 290px;
  }

  .form_left .price-x {
    font-size: 25px;
  }

  .form-wrap:before {
    display: none;
  }

  .price-old:after {
    bottom: -18px;
    left: 6px;
    -webkit-background-size: 75px;
    background-size: 75px;
  }

  .header-call {
    display: none;
  }

  .header-logo {
    float: none;
    text-align: center;
  }

  .main-title {
    font-size: 35px;
    line-height: 40px;
  }

  .title-small {
    font-size: 20px;
    line-height: 26px;
  }

  .section1-left {
    width: auto;
  }

  .do {
    display: block;
    height: auto;
    min-height: 10px;
    padding-top: 110px;
    padding-left: 1px;
    text-align: center;
  }

  .do--1, .do--2, .do--3 {
    background-position: center top;
    padding-right: 0;
  }

  .section1-center {
    width: auto;
    margin-top: 15px;
  }

  .section1-center:after, .section17-right-wrap::after {
    display: none;
  }

  .product-big_sale {
    top: -75px;
    right: -22px;
    left: auto;
    width: 90px;
    height: 90px;
    padding-top: 23px;
    font-size: 10px;
    line-height: 18px;
    background-size: 90px;
  }

  .product-big_sale>span {
    font-size: 27px;
  }

  .product-big_sale span>span {
    font-size: 20px;
  }

  .section1-right {
    width: auto;
  }

  .price-old--top, .price-new--top {
    width: 41%;
  }

  .price-old--top {
    margin-left: 6%;
  }

  .protection {
    display: none;
  }

  .product-big_title br {
    display: none;
  }

  .title {
    font-size: 28px;
    line-height: 28px;
  }

  .danger-wrap {
    background-position: center bottom;
    background-size: 270px;
  }

  .danger-wrap {
    min-height: 300px;
  }

  .danger_title {
    font-size: 30px;
    line-height: 36px;
  }

  .danger_text {
    font-size: 20px;
    line-height: 24px;
  }

  .danger_text--1, .danger_text--2, .danger_text--3 {
    max-width: 310px;
    margin-top: 20px;
    margin-bottom: 1px;
    margin-left: 1px;
  }

  .danger_text>span {
    display: inline;
  }

  .symptoms_text {
    font-size: 20px;
    line-height: 30px;
  }

  .symptoms {
    padding: 20px 1px 10px 1px;
  }

  .section4 {
    padding-bottom: 1px;
    background: none;
  }

  .enter {
    padding: 25px 0;
  }

  .block_enter {
    display: block;
    width: 230px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 28px;
  }

  .action {
    background: url(../img/bg-section4.jpg) no-repeat center 90px;
    background-size: 300px;
  }

  .block_action--1, .block_action--2, .block_action--3, .block_action--4 {
    float: none;
    width: auto;
    margin: 0;
    padding: 10px 1px;
    text-align: center;
  }

  .section41 {
    padding-top: 0;
    background: none;
  }

  .section41 .title>span:last-child {
    font-size: 20px;
  }

  .block_action * {
    width: 100%;
  }

  .section41 .title {
    padding: 0;
    font-size: 28px;
    line-height: 1;
  }

  .block_action--2 {
    margin-bottom: 20px;
  }

  .danger_title {
    width: 100%;
  }

  .section5 {
    padding-top: 20px;
  }

  .section8 {
    display: none;
  }

  .health {
    padding: 30px 0 5px;
  }

  .section-for320 {
    display: block;
    padding-top: 1px;
    padding-bottom: 20px;
    background: url(../img/bg-section8.jpg) no-repeat center top;
    background-size: cover;
  }

  .section11 {
    padding-top: 20px;
  }

  .research {
    padding-bottom: 20px;
    background-position: center 20px;
    background-size: 285px;
  }

  .research:before {
    background-size: 285px;
  }

  .research_block--2 {
    padding-right: 58px;
  }

  .research_procent {
    padding-bottom: 178px;
    font-size: 26px;
    line-height: 30px;
  }

  .research_title {
    font-size: 18px;
    line-height: 22px;
  }

  .research_text {
    font-size: 15px;
    line-height: 18px;
  }

  .section7 {
    display: none;
  }

  .section9 .title {
    padding-left: 1px;
  }

  .expert {
    padding-bottom: 250px;
    background-size: 170px;
  }

  .expert_text {
    padding: 30px 25px 20px;
    font-size: 19px;
    line-height: 24px;
  }

  .expert_about, .expert_name {
    padding-left: 2px;
  }

  .expert_about--2 {
    padding-bottom: 2px;
  }

  .health_block {
    width: auto;
  }

  .slick-dots {
    bottom: -50px;
  }

  .slick-prev, .slick-next {
    bottom: -88px;
  }

  .section12, .section13 {
    display: none;
  }

  .get-block {
    display: block;
    width: auto;
    margin: 0;
    font-size: 21px;
    line-height: 26px;
  }

  .section15 {
    display: none;
  }

  .block_work {
    display: block;
    width: auto;
  }

  .work_img {
    display: none;
  }

  .block_work {
    min-height: 92px;
    padding-bottom: 65px;
    padding-top: 20px;
  }

  .block_work--1 {
    padding-right: 77px;
    padding-top: 10px;
    margin: 0;
    background: url(../img/work-1.png) no-repeat right top;
    background-size: 77px;
  }

  .block_work--2 {
    padding-left: 77px;
    padding-top: 20px;
    margin: 0;
    background: url(../img/work-2.png) no-repeat left top;
    background-size: 77px;
  }

  .block_work--3 {
    float: none;
    padding-right: 77px;
    margin: 0;
    background: url(../img/work-3.png) no-repeat right 20%;
    background-size: 77px;
  }

  .block_work--4 {
    float: none;
    padding-left: 77px;
    margin: 0;
    background: url(../img/work-4.png) no-repeat left 5%;
    background-size: 77px;
  }

  .block_work--1.block_work:after, .block_work--2.block_work:after, .block_work--3.block_work:before {
    content: " ";
    position: absolute;
    top: auto;
    right: auto;
    bottom: 10px;
    left: 40%;
    width: 29px;
    height: 45px;
    background: url(../img/arrow-small.png) no-repeat 0 0;
  }

  .block_work--4.block_work:after {
    display: none;
  }

  .work_text {
    font-size: 21px;
    line-height: 23px;
  }

  .footer_left {
    float: none;
    text-align: center;
  }

  .footer_right {
    display: none;
  }

  .mod {
    width: 310px;
    margin-left: -160px;
  }

  .form-main:before {
    display: none;
  }

  .section17 .title {
    margin-bottom: 50px;
  }

  .section17 .product-big_sale {
    top: -55px;
  }

  .prod_mob {
    display: block;
    width: 200px;
    margin: 10px auto 15px;
  }

  .block_work--1.block_work:after, .block_work--2.block_work:after, .block_work--3.block_work:before {
    display: none;
  }
}

@media screen and (max-width: 319px) {
  .wrapper {
    width: 230px;
  }

  .product-big_sale {
    right: 1px;
  }

  .product-big_title {
    margin-left: 1px;
    font-size: 20px;
    line-height: 26px;
  }

  .price-old--top, .price-new--top {
    display: block;
    width: auto;
    margin-right: 5px;
    margin-left: 25px;
  }

  .price-text--top {
    font-size: 21px;
    line-height: 21px;
  }

  .price-x--top {
    font-size: 46px;
    line-height: 48px;
  }

  .currency-small--top {
    font-size: 35px;
  }

  .price-new--top {
    margin-top: 6px;
  }

  .section1-right-wrap {
    padding-top: 18px;
  }

  .submit-form {
    padding: 12px 0;
    /* font-size: 30px; */
    line-height: 30px;
  }

  .danger-wrap {
    padding-bottom: 30px;
    background-size: 230px;
  }

  .symptoms_text {
    line-height: 27px;
    background-position: left 8px;
  }

  .research {
    background-size: 230px;
  }

  .research_block--1 .research_procent {
    padding-left: 1px;
  }

  .research_block--2 .research_procent {
    padding-left: 1px;
    text-align: right;
  }

  .research_procent {
    padding-bottom: 145px;
    font-size: 22px;
    line-height: 24px;
  }

  .research_block--2 {
    padding-left: 14px;
  }

  .expert {
    padding-bottom: 330px;
    background-size: 220px;
  }

  .expert_name {
    font-size: 21px;
    line-height: 23px;
  }

  .expert_about {
    font-size: 15px;
    line-height: 22px;
  }

  .health_block img {
    max-width: 100%;
  }

  .work_text {
    font-size: 19px;
    line-height: 18px;
  }

  .block_work--1, .block_work--3 {
    padding-right: 60px;
    background-size: 60px;
  }

  .block_work--2, .block_work--4 {
    padding-left: 60px;
    background-size: 60px;
  }

  .footer, .footer_polit {
    font-size: 14px;
    line-height: 18px;
  }

  .mod {
    width: 230px;
    margin-left: -115px;
  }

  .input-form {
    padding: 0 10px 0 41px;
    font-size: 14px;
  }
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: url(../img/sel2.png) 5% center no-repeat;
}

.hidden_price {
  display: none;
}
.js_errorMessage {
  direction: ltr;
}