@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''), url('../fonts/pt-sans-v16-latin-regular.woff2') format('woff2'),
}

@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local(''), url('../fonts/pt-sans-v16-latin-italic.woff2') format('woff2'),
}

@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(''), url('../fonts/pt-sans-v16-latin-700.woff2') format('woff2'),
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: 0
}

.slick-list.dragging {
  cursor: pointer
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: ''
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: .25
}

.slick-next:before,
.slick-prev:before {
  font-family: slick, sans-serif;
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-prev {
  left: -25px
}

.slick-prev:before {
  content: '←'
}

.slick-next {
  right: -25px
}

.slick-next:before {
  content: '→'
}

.slick-dotted.slick-slider {
  margin-bottom: 30px
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1
}

.slick-dots li button:before {
  font-family: slick, sans-serif;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000
}

a,
b,
body,
div,
form,
header,
html,
i,
img,
li,
object,
output,
p,
pre,
s,
section,
span,
sub,
u,
ul,
var {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline
}

header,
section {
  display: block
}

ul {
  list-style: none
}

ul ul {
  margin-bottom: 0
}

a img {
  border: 0
}

hr {
  border: 0 none;
  background: 0 0;
  outline: 0;
  height: 0;
  margin: 0
}

[hidden] {
  display: none
}

button,
input,
select {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline
}

button,
input {
  line-height: normal
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0
}

button,
input[type=button],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
  appearance: button;
}

input[type=button],
input[type=submit] {
  width: auto;
  height: auto
}

select[multiple] {
  height: inherit;
  background-color: #fff
}

select {
  height: 28px
}

input[type=hidden] {
  display: none
}

select:focus {
  outline: 1px dotted #666
}

img {
  max-width: 100%
}

#slider-wrap {
  margin: 0 auto
}

div#slider button {
  border: none;
  cursor: pointer;
  top: 50%;
  width: 28px;
  height: 45px;
  margin-top: -30px;
  z-index: 1
}

body {
  font-family: Tahoma, sans-serif
}

#slider {
  width: 100%;
  position: relative
}

.slide {
  width: 100%;
  height: 100%;
  padding: 20px 50px 0
}

div#slider button {
  border: none;
  cursor: pointer
}

.position {
  display: inline-block;
  margin-left: -12px;
  height: 37px;
  overflow: hidden;
  position: relative;
  width: 25px
}

.mouse_moved {
  position: fixed
}

.line_top {
  width: 100%;
  height: 10px;
  top: 0
}

.line_bottom {
  width: 100%;
  height: 10px;
  bottom: 0
}

.hide {
  display: none !important
}

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

a,
body,
button,
div,
form,
input,
li,
p,
pre,
ul {
  -webkit-transform-origin: center center;
  transform-origin: center center
}

a,
body,
div,
form,
html,
img,
input,
li,
p,
span,
ul {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  font-weight: 400;
  background: 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

button::-moz-focus-inner {
  border: 0
}

ul {
  list-style: none
}

body {
  line-height: 1;
  font-size: 16px;
  font-weight: 400;
  font-family: PTSans-Regular, sans-serif
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 960px
}

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

.body-wrap {
  overflow-x: hidden
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 28px 0 23px;
  background: rgba(0, 0, 0, .59)
}

.header__logo {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  float: left
}

.header__call {
  color: #fff;
  cursor: pointer;
  float: right;
  border: 3px solid #ffc162;
  font-size: 18px;
  line-height: 18px;
  padding: 4px 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px
}

.header__call:hover {
  opacity: .85
}

.header__blocks {
  text-align: center;
  padding-top: 9px;
  padding-left: 120px
}

.header__blocks a {
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  text-decoration: none;
  margin: 0 8px;
  font-family: Roboto-Light, PTSans-Regular, sans-serif
}

.header__blocks a:hover {
  text-decoration: underline
}

#action {
  display: block;
  height: 1px;
  position: relative;
  top: 2px
}

#effect {
  display: block;
  height: 1px;
  position: relative;
  top: 2px
}

.section1 {
  padding-top: 110px;
  padding-bottom: 10px;
  min-height: 691px;
  background: url("../images/sect1-bg.png") no-repeat center top #f3f3f3;
  background-size: cover
}

.main-title {
  color: #fff;
  font-size: 54px;
  line-height: 56px;
  text-align: center;
  font-family: PTSans-Bold, sans-serif;
  padding: 0 64px 25px;
  letter-spacing: -1px;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, .42)
}

.section-wrap {
  padding: 0 52px 0 30px
}

.section-wrap:after {
  content: " ";
  clear: both;
  display: block
}

.section1-left {
  float: left;
  width: 370px;
  position: relative;
  z-index: 1
}

.do-blocks {
  padding-top: 138px
}

.do {
  color: #fff;
  font-size: 17px;
  line-height: 22px;
  padding: 13px 0 13px 60px;
  /* background: url("../images/do-bg.png") repeat-y 0 0; */
  background: rgba(0, 0, 0, 0.6);
  position: relative;
  margin-bottom: 3px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px
}

.do:before {
  content: " ";
  background: url("../images/do-galka.png") no-repeat;
  width: 26px;
  height: 24px;
  position: absolute;
  top: 7px;
  left: 30px
}

.section1-center {
  float: left;
  width: 226px;
  position: relative;
  z-index: 2;
  padding-top: 1px
}

.sale-wrap {
  float: right;
  padding-top: 33px;
  position: relative;
  z-index: 4;
  background: url("../images/sale-bg.png") no-repeat 0 0;
  width: 107px;
  height: 107px;
  text-align: center;
  margin-top: 50px
}

.sale-title {
  color: #000;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 2px
}

.sale-text {
  color: #000;
  font-size: 24px;
  line-height: 24px;
  font-family: PTSans-Bold, sans-serif
}

.sale-product-img {
  position: relative
}

.sale-product-img:before {
  content: " ";
  position: absolute;
  top: 68px;
  left: -10px;
  z-index: 2;
  background: url("../images/product.png") no-repeat 0 0;
  width: 205px;
  height: 469px
}

.section1-right {
  float: right;
  width: 266px;
  position: relative;
  z-index: 10;
  padding-top: 10px
}

.product-how-much,
.product-how-much span {
  font-weight: 700
}
.product-how-much {
  padding-right: 5px!important;
  padding-left: 5px!important;
}
.form-bg_top {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 12px 10px 19px;
  background: rgba(255, 221, 191, .84);
  -webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, .53);
  -moz-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, .53);
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, .53)
}

.timer-wrap {
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fbefe5;
  padding: 10px 5px
}

.timer-title {
  text-align: center;
  color: #412507;
  font-size: 16px;
  line-height: 16px;
  padding-bottom: 8px
}

.time-index {
  text-align: center
}

.time-index span {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  color: #432103;
  padding-top: 7px;
  margin: 3px 13px 0 14px
}

.time-index span:first-child {
  margin-left: 22px
}

.wrap-price--top {
  padding-bottom: 6px
}

.price-new-wrap--top,
.price-old-wrap--top {
  display: inline-block;
  vertical-align: top;
  text-align: left
}

.price-new-text--top,
.price-old-text--top {
  padding-bottom: 1px;
  font-size: 12px;
  line-height: 12px;
  font-family: PTSans-Bold, sans-serif
}

.price-old-text--top {
  color: #000
}

.price-new-text--top {
  color: red
}

.price-new-x--top,
.price-old-x--top {
  font-family: PTSans-Bold, sans-serif;
  display: inline-block;
  vertical-align: top
}

.price-old-x--top {
  color: #000
}

.price-new-x--top {
  color: red
}

.price-x--top {
  font-size: 36px;
  line-height: 36px;
  position: relative
}

.price-old-x--top .price-x--top:before {
  content: " ";
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  top: 55%;
  left: 0
}

.form-main {
  position: relative
}

.form-main:after {
  content: ' ';
  background: url("../images/arrow-form.png") no-repeat 0 0;
  width: 26px;
  height: 50px;
  position: absolute;
  bottom: 120px;
  left: -39px
}

.input-form {
  width: 100%;
  border: none;
  padding: 0 10px;
  height: 40px;
  color: #000;
  font-size: 14px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 12px;
  background: #fff;
  font-family: PTSans-Regular, sans-serif;
  -webkit-box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, .59);
  -moz-box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, .59);
  box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, .59)
}

.input-form::-webkit-input-placeholder {
  color: #828282
}

.input-form::-moz-placeholder {
  color: #828282
}

.input-form:-moz-placeholder {
  color: #828282
}

.input-form:-ms-input-placeholder {
  color: #828282
}

.submit-form {
  width: 100%;
  border: none;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background: red;
  height: 67px;
  color: #fff;
  font-size: 32px;
  line-height: 32px;
  cursor: pointer;
  font-family: PTSans-Bold, sans-serif;
  outline: 0;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .5);
  -moz-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .5);
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .5)
}

.submit-form:hover {
  background: #a30606
}

.section2 {
  background: #f3f3f3;
  padding: 46px 0 0
}

.section2 .wrapper {
  background: url("../images/sect2-bg.png") no-repeat right bottom;
  min-height: 312px
}

.title {
  font-size: 36px;
  line-height: 40px;
  text-align: center
}

.section2 .title {
  font-size: 32px;
  line-height: 38px
}

.title2-span1 {
  display: block
}

.symptoms {
  padding: 45px 0 20px 82px
}

.symptoms__block {
  display: inline-block;
  vertical-align: top;
  width: 368px
}

.symptoms__text {
  background: url("../images/symptom-bg.png") no-repeat 0 0;
  min-height: 28px;
  padding: 0 0 27px 45px;
  font-size: 22px;
  line-height: 28px;
  max-width: 330px
}

.section3 {
  background: #fff;
  padding: 50px 0 55px
}

.stage__main-text {
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  padding: 45px 0 0
}

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

.stage__block {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 33%;
  padding: 210px 0 0;
  position: relative;
  margin-left: -3px
}

.stage__block:before {
  content: " ";
  background: url("../images/stage-img.png") no-repeat;
  width: 200px;
  height: 188px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -100px
}


