.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;
  -khtml-user-select: 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: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-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:before,
.slick-track:after {
  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;
margin: 0 auto;
}
.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-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 43%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 5;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  /*background: transparent;*/
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;

  opacity: 0.75;
  color: white;

  -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: '→';
}

/* Dots */
.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: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  content: '•';
  text-align: center;

  opacity: 0.25;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

html,
body,
div,
span,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
em,
img,
s,
strong,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
legend,
th,
td,
header,
menu,
nav,
output,
section,
time {
  margin: 0px;
  padding: 0px;
  border: 0px none;
  font: inherit;
  vertical-align: baseline;
}

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

button,
input {
  line-height: normal;
}

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

button,
input[type='button'],
input[type='submit'] {
  cursor: pointer;
}

input[type='hidden'] {
  display: none;
}
a {
  outline: none;
}

img {
  max-width: 100%;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

.promo__prod {
  max-width: 240px;
  display: block;
  margin: 20px auto 0;
}

@media screen and (max-width: 1200px) {
  .spray .block11-content .product img {
    float: right;
    z-index: 9;
    position: relative;
  }
}
.youtube {
  background-color: #000;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border-radius: 10px;
  margin: auto;
}
.youtube:after {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  content: '';
  display: block;
  border: 1px solid #7f807b;
  border-radius: 10px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 99;
  outline: 20px solid black;
}

.youtube .play {
  filter: alpha(opacity=80);
  opacity: 0.8;
  height: 77px;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 77px;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  line-height: 1.3;
}

strong {
  font-weight: bold;
}

.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

.vw {
  width: 100%;
  overflow: hidden;
}

* {
  outline: none;
}

.red {
  color: #ce1b2c;
}

.blue-spray {
  color: #1d608e;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*video*/
.video_reviews {
  padding: 50px 0 0;
}

.video_item {
  margin: 10px;
}

.video_list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 25px 0 0;
  padding: 0 5px;
}

.quote {
  color: #fec804;
  font-size: 54px;
  line-height: 24px;
  position: absolute;
}

.form {
  max-width: 300px;
  width: 100%;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding-top: 35px;
  position: relative;
  background: white no-repeat;
  -webkit-box-shadow: 1px 1px 56px 8px rgba(0, 0, 0, 0.12);
  box-shadow: 1px 1px 56px 8px rgba(0, 0, 0, 0.12);
}

.no-webp .form {
  background-image: url('../images/form-backgr.png');
}

.webp .form {
  background-image: url('../images/form-backgr.webp');
}

.form:before {
  position: absolute;
  content: '';
  width: 40px;
  height: 100px;
  background: no-repeat;
  top: -15px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}

.no-webp .form:before {
  background-image: url('../images/time-left-arrow.png');
}

.webp .form:before {
  background-image: url('../images/time-left-arrow.webp');
}

.form form {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
}
.form form input,
.form form .order {
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border: none;
  width: 240px;
  padding: 20px;
  margin: 10px 28px 0px;
}
.form form input {
  background-color: white;
  padding: 20px 0 20px 50px;
  font-size: 14px;
  color: #777777;
  margin-top: 20px;
  border: 1px solid #d9d8d8;
  position: relative;
  -webkit-box-shadow: 2px 2px 11px 2px #d9d8d85c;
  box-shadow: 2px 2px 11px 2px #d9d8d85c;
}
.form form input[name='name'] {
  background: no-repeat;
  background-position: 22px center;
  background-color: white;
}

.no-webp .form form input[name='name'] {
  background-image: url('../images/person-icon.png');
}

.webp .form form input[name='name'] {
  background-image:url('../images/person-icon.webp');
}

.form form input[name='phone'] {
  background: no-repeat;
  background-position: 22px center;
  background-color: white;
}

.no-webp .form form input[name='phone'] {
  background-image: url('../images/phone-icon.png');
}

.webp .form form input[name='phone'] {
  background-image: url('../images/phone-icon.webp');
}

.form form .btn-ord {
  position: relative;
}
.form form .btn-ord:before {
  position: absolute;
  content: '';
  width: 69px;
  height: 38px;
  background: no-repeat;
  left: -37px;
  top: -7px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.block-5 .flex-wrapper{
  justify-content: space-between;
  align-items: center;
}

.no-webp .form form .btn-ord:before {
  background-image: url(../images/arrow.png);
}

.webp .form form .btn-ord:before {
  background-image: url(../images/arrow.webp);
}

.form form .btn-ord .order {
  padding: 11px 0;
  margin-top: 20px;
  margin-bottom: 25px;
  background: #ce1b2c;
  /* Old browsers */
  color: white;
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
  border: 5px solid #e9e8e6;
  position: relative;
}
.form form .btn-ord .order:hover {
  background: #ec192b;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.form form > span {
  display: block;
  margin-top: 20px;
  color: #777777;
  padding-left: 40px;
  position: relative;
}
.form form > span:after {
  position: absolute;
  content: '';
  width: 23px;
  height: 25px;
  left: 0px;
  top: 4px;
}
.form > span {
  display: block;
  font-size: 15px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 50px;
  color: #a08784;
}

span.br {
  display: block;
}

.container {
  margin: 0 auto;
  max-width: 1170px;
  position: relative;
  z-index: 2;
}

.flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.container h1 {
  font-weight: bold;
  font-size: 40px;
  line-height: 1.1;
  text-align: center;
  padding: 0 15px;
}

.container > p {
  padding: 0 15px;
}

.container h2 {
  margin-top: 20px;
  font-size: 18px;
  line-height: 24px;
  color: #555555;
  max-width: 360px;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.no-margin {
  margin: 0 !important;
}

.block-1 {
  background: url('../images/block1-backgr.png') no-repeat #f3f8fb;
  background-position: -315px top;
  position: relative;
  padding: 20px 10px 85px 10px;
  margin-bottom: 150px;
}
.block-13 {
  margin-bottom: 180px;
}
.block-1 h1 .red {
  white-space: nowrap;
  font-size: 50px;
}
.block-1 header .logo {
  width: 200px;
  line-height: 45px;
  float: left;
  font-size: 40px;
 
 
  font-weight: 700;
}
.block-1 header .logo p {
  font-size: 15px;
  line-height: 16px;
  max-width: 170px;
  margin-left: 20px;
  color: #838586;
}
.block-1 header .menu {
  float: right;
}
.block-1 header .menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-left: 30px;
}
.block-1 header .menu ul li {
  padding: 0 40px 0 80px;
  line-height: 45px;
}
.block-1 header .menu ul li:not(:first-of-type) {
  border-left: 1px solid #acafb2;
}
.block-1 header .menu ul li a {
  color: #333333;
  line-height: 18px;
  font-size: 16px;
  text-decoration: none;
  position: relative;
}
.block-1 header .menu ul li a:before {
  position: absolute;
  content: '';
  top: -7px;
  left: -38px;
  width: 30px;
  height: 25px;
  display: block;
  z-index: 1;
}
.block-1 header .menu ul li a:after {
  display: block;
  margin-top: -11px;
  content: '';
  height: 1px;
  width: 100%;
  background-color: #acafb2;
  -webkit-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.block-1 header .menu ul li a:hover:after,
.block-1 header .menu ul li a :focus:after {
  width: 0%;
}
.block-1 header .menu ul li:first-of-type a:before {
  background: center bottom no-repeat;
}

.no-webp .block-1 header .menu ul li:first-of-type a:before {
  background-image: url('../images/header-icon-1.png');
}

.webp .block-1 header .menu ul li:first-of-type a:before {
  background-image: url('../images/header-icon-1.webp');
}

.block-1 header .menu ul li:last-of-type a:before {
  background: center bottom no-repeat;
}

.no-webp .block-1 header .menu ul li:last-of-type a:before {
  background-image: url('../images/header-icon-2.png');
}

.webp .block-1 header .menu ul li:last-of-type a:before {
  background-image: url('../images/header-icon-2.webp');
}

.comm-foto {
  display: block;
  margin: 0 auto 10px;
}

.block-1 header .callback {
  float: right;
  line-height: 36px;
  width: 300px;
  padding: 4px 0 4px 65px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  color: black;
  position: relative;
  cursor: pointer;
  border: 1px solid #7ba2bf;
  -webkit-box-shadow: 1px 1px 16px 2px rgba(11, 179, 208, 0.109804);
  box-shadow: 1px 1px 16px 2px rgba(11, 179, 208, 0.109804);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.block-1 header .callback:before {
  position: absolute;
  content: '';
  top: 11px;
  left: 37px;
  width: 22px;
  height: 21px;
  display: block;
  background: no-repeat;
}

.no-webp .block-1 header .callback:before {
  background-image: url('../images/callback-icon.png');
}

.webp .block-1 header .callback:before {
  background-image: url('../images/callback-icon.webp');
}

.block-1 header .callback:hover {
  background: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.block-1 .block1-content {
  position: relative;
}
.block-1 .block1-content .girl {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: no-repeat;
  background-position: right bottom;
  min-height: 700px;
}

.no-webp .block-1 .block1-content .girl {
  background-image: url(../images/block1-girl.png);
}

.webp .block-1 .block1-content .girl {
  background-image: url(../images/block1-girl.webp);
}

.block-1 .block1-content .girl .product {
  width: 311px;
  margin-left: 505px;
  margin-top: 367px;
  position: relative;
}
.block-1 .block1-content .left-block {
  margin-top: 40px;
  position: relative;
  z-index: 2;
  width: 500px;
  float: left;
}
.block-1 .block1-content .left-block h1 {
  color: black;
  text-align: left;
  max-width: 646px;
  padding: 0;
}
.block-1 .block1-content .left-block h1 .product-name {
  font-weight: bold;
}
.block-1 .block1-content .left-block h2 {
  margin-top: 20px;
  font-size: 18px;
  line-height: 24px;
  color: #555555;
  max-width: 360px;
}
.block-1 .block1-content .left-block .about-product {
  margin-top: 40px;
  max-width: 320px;
  padding-right: 20px;
  position: relative;
  margin-left: 25px;
  list-style: none;
}
.block-1 .block1-content .left-block .about-product li {
  font-size: 18px;
  color: black;
  font-weight: bold;
  line-height: 24px;
  margin-top: 17px;
  margin-left: 10px;
  position: relative;
}
.block-1 .block1-content .left-block .about-product li:before {
  position: absolute;
  content: '';
  width: 31px;
  height: 31px;
  left: -43px;
  top: -3px;
}

.no-webp .block-1 .block1-content .left-block .about-product li:before {
  background-image: url(../images/list.png);
}

.webp .block-1 .block1-content .left-block .about-product li:before {
  background-image: url(../images/list.webp);
}

.block-1 .block1-content .left-block .form {
  margin-top: -55px;
}
.block-1 .block1-content .right-block {
  position: relative;
  z-index: 2;
  float: right;
  width: 300px;
  max-width: 100%;
  color: #666666;
}
.block-1 .block1-content .right-block .timer {
  margin: 20px 0 30px;
}
.footer {
  text-align: center;
  padding: 0 0 30px;
}
.block-1 .block1-content .right-block .timer .to-end-left {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  color: black;
  padding: 10px 12px 10px 0;
}
.block-1 .block1-content .right-block .timer .left {
  width: 77px;
  padding: 0px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 13px;
  color: #666666;
}
.block-1 .block1-content .right-block .timer .left:not(:first-of-type) {
  border-left: 1px solid #d5d5d5;
}
.block-1 .block1-content .right-block .timer .left span {
  font-size: 30px;
  line-height: 45px;
  color: #ce1b2c;
  font-weight: bold;
}
.block-1 .block1-content .right-block > p {
  text-align: center;
  padding: 20px 0;
}
.block-1 .block1-content .right-block > p img {
  display: inline-block;
  vertical-align: bottom;
  padding: 0 10px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .block-1 .block1-content .right-block .timer .left {
    padding: 0 8px;
  }
  .block-1 .block1-content .right-block .timer .to-end-left {
    max-width: 100px;
  }
}

.statistic {
  padding-top: 20px;
  padding-bottom: 90px;
}
.statistic .red {
  display: inline;
}
.statistic > span {
  font-size: 18px;
  color: #444444;
  margin-top: 25px;
  display: block;
  text-align: center;
}
.statistic p {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  padding-top: 25px;
}
.statistic .symptom-photos {
  padding: 40px 0 30px;
  position: relative;
  justify-content: space-evenly;
  gap: 20px;
}
.statistic .symptom-photos .symptom {
  max-width: 170px;
}

.statistic .symptom-photos .symptom .photo {
  position: relative;
  width: 170px;
  height: 170px;
  overflow: hidden;
}
.statistic .symptom-photos .symptom .photo .top-triangle {
  position: absolute;
  top: 0;
  left: 0;
  border-top: 50px solid #ce1b2c;
  border-right: 50px solid transparent;
}
.statistic .symptom-photos .symptom .photo .top-triangle span {
  position: absolute;
  top: -46px;
  left: 9px;
  color: white;
  z-index: 3;
  font-size: 20px;
}
.statistic .symptom-photos .symptom .photo .bottom-triangle {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 50px solid white;
  border-left: 50px solid transparent;
}
.statistic .symptom-photos .symptom .photo img {
  min-width: 170px;
  height: 100%;
}
.statistic .symptom-photos .symptom p {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  padding-top: 20px;
}

.repercussion {
  background: #f3f8fb url('../images/backgr-triangle-repeat.png');
  padding: 80px 0;
}
.repercussion .photos {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 0;
}
.repercussion .photos .photo {
  max-width: 370px;
}
.repercussion p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.product-consist {
  position: relative;
  padding: 50px 0 100px;
}
.product-consist .container h1 {
  max-width: 1000px;
  margin: auto;
}
.product-consist .container > p {
  font-size: 18px;
  color: #444444;
  text-align: center;
  margin: 35px auto 0;
  max-width: 800px;
  width: 100%;
}
.product-consist .container .consist {
  margin-top: 45px;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-consist .container .consist div > p:first-of-type {
  font-size: 20px;
  line-height: 0;
  font-weight: bold;
  color: black;
}
.product-consist .container .consist div > p:first-of-type span {
  display: block;
}
.product-consist .container .consist div span {
  display: block;
  font-size: 18px;
  color: #777777;
  margin-top: 20px;
}
.product-consist .container .consist div ul {
  display: flex;

  gap: 15px;
  list-style: none;
  padding-top: 20px;
}
.product-consist .container .consist div ul li {
  position: relative;
  /* padding: 20px 90px 40px 80px; */
  width: 24%;
  font-size: 20px;
  font-weight: 600;

  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;

  text-align: center;
}

.comm-title {
  min-height: 48px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.product-consist .container .consist div ul li p {
  padding-top: 13px;
  font-weight: normal;


  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 18px;
  color: #555555;
}
/* .product-consist .container .consist div ul li.active {
  max-height: 120px;
} */
.product-consist .container .consist div ul li.active:after {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

/* .no-webp .product-consist .container .consist div ul li.active:after {
  background-image: url('../images/consist-.png');
}

.webp .product-consist .container .consist div ul li.active:after {
  background-image: url('../images/consist-.webp');
} */

.product-consist .container .consist div ul li.active p {
  -webkit-transition: 0.3s 0.3s;
  -o-transition: 0.3s 0.3s;
  -moz-transition: 0.3s 0.3s;
  transition: 0.3s 0.3s;
  opacity: 1;
}
.product-consist .container .consist .center {
  text-align: center;
}
/* .product-consist .container .consist .left li:before {
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  height: 45px;
  width: 67px;
  left: 0px;
  top: 5px;
  background-size: contain;
}

.no-webp .product-consist .container .consist .left li:before {
  background-image: url('../images/consist-1.png');
}

.webp .product-consist .container .consist .left li:before {
  background-image: url('../images/consist-1.webp');
} */

.product-consist .container .consist .left li:after {
  position: absolute;
  content: '';
  font-size: 18px;
  font-weight: bold;
  width: 65px;
  height: 40px;
  top: 30px;
  right: 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
/* .no-webp .product-consist .container .consist .left li:after {
  background-image: url('../images/consist%2B.png');
}

.webp .product-consist .container .consist .left li:after {
  background-image: url('../images/consist%2B.webp');
}


.product-consist .container .consist .left li:nth-child(1):before {
  background-image: url('../images/composition.png');
}
.product-consist .container .consist .left li:nth-child(2):before {
  background-position: 0px -102px;
}
.product-consist .container .consist .left li:nth-child(3):before {
  background-position: 0px -260px; 
}*/
.product-consist .container .consist .right li {
  text-align: right;
  padding: 40px 130px 40px 50px;
}
.product-consist .container .consist .right li:before {
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  height: 100px;
  width: 132px;
  right: 0px;
  top: 0px;
}

.no-webp .product-consist .container .consist .right li:before {
  background-image: url('../images/consist-2.png');
}

.webp .product-consist .container .consist .right li:before {
  background-image: url('../images/consist-2.webp');
}

.product-consist .container .consist .right li:after {
  position: absolute;
  content: '';
  font-size: 18px;
  font-weight: bold;
  width: 65px;
  height: 40px;
  top: 30px;
  left: 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.no-webp .product-consist .container .consist .right li:after {
  background-image: url('../images/consist%2B.png');
}

.webp .product-consist .container .consist .right li:after {
  background-image: url('../images/consist%2B.webp');
}

.product-consist .container .consist .right li:nth-child(1):before {
  background-position: 0px 10px;
}
.product-consist .container .consist .right li:nth-child(2):before {
  background-position: 0px -102px;
}
.product-consist .container .consist .right li:nth-child(3):before {
  background-position: 0px -220px;
}

.product-consist .container .consist .right ul li p {
  text-align: right;
}

.form-block {
  padding: 70px 0;
  background: #f3f8fb url('../images/backgr-triangle-repeat.png');
}
.form-block .flex-wrapper .left {
  width: 400px;
  position: relative;
  z-index: 2;
}
.form-block .flex-wrapper .left h1 {
  font-size: 38px;
  text-align: left;
  padding: 0;
}
.form-block .flex-wrapper .left ul {
  margin-top: 30px;
  list-style: none;
}
.form-block .flex-wrapper .left ul li {
  margin-top: 20px;
  position: relative;
  padding-left: 50px;
  font-size: 18px;
  line-height: 22px;
  color: #333333;
}
.form-block .flex-wrapper .left ul li:before {
  position: absolute;
  content: '';
  width: 31px;
  height: 31px;
  left: 0;
  top: 0;
}

.no-webp .form-block .flex-wrapper .left ul li:before {
  background-image: url(../images/list.png);
}

.webp .form-block .flex-wrapper .left ul li:before {
  background-image: url(../images/list.webp);
}

.form-block .flex-wrapper .center {
  width: 370px;
  order: 3;
  position: relative;
  z-index: 2;
}
.form-block .flex-wrapper .center .form {
  margin: auto;
  padding-top: 40px;
  padding-bottom: 15px;
  background: white;
}
.form-block .flex-wrapper .center .form:before {
  display: none;
}
.form-block .flex-wrapper .center > p {
  text-align: center;
  padding: 25px 0;
}
.form-block .flex-wrapper .center > p img {
  display: inline-block;
  vertical-align: bottom;
  padding: 0 10px;
}
.form-block .flex-wrapper .center .form form .btn-ord:before {
  display: none;
}
.form-block .flex-wrapper .right {
  width: 280px;
  position: relative;
  margin-left: 0px;
  margin-top:0px;
  z-index: 0;
}


.form-block .flex-wrapper .right::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 377px;
  height: 377px;
  z-index: -1;
  background-color: #f0f5fa;
  border-radius: 50%;
}

.form-block .flex-wrapper .right > img {
  max-height: 377px;
}
.conference {
  padding: 90px 0;
}

.how-use-block {
  border-bottom: 1px solid #d5d5d5
}
.conference .content {
  margin-top: 40px;
  position: relative;
}
.conference .content:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 60px;
  left: 0;
  bottom: -22px;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.77) 32%,
    white 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.77) 32%,
    white 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0)),
    color-stop(32%, rgba(255, 255, 255, 0.77)),
    to(white)
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.77) 32%,
    white 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.77) 32%,
    white 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.conference .content img {
  float: left;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-top: 8px;
  max-width: 55%;
}
.conference .content p {
  color: #444444;
  font-size: 18px;
  line-height: 28px;
}
.conference .content p:not(:first-of-type) {
  margin-top: 40px;
}
.conference .content span {
  text-align: right;
  display: block;
  font-size: 20px;
  padding-top: 30px;
  font-weight: bold;
}
.conference .content .about-person {
  font-size: 16px;
  background: #f0f5fa;
  font-weight: bold;
  line-height: 24px;
  padding: 15px 28px;
  width: 270px;
  position: relative;
  float: right;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 20px;
}
.conference .content .about-person:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 30px solid white;
  border-right: 30px solid transparent;
}
.conference .content .about-person:after {
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 30px solid white;
  border-left: 30px solid transparent;
}
.conference .content .about-person .quote {
  color: #fec804;
  font-size: 54px;
  line-height: 24px;
  position: absolute;
  top: 5px;
  left: 40px;
}
.conference .content.readmore-js-expanded:after {
  display: none;
}
.conference .toggle {
  margin: 30px auto 0;
  display: block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid black;
  font-size: 38px;
  text-decoration: none;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  font-weight: 100;
}
.conference .toggle.unactive {
  color: #ce1b2c;
}
.conference .toggle.active {
  color: #fec804;
  border: 1px solid #fec804;
      line-height: 34px !important;
}

.results {
  padding: 0px 0 80px;
}
.results h1 {
  margin-top: 50px;
}
.results .result-head {
  padding: 80px 0 60px;
  background: #f3f8fb url('../images/backgr-triangle-repeat.png');
}
.results .result-head h2 {
  max-width: 100%;
  margin: 20px auto 0;
  text-align: center;
}
.results .container > p {
  font-size: 18px;
  color: #444444;
  text-align: center;
}
.results .container > p:last-of-type {
  font-size: 20px;
  margin-top: 30px;
}
.results .container > img {
  margin-top: 40px;
}
.results .effect {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 40px auto;
}
.results .effect .percents {
  text-align: center;
}
.results .effect .percents:nth-of-type(1) span {
  color: #ce1b2c;
}
.results .effect .percents:nth-of-type(2) span {
  color: #ec6319;
}
.results .effect .percents:nth-of-type(3) span {
  color: #fec804;
}
.results .effect .percents span:first-of-type {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #333333;
}
.results .effect .percents .percent,
.results .effect .percents .cur {
  font-size: 130px;
  font-weight: bold;
}
.results .effect-days {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 40px auto;
}
.results .effect-days .percents:nth-of-type(1) span {
  color: #ce1b2c;
}
.results .effect-days .percents:nth-of-type(2) span {
  color: #d8482c;
}
.results .effect-days .percents:nth-of-type(3) span {
  color: #ec6319;
}
.results .effect-days .percents:nth-of-type(4) span {
  color: #fec804;
}
.results .effect-days .percents span:first-of-type {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #333333;
}

.slider-block {
  padding: 80px 0;
  background: #f3f8fb url('../images/backgr-triangle-repeat.png');
}
.slider-block .slider-photos {
  text-align: center;
  padding: 0 50px;
  margin: 45px auto 0px;
}
.slider-block .slider-photos .before {
  position: relative;
  padding: 0 10px;
}
.slider-block .slider-photos .after {
  position: relative;
  padding: 0 10px;
}
.slider-block .order-button {
  display: block;
  background: #ce1b2c;
  color: white;
  text-decoration: none;
  margin: 90px auto 0;
  width: 240px;
  text-align: center;
  font-size: 24px;
  line-height: 22px;
  padding: 15px 10px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 5px solid #e9e8e6;
}
.slider-block .order-button:hover {
  background: #ec192b;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

.comments {
  padding: 90px 0 0px;
  border-bottom: 1px solid #d5d5d5;
}
.comments .flex-wrapper {
  padding: 80px 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.comments .comment {
  position: relative;
  -webkit-box-shadow: 0px 0px 23px 1px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 23px 1px rgba(0, 0, 0, 0.07);
  width: 370px;
  height: fit-content;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: -ms-fit-content;
}
.comments .comment .photo {
  text-align: center;
}
.comments .comment .photo img {
  display: block;
  margin: -25px auto 20px;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.comments .comment .photo .name {
  font-weight: bold;
  font-size: 18px;
}
.comments .comment .apply-result {
  margin-top: 20px;
  position: relative;
  font-size: 16px;
  font-style: italic;
  background: #f0f5fa;
  padding: 20px 40px;
  text-align: center;
  color: #333333;
  min-height: 97px;
  line-height: 1.2;
  display: flex;
  align-items: center;
}
.comments .comment .apply-result .quote {
  top: 6px;
  left: 0;
  right: 0;
  margin: auto;
}
.comments .comment .comment-text {
  font-size: 17px;
  position: relative;
  text-align: center;
  color: #444444;
  height: fit-content;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: -ms-fit-content;
}
.comments .comment .comment-text:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 66px;
  left: 0;
  bottom: 0;
 
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.77) 0%,
    white 100%
  );
}
.comments .comment .comment-text p {
  padding: 20px;
  font-size: 18px;
  line-height: 22px;
}
.comments .comment .comment-text.readmore-js-expanded:after {
  display: none;
}
.comments .comment .toggle {
  position: absolute;
  background-color: white;
  width: 29px;
  height: 29px;
  line-height: 28px;
  font-size: 30px;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
}

.how-use-block {
  padding: 75px 0;
}
.how-use-block > p {
  color: #444444;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  margin-top: 50px;
}
.how-use-block .flex-wrapper {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.how-use-block .flex-wrapper .img {
  position: relative;
  overflow: hidden;
  width: 377px;
  height: 377px;
}
.how-use-block .flex-wrapper .img img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.how-use-block .flex-wrapper .img img.active {
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.how-use-block .flex-wrapper .how-use {
  position: relative;
  margin-left: 135px;
  margin-top: 50px;
}
.how-use-block .flex-wrapper .how-use:before {
  position: absolute;
  content: '';
  top: 0;
  left: -230px;
  background: no-repeat;
  -o-background-size: contain;
  background-size: contain;
  width: 271px;
  height: 340px;
}

.no-webp .how-use-block .flex-wrapper .how-use:before {
  background-image: url(../images/product.png);
}

.webp .how-use-block .flex-wrapper .how-use:before {
  background-image: url(../images/product.webp);
}

.how-use-block .flex-wrapper .how-use ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.how-use-block .flex-wrapper .how-use ul li .line {
  height: 1px;
  width: 70px;
  background: #ce1b2c;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.how-use-block .flex-wrapper .how-use ul li .number {
  background: white;
  border: 1px solid #ce1b2c;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  line-height: 40px;
  width: 40px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin-left: -5px;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.how-use-block .flex-wrapper .how-use ul li p {
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
  padding: 30px 0;
  border-bottom: 1px solid #d5d5d5;
  font-size: 20px;
  width: 330px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #333333;
}
.how-use-block .flex-wrapper .how-use ul li.active .line {
  background: #fec804;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.how-use-block .flex-wrapper .how-use ul li.active .number {
  background: #fec804;
  border: 1px solid #fec804;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.how-use-block .flex-wrapper .how-use ul li.active p {
  font-weight: bold;
  color: black;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.spray .spray-header {
  background: #e6f3fe;
  padding: 80px 0;
  position: relative;
}
.spray .spray-header:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #e6f3fe;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
}
.spray .spray-header .container h1 .blue-spray {
  font-size: 40px;
  line-height: 42px;
}
.spray .spray-header .container > span {
  text-align: center;
  display: block;
  margin-top: 15px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}
.spray .spray-header .container p {
  color: #444444;
  font-size: 18px;
  line-height: 28px;
  margin-top: 20px;
  text-align: center;
}

.spray .block11-content {
  padding: 75px 0;
  position: relative;
}
.spray .block11-content:before {
  position: absolute;
  content: '';
  width: 43px;
  height: 1345px;
  top: -333px;
  left: -100px;
}
.spray .block11-content:after {
  position: absolute;
  content: '';
  width: 43px;
  height: 1345px;
  top: -333px;
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  -webkit-filter: FlipH;
  filter: FlipH;
  -ms-filter: 'FlipH';
  right: -100px;
}
.spray .block11-content .product {
  width: 340px;
  display: inline-block;
  position: relative;
}
.spray .block11-content .left-block {
  position: relative;
  z-index: 2;
  width: 460px;
  float: left;
}
.spray .block11-content .left-block h1 {
  color: black;
  text-align: left;
  line-height: 38px;
  max-width: 646px;
  font-size: 38px;
  padding: 0;
}
.spray .block11-content .left-block h1 .product-name {
  font-weight: bold;
  text-align: left;
}
.spray .block11-content .left-block h2 {
  margin-top: 20px;
  font-size: 18px;
  line-height: 24px;
  color: #555555;
  max-width: 360px;
}
.spray .block11-content .left-block .about-product {
  margin-top: 40px;
  max-width: 440px;
  padding-right: 20px;
  position: relative;
  margin-left: 25px;
  list-style: none;
}
.spray .block11-content .left-block .about-product li {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  line-height: 22px;
  margin-top: 30px;
  margin-left: 10px;
  position: relative;
}
.spray .block11-content .left-block .about-product li:before {
  position: absolute;
  content: '';
  width: 31px;
  height: 31px;
  left: -43px;
  top: 0px;
  -o-background-size: 30px;
  background-size: 30px;
}
.spray .block11-content .left-block .form {
  margin-top: -55px;
}
.spray .block11-content .right-block {
  position: relative;
  z-index: 2;
  float: right;
  width: 300px;
  color: #666666;
}
.spray .block11-content .right-block > p {
  text-align: center;
  padding: 20px 0;
}
.spray .block11-content .right-block > p img {
  display: inline-block;
  vertical-align: bottom;
  padding: 0 10px;
}
.spray .block11-content .right-block .form {
  border-top: 5px solid #fdd74d;
  background: rgba(233, 232, 230, 0.49);
}
.spray .block11-content .right-block .form:before {
  display: none;
}
.spray .block11-content .right-block .form form .btn-ord:before {
  left: -36px;
  top: 24px;
  -webkit-transform: rotate(-48deg);
  -moz-transform: rotate(-48deg);
  -ms-transform: rotate(-48deg);
  -o-transform: rotate(-48deg);
  transform: rotate(-48deg);
}
.spray .block11-content .right-block .form form .btn-ord .order {
  background: #1d608e;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.spray .block11-content .right-block .form form .btn-ord .order:hover {
  background: #2274ad;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.spray .how-use-spray {
  background: #e6f3fe;
  padding: 80px 0;
  position: relative;
}
.spray .how-use-spray:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #e6f3fe;
  left: 0;
  right: 0;
  top: -20px;
  margin: auto;
}
.spray .how-use-spray .steps {
  margin-top: 50px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.spray .how-use-spray .steps .step {
  max-width: 246px;
  text-align: center;
  position: relative;
}
.spray .how-use-spray .steps .step:not(:last-child):after {
  position: absolute;
  content: '';
  width: 111px;
  height: 15px;
  top: 100px;
  left: 260px;
}
.spray .how-use-spray .steps .step:last-child:after {
  position: absolute;
  content: '';
  width: 50px;
  height: 50px;
  top: 0px;
  right: 35px;
}
.spray .how-use-spray .steps .step .img {
  width: 220px;
  height: 220px;
  text-align: center;
  background-color: white;
  overflow: hidden;
  border: 10px solid #dcecf9;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  margin: auto;
}
.spray .how-use-spray .steps .step .img:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: '';
}
.spray .how-use-spray .steps .step .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}
.spray .how-use-spray .steps .step p {
  margin-top: 20px;
  font-weight: bold;
}

.order-product {
  padding: 50px 0 0px;
}
.order-product .container h1 {
  max-width: 740px;
  margin: auto;
}
.order-product .container .order {
  margin-top: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  border-bottom: 1px solid #d5d5d5;
}
.order-product .container .order .circle {
  width: 240px;
  position: relative;
  text-align: center;
  margin-bottom: 80px;
}
.order-product .container .order .circle p {
  padding-top: 30px;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  max-width: 230px;
}
.order-product .container .order .arrows {
  padding: 0 20px;
}
.order-product .container .order .arrows .arrow {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  margin-top: 60px;
  background-repeat: no-repeat;
  height: 50px;
  width: 20px;
}

.no-webp .order-product .container .order .arrows .arrow {
  background-image: url('../images/order-arrows.png');
}

.webp .order-product .container .order .arrows .arrow {
  background-image: url('../images/order-arrows.webp');
}

.order-product .container .order .arrows .arrow.filter {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.order-product .container .order .arrows .arrow-1,
.order-product .container .order .arrows .arrow-3 {
  background-position: -25px 0;
}
.order-product .container .warning {
  padding: 90px 0 60px;
  text-align: center;
  background: no-repeat center;
}

.no-webp .order-product .container .warning {
  background-image: url('../images/warning.png');
}

.webp .order-product .container .warning {
  background-image: url('../images/warning.webp');
}

.order-product .container .warning h1 {
  max-width: 1060px;
}
.order-product .container .warning p {
  margin-top: 25px;
  font-size: 18px;
  line-height: 28px;
  color: #444444;
}

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

.slick-dots {
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto;
}
.slick-dots li {
  width: 12px;
  height: 12px;
  margin-right: 15px;
  background: #cadceb;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  vertical-align: middle;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
.slick-dots li button:before {
  content: '';
}
.slick-dots li.slick-active {
  background: #fec804;
}

.slick-prev,
.slick-next {
  height: 22px;
  width: 54px;
}

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

.slick-prev {
  background: no-repeat;
  left: 0px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.no-webp .slick-prev {
  background-image: url('../images/slick-arrow-active.png');
}

.webp .slick-prev {
  background-image: url('../images/slick-arrow-active.webp');
}

.slick-next {
  background: no-repeat;
  right: 0px;
}

.no-webp .slick-next {
  background-image: url('../images/slick-arrow-active.png');
}

.webp .slick-next {
  background-image: url('../images/slick-arrow-active.webp');
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.toggle {
  margin: 30px auto 0;
  display: block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid black;
  text-decoration: none;
  text-align: center;
  font-weight: 100;
}

.toggle {
  color: #ce1b2c;
  background: white;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
.toggle:hover {
  color: #ec192b;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

.toggle.active {
  color: #fec804;
  border: 1px solid #fec804;
      line-height: 22px !important;
}
.toggle.active:hover {
  color: #ec192b;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

.ever-popup__body > span {
  display: none;
}

.ever-popup-build {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background: white;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.ever-popup-build .form {
  width: 46%;
  margin-top: 0;
  background: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ever-popup-build .form:before {
  display: none;
}
.ever-popup-build .form form .order {
  padding: 22px 0;
}
.ever-popup-build .form > span {
  display: none;
}

.ever-popup-build .form form .order {
  margin-top: 20px;
  margin-bottom: 25px;
  background: #ce1b2c;
  color: white;
  font-size: 24px;
  line-height: 22px;
  font-weight: bold;
  border: 5px solid #e9e8e6;
  position: relative;
}
.ever-popup-build .form form .order:hover {
  background: #ec192b;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1200px) {
  .vw > section {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .form-block .flex-wrapper .right::before {
    display: none;
  }

  .block-1 .block1-content .left-block h1 {
    font-size: 35px;
  }
  
  .block-1 .block1-content .girl {
    -o-background-size: 1000px;
    background-size: 1000px;
    right: 0;
  }
  .block-1 .block1-content .girl .product {
    margin-left: auto;
    margin-right: 355px;
  }
  .statistic .symptom-photos {
    max-width: 700px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
  }
  .repercussion .photos .photo {
    padding: 10px;
  }
  .results .result-head {
  
    width: calc(100% + 30px);
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .comments .comment {
    width: 32%;
  }
  .comments .comment .apply-result {
    min-height: 116px;
  }
  .spray {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .spray .spray-header {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .spray .block11-content {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .spray .block11-content .product {
    width: 390px;
  }
  .spray .block11-content .product img {
    float: right;
  }
  .spray .block11-content .left-block {
    width: 375px;
    padding-left: 10px;
  }
  .spray .block11-content .left-block h1 {
    line-height: 28px;
    font-size: 26px;
  }
  .spray .how-use-spray {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .spray .how-use-spray .steps .step:not(:last-child):after {
    display: none;
  }
}

@media screen and (max-width: 1100px) {
  .block-1 {
    margin-bottom: 150px;
  }
  .block-13 {
    margin-bottom: 180px;
  }
  .block-1 header .menu {
    float: none;
  }
  .block-1 header .menu ul li {
    padding: 0 20px 0 50px;
  }
  .block-1 .block1-content .girl {
    background-size: 907px;
  }
  .block-1 .block1-content .girl .product {
    margin-top: 248px;
    margin-right: 335px;
  }
  /* .product-consist .container .consist div ul li {
    padding-right: 90px;
  } */
  .product-consist .container .consist div ul li.active {
    max-height: 300px;
    padding-bottom: 0;
  }
  /* .product-consist .container .consist div ul li.active p {
    width: -webkit-calc(100% + 60px);
    width: -moz-calc(100% + 60px);
    width: calc(100% + 60px);
  } */
  .form-block .flex-wrapper .left {
    width: 380px;
    padding-right: 10px;
  }
  .form-block .flex-wrapper .left h1 {
    font-size: 33px;
  }
  .conference .content p {
    font-size: 16px;
  }
  .how-use-block .flex-wrapper .how-use {
    margin-left: 110px;
  }
  .how-use-block .flex-wrapper .how-use:before {
    left: -230px;
  }
  .spray .block11-content .left-block {
    width: 300px;
  }
  .spray .block11-content .product {
    width: 366px;
  }
}

@media screen and (max-width: 1000px) {
  .ever-mobile.form form .btn-ord:before {
    display: none;
  }

  .popup-prod {
    display: none !important;
  }

  .popup-form {
    max-width: 290px;
  }

  .comm-title {
    align-items: flex-start;
    min-height: initial;
  }

  .product-consist .container .consist div ul {
    flex-wrap: wrap;
  }

  .product-consist .container .consist div ul li {
    width: 48%;
  }
  .ever-mobile.form:before {
    display: none !important;
  }
  .ever-mobile.form form .order:before {
    display: none !important;
  }
  .block-1 {
    padding-bottom: 35px;
    margin-bottom: 30px;
  }
  .block-1 header .callback {
    display: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }
  .block-1 header .menu ul {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .block-1 .block1-content .left-block {
    float: none;
    margin: 20px auto 0;
  }
  .block-1 .block1-content .left-block h1,
  .block-1 .block1-content .left-block h2 {
    max-width: 100%;
    text-align: center;
  }
  .block-1 .block1-content .left-block .about-product {
    margin-left: 50px;
  }
  .block-1 .block1-content .right-block {
    margin-right: 14%;
  }
  .block-1 .block1-content .girl {
    display: none;
  }
  .block-1 .block1-content .girl .product {
    margin: 0;
    margin-top: 100px;
  }
  .product-consist .container .consist .center {
    display: none;
  }
 
  .product-consist .container .consist .right {
    padding: 0 0 0 10px;
  }
  .product-consist .container .consist .right ul li.active p {
    width: auto;
  }
  .form-block .flex-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-block .flex-wrapper .left {
    -webkit-flex-basis: 70%;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    margin-bottom: 50px;
  }
  .form-block .flex-wrapper .center {
    width: 350px;
  }
  .form-block .flex-wrapper .right {
    width: 290px;
    text-align: center;
    margin-left: 0px;
  }
  .conference .content p:not(:first-of-type) {
    margin-top: 25px;
  }
  .comments .comment .apply-result {
    padding: 20px 20px;
    font-size: 14px;
  }
  .how-use-block .flex-wrapper .how-use {
    margin: 30px auto;
    padding-left: 230px;
  }
  .how-use-block .flex-wrapper .how-use:before {
    left: 0px;
  }
  .how-use-block .flex-wrapper .img {
    display: none;
  }
  .spray .block11-content .left-block {
    width: 490px;
    float: none;
    margin: 0 auto 50px;
  }
  .spray .block11-content .left-block h1 .br {
    display: inline;
  }
  .spray .block11-content .left-block h1 .product-name {
    white-space: nowrap;
  }
  .spray .block11-content .product {
    margin-left: 12%;
  }
  .spray .block11-content .right-block {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: 40px;
  }
}

@media screen and (max-width: 910px) {
  .block-1 .block1-content .right-block {
    margin-right: 8%;
  }
  .block-1 .block1-content .girl {
    left: 8%;
  }
  .spray .block11-content .product {
    margin-left: 5%;
  }
  .results .effect .percents .percent,
  .results .effect .percents .cur {
    font-size: 100px;
  }
}

@media screen and (max-width: 769px) {
  .block-1 header .logo {
    float: none;
    margin: 10px auto 10px;
    text-align: center;
  }

  .results .result-head h2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .slider-block, .order-product .container .warning, .results .result-head, .conference, .form-block, .product-consist {
    padding: 40px 0;
  }

  .results, .statistic {
    padding-bottom: 40px;
  }

  .comments {
    padding-top: 40px;
  }

  .block-13 {
    padding-bottom: 0;
  }

  .statistic .symptom-photos {
    padding-top: 20px;
  }

  .product-consist .container .consist div ul li p {
    font-size: 16px;
  }
  .form-block .flex-wrapper .center {
    order: 3;
  }
  .form-block .flex-wrapper .right {
    margin-bottom: 30px;
    width: 250px;
  }
  .block-1 header .menu ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .block-1 .block1-content .left-block {
    float: none;
    margin: 35px auto 0;
  }
  .block-1 .block1-content .left-block h1,
  .block-1 .block1-content .left-block h2 {
    max-width: 100%;
    text-align: center;
  }
  .block-1 .block1-content .left-block .about-product {
    margin-left: 50px;
  }
  .block-1 .block1-content .right-block {
    float: none;
    margin: auto;
  }
  .block-1 .block1-content .girl {
    left: 0;
    right: 0;
    position: relative;
    margin: 20px auto;
    min-height: 0px;
  }
  .block-1 .block1-content .girl .product {
    margin: 0 auto;
  }
  .form form .btn-ord:before {
    display: none;
  }
  .product-consist .container .consist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .product-consist .container .consist .left {
    padding: 0;
  }
  .product-consist .container .consist .right {
    padding: 0;
  }
  .product-consist .container .consist .right li {
    padding: 40px 90px 40px 130px;
    text-align: left;
  }
  .product-consist .container .consist .right li:before {
    left: 0;
  }
  .product-consist .container .consist .right li:after {
    left: auto;
    right: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .results .effect .percents .percent,
  .results .effect .percents .cur {
    font-size: 65px;
  }
  .comments .flex-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 0;
  }
  .comments .flex-wrapper .comment {
    width: 80%;
    max-width: 400px;
    margin: 40px auto;
  }
  .comments .flex-wrapper .comment .apply-result {
    min-height: 1px;
    padding: 20px 40px;
  }
  .how-use-block > p {
    margin-top: 135px;
  }
  .how-use-block .flex-wrapper .how-use ul li p {
    margin-left: 45px;
    padding: 11px 0;
    font-size: 17px;
    width: 200px;
  }
  .how-use-block .flex-wrapper .how-use ul li .number,
  .how-use-block .flex-wrapper .how-use ul li .line {
    margin-top: 10px;
  }
  .spray .block11-content .product {
    display: block;
    margin: 0 auto;
  }
  .spray .block11-content .right-block {
    display: block;
    margin: 20px auto 0;
  }
  .spray .how-use-spray .steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .spray .how-use-spray .steps .step:not(:first-of-type) {
    margin-top: 30px;
  }

  .statistic .symptom-photos .symptom {
 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .order-product .container .order {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 40px;
  }
  .order-product .container .order .circle {
    margin-bottom: 0;
  }
  .order-product .container .order .arrows {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    margin: 20px;
  }
  .order-product .container .order .arrows .arrow {
    margin: auto;
  }
  .ever-popup-build {
    display: none;
  }
}

@media screen and (max-width: 630px) {
  .how-use-block {
    padding: 50px 0;
  }
  .slick-prev, .slick-next {
    top: 112%;
  }


  .slider-block .slider-photos {
    padding: 0;
  }
  .how-use-block > p {
    margin-top: 30px;
  }
  .how-use-block .flex-wrapper .how-use {
    padding-left: 0;
  }
  .how-use-block .flex-wrapper .how-use:before {
    display: none;
  }
  .how-use-block .flex-wrapper .how-use ul li .line {
    display: none;
  }
  .how-use-block .flex-wrapper .how-use ul li .number {
    margin: 0;
  }
  .how-use-block .flex-wrapper .how-use ul li p {
    margin-left: 10px;
  }
  .repercussion {
    padding: 50px 0;
  }
  .repercussion .photos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .repercussion .photos .photo {
    margin: auto;
  }
}
@media screen and (max-width: 550px) {
  .container h1 {
    font-size: 26px !important;

  }


    .block-1 .block1-content .left-block .about-product {
    width: 220px !important;
  }
  .slick-prev, .slick-next {
    top: 115%;
  }
  .block-1 h1 .red {
    font-size: 37px;
  }
  .block-1 header .menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 250px;
    margin: auto;
  }
  .block-1 header .menu ul li {
    text-align: center;
    max-width: 235px;
  }
  .block-1 header .menu ul li:not(:first-of-type) {
    border: none;
  }
  .block-1 header .menu ul li:last-of-type {
    max-width: 210px;
  }
  .block-1 .block1-content .left-block {
    width: auto;
  }
  .block-1 .block1-content .left-block .about-product li {
    font-size: 16px;
    line-height: 17px;
  }
  .block-1 .block1-content .girl {
    width: 100%;
    margin-top: 40px;
  }
  .block-1 .block1-content .girl .product {
    width: 300px;
  }
}

@media screen and (max-width: 480px) {
  .block-1 {
    background: #f3f8fb;  
  }
  .slick-prev, .slick-next {
    top: 124%;
  }

  .conference .content p {
    text-align: center;
  }

  .statistic .symptom-photos {
    padding-top: 10px;
  }

    .product-consist .container .consist div ul li {
    width: 100%;
  }


  .comm-title {
    min-height: initial;
  }

  .block-1 .block1-content .left-block .about-product {
    margin-left: 25px;
    padding-right: 0;
  }
  .block-1 .block1-content .left-block .about-product li {
    font-size: 15px;
    line-height: 17px;
    margin-left: 10px;
  }
  .statistic {
    padding-bottom: 50px;
  }
  .statistic .symptom-photos {
    display: block;
    padding-bottom: 0;
  }
  .statistic .symptom {
    margin: 20px auto !important;
    width: 100%;
  }
  .product-consist {
    padding-bottom: 50px;
  }
  .product-consist .container .consist {
    margin: 0;
  }
  .form-block .flex-wrapper .left {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .form-block .flex-wrapper .right {
    margin: 0 0 30px 0;
  }
  .conference {
    padding: 50px 0;
  }
  .conference .content img {
    max-width: 100%;
  }
  .conference .content .about-person {
    width: 100%;
  }
  .results .effect .percents span:first-of-type {
    font-size: 16px;
    padding: 0 5px;
  }
  .results .effect .percents .percent,
  .results .effect .percents .cur {
    font-size: 35px;
  }
  .slider-block {
    padding: 50px 0;
  }
  .comments {
    padding: 50px 0 0;
  }
  .comments .flex-wrapper .comment {
    width: 95%;
  }
  .comments .flex-wrapper .comment .comment-text p {
    padding: 20px;
    font-size: 14px;
  }
  .spray .block11-content .left-block {
    width: 100%;
  }
  .spray .block11-content .product {
    width: 300px;
    margin: auto;
  }
}

@media (max-width: 1000px) {
  .block-1 .block1-content .right-block {
    margin: auto;
    float: none;
  }
  .block-1 .block1-content .left-block .about-product {
    width: 255px;
    margin: auto;
  }

  .form-block .flex-wrapper .left h1, .container h2 {
    text-align: center;
    max-width: 100%;
  }
}

.price {
  display: flex;
  justify-content: center;
  align-items: center;
}
.price span {

}

.oldprice {
  margin-right: 10px;
  position: relative;
  font-size: 25px;
}
.oldprice::before {
  position: absolute;
  height: 2px;
  width: 100%;
  top: 43%;
  left: 0;
  background: #646464;
  display: block;
  content: '';
}
.newprice {
  color: red;
  font-size: 35px;
}

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

@media screen and (min-width:1001px) {
  .promo__prod {
    position: absolute;
    bottom: -186px;
    left: 6%;
    z-index: 5;
    margin: 0;
  }

      .block-1 {
        margin-bottom: 100px;
    }

  .ever-popup__body.ever-desktop {
    display: flex !important;
    align-items: center;
    justify-content: space-around;
  }

  .popup-prod {
    position: static;
    margin: 0 20px 0 0;
  }

  .ever-popup__inner {
    max-width: 740px;
    width: 100% !important;
    background-color: #fff;
    padding-bottom: 30px;
    border-radius: 10px;
  }

  .ever-popup__close {
    top: -37px !important;
  }
}
@media screen and (min-width:1101px) {
  .promo__prod {
    bottom: -176px;
    left: 13%;
  }

  .block-1 {
    margin-bottom: 100px;
  }
}


@media screen and (min-width:1200px) {
  .promo__prod {
    bottom: -246px;
    left: 13%;
  }

   .block-1 {
    margin-bottom: 150px;
  }
}



/* .ever-popup__close:after, .ever-popup__close:before {
  background: #898989 !important;
} */

.inL_462527 { text-decoration: none }
.inL_799927 { text-align: center; color: #000; }
.inL_650297 { font-weight: bold; font-size: 22px }
.inL_471300 { 
                      font-weight: bold;
                      font-size: 18px;
                      text-transform: uppercase;
                     }
.inL_570476 { font-weight: bold; font-size: 22px }
.inL_986346 { font-size: 15px }
.inL_876733 { text-align: center }
.inL_565385 { font-weight: bold; font-size: 22px }
.inL_984380 { 
                        font-weight: bold;
                        font-size: 18px;
                        text-transform: uppercase;
                       }
.inL_379234 { font-weight: bold; font-size: 22px }
.inL_376501 { font-size: 15px }
.inL_318678 { margin-bottom: 20px }
.inL_17441 { text-align: center; color: #000; }
.inL_43326 { font-weight: bold; font-size: 22px }
.inL_646424 { 
                      font-weight: bold;
                      font-size: 18px;
                      text-transform: uppercase;
                     }
.inL_516590 { font-weight: bold; font-size: 22px }
.inL_824147 { font-size: 15px }

.my-popup~.my-popup,
.ever-mobile~.ever-mobile {
  display: none !important;
}

.ever-popup.show {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.ever-popup__body {
  display: flex !important;
  align-items: center;
  justify-content: space-evenly ;
}