.stage__block--1.stage__block:before,
.stage__block--2.stage__block:before,
.stage__block--3.stage__block:before {
  background: #000;
  border-radius: 50%;
  content: "18+";
  font-weight: 700;
  font-size: 25px;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.stage__block--1.stage__block.hidden:before {
  background: url(../images/stage-img.png) no-repeat;
  background-position: 0 0;
  content: "";
}
.stage__block--2.stage__block.hidden:before {
  background: url(../images/stage-img.png) no-repeat;
  background-position: -200px 0;
  content: "";
}
.stage__block--3.stage__block.hidden:before {
  background: url(../images/stage-img.png) no-repeat;
  background-position: -400px 0;
  content: "";
}
.stage__block--2.stage__block:before {
  background-position: -200px 0
}

.stage__block--3.stage__block:before {
  background-position: -400px 0
}

.stage__block--1.stage__block:after,
.stage__block--2.stage__block:after {
  content: " ";
  background: url("../images/stage-arrow.png") no-repeat;
  width: 21px;
  height: 67px;
  position: absolute;
  top: 62px;
  right: -12px
}

.stage__title {
  font-size: 28px;
  line-height: 28px;
  font-family: PTSans-Bold, sans-serif;
  padding-bottom: 10px
}



.stage__text i {
  width: 5px;
  height: 5px;
  background: #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  margin-right: 6px
}

.stage__main-block-bg {
  font-size: 28px;
  line-height: 34px;
  color: #fff;
  background: #043043;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  padding: 22px 5px 20px;
  margin: 0 28px
}

.stage__main-block-span {
  font-size: 27px
}

.section__wrap-bg {
  background: #f3f3f3
}

.section4 {
  position: relative;
  z-index: 4;
  padding: 60px 0 140px;
  overflow: hidden
}

.section4:before {
  content: " ";
  background: url("../images/sect4-bg.png") no-repeat 0 0;
  width: 694px;
  height: 984px;
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-right: -960px;
  z-index: 1
}

.section4 .wrapper {
  position: relative;
  z-index: 3
}

.section4 .title {
  font-size: 40px
}

.work__text-top {
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  padding-top: 35px
}

.work__wrap {
  padding: 60px 0 38px;
  text-align: center
}

.work__block {
  display: inline-block;
  vertical-align: top;
  width: 21%;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  padding-top: 150px;
  position: relative
}

.work__block:before {
  content: " ";
  background: url("../images/work-img.png") no-repeat;
  width: 150px;
  height: 137px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -75px
}

.work__block--1.work__block:before {
  background-position: 0 0
}

.work__block--2.work__block:before {
  background-position: -150px 0
}

.work__block--3.work__block:before {
  background-position: -300px 0
}

.work__block--4.work__block:before {
  background-position: -450px 0
}

.consist {
  padding: 0 25px 0 45px
}

.consist__text {
  padding-bottom: 30px;
  font-size: 20px;
  line-height: 1.3
}

.consist__text--b {
  font-family: PTSans-Bold, sans-serif
}

.consist__text--3 {
  padding-right: 95px
}

.consist__text--4 {
  padding-right: 35px
}

.section5 {
  background: url("../images/sect5-bg.jpg") no-repeat center top;
  background-size: cover;
  padding: 180px 0 55px;
  position: relative;
  z-index: 3;
  margin-top: -155px
}

.section-form {
  /* background: url("../images/sect-form-bg.png") repeat-y center top; */
  padding: 37px 0 28px
}

.form-wrapper {
  margin: 0 28px;
  background: url("../images/form-wrap-bg.png") repeat-y center top;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px
}

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

.form-left {
  width: 365px;
  float: left;
  padding: 40px 0 20px 18px
}

.form-left__title {
  padding-bottom: 10px;
  font-size: 22px;
  line-height: 26px
}

.wrap-sale-price {
  background: url("../images/sale-price-bg.png") repeat-y 0 0;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 11px 0 8px 9px
}

.wrap-sale-price:after {
  content: " ";
  clear: both;
  display: block
}

.form-left__sale-wrap {
  float: left;
  padding-top: 33px;
  position: relative;
  z-index: 4;
  background: url("../images/sale-bg.png") no-repeat 0 0;
  width: 107px;
  height: 107px;
  text-align: center
}

.wrap-price--all {
  padding-left: 133px
}

.price-old-wrap--all {
  padding-bottom: 10px
}

.product-sh--all {
  font-size: 18px;
  line-height: 22px;
  padding-top: 10px;
  font-family: PTSans-Italic, sans-serif
}

.form-center {
  float: left;
  width: 200px;
  height: 5px;
  position: relative;
  z-index: 1
}

.form-center:before {
  content: " ";
  position: absolute;
  top: -40px;
  left: -4px;
  z-index: 2;
  background: url("../images/product.png") no-repeat 0 0;
  width: 190px;
  height: 469px
}

.form-right {
  width: 305px;
  float: right;
  padding: 36px 24px 9px 0;
  position: relative;
  z-index: 3
}

.form__title {
  font-size: 16px;
  line-height: 16px;
  padding-bottom: 12px
}

.timer--mob {
  display: none
}

.wrap-price--mob {
  display: none
}

.protection {
  font-size: 15px;
  line-height: 15px;
  text-align: left;
  padding-top: 4px;
  margin-top: 6px;
  background: url("../images/protect.png") no-repeat right 0;
  min-height: 29px
}

.form-bg--all .form-main:after {
  background: url("../images/arrow-form-2.png") no-repeat 0 0;
  width: 30px;
  height: 57px;
  position: absolute;
  bottom: 59px;
  left: -32px
}

.section6 {
  background: #fff;
  padding: 60px 0 40px
}

.effect {
  padding-top: 62px;
  text-align: center
}

.effect__block {
  display: inline-block;
  vertical-align: top;
  width: 175px;
  padding: 122px 0 30px;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  position: relative
}

.effect__block--6 {
  width: 200px
}

.effect__block:before {
  content: " ";
  background: url("../images/effect-img.png") no-repeat;
  width: 120px;
  height: 113px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -60px
}

.effect__block--1.effect__block:before {
  background-position: 0 0
}

.effect__block--2.effect__block:before {
  background-position: -120px 0
}

.effect__block--3.effect__block:before {
  background-position: -240px 0
}

.effect__block--4.effect__block:before {
  background-position: -360px 0
}

.effect__block--5.effect__block:before {
  background-position: -480px 0
}

.effect__block--6.effect__block:before {
  background-position: -600px 0
}

.effect__block--7.effect__block:before {
  background-position: -720px 0
}

.section__wrap-bg-2 {
  background: #043043
}

.section7 {
  padding: 56px 0 0;
  position: relative;
  z-index: 4
}

.section7 .title {
  color: #fff
}

.how-use {
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  padding: 20px 35px 0
}

.section8 {
  background: url("../images/sect8-bg.jpg") no-repeat center top;
  background-size: cover;
  padding: 137px 0 56px;
  position: relative;
  z-index: 3;
  margin-top: -22px
}

.section9 {
  background: #f3f3f3
}

.section9 .wrapper {
  position: relative;
  min-height: 532px
}

.section9 .wrapper:before {
  content: " ";
  background: url("../images/better-img.png") no-repeat 0 0;
  width: 424px;
  height: 532px;
  position: absolute;
  z-index: 3;
  top: 0;
  right: -5px
}

.section9 .title {
  text-align: left;
  padding-left: 15px;
}

.better__wrap {
  padding: 58px 345px 65px 31px
}

.better {
  margin-top: 33px;
  background: #fff;
  padding: 24px 22px 33px 17px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px
}

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

.better__text--1 {
  padding-bottom: 25px
}

.section10 {
  background: #fff;
  padding-top: 50px
}

.expert {
  padding: 40px 0 55px 310px;
  background: url("../images/expert-img.png") no-repeat left bottom;
  min-height: 399px
}

.expert__text {
  font-size: 22px;
  line-height: 28px;
  padding-right: 25px
}

.expert__name {
  font-size: 18px!important;
  line-height: 1.3!important;
  padding-left: 370px
}

.section11 {
  background: #043043;
  padding: 50px 0 35px
}

.section11 .title {
  color: #fff
}

.slider-wrapper {
  padding: 35px 30px 0
}

#slider {
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px
}

.slide {
  padding: 33px 1px 1px
}

.text-wrap-slide {
  font-size: 20px;
  line-height: 24px;
  padding: 0 70px 10px 265px;
  min-height: 168px
}

.text-wrap-slide--1 {
  background: url("../images/slide-1.png") no-repeat 83px 8px
}

.text-wrap-slide--2 {
  background: url("../images/slide-2.png") no-repeat 83px 8px
}

.text-wrap-slide--3 {
  background: url("../images/slide-3.png") no-repeat 83px 8px
}

.text-slide {
  padding-bottom: 8px;
  min-height: 153px
}

div#slider button {
  width: 21px;
  height: 67px;
  margin-top: -36px;
  outline: 0 !important;
  padding: 0 !important
}

div#slider button:focus,
div#slider button:hover {
  outline: 0 !important
}

div#slider button::-moz-focus-inner {
  border: 0
}

.section12 {
  background: url("../images/sect12-bg.jpg") no-repeat center top;
  background-size: cover;
  padding-top: 88px;
  overflow: hidden
}

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

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

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

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

.mod {
  position: absolute;
  top: 15%;
  margin-bottom: 20px;
  z-index: 102;
  width: 100%
}

.mod .form-wrapper {
  position: relative
}

.close-img,
.close-mouse {
  display: block;
  content: " ";
  position: absolute;
  background: url("../images/close.png") no-repeat 0 0;
  width: 32px;
  height: 32px;
  top: -8px;
  right: -8px;
  cursor: pointer;
  z-index: 103
}

.sale-wrapper--mob {
  display: none
}

.protection--mob {
  display: none
}

@media screen and (max-width:991px) {
  .wrapper {
    width: 750px
  }

  header {
    padding: 24px 0 22px
  }

  .header__blocks {
    display: none
  }

  .section1 {
    min-height: 6px;
    background: url("../images/sect1-bg-750.png") no-repeat center bottom #f3f3f3;
    background-size: cover;
    padding-top: 94px;
    padding-bottom: 20px
  }

  .main-title {
    font-size: 49px;
    line-height: 53px;
    padding: 0 64px 1px;
    letter-spacing: 0
  }

  .section-wrap {
    padding: 0 1px
  }

  .section1-left {
    float: none;
    width: auto
  }

  .do-blocks {
    padding-top: 50px;
    padding-left: 200px
  }

  .section1-center {
    display: none
  }

  .section1-right {
    float: none;
    margin: 0 auto;
    width: auto;
    padding-top: 1px
  }

  .product-sh--all {
    display: none
  }

  .sale-wrapper--mob {
    display: block;
    margin: 15px auto 0;
    width: 374px;
    position: relative;
    padding: 1px 0 3px
  }

  .sale-wrap--mob {
    padding-top: 40px;
    background: url("../images/sale-bg-480.png") no-repeat 0 0;
    width: 128px;
    height: 128px;
    text-align: center;
    margin-top: 15px;
    margin-left: -7px
  }

  .sale-wrap--mob:before {
    content: " ";
    background: url("../images/product.png") no-repeat 0 0;
    width: 170px;
    height: 312px;
    position: absolute;
    top: 18px;
    right: 4px;
    z-index: 30
  }

  .sale-title {
    font-size: 24px;
    line-height: 22px;
    padding-bottom: 4px
  }

  .sale-text {
    font-size: 30px;
    line-height: 30px
  }

  .product-sh--mob {
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 4px;
    font-family: PTSans-Italic, sans-serif;
    padding-top: 8px;
    position: relative
  }

  .product-how-much {
    background: #ffc162;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    vertical-align: top;
    padding: 0 2px 0 1px;
    color: #000
  }

  .timer-title {
    font-size: 22px;
    line-height: 22px;
    padding-bottom: 8px
  }

  .price-new-text--top,
  .price-old-text--top {
    padding-bottom: 2px;
    font-size: 16px;
    line-height: 16px
  }

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

  .wrap-price--top {
    padding: 0 0 9px 0
  }

  .input-form {
    padding: 0 12px;
    height: 56px;
    font-size: 18px;
    margin-bottom: 17px;
    -webkit-box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, .63);
    -moz-box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, .63);
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, .63)
  }

  .submit-form {
    height: 96px;
    font-size: 44px;
    line-height: 44px;
    -webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, .5);
    margin-top: 1px
  }

  .protection,
  .protection--mob {
    display: block;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 27px;
    margin-top: 1px;
    font-size: 15px;
    line-height: 15px;
    background: url("../images/protect.png") no-repeat center bottom
  }

  .symptoms {
    padding: 45px 0 20px 215px
  }

  .symptoms__block {
    display: block;
    width: auto
  }

  .stage__main-text {
    font-size: 20px;
    line-height: 27px
  }

  .stage__text {
    font-size: 19px;
    line-height: 25px
  }

  .stage__main-block-bg,
  .stage__main-block-span {
    font-size: 23px;
    line-height: 30px
  }

  .work__block {
    width: 22%
  }

  .consist__text--3,
  .consist__text--4 {
    padding-right: 1px
  }

  .section4:before {
    display: none
  }

  .section4 {
    background: url("../images/sect4-bg-750.png") no-repeat center bottom;
    padding: 60px 0 110px
  }

  .section5 {
    background: url("../images/sect5-8-bg-480.png") no-repeat center top;
    background-size: cover;
    padding: 115px 0 25px;
    margin-top: -115px
  }

  .section-form {
    background: url("../images/sect-form-bg-480.png") repeat-y center top;
    padding: 10px 0 18px
  }

  .form-wrapper {
    margin: 0 auto;
    background: 0 0
  }

  .form-left {
    display: none
  }

  .form-center {
    display: none
  }

  .form-bg_top,
  .form-right {
    width: 370px;
    float: none;
    margin: 0 auto;
    padding: 18px 14px 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255, 221, 191, .84);
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .53);
    -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .53);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .53)
  }

  .form__title {
    display: none
  }

  .form-bg--all .form-main:after,
  .form-main:after {
    background: url("../images/arrow-form-480.png") no-repeat 0 0;
    width: 36px;
    height: 71px;
    bottom: 64px;
    left: -55px
  }

  .sale-wrapper--mob.sale-wrapper--mob-all {
    margin-bottom: 15px
  }

  .section6 .title {
    padding: 0 70px
  }

  .section8 {
    background: url("../images/sect5-8-bg-480.png") no-repeat center top;
    background-size: cover;
    padding: 70px 0 26px;
    margin-top: -6px
  }

  .section9 .wrapper:before {
    display: none
  }

  .section9 {
    background: url("../images/better-img-480.jpg") no-repeat center top #f3f3f3;
    min-height: 620px
  }

  .better__wrap {
    padding: 58px 1px 65px
  }

  .section9 .title {
    text-align: center
  }

  .better {
    margin: 50px 110px 0
  }

  .expert {
    padding: 40px 20px 1px;
    background-size: 220px;
    min-height: 399px
  }

  .expert__text {
    padding-right: 1px
  }

  .expert__name {
    padding: 80px 0 40px 366px;
    min-height: 320px
  }

  .text-wrap-slide--1,
  .text-wrap-slide--2,
  .text-wrap-slide--3 {
    background-position: 60px 26px
  }

  .text-wrap-slide {
    padding: 0 60px 10px 246px;
    min-height: 187px
  }


  .slider-wrapper {
    padding: 35px 10px 0
  }

  .text-slide {
    min-height: 200px
  }

  .section12 {
    background: url("../images/sect12-bg-480.jpg") no-repeat center top;
    background-size: cover;
    padding-top: 32px
  }

  .timer--mob {
    display: block
  }

  .wrap-price--mob {
    display: block
  }

  .mod .product-sh--mob {
    color: #fff
  }

  .mod .sale-wrap--mob:before {
    background: url("../images/product.png") no-repeat 0 0;
    width: 156px;
    height: 313px;
    top: 20px;
    right: 38px
  }

  .mod .timer-wrap.timer--mob {
    display: none !important
  }

  .mod {
    top: 10px
  }

  .mod .wrapper {
    width: 380px
  }

  .close-img {
    top: -12px;
    right: -6px
  }

  .mod .form-right {
    padding-top: 31px
  }
}

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

  .main-title {
    font-size: 42px;
    line-height: 53px;
    margin: 0 -3px;
    padding: 0 1px 1px
  }

  .do-blocks {
    padding-top: 50px;
    padding-left: 58px
  }

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

  .section2 {
    padding: 53px 0 0
  }

  .section2 .title {
    font-size: 28px;
    line-height: 32px;
    padding: 0 36px
  }

  .section2 .title br {
    display: none
  }

  .symptoms__text {
    padding: 0 0 1px 55px;
    line-height: 33px;
    margin-bottom: 30px;
    background: url("../images/symptom-bg-480.png") no-repeat 0 center;
    min-height: 34px
  }

  .symptoms {
    padding: 39px 0 30px 58px
  }

  .section2 .wrapper {
    background: 0 0;
    min-height: 3px
  }

  .section2 {
    background: url("../images/sect2-bg-480.jpg") no-repeat center bottom #f3f3f3;
    min-height: 316px
  }

  .section3 {
    padding: 28px 0 40px
  }

  .section3 .title {
    padding: 0 20px
  }

  .stage__main-text {
    font-size: 18px;
    line-height: 24px;
    padding: 30px 0 0
  }

  .stage__main-text br {
    display: none
  }

  .stage__span1 {
    display: block
  }

  .stage {
    padding: 40px 0 1px
  }

  .stage__block {
    display: block;
    width: auto;
    padding: 258px 0 40px;
    margin: 0 auto
  }

  .stage__title {
    font-size: 36px;
    line-height: 36px;
    padding-bottom: 12px
  }

  .stage__text {
    font-size: 24px;
    line-height: 32px
  }

  .stage__block--1.stage__block:after,
  .stage__block--2.stage__block:after {
    display: none
  }

  .stage__text i {
    width: 6px;
    height: 6px;
    margin-top: 12px;
    margin-right: 8px
  }

  .stage__block:before {
    background: url("../images/stage-img-480.png") no-repeat;
    width: 250px;
    height: 232px;
    margin-left: -125px
  }

  .stage__block--2.stage__block:before {
    background-position: -250px 0
  }

  .stage__block--3.stage__block:before {
    background-position: -500px 0
  }

  .stage__main-block-bg {
    padding: 11px 9px 16px;
    margin: 0 1px
  }

  .stage__main-block-bg,
  .stage__main-block-span {
    font-size: 22px;
    line-height: 26px
  }

  .section4 .title {
    font-size: 30px
  }

  .section4 {
    background: url("../images/sect4-bg-480.png") no-repeat center bottom;
    padding: 33px 0 110px
  }

  .work__text-top {
    font-size: 20px;
    line-height: 23px;
    padding-top: 22px
  }

  .work__span1 {
    display: block
  }

  .work__wrap {
    padding: 53px 0 1px
  }

  .work__block {
    width: 48%;
    padding-bottom: 50px
  }

  .consist {
    padding: 0 5px
  }

  .consist__text {
    padding-bottom: 27px;
    font-size: 22px;
    line-height: 26px
  }

  .consist__text--4 {
    padding-right: 24px
  }

  .section6 .title {
    padding: 0 1px;
    font-size: 30px;
    line-height: 34px
  }

  .effect__block {
    width: 190px;
    padding: 122px 0 46px
  }

  .effect__block--6 {
    width: 190px
  }

  .section6 {
    padding: 37px 0 1px
  }

  .effect {
    padding-top: 54px
  }

  .section7 .title {
    font-size: 29px
  }

  .section7 {
    padding: 35px 0 0
  }

  .how-use {
    padding: 23px 1px 0
  }

  .section8 {
    margin-top: -10px
  }

  .section9 .title {
    font-size: 29px;
    line-height: 40px
  }

  .better {
    margin: 36px 2px 0;
    padding: 24px 16px 50px 24px
  }

  .better__wrap {
    padding: 34px 1px 110px
  }

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

  .expert__text {
    font-size: 18px;
    line-height: 24px
  }

  .section10 {
    padding-top: 36px
  }

  .expert {
    padding: 32px 1px 1px 24px;
    margin-left: -10px
  }

  .expert__name {
    font-size: 18px;
    line-height: 24px;
    padding: 80px 0 40px 204px;
    min-height: 326px
  }

  .section11 .title {
    font-size: 36px
  }

  .section11 {
    padding: 38px 0 40px
  }

  .slider-wrapper {
    padding: 40px 4px 0
  }


  .slide {
    padding: 23px 1px 1px
  }

  .text-wrap-slide--1 {
    background: url("../images/slide-1-480.png") no-repeat center top
  }

  .text-wrap-slide--2 {
    background: url("../images/slide-2-480.png") no-repeat center top
  }

  .text-wrap-slide--3 {
    background: url("../images/slide-3-480.png") no-repeat center top
  }

  .text-wrap-slide {
    padding: 186px 12px 1px 23px;
    min-height: 155px
  }

  .text-slide br {
    display: none
  }

  .text-slide {
    padding-bottom: 14px;
    min-height: 182px
  }

  div#slider button {
    margin-top: 1px;
    top: 69px
  }
}

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

  header {
    padding: 16px 0 17px
  }

  .header__call {
    display: none
  }

  .header__logo {
    float: none;
    margin: 1px auto
  }

  .section1 {
    background: url("../images/sect1-bg-240.png") no-repeat center bottom #f3f3f3;
    background-size: cover;
    padding-top: 72px;
    padding-bottom: 10px
  }

  .main-title {
    font-size: 36px;
    line-height: 40px;
    margin: 0 1px
  }

  .do-blocks {
    padding-top: 19px;
    padding-left: 39px
  }

  .do {
    font-size: 14px;
    line-height: 14px;
    padding: 19px 0 19px 30px;
    background: url("../images/do-bg-240.png") repeat-y 0 0
  }

  .do:before {
    background: url("../images/do-galka-240.png") no-repeat;
    width: 17px;
    height: 17px;
    top: 14px;
    left: 13px
  }

  .sale-wrapper--mob {
    margin: 18px auto 2px;
    width: 238px;
    padding: 1px 0 3px
  }

  .sale-wrap--mob:before {
    display: none
  }

  .sale-wrap--mob {
    padding-top: 28px;
    background: url("../images/sale-bg-240.png") no-repeat 0 0;
    width: 89px;
    height: 89px;
    margin-top: 1px;
    margin-left: 4px;
    float: left
  }

  .sale-title {
    font-size: 17px;
    line-height: 16px;
    padding-bottom: 1px
  }

  .sale-text {
    font-size: 22px;
    line-height: 22px
  }

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

  .product-sh--mob {
    font-size: 14px;
    line-height: 18px;
    padding: 18px 0 1px 5px;
    float: left
  }

  .form-bg_top,
  .form-right {
    width: 290px;
    padding: 20px 14px 10px
  }

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

  .price-new-text--top,
  .price-old-text--top {
    padding-bottom: 1px;
    font-size: 14px;
    line-height: 14px
  }

  .input-form {
    height: 40px;
    font-size: 17px;
    margin-bottom: 11px
  }

  .submit-form {
    height: 70px;
    font-size: 37px;
    line-height: 37px;
  }

  .form-bg--all .form-main:after,
  .form-main:after {
    display: none
  }

  .protection,
  .protection--mob {
    padding-top: 10px
  }

  .section2 .title {
    font-size: 25px;
    line-height: 30px;
    padding: 0 1px
  }

  .section2 {
    padding: 20px 0 0;
    background: #f3f3f3
  }

  .symptoms {
    padding: 30px 0 1px 10px
  }

  .symptoms__text {
    padding: 0 0 1px 47px;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 26px;
    background: url("../images/symptom-bg.png") no-repeat 0 0;
    min-height: 28px
  }

  .section3 .title {
    padding: 0 1px;
    font-size: 30px;
    line-height: 35px
  }

  .stage__block:before {
    background: url("../images/stage-img.png") no-repeat;
    width: 200px;
    height: 188px;
    margin-left: -100px
  }

  .stage__block--2.stage__block:before {
    background-position: -200px 0
  }

  .stage__block--3.stage__block:before {
    background-position: -400px 0
  }

  .stage__block {
    padding: 215px 0 35px
  }

  .stage__title {
    font-size: 33px;
    line-height: 33px;
    padding-bottom: 10px
  }

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

  .stage__main-block-bg,
  .stage__main-block-span {
    font-size: 20px;
    line-height: 25px
  }

  .stage__main-block-bg {
    padding: 11px 2px 16px
  }

  .section3 {
    padding: 28px 0 30px
  }

  .section4 .title {
    font-size: 32px
  }

  .title4-span1 {
    display: block
  }

  .work__text-top {
    display: none
  }

  .work__wrap {
    padding: 30px 0 1px
  }

  .consist__text {
    font-size: 20px;
    line-height: 24px;
    text-align: center
  }

  .consist__text--4 {
    padding-right: 19px;
    padding-left: 19px
  }

  .section4 {
    background: url("../images/sect4-bg-240.png") no-repeat center bottom;
    padding: 33px 0 300px
  }

  .section5 {
    padding: 50px 0 18px;
    margin-top: -64px
  }

  .section-form {
    background: url("../images/sect-form-bg-240.png") repeat-y center top;
    padding: 8px 0 16px
  }

  .sale-wrapper--mob.sale-wrapper--mob-all {
    margin-bottom: -6px
  }

  .title6-span1 {
    display: block
  }

  .effect {
    padding-top: 40px
  }

  .effect__block {
    padding: 122px 0 25px
  }

  .section7 .title {
    font-size: 30px
  }

  .title7-span1 {
    display: block
  }

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

  .section8 {
    margin-top: -3px;
    padding: 40px 0 17px
  }

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

  .section9 {
    background: url("../images/better-img-240.jpg") no-repeat center top #f3f3f3
  }

  .better__text {
    font-size: 18px;
    line-height: 22px;
    text-align: center
  }

  .better__text--1 {
    padding-bottom: 20px
  }

  .better {
    margin: 20px 2px 0;
    padding: 14px 9px 20px
  }

  .better__wrap {
    padding: 34px 1px 30px
  }

  .expert {
    padding: 32px 1px 320px;
    margin-left: 1px;
    text-align: center;
    background-position: center bottom
  }

  .expert__name {
    font-size: 18px;
    line-height: 22px;
    padding: 23px 20px 1px;
    min-height: 1px
  }

  .text-wrap-slide {
    padding: 170px 10px 1px;
    min-height: 155px;
    text-align: center
  }


  .text-slide {
    padding-bottom: 14px;
    min-height: 278px
  }

  .section12 {
    background: url("../images/sect12-bg-240.jpg") no-repeat center top;
    background-size: cover;
    padding-top: 1px
  }

  .section12 .sale-wrapper--mob {
    margin-top: 9px
  }

  .product-how-much {
    padding: 0 4px 0 2px
  }

  .popup-callback {
    display: none !important
  }

  .popup-phone {
    display: none !important
  }

  .popup-mouseleave {
    display: none !important
  }
}

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

  .main-title {
    font-size: 29px;
    line-height: 38px;
    margin: 0 -1px
  }

  .section1 {
    padding-top: 74px;
    padding-bottom: 10px
  }

  .do-blocks {
    padding-top: 23px;
    padding-left: 2px
  }

  .sale-wrapper--mob {
    width: 232px
  }

  .sale-wrap--mob {
    margin-left: 2px
  }

  .form-bg_top,
  .form-right {
    width: 224px;
    padding: 19px 8px 6px
  }

  .price-new-text--top,
  .price-old-text--top {
    padding-bottom: 1px;
    font-size: 12px;
    line-height: 12px
  }

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

  .wrap-price--top {
    padding: 0 0 11px 0
  }

  .input-form {
    height: 33px;
    font-size: 14px;
    margin-bottom: 11px;
    padding: 0 9px
  }

  .submit-form {
    height: 57px;
    font-size: 30px;
    line-height: 30px
  }

  .protection,
  .protection--mob {
    padding-top: 7px;
    font-size: 14px;
    line-height: 14px
  }

  .section2 .title {
    font-size: 20px;
    line-height: 24px;
    padding: 0 1px;
    margin: 0 -2px
  }

  .section2 {
    padding: 25px 0 0
  }

  .symptoms__text {
    padding: 0 0 1px 42px;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 26px
  }

  .symptoms {
    padding: 26px 0 1px 4px
  }

  .section3 .title {
    font-size: 24px;
    line-height: 34px
  }

  .stage__main-text {
    font-size: 16px;
    line-height: 20px;
    padding: 18px 0 0
  }

  .stage__title {
    font-size: 28px;
    line-height: 32px;
    padding-bottom: 9px
  }

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

  .section3 {
    padding: 22px 0 30px
  }

  .stage__main-text br {
    display: block
  }

  .stage__span1 {
    display: inline
  }

  .stage {
    padding: 45px 0 1px
  }

  .stage__block {
    padding: 210px 0 33px
  }

  .stage__text i {
    width: 5px;
    height: 5px
  }

  .stage__main-block-bg,
  .stage__main-block-span {
    font-size: 16px;
    line-height: 22px
  }

  .stage__main-block-bg {
    padding: 11px 1px 16px;
    margin: 0 -3px
  }

  .section4 .title {
    font-size: 24px;
    line-height: 34px
  }

  .work__block {
    width: auto;
    display: block;
    padding-bottom: 28px
  }

  .section4 {
    padding: 21px 0 300px
  }

  .work__wrap {
    padding: 22px 0 1px
  }

  .consist__text {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 24px
  }

  .consist__text--4 {
    padding-right: 1px;
    padding-left: 1px;
    margin: 0 -3px
  }

  .consist {
    padding: 0 1px;
    margin: 0 -2px
  }

  .section5 {
    padding: 43px 0 18px;
    margin-top: -55px
  }

  .section6 .title {
    padding: 0 1px;
    font-size: 24px;
    line-height: 28px;
    margin: 0 -5px
  }

  .section6 {
    padding: 24px 0 1px
  }

  .effect {
    padding-top: 25px
  }

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

  .how-use {
    font-size: 16px;
    line-height: 22px;
    padding: 20px 8px 0
  }

  .section7 {
    padding: 24px 0 0
  }

  .section8 {
    margin-top: 7px;
    padding: 34px 0 17px
  }

  .section9 .title {
    font-size: 21px;
    line-height: 29px
  }

  .better__text {
    font-size: 16px;
    line-height: 20px
  }

  .better__wrap {
    padding: 20px 1px 30px
  }

  .better {
    margin: 22px -4px 0;
    padding: 16px 9px 22px
  }

  .section10 .title {
    font-size: 24px;
    line-height: 30px
  }

  .expert__text {
    font-size: 16px;
    line-height: 20px
  }

  .expert__name {
    font-size: 16px;
    line-height: 20px;
    padding: 25px 1px 1px;
    margin: 0 -1px
  }

  .section10 {
    padding-top: 21px;
    padding-bottom: 27px
  }

  .expert {
    padding: 18px 1px 283px;
    background-position: center bottom;
    background-size: 193px
  }

  .section11 .title {
    font-size: 24px;
    line-height: 30px
  }

  .text-wrap-slide--1 {
    background: url("../images/slide-1-240.png") no-repeat center top
  }

  .text-wrap-slide--2 {
    background: url("../images/slide-2-240.png") no-repeat center top
  }

  .text-wrap-slide--3 {
    background: url("../images/slide-3-240.png") no-repeat center top
  }


  .text-wrap-slide {
    font-size: 16px;
    line-height: 20px
  }

  .section11 {
    padding: 27px 0 23px
  }

  .slider-wrapper {
    padding: 22px 1px 0;
    margin: 0 -2px !important
  }

  div#slider button {
    width: 16px;
    height: 52px;
    top: 46px
  }

  .text-wrap-slide {
    padding: 108px 3px 1px;
    min-height: 100px
  }

  .text-slide {
    padding-bottom: 9px;
    min-height: 229px
  }
}

a,
body,
div,
form,
html,
img,
input,
li,
p,
span,
ul {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  font-weight: 400;
  background: 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

button::-moz-focus-inner {
  border: 0
}

ul {
  list-style: none
}

body {
  line-height: 1;
  font-size: 16px;
  font-weight: 400;
  font-family: PTSans-Regular, sans-serif
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 960px
}

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

.body-wrap {
  overflow-x: hidden
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 28px 0 23px;
  background: rgba(0, 0, 0, .59)
}

.header__call {
  color: #fff;
  cursor: pointer;
  float: right;
  border: 3px solid #ffc162;
  font-size: 18px;
  line-height: 18px;
  padding: 4px 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px
}

.header__call:hover {
  opacity: .85
}

.header__blocks a {
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  text-decoration: none;
  margin: 0 8px;
  font-family: Roboto-Light, PTSans-Regular, sans-serif
}

.header__blocks a:hover {
  text-decoration: underline
}

#action {
  display: block;
  height: 1px;
  position: relative;
  top: 2px
}

#effect {
  display: block;
  height: 1px;
  position: relative;
  top: 2px
}

.section1 {
  padding-top: 110px;
  padding-bottom: 10px;
  min-height: 691px;
  background: url(../images/sect1-bg.png) no-repeat center top #f3f3f3;
  background-size: cover
}

.main-title {
  color: #fff;
  font-size: 42px;
  line-height: 56px;
  text-align: center;
  font-family: PTSans-Bold, sans-serif;
  padding: 0 64px 25px;
  letter-spacing: -1px;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, .42)
}

.section-wrap {
  padding: 0 52px 0 30px
}

.section-wrap:after {
  content: " ";
  clear: both;
  display: block
}

.section1-left {
  float: left;
  width: 370px;
  position: relative;
  z-index: 1
}

.do-blocks {
  padding-top: 115px
}

.do {
  color: #fff;
  font-size: 17px;
  line-height: 22px;
  padding: 13px 0 13px 60px;
  /* background: url(../images/do-bg.png) repeat-y 0 0; */
  background: rgba(0, 0, 0, 0.6);
  position: relative;
  margin-bottom: 3px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
 
}

.do:before {
  content: " ";
  background: url(../images/do-galka.png) no-repeat;
  width: 26px;
  height: 24px;
  position: absolute;
  top: 7px;
  left: 30px
}

.section1-center {
  float: left;
  width: 226px;
  position: relative;
  z-index: 2;
  padding-top: 1px
}

.sale-wrap {
  float: right;
  padding-top: 33px;
  position: relative;
  z-index: 4;
  background: url(../images/sale-bg.png) no-repeat 0 0;
  width: 107px;
  height: 107px;
  text-align: center;
  margin-top: -10px
}

.sale-title {
  color: #000;
  font-size: 12px;
  line-height: 20px;
  padding-bottom: 2px
}

.sale-text {
  color: #000;
  font-size: 24px;
  line-height: 24px;
  font-family: PTSans-Bold, sans-serif
}

.sale-product-img {
  position: relative
}

.sale-product-img:before {
  content: " ";
  position: absolute;
  top: 98px;
  left: 10px;
  z-index: 2;
  background: url(../images/product.png) no-repeat 0 0/contain;
  width: 205px;
  height: 469px
}

.section1-right {
  float: right;
  width: 266px;
  position: relative;
  z-index: 10;
  padding-top: 10px
}

.product-how-much,
.product-how-much span {
  font-weight: 700
}

.form-bg_top {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 12px 10px 19px;
  background: rgba(255, 221, 191, .84);
  -webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, .53);
  -moz-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, .53);
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, .53)
}

.timer-title {
  text-align: center;
  color: #412507;
  font-size: 16px;
  line-height: 16px;
  padding-bottom: 8px
}

.time-index {
  text-align: center
}

.time-index span {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  color: #432103;
  padding-top: 7px;
  margin: 3px 13px 0 14px
}

.time-index span:first-child {
  margin-left: 22px
}

.wrap-price--top {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 10px 5px;
  padding-top: 0;
}

.price-new-text--top,
.price-old-text--top {
  text-align: center
}

.price-old-wrap--top {
  margin-right: 15px
}

.price-new-wrap--top,
.price-old-wrap--top {
  display: inline-block;
  vertical-align: top;
  text-align: left
}

.price-new-text--top,
.price-old-text--top {
  padding-bottom: 1px;
  font-size: 14px;
  line-height: 12px;
  font-family: PTSans-Bold, sans-serif
}

.ever-popup__body .price-new-text--top,
.ever-popup__body .price-old-text--top,
.section-form .price-new-text--top,
.section-form .price-old-text--top {
  text-align: left;
}

.price-old-text--top {
  color: #000
}

.price-new-text--top {
  color: red
}

.price-new-x--top,
.price-old-x--top {
  font-family: PTSans-Bold, sans-serif;
  display: inline-block;
  vertical-align: top
}

.price-old-x--top {
  color: #000
}

.price-new-x--top {
  color: red
}

.price-x--top {
  font-size: 26px;
  line-height: 36px;
  position: relative
}

.price-old-x--top .price-x--top:before {
  content: " ";
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  top: 55%;
  left: 0
}

.form-main {
  position: relative
}

.form-main:after {
  content: ' ';
  background: url(../images/arrow-form.png) no-repeat 0 0;
  width: 26px;
  height: 50px;
  position: absolute;
  bottom: 120px;
  left: -39px
}

.input-form {
  width: 100%;
  border: none;
  padding: 0 10px;
  height: 40px;
  color: #000;
  font-size: 14px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 12px;
  background: #fff;
  font-family: PTSans-Regular, sans-serif;
  -webkit-box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, .59);
  -moz-box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, .59);
  box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, .59)
}

.input-form::-webkit-input-placeholder {
  color: #828282
}

.input-form::-moz-placeholder {
  color: #828282
}

.input-form:-moz-placeholder {
  color: #828282
}

.input-form:-ms-input-placeholder {
  color: #828282
}

.submit-form {
  width: 100%;
  border: none;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background: red;
  height: 67px;
  color: #fff;
  font-size: 26px;
  line-height: 32px;
  cursor: pointer;
  font-family: PTSans-Bold, sans-serif;
  outline: 0;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .5);
  -moz-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .5);
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .5)
}

.submit-form:hover {
  background: #f40000
}

.section2 {
  background: #f3f3f3;
  padding: 46px 0 0
}

.section2 .wrapper {
  background: url(../images/sect2-bg.png) no-repeat right bottom;
  min-height: 312px
}

.title {
  font-size: 32px;
  line-height: 40px;
  text-align: center
}

.section2 .title {
  font-size: 32px;
  line-height: 38px
}

.title2-span1 {
  display: block
}

.symptoms {
  padding: 45px 0 20px 82px
}

.symptoms__block {
  display: inline-block;
  vertical-align: top;
  width: 368px
}

.symptoms__text {
  background: url(../images/symptom-bg.png) no-repeat 0 0;
  min-height: 28px;
  padding: 0 0 27px 45px;
  font-size: 18px;
  line-height: 28px
}

.section3 {
  background: #fff;
  padding: 50px 0 55px
}

.stage__main-text {
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  padding: 45px 0 0
}

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

.stage__block {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 33%;
  padding: 210px 0 0;
  position: relative;
  margin-left: -3px
}

.stage__block:before {
  content: " ";
  background: url(../images/stage-img.png) no-repeat;
  width: 200px;
  height: 188px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -100px
}

.stage__block--1.stage__block:before {
  background-position: 0 0
}

.stage__block--2.stage__block:before {
  background-position: -200px 0
}

.stage__block--3.stage__block:before {
  background-position: -400px 0
}

.stage__block--1.stage__block:after,
.stage__block--2.stage__block:after {
  content: " ";
  background: url(../images/stage-arrow.png) no-repeat;
  width: 21px;
  height: 67px;
  position: absolute;
  top: 62px;
  right: -12px
}

.stage__title {
  font-size: 24px;
  line-height: 1.3;
  font-family: PTSans-Bold, sans-serif;
  padding-bottom: 10px
}

.stage__text {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 5px;
}

.stage__text i {
  width: 5px;
  height: 5px;
  background: #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  margin-right: 6px
}

.stage__main-block-bg {
  font-size: 21px;
  line-height: 34px;
  color: #fff;
  background: #043043;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  padding: 22px 5px 20px;
  margin: 0 28px
}

.stage__main-block-span {
  font-size: 24px
}

.section__wrap-bg {
  background: #f3f3f3
}

.section4 {
  position: relative;
  z-index: 4;
  padding: 60px 0 140px;
  overflow: hidden
}

.section4:before {
  content: " ";
  background: url(../images/sect4-bg.png) no-repeat 0 0;
  width: 694px;
  height: 984px;
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-right: -960px;
  z-index: 1
}

.section4 .wrapper {
  position: relative;
  z-index: 3
}

.section4 .title {
  font-size: 40px
}

.work__text-top {
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  padding-top: 35px
}

.work__wrap {
  padding: 60px 0 38px;
  text-align: center
}

.work__block {
  display: inline-block;
  vertical-align: top;
  width: 21%;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  padding-top: 150px;
  position: relative
}

.work__block:before {
  content: " ";
  background: url(../images/work-img.png) no-repeat;
  width: 150px;
  height: 137px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -75px
}

.work__block--1.work__block:before {
  background-position: 0 0
}

.work__block--2.work__block:before {
  background-position: -150px 0
}

.work__block--3.work__block:before {
  background-position: -300px 0
}

.work__block--4.work__block:before {
  background-position: -450px 0
}

.consist {
  padding: 0 25px 0 45px
}

.consist__text {
  padding-bottom: 30px;
  font-size: 20px!important;
  line-height: 1.3!important
}

.consist__text--b {
  font-family: PTSans-Bold, sans-serif
}

.consist__text--3 {
  padding-right: 95px
}

.consist__text--4 {
  padding-right: 35px
}

.section5 {
  background: url(../images/sect5-bg.jpg) no-repeat center top;
  background-size: cover;
  padding: 180px 0 55px;
  position: relative;
  z-index: 3;
  margin-top: -155px
}

.section-form {
  /* background: url(../images/sect-form-bg.png) repeat-y center top; */
  padding: 28px 0 28px
}

.form-wrapper {
  margin: 0 28px;
  background: url(../images/form-wrap-bg.png) repeat-y center top;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px
}

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

.form-left {
  width: 365px;
  float: left;
  padding: 40px 0 20px 18px
}

.form-left__title {
  padding-bottom: 10px;
  font-size: 22px;
  line-height: 26px
}

.wrap-sale-price {
  background: url(../images/sale-price-bg.png) repeat-y 0 0;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 11px 0 8px 9px
}

.wrap-sale-price:after {
  content: " ";
  clear: both;
  display: block
}

.form-left__sale-wrap {
  float: left;
  padding-top: 33px;
  position: relative;
  z-index: 4;
  background: url(../images/sale-bg.png) no-repeat 0 0;
  width: 107px;
  height: 107px;
  text-align: center
}

.wrap-price--all {
  padding-left: 133px
}

.price-old-wrap--all {
  padding-bottom: 10px
}

.product-sh--all {
  font-size: 18px;
  line-height: 22px;
  padding-top: 10px;
  font-family: PTSans-Italic, sans-serif
}

.form-center {
  float: left;
  width: 200px;
  height: 5px;
  position: relative;
  z-index: 1;
  top: 60px
}

.form-center:before {
  content: " ";
  position: absolute;
  top: -30px;
  left: -40px;
  z-index: 2;
  background: url(../images/product.png) no-repeat 0 0/contain;
  width: 220px;
  height: 469px
}

.form-right {
  width: 305px;
  float: right;
  padding: 75px 24px 9px 0;
  position: relative;
  z-index: 3
}

.form__title {
  font-size: 16px;
  line-height: 16px;
  padding-bottom: 12px
}

.timer--mob {
  display: none
}

.wrap-price--mob {
  display: none
}

.protection {
  font-size: 14px;
  line-height: 15px;
  text-align: center;
  padding-top: 4px;
  margin-top: 10px;
  background: url(../images/protect.png) no-repeat right 0/60px;
  min-height: 29px
}

.form-bg--all .form-main:after {
  background: url(../images/arrow-form-2.png) no-repeat 0 0;
  width: 30px;
  height: 57px;
  position: absolute;
  bottom: 59px;
  left: -32px
}

.section6 {
  background: #fff;
  padding: 60px 0 40px
}

.effect {
  padding-top: 62px;
  text-align: center
}

.effect__block {
  display: inline-block;
  vertical-align: top;
  width: 175px;
  padding: 122px 0 30px;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  position: relative
}

.effect__block--6 {
  width: 200px
}

.effect__block:before {
  content: " ";
  background: url(../images/effect-img.png) no-repeat;
  width: 120px;
  height: 113px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -60px
}

.effect__block--1.effect__block:before {
  background-position: 0 0
}

.effect__block--2.effect__block:before {
  background-position: -120px 0
}

.effect__block--3.effect__block:before {
  background-position: -240px 0
}

.effect__block--4.effect__block:before {
  background-position: -360px 0
}

.effect__block--5.effect__block:before {
  background-position: -480px 0
}

.effect__block--6.effect__block:before {
  background-position: -600px 0
}

.effect__block--7.effect__block:before {
  background-position: -720px 0
}

.section__wrap-bg-2 {
  background: #043043
}

.section7 {
  padding: 56px 0 0;
  position: relative;
  z-index: 4
}

.section7 .title {
  color: #fff
}

.how-use {
  color: #fff;
  font-size: 20px;
  line-height: 1.3!important;
  text-align: center;
  padding: 20px 35px 0
}

.section8 {
  background: url(../images/sect8-bg.jpg) no-repeat center top;
  background-size: cover;
  padding: 137px 0 56px;
  position: relative;
  z-index: 3;
  margin-top: -22px
}

.section9 {
  background: #f3f3f3
}

.section9 .wrapper {
  position: relative;
  min-height: 532px
}

.section9 .wrapper:before {
  content: " ";
  background: url(../images/better-img.png) no-repeat 0 0;
  width: 424px;
  height: 532px;
  position: absolute;
  z-index: 3;
  top: 0;
  right: -65px
}

.section9 .title {
  text-align: left
}

.better__wrap {
  padding: 58px 345px 65px 31px
}

.better {
  margin-top: 33px;
  background: #fff;
  padding: 24px 22px 33px 17px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px
}

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

.better__text--1 {
  padding-bottom: 25px
}

.section10 {
  background: #fff;
  padding-top: 50px
}

.expert {
  padding: 40px 0 55px 310px;
  background: url(../images/expert-img.png) no-repeat left bottom;
  min-height: 399px
}

.expert__text {
  font-size: 20px;
  line-height: 1.3;
  padding-right: 25px
}

.expert__name {
  font-size: 22px;
  line-height: 24px;
  padding-left: 315px
}

.section11 {
  background: #043043;
  padding: 35px 0 35px
}

.section11 .title {
  color: #fff
}

.slider-wrapper {
  padding: 35px 30px 0
}

#slider {
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px
}

.slide {
  padding: 20px 1px 1px
}

.text-wrap-slide {
  font-size: 20px;
  line-height: 24px;
  padding: 0 25px 10px 210px;
  min-height: 168px
}

.text-wrap-slide--1 {
  background: url(../images/slide-1.png) no-repeat 25px 0px
}

.text-wrap-slide--2 {
  background: url(../images/slide-2.png) no-repeat 25px 0px
}

.text-wrap-slide--3 {
  background: url(../images/slide-3.png) no-repeat 25px 0px
}

.text-slide {
  padding-bottom: 8px;
  min-height: 153px
}

div#slider button {
  padding: 0;
  margin: 0;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background: #fff;
  color: #000
}

.slick-next:before,
.slick-prev:before {
  content: ''
}

.slick-next,
.slick-prev {
  font-size: 12px
}

div#slider button:focus,
div#slider button:hover {
  outline: 0 !important
}

div#slider button::-moz-focus-inner {
  border: 0
}

.section12 {
  background: url(../images/sect12-bg.jpg) no-repeat center top;
  background-size: cover;
  padding-top: 0px;
  overflow: hidden
}

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

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

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

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

.mod {
  position: absolute;
  top: 15%;
  margin-bottom: 20px;
  z-index: 102;
  width: 100%
}

.mod .form-wrapper {
  position: relative
}

.close-img,
.close-mouse {
  display: block;
  content: " ";
  position: absolute;
  background: url(../images/close.png) no-repeat 0 0;
  width: 32px;
  height: 32px;
  top: -8px;
  right: -8px;
  cursor: pointer;
  z-index: 103
}

.sale-wrapper--mob {
  display: none
}

.protection--mob {
  display: none
}

@media screen and (max-width:991px) {
  .wrapper {
    width: 750px
  }

  header {
    padding: 24px 0 22px
  }

  .header__blocks {
    display: none
  }

  .section1 {
    min-height: 6px;
    background: url(../images/sect1-bg-750.png) no-repeat center bottom #f3f3f3;
    background-size: cover;
    padding-top: 94px;
    padding-bottom: 60px
  }

  .main-title {
    font-size: 49px;
    line-height: 53px;
    padding: 0 64px 1px;
    letter-spacing: 0
  }

  .section-wrap {
    padding: 0 1px
  }

  .section1-left {
    float: none;
    width: auto
  }

  .do-blocks {
    padding-top: 0;
    padding-left: 0;
    display: block;
    margin: 50px auto 0;
    max-width: 370px
  }

  .section1-center {
    display: none
  }

  .section1-right {
    float: none;
    margin: 0 auto;
    width: auto;
    padding-top: 1px
  }

  .product-sh--all {
    display: none
  }

  .sale-wrapper--mob {
    display: block;
    margin: 15px auto 50px;
    width: 374px;
    position: relative;
    padding: 1px 0 3px
  }

  .sale-wrap--mob {
    padding-top: 40px;
    background: url(../images/sale-bg-480.png) no-repeat 0 0;
    width: 128px;
    height: 128px;
    text-align: center;
    margin-top: 15px;
    margin-left: -7px
  }

  .sale-wrap--mob:before {
    content: " ";
    background: url(../images/product.png) no-repeat 0 0/contain;
    width: 210px;
    height: 300px;
    position: absolute;
    top: 0;
    right: 24px;
    z-index: 30
  }

  .sale-title {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 4px
  }

  .sale-text {
    font-size: 30px;
    line-height: 30px
  }

  .product-sh--mob {
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 4px;
    font-family: PTSans-Italic, sans-serif;
    padding-top: 8px;
    position: relative
  }

  .product-how-much {
    background: #ffc162;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    vertical-align: top;
    padding: 0 2px 0 1px;
    color: #000
  }

  .timer-title {
    font-size: 22px;
    line-height: 22px;
    padding-bottom: 8px
  }

  .price-new-wrap--top,
  .price-old-wrap--top {
    text-align: center;
  }

  .ever-popup__body .price-new-text--top,
  .ever-popup__body .price-old-text--top,
  .price-new-text--top,
  .price-old-text--top {
    padding-bottom: 2px;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
  }

  .section-form .price-new-text--top,
  .section-form .price-old-text--top {
    text-align: center;
  }


  .price-x--top {
    font-size: 35px;
    line-height: 50px
  }

  .input-form {
    padding: 0 12px;
    height: 56px;
    font-size: 18px;
    margin-bottom: 17px;
    -webkit-box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, .63);
    -moz-box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, .63);
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, .63)
  }

  .submit-form {
    height: 96px;
    font-size: 38px;
    line-height: 44px;
    -webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, .5);
    margin-top: 1px
  }

  .protection,
  .protection--mob {
    display: block;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 27px;
    margin-top: 1px;
    font-size: 15px;
    line-height: 15px;
    background: url(../images/protect.png) no-repeat center bottom
  }

  .symptoms {
    padding: 45px 0 20px 215px
  }

  .symptoms__block {
    display: block;
    width: auto
  }

  .stage__main-text {
    font-size: 20px;
    line-height: 27px
  }

  .stage__text {
    font-size: 19px;
    line-height: 25px
  }

  .stage__main-block-bg,
  .stage__main-block-span {
    font-size: 23px;
    line-height: 30px
  }

  .work__block {
    width: 22%
  }

  .consist__text--3,
  .consist__text--4 {
    padding-right: 1px
  }

  .section4:before {
    display: none
  }

  .section4 {
    background: url(../images/sect4-bg-750.png) no-repeat center bottom;
    padding: 60px 0 110px
  }

  .section5 {
    background: url(../images/sect5-8-bg-480.png) no-repeat center top;
    background-size: cover;
    padding: 115px 0 25px;
    margin-top: -115px
  }

  .section-form {
    background: url(../images/sect-form-bg-480.png) repeat-y center top;
    padding: 10px 0 18px
  }

  .form-wrapper {
    margin: 0 auto;
    background: 0 0
  }

  .form-left {
    display: none
  }

  .form-center {
    display: none
  }

  .form-bg_top,
  .form-right {
    width: 370px;
    float: none;
    margin: 0 auto;
    padding: 18px 14px 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255, 221, 191, .84);
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .53);
    -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .53);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .53)
  }

  .form__title {
    display: none
  }

  .form-bg--all .form-main:after,
  .form-main:after {
    background: url(../images/arrow-form-480.png) no-repeat 0 0;
    width: 36px;
    height: 71px;
    bottom: 64px;
    left: -55px
  }

  .sale-wrapper--mob.sale-wrapper--mob-all {
    margin-bottom: 50px
  }

  .section6 .title {
    padding: 0 70px
  }

  .section8 {
    background: url(../images/sect5-8-bg-480.png) no-repeat center top;
    background-size: cover;
    padding: 70px 0 26px;
    margin-top: -6px
  }

  .section9 .wrapper:before {
    display: none
  }

  .section9 {
    background: url(../images/better-img-480.jpg) no-repeat center top #f3f3f3;
    min-height: 620px
  }

  .better__wrap {
    padding: 58px 1px 65px
  }

  .section9 .title {
    text-align: center;
    padding-left: 0;
  }

  .better {
    margin: 50px 110px 0
  }

  .expert {
    padding: 40px 20px 1px;
    background-size: 220px;
    min-height: 399px
  }

  .expert__text {
    padding-right: 1px
  }

  .expert__name {
    padding: 80px 0 40px 366px;
    min-height: 320px
  }

  .text-wrap-slide--1,
  .text-wrap-slide--2,
  .text-wrap-slide--3 {
    background-position: 25px 26px
  }

  .text-wrap-slide {
    padding: 0 20px 10px 215px;
    min-height: 187px
  }


  .slider-wrapper {
    padding: 35px 30px 0
  }

  .text-slide {
    min-height: 200px
  }

  .section12 {
    background: url(../images/sect12-bg-480.jpg) no-repeat center top;
    background-size: cover;
    padding-top: 32px
  }

  .timer--mob {
    display: block
  }

  .wrap-price--mob {
    display: flex
  }

  .mod .product-sh--mob {
    color: #fff
  }

  .mod .sale-wrap--mob:before {
    background: url(../images/product.png) no-repeat 0 0;
    width: 156px;
    height: 313px;
    top: 20px;
    right: 38px
  }

  .mod .timer-wrap.timer--mob {
    display: none !important
  }

  .mod {
    top: 10px
  }

  .mod .wrapper {
    width: 380px
  }

  .close-img {
    top: -12px;
    right: -6px
  }

  .mod .form-right {
    padding-top: 31px
  }
}

@media screen and (max-width:767px) {
  
  .wrapper {
    width: 470px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .main-title {
    font-size: 42px;
    line-height: 53px;
    margin: 0 -3px;
    padding: 0 1px 1px
  }

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

  .section2 {
    padding: 53px 0 0
  }

  .section2 .title {
    font-size: 28px;
    line-height: 32px;
    padding: 0 36px
  }

  .section2 .title br {
    display: none
  }

  .symptoms__text {
    padding: 0 0 1px 55px;
    line-height: 33px;
    margin-bottom: 30px;
    background: url(../images/symptom-bg-480.png) no-repeat 0 center;
    min-height: 34px
  }

  .symptoms {
    padding: 39px 0 30px 58px
  }

  .section2 .wrapper {
    background: 0 0;
    min-height: 3px
  }

  .section2 {
    /* background: url(../images/sect2-bg-480.jpg) no-repeat center bottom #f3f3f3; */
    min-height: 316px
  }

  .section3 {
    padding: 28px 0 40px
  }

  .section3 .title {
    padding: 0 20px
  }

  .stage__main-text {
    font-size: 18px;
    line-height: 24px;
    padding: 30px 0 0
  }

  .stage__main-text br {
    display: none
  }

  .stage__span1 {
    display: block
  }

  .stage {
    padding: 40px 0 1px
  }

  .stage__block {
    display: block;
    width: auto;
    padding: 258px 0 40px;
    margin: 0 auto
  }

  .stage__title {
    font-size: 36px;
    line-height: 36px;
    padding-bottom: 12px
  }

  .stage__text {
    font-size: 24px;
    line-height: 32px
  }

  .stage__block--1.stage__block:after,
  .stage__block--2.stage__block:after {
    display: none
  }

  .stage__text i {
    width: 6px;
    height: 6px;
    margin-top: 12px;
    margin-right: 8px
  }

  .stage__block:before {
    background: url(../images/stage-img-480.png) no-repeat;
    width: 250px;
    height: 232px;
    margin-left: -125px
  }

  .stage__block--2.stage__block:before {
    background-position: -250px 0
  }

  .stage__block--3.stage__block:before {
    background-position: -500px 0
  }

  .stage__main-block-bg {
    padding: 10px;
    margin: 0 1px
  }

  .stage__main-block-bg,
  .stage__main-block-span {
    font-size: 22px;
    line-height: 26px
  }

  .section4 .title {
    font-size: 30px
  }

  .section4 {
    background: url(../images/sect4-bg-480.png) no-repeat center bottom;
    padding: 33px 0 110px
  }

  .work__text-top {
    font-size: 20px;
    line-height: 23px;
    padding-top: 22px
  }

  .work__span1 {
    display: block
  }

  .work__wrap {
    padding: 53px 0 1px
  }

  .work__block {
    width: 48%;
    padding-bottom: 50px
  }

  .consist {
    padding: 0 5px
  }

  .consist__text {
    padding-bottom: 27px;
    font-size: 22px;
    line-height: 26px
  }

  .consist__text--4 {
    padding-right: 24px
  }

  .section6 .title {
    padding: 0 1px;
    font-size: 30px;
    line-height: 34px
  }

  .effect__block {
    width: 190px;
    padding: 122px 0 46px
  }

  .effect__block--6 {
    width: 190px
  }

  .section6 {
    padding: 37px 0 1px
  }

  .effect {
    padding-top: 54px
  }

  .section7 .title {
    font-size: 29px
  }

  .section7 {
    padding: 35px 0 0
  }

  .how-use {
    padding: 23px 1px 0
  }

  .section8 {
    margin-top: -10px
  }

  .section9 .title {
    font-size: 29px;
    line-height: 40px
  }

  .better {
    margin: 36px 2px 0;
    padding: 24px 16px 50px 24px
  }

  .better__wrap {
    padding: 34px 1px 110px
  }

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

  .expert__text {
    font-size: 18px;
    line-height: 24px
  }

  .section10 {
    padding-top: 36px
  }

  .expert {
    padding: 32px 1px 1px 24px;
    margin-left: -10px
  }

  .expert__name {
    font-size: 18px;
    line-height: 24px;
    padding: 80px 0 40px 204px;
    min-height: 326px
  }

  .section11 .title {
    font-size: 36px
  }

  .section11 {
    padding: 38px 0 40px
  }

  .slider-wrapper {
    padding: 40px 35px 0
  }


  .slide {
    padding: 23px 1px 1px
  }

  .text-wrap-slide--1 {
    background: url(../images/slide-1-480.png) no-repeat center top;
    background-size: 40%;
  }

  .text-wrap-slide--2 {
    background: url(../images/slide-2-480.png) no-repeat center top;
    background-size: 40%;
  }

  .text-wrap-slide--3 {
    background: url(../images/slide-3-480.png) no-repeat center top;
    background-size: 40%;
  }

  .text-wrap-slide {
    padding: 160px 12px 15px 23px;
    min-height: 155px;
    font-size: 16px;
  }

  .text-slide br {
    display: none
  }

  .text-slide {
    padding-bottom: 14px;
    min-height: 182px
  }

  div#slider button {
    margin-top: 1px;
    top: 69px
  }
}

@media screen and (max-width:479px) {
  .ever-popup__body .price-new-text--top, .ever-popup__body .price-old-text--top, .price-new-text--top, .price-old-text--top {
      padding-bottom: 2px;
        font-size: 13px;
        line-height: 16px;
        text-align: center;
  }
  .wrapper {
    width: 290px;
   
  }

  header {
    padding: 16px 0 17px
  }

  .header__call {
    display: none
  }

  .header__logo {
    float: none;
    text-align: center;
    margin: 1px auto
  }

  .section1 {
    /* background: url(../images/sect1-bg-240.png) no-repeat center bottom #f3f3f3; */
    background-size: cover;
    background: rgb(83,134,137);
    padding-top: 72px;
    padding-bottom: 30px;
  }

  .main-title {
    font-size: 36px;
    line-height: 40px;
    margin: 0 1px
  }

  .do {
    font-size: 14px;
    line-height: 14px;
    padding: 19px 0 19px 30px;
    /* background: url(../images/do-bg-240.png) repeat-y 0 0; */
    background: rgba(0, 0, 0, 0.6);
  }

  .do:before {
    background: url(../images/do-galka-240.png) no-repeat;
    width: 17px;
    height: 17px;
    top: 14px;
    left: 7px
  }

  .sale-wrapper--mob {
    display: flex;
    justify-content: space-around;
    margin: 18px auto 320px;
    width: 220px;
    padding: 1px 0 3px
  }

  .sale-wrap--mob:before {
    display: block;
    top: 110px;
    right: 10px;
    margin-left: 0
  }

  .section5 .sale-wrap--mob:before,
  .section8 .sale-wrap--mob:before,
  .section12 .sale-wrap--mob:before {
    top: 125px;
  }

  .sale-wrap--mob {
    padding-top: 28px;
    background: url(../images/sale-bg-240.png) no-repeat 0 0;
    width: 89px;
    height: 89px;
    margin-top: 1px;
    margin-left: 4px;
    float: none
  }

  .sale-title {
    font-size: 11px;
    line-height: 16px;
    padding-bottom: 1px
  }

  .sale-text {
    font-size: 22px;
    line-height: 22px
  }

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

  .product-sh--mob {
    font-size: 14px;
    line-height: 18px;
    padding: 18px 0 1px 5px;
    float: none
  }

  .form-bg_top,
  .form-right {
    width: 260px;
    padding: 20px 14px 10px
  }

  .price-x--top {
    font-size: 24px;
    line-height: 37px
  }

  .price-new-text--top,
  .price-old-text--top {
    padding-bottom: 1px;
    font-size: 14px;
    line-height: 14px
  }

  .input-form {
    height: 40px;
    font-size: 17px;
    margin-bottom: 11px
  }

  .submit-form {
    height: 70px;
    font-size: 28px;
    line-height: 37px
  }

  .form-bg--all .form-main:after,
  .form-main:after {
    display: none
  }

  .protection,
  .protection--mob {
    padding-top: 10px
  }

  .section2 .title {
    font-size: 25px;
    line-height: 30px;
    padding: 0 1px
  }

  .section2 {
    padding: 20px 0 0;
    background: #f3f3f3
  }

  .symptoms {
    padding: 30px 0 1px 10px
  }

  .symptoms__text {
    padding: 0 0 1px 47px;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 26px;
    background: url(../images/symptom-bg.png) no-repeat 0 0;
    min-height: 28px
  }

  .section3 .title {
    padding: 0 1px;
    font-size: 30px;
    line-height: 35px
  }

  .stage__block:before {
    background: url(../images/stage-img.png) no-repeat;
    width: 200px;
    height: 188px;
    margin-left: -100px
  }

  .stage__block--2.stage__block:before {
    background-position: -200px 0
  }

  .stage__block--3.stage__block:before {
    background-position: -400px 0
  }

  .stage__block {
    padding: 215px 0 35px
  }

  .stage__title {
    font-size: 33px;
    line-height: 33px;
    padding-bottom: 10px
  }

  .stage__text {
    font-size: 19px;
    line-height: 1.3
  }

  .stage__main-block-bg,
  .stage__main-block-span {
    font-size: 20px;
    line-height: 25px
  }

  .section3 {
    padding: 28px 0 30px
  }

  .section4 .title {
    font-size: 32px
  }

  .title4-span1 {
    display: block
  }

  .work__text-top {
    display: none
  }

  .work__wrap {
    padding: 30px 0 1px
  }

  .consist__text {
    font-size: 20px;
    line-height: 24px;
    text-align: center
  }

  .consist__text--4 {
    padding-right: 19px;
    padding-left: 19px
  }

  .section4 {
    background: url(../images/sect4-bg-240.png) no-repeat center bottom;
    padding: 33px 0 300px
  }

  .section5 {
    padding: 50px 0 18px;
    margin-top: -64px
  }

  .section-form {
    background: url(../images/sect-form-bg-240.png) repeat-y center top;
    padding: 8px 0 16px
  }

  .sale-wrapper--mob.sale-wrapper--mob-all {
    margin-bottom: 15px
  }

  .title6-span1 {
    display: block
  }

  .effect {
    padding-top: 40px
  }

  .effect__block {
    padding: 122px 0 25px
  }

  .section7 .title {
    font-size: 30px
  }

  .title7-span1 {
    display: block
  }

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

  .section8 {
    margin-top: -3px;
    padding: 40px 0 17px
  }

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

  .section9 {
    background: url(../images/better-img-240.jpg) no-repeat center top #f3f3f3
  }

  .better__text {
    font-size: 18px;
    line-height: 22px;
    text-align: center
  }

  .better__text--1 {
    padding-bottom: 20px
  }

  .better {
    margin: 20px 2px 0;
    padding: 14px 9px 20px
  }

  .better__wrap {
    padding: 34px 1px 30px
  }

  .expert {
    padding: 32px 1px 320px;
    margin-left: 1px;
    text-align: center;
    background-position: center bottom
  }

  .expert__name {
    font-size: 18px;
    line-height: 22px;
    padding: 23px 20px 1px;
    min-height: 1px
  }

  .text-wrap-slide {
    padding: 150px 10px 15px;
    min-height: 155px;
    text-align: center
  }


  .text-slide {
    padding-bottom: 14px;
    min-height: 278px
  }

  .section12 {
    background: url(../images/sect12-bg-240.jpg) no-repeat center top;
    background-size: cover;
    padding-top: 1px
  }

  .section12 .sale-wrapper--mob {
    margin-top: 9px
  }

  .product-how-much {
    padding: 0 4px 0 2px
  }

  .popup-callback {
    display: none !important
  }

  .popup-phone {
    display: none !important
  }

  .popup-mouseleave {
    display: none !important
  }

  .section-form .form-wrapper {
    margin-top: 310px
  }
  .sale-wrap--mob {
    margin-top: 13px;
  }
}

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

  .main-title {
    font-size: 29px;
    line-height: 38px;
    margin: 0 -1px
  }

  .section1 {
    padding-top: 74px;
    padding-bottom: 10px
  }

  .sale-wrapper--mob {
    width: 232px
  }

  .sale-wrap--mob {
    margin-left: 2px
  }

  .form-bg_top,
  .form-right {
    width: 224px;
    padding: 19px 8px 6px
  }

  .price-new-text--top,
  .price-old-text--top {
    padding-bottom: 1px;
    font-size: 12px;
    line-height: 12px
  }

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

  .wrap-price--top {
    padding: 0 0 11px
  }

  .input-form {
    height: 33px;
    font-size: 14px;
    margin-bottom: 11px;
    padding: 0 9px
  }

  .submit-form {
    height: 57px;
    font-size: 22px;
    line-height: 30px
  }

  .protection,
  .protection--mob {
    padding-top: 7px;
    font-size: 14px;
    line-height: 14px
  }

  .section2 .title {
    font-size: 20px;
    line-height: 24px;
    padding: 0 1px;
    margin: 0 -2px
  }

  .section2 {
    padding: 25px 0 0
  }

  .symptoms__text {
    padding: 0 0 1px 42px;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 26px
  }

  .symptoms {
    padding: 26px 0 1px 4px
  }

  .section3 .title {
    font-size: 24px;
    line-height: 34px
  }

  .stage__main-text {
    font-size: 16px;
    line-height: 20px;
    padding: 18px 0 0
  }

  .stage__title {
    font-size: 28px;
    line-height: 32px;
    padding-bottom: 9px
  }

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

  .section3 {
    padding: 22px 0 30px
  }

  .stage__main-text br {
    display: block
  }

  .stage__span1 {
    display: inline
  }

  .stage {
    padding: 45px 0 1px
  }

  .stage__block {
    padding: 210px 0 33px
  }

  .stage__text i {
    width: 5px;
    height: 5px
  }

  .stage__main-block-bg,
  .stage__main-block-span {
    font-size: 16px;
    line-height: 22px
  }

  .stage__main-block-bg {
    padding: 11px 1px 16px;
    margin: 0 -3px
  }

  .section4 .title {
    font-size: 24px;
    line-height: 34px
  }

  .work__block {
    width: auto;
    display: block;
    padding-bottom: 28px
  }

  .section4 {
    padding: 21px 0 300px
  }

  .work__wrap {
    padding: 22px 0 1px
  }

  .consist__text {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 24px
  }

  .consist__text--4 {
    padding-right: 1px;
    padding-left: 1px;
    margin: 0 -3px
  }

  .consist {
    padding: 0 1px;
    margin: 0 -2px
  }

  .section5 {
    padding: 43px 0 18px;
    margin-top: -55px
  }

  .section6 .title {
    padding: 0 1px;
    font-size: 24px;
    line-height: 28px;
    margin: 0 -5px
  }

  .section6 {
    padding: 24px 0 1px
  }

  .effect {
    padding-top: 25px
  }

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

  .how-use {
    font-size: 16px;
    line-height: 22px;
    padding: 20px 8px 0
  }

  .section7 {
    padding: 24px 0 0
  }

  .section8 {
    margin-top: 7px;
    padding: 34px 0 17px
  }

  .section9 .title {
    font-size: 21px;
    line-height: 29px
  }

  .better__text {
    font-size: 16px;
    line-height: 20px
  }

  .better__wrap {
    padding: 20px 1px 30px
  }

  .better {
    margin: 22px -4px 0;
    padding: 16px 9px 22px
  }

  .section10 .title {
    font-size: 24px;
    line-height: 30px
  }

  .expert__text {
    font-size: 16px;
    line-height: 20px
  }

  .expert__name {
    font-size: 16px;
    line-height: 20px;
    padding: 25px 1px 1px;
    margin: 0 -1px
  }

  .section10 {
    padding-top: 21px;
    padding-bottom: 27px
  }

  .expert {
    padding: 18px 1px 283px;
    background-position: center bottom;
    background-size: 193px
  }

  .section11 .title {
    font-size: 24px;
    line-height: 30px
  }

  .text-wrap-slide--1 {
    background: url(../images/slide-1-240.png) no-repeat center top
  }

  .text-wrap-slide--2 {
    background: url(../images/slide-2-240.png) no-repeat center top
  }

  .text-wrap-slide--3 {
    background: url(../images/slide-3-240.png) no-repeat center top
  }


  .text-wrap-slide {
    font-size: 16px;
    line-height: 20px
  }

  .section11 {
    padding: 27px 0 23px
  }

  .slider-wrapper {
    padding: 22px 1px 0;
    margin: 0 -2px !important
  }

  div#slider button {
    width: 16px;
    height: 52px;
    top: 46px
  }

  .text-wrap-slide {
    padding: 108px 3px 1px;
    min-height: 100px
  }

  .text-slide {
    padding-bottom: 9px;
    min-height: 229px
  }

  .lt87 {
    font-size: 12px
  }
}

.underText {
  text-align: center;
  font-size: 14px;
  margin: 10px 0 0
}

.beforeFooter {
  padding: 30px 0 0;
  text-align: center;
}

.beforeFooter p {
  line-height: 1.2;
}

div#slider button {
  display: flex;
  align-items: center;
  justify-content: center
}

.fa-arrow-left,
.fa-arrow-right {
  display: block;
  width: 15px;
  height: 15px;
  background: url("../images/slider-arrow.png") no-repeat center/contain;
  margin: 0
}

.fa-arrow-left {
  transform: rotate(180deg)
}

.ever-popup__inner {
  width: 100% !important;
  max-width: 905px;
  margin: 0 auto !important
}

.ever-popup.show {
  display: flex !important
}

.sales {
  text-align: center
}

.sales p:not(:last-of-type) {
  margin-bottom: 5px
}
.product-sh--all {
  font-size: 16px;
  text-align: center;
  line-height: 22px;
  padding-top: 10px;
  margin-bottom: 10px;
  font-family: PTSans-Italic, sans-serif;
}

@media (max-width:991px) {
  .product-sh--mob {
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 4px;
    font-family: PTSans-Italic, sans-serif;
    padding-top: 8px;
    max-width: 180px;
    position: relative;
}
  .sale-wrapper--mob {
    display: block;
    margin: 15px auto 50px;
    width: 374px;
    position: relative;
    padding: 1px 0 3px;
}
  .ever-popup__inner {
    max-width: 370px;
    margin-top: 20px !important
  }

  .ever-popup.show {
    display: flex !important
  }
  .sale-wrap--mob:before {
    content: " ";
    background: url(../images/product.png) no-repeat 0 0 / contain;
    width: 190px;
    height: 300px;
    position: absolute;
    top: 0;
    right: 3px;
    z-index: 30;
}
}

@media (max-width:479px) {
  .work__block {
    width: 50%;
    padding-bottom: 50px;
}
  .ever-popup__inner {
    max-width: 290px
  }
  .sale-wrap--mob:before {
    display: block;
    top: 120px;
    right: auto;
    left: 132px;
    transform: translateX(-50%);
    margin-left: 0;
}
.sale-wrapper--mob {
  display: flex;
  justify-content: space-around;
  margin: 18px auto 320px;
  width: 280px;
  padding: 1px 0 3px;
}
.section5 .sale-wrap--mob:before, .section8 .sale-wrap--mob:before, .section12 .sale-wrap--mob:before {
  top: 165px;
}
.text-wrap-slide--1 {
  background: url(../images/slide-1-480.png) no-repeat center top;
  background-size: 67%;
}

.text-wrap-slide--2 {
  background: url(../images/slide-2-480.png) no-repeat center top;
  background-size: 67%;
}

.text-wrap-slide--3 {
  background: url(../images/slide-3-480.png) no-repeat center top;
  background-size: 67%;
}
}

.submit-form {
  transition: .4s;
}
.submit-form:hover {
  background: #a70808
}


.bel-footer-block {
  background-color: #2f3543;
  padding: 0;
  padding-top: 10px!important;
  padding-bottom: 50px;
  font-size: 16px;
  font-family: Arial, sans-serif !important;
  box-sizing: border-box;
  margin: 0;
  outline: 1px solid #2f3543;
}
.main-footer {
  background-color: #2f3543;
  padding: 0;
  padding-top: 50px;
  padding-bottom: 10px;
  font-size: 16px;
  font-family: Arial, sans-serif !important;
  box-sizing: border-box;
  margin: 0;
  outline: 1px solid #2f3543;
}
.bel-container {
  max-width: 940px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .bel-footer-block {
      padding-bottom: 20px!important;
  }
  .main-footer {
      padding-top: 20px!important;
  }
  .stage__block--1.stage__block.hidden:before {
    background: url(../images/stage-img-480.png) no-repeat;
    background-position: 0 0;
    content: "";
  }
  .stage__block--2.stage__block.hidden:before {
    background: url(../images/stage-img-480.png) no-repeat;
    background-position: -250px 0;
    content: "";
  }
  .stage__block--3.stage__block.hidden:before {
    background: url(../images/stage-img-480.png) no-repeat;
    background-position: -500px 0;
    content: "";
  }
  .section1 {
    background: rgb(83,134,137)!important;
  }
}
@media screen and (max-width: 575px) {
  .footer__note-wrap {
      padding-left: 0;
  }
  .footer__note {
      font-size: 14px;
  }
}
.footer__note-wrap {
  display: flex;
  flex-direction: column;
  padding-left: 0px;
}
.footer__note {
  margin-bottom: 10px;
  color: white;
  line-height: 1.3;
  text-align: center;
}
.bel-footer-block {
  background-color: #2f3543;
  padding: 0;
  padding-top: 10px!important;
  padding-bottom: 50px;
  font-size: 16px;
  font-family: Arial, sans-serif !important;
  box-sizing: border-box;
  margin: 0;
  outline: 1px solid #2f3543;
}
.main-footer {
  background-color: #2f3543;
  padding: 0;
  padding-top: 50px;
  padding-bottom: 10px;
  font-size: 16px;
  font-family: Arial, sans-serif !important;
  box-sizing: border-box;
  margin: 0;
  outline: 1px solid #2f3543;
}
.footer-left-info {
  width: 100%;
  font-size: 16px;
  line-height: 1.15;
  color: #666c84;
  text-align: left;
}
.footer-left-title {
  width: 100%;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 10px;
  line-height: 1;
  text-align: left;
}

@media screen and (max-width: 479px) {
  .stage__block--1.stage__block.hidden:before {
    background: url(../images/stage-img.png) no-repeat;
    background-position: 0 0;
    content: "";
  }
  .stage__block--2.stage__block.hidden:before {
    background: url(../images/stage-img.png) no-repeat;
    background-position: -200px 0;
    content: "";
  }
  .stage__block--3.stage__block.hidden:before {
    background: url(../images/stage-img.png) no-repeat;
    background-position: -400px 0;
    content: "";
  }
}