@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
    url(../fonts/open-sans-v18-latin-regular.woff2) format('woff2'),
    url(../fonts/open-sans-v18-latin-regular.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
    url(../fonts/open-sans-v18-latin-700.woff2) format('woff2'),
    url(../fonts/open-sans-v18-latin-700.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'),
    url(../fonts/open-sans-v18-latin-800.woff2) format('woff2'),
    url(../fonts/open-sans-v18-latin-800.woff) format('woff');
}
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=''] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav [class*='owl-'] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
a,
b,
body,
center,
dir,
div,
embed,
footer,
form,
h1,
h2,
h3,
header,
html,
i,
iframe,
img,
label,
li,
nav,
object,
output,
p,
s,
section,
span,
time,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}
.s__main {
  overflow-x: hidden;
}
.sale {
  position: absolute;
  width: 100px;
  height: 100px;
  z-index: 111;
  left: 20px;
  bottom: 31px;
}
.sale img {
  max-width: 100% !important;
}
footer,
header,
main,
nav,
section {
  display: block;
}
*,
:after,
:before {
  box-sizing: border-box;
}
html {
  line-height: 1;
}
input,
select {
  vertical-align: middle;
  background-color: #fff;
  font-size: 14px;
}
ul {
  list-style: none;
}
a,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
  color: inherit;
}
button,
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: 0;
}
input:-webkit-autofill {
  box-shadow: inset 0 0 0 50px #fff;
  -webkit-text-fill-color: #000;
}
::selection {
  background: #3e4651;
  color: #fff;
}
body {
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
}
.container {
  position: relative;
  width: 1000px;
  padding: 0 10px;
  margin: 0 auto;
}
@media screen and (max-width: 1020px) {
  .container {
    width: 767px;
  }
  .sale {
    left: 80px;
    bottom: -55px;
  }
}
span.wht {
  color: #fff !important;
}
@media screen and (max-width: 767px) {
  .container {
    width: 480px;
  }
  .sale {
    left: 10px;
    bottom: 10px;
  }
}
@media screen and (max-width: 479px) {
  .container {
    width: 320px;
  }
  .black-bg .sale {
    bottom: 42px;
  }
}
.clearfix:after,
.clearfix:before {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.order-btn.get-call {
  display: none;
}
.icon-leafs {
  background-image: url(../img/sprite.png);
  background-position: -153px -51px;
  width: 21px;
  height: 23px;
}
.icon-lock {
  background-image: url(../img/sprite.png);
  background-position: -174px -51px;
  width: 12px;
  height: 14px;
}
.icon-phone {
  background-image: url(../img/sprite.png);
  background-position: -20px -198px;
  width: 20px;
  height: 20px;
}
.icon-rocket {
  background-image: url(../img/sprite.png);
  background-position: 0 -198px;
  width: 20px;
  height: 20px;
}
.icon-user {
  background-image: url(../img/sprite.png);
  background-position: -40px -198px;
  width: 18px;
  height: 18px;
}
body {
  font-family: 'Open Sans', sans-serif;
}
i[class*='icon-'] {
  display: inline-block;
  vertical-align: middle;
}
header {
  background-color: #1b1b1d;
  box-shadow: 0.5px 0.9px 1px rgba(132, 132, 132, 0.75);
  padding-top: 19px;
  padding-bottom: 21px;
}
.order-btn {
  vertical-align: middle;
  float: none;
  display: inline-block;
  margin-left: 60px;
  width: 197px;
  border: 1px solid #13a0bf;
  border-radius: 3px;
  height: 44px;
  line-height: 43px;
  color: #28c8ec;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}
.order-btn:active,
.order-btn:hover,
.order-btn:visited {
  background: #28c8ec;
  color: #fff !important;
}
.logo {
  margin-top: 6px;
  margin-right: 75px;
  color: #fff;
  font-size: 19px;
  font-weight: bold;
}
.logo img {
  width: 150px;
}
.leaf,
.logo,
.rocket {
  display: inline-block;
  vertical-align: middle;
}
.leaf {
  margin-top: 10px;
  margin-right: 32px;
}
.leaf i {
  margin-right: 8px;
}
.rocket {
  margin-top: 10px;
  max-width: 270px;
}
.rocket i {
  margin-right: 8px;
}
.leaf-text {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  font-style: italic;
  line-height: 24px;
  max-width: 88%;
}
.webp .one {
  background: #151516 url(../img/header-bg.webp) center bottom no-repeat;
}
.one {
  background: #151516 url(../img/header-bg.png) center bottom no-repeat;
}
.one .prod-wrap {
  margin-top: 140px;
}
input:invalid {
  box-shadow: none;
}
h1 {
  font-size: 46px;
  font-weight: 800;
  text-align: center;
  padding-top: 33px;
  margin-bottom: 7px;
  color: #fff;
}
h1 span {
  color: #28c8ec;
}
h2 {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  line-height: 24px;
  color: #fff;
}
h2 span {
  color: #28c8ec;
}
.list {
  float: left;
  margin-top: 137px;
  width: 270px;
}
.list li {
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  line-height: 24px;
  position: relative;
  padding-left: 27px;
}
.list li:before {
  content: '';
  position: absolute;
  background-image: url(../img/sprite.png);
  background-position: -170px -93px;
  width: 16px;
  height: 17px;
  left: 0;
  top: 4px;
}
.list li:after {
  display: block;
  content: '';
  height: 1px;
  width: 100%;
  margin-top: 10px;
  background: rgba(57, 57, 57, 0);
  background: -webkit-linear-gradient(
    left,
    rgba(57, 57, 57, 0) 0,
    #393939 25%,
    #393939 50%,
    #393939 75%,
    rgba(57, 57, 57, 0) 100%
  );
  background: linear-gradient(
    to right,
    rgba(57, 57, 57, 0) 0,
    #393939 25%,
    #393939 50%,
    #393939 75%,
    rgba(57, 57, 57, 0) 100%
  );
}
.list li:last-child:after {
  display: none;
}
.prod-wrap {
  float: left;
  position: relative;
  width: 380px;
  height: 270px;
}
.prod-wrap .prod-img {
  display: block;
  max-width: 80%;
}
.label {
  background: url(../img/label.png) no-repeat center center;
  width: 113px;
  height: 113px;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 24px;
  text-align: center;
  padding-top: 26px;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
  position: absolute;
  top: -60px;
  right: 30px;
  z-index: 4;
}
.label span {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 24px;
}
.form-wrap {
  float: right;
  background-color: #0ebbe2;
  margin-top: 112px;
  border-radius: 3px;
  width: 312px;
  position: relative;
  margin-bottom: 20px;
}
.form-wrap .form-header {
  font-size: 0;
}
.form-wrap .form-header .form-header-left {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
  line-height: 24px;
  padding: 13px 0 15px 30px;
  position: relative;
  z-index: 3;
}
.form-wrap .form-header .form-header-left:before {
  position: absolute;
  z-index: -1;
  content: '';
  width: 1px;
  height: 60%;
  right: -3px;
  top: 20%;
  background: 0 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
}
.form-wrap .form-header .form-header-right {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  color: #dbfff9;
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
  line-height: 24px;
  padding: 15px 0 15px 18px;
  position: relative;
  z-index: 4;
  background-color: #48cdea;
  border-top-right-radius: 2px;
}
.form-wrap .new-price {
  color: #fff;
  line-height: 38px;
  font-size: 26px;
  font-weight: 800;
}
.form-wrap .new-price .x_currency {
  font-size: 26px;
  font-weight: 400;
}
select::-ms-expand {
  display: none;
}
.form-wrap .old-price {
  color: #dbfff9;
  font-size: 27px;
  line-height: 32px;
  font-weight: 600;
  position: relative;
}
.form-wrap .old-price .x_currency {
  font-weight: 400;
}
.form-wrap .old-price:before {
  content: '';
  position: absolute;
  left: 0;
  top: 15px;
  background: red;
  font-weight: 400;
  font-size: 30px;
  width: 80%;
  -webkit-transform: rotate(11deg);
  transform: rotate(11deg);
  height: 1px;
}
.form-wrap .old-price:after {
  content: '';
  position: absolute;
  right: 27px;
  top: 15px;
  background: red;
  font-weight: 400;
  font-size: 30px;
  width: 80%;
  -webkit-transform: rotate(-11deg);
  transform: rotate(-11deg);
  height: 1px;
}
.form-wrap .form-inputs {
  padding: 6px 20px 10px;
}
.form-wrap .form-inputs form p {
  height: 53px;
  background-color: #fafafa;
  border-radius: 2px;
  margin-bottom: 8px;
}
.form-wrap .form-inputs form p input {
  height: 53px;
  border: none;
  width: calc(100% - 50px);
}
.form-wrap .form-inputs form p i {
  vertical-align: middle;
  margin-left: 13px;
  margin-right: 9px;
}
.form-wrap .form-inputs .submit-form {
  display: block;
  width: 100%;
  height: 53px;
  background-color: #e63b41;
  border-radius: 2px;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  position: relative;
  padding-left: 53px;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.form-wrap .form-inputs .submit-form:hover {
  background: #d23339;
}
.form-wrap .form-inputs .submit-form:hover:before {
  padding-left: 20px;
}
.form-wrap .form-inputs .submit-form:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: '\203A';
  width: 45px;
  background-color: #d23339;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  line-height: 45px;
  font-weight: 400;
  font-size: 34px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.form-wrap .secure {
  text-align: center;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 8px;
}
.form-wrap .secure i {
  vertical-align: middle;
}
.form-wrap .secure span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.section-b-title {
  font-size: 30px;
  line-height: 36px;
  color: #242424;
  font-weight: 600;
  text-align: center;
  margin-top: 37px;
  margin-bottom: 30px;
}
.section-b-title span {
  color: #17c0e6;
  font-weight: 800;
}
.five {
  background-color: #0b0b0e;
}
.five .prod-wrap {
  margin-top: 100px;
}
.webp .five .container {
  padding: 50px 10px 50px 150px;
  background: url(../img/booty-bg.webp) no-repeat right -410px top;
  -webkit-background-size: contain;
  background-size: contain;
}
.five .container {
  padding: 50px 10px 50px 150px;
  background: url(../img/booty-bg.png) no-repeat right -410px top;
  -webkit-background-size: contain;
  background-size: contain;
}
.five .list {
  margin-top: 50px;
}
.five .form-wrap {
  margin-top: 56px;
  position: relative;
  width: 325px;
}
.left-prod {
  position: absolute;
  top: -68px;
  left: 36px;
  color: #fff;
}
.left-prod ul {
  float: left;
  font-size: 0;
  margin-right: 7px;
}
.left-prod ul li {
  display: inline-block;
  color: #fff;
  font-size: 36px;
  font-weight: 800;
  line-height: 46px;
  margin-right: 6px;
  text-align: center;
  width: 39px;
  height: 46px;
  background-color: #28c8ec;
  border-radius: 3px;
  position: relative;
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.15);
}
.left-prod ul li:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #85d6ca;
}
.left-prod .left-text {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  float: left;
  max-width: 130px;
}
.left-prod .left-text span {
  font-weight: 700;
}
.section-title-border {
  font-size: 36px;
  font-weight: 800;
  line-height: 38px;
  color: #fff;
  margin-top: 43px;
  padding-left: 15px;
  border-left: 5px solid #28c8ec;
}
.section-title-border span {
  color: #28c8ec;
}
.webp .four-one {
  background: url(../img/composition-back.webp) center no-repeat;
  background-size: cover;
  color: #fff;
  padding-bottom: 60px;
}
.four-one {
  background: url(../img/composition-back.jpg) center no-repeat;
  background-size: cover;
  color: #fff;
  padding-bottom: 60px;
}
.four-one .section-b-title {
  color: #fff;
}
.ib_cont {
  text-align: justify;
  font-size: 0;
  overflow: hidden;
  text-justify: newspaper;
  zoom: 1;
  position: relative;
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.img_cont {
  width: 141px;
  height: 141px;
  margin: 0 auto;
  line-height: 141px;
  background: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.img_cont img {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.four-one-content {
  position: relative;
}
.four-one-content .prod {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 49%;
  top: 50%;
  width: 439px;
}
.ib_cont:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 0;
  visibility: hidden;
}
.ib_cont__item {
  display: inline-block;
  width: calc(50% - 150px);
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
.ib_cont__item h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  display: block;
  margin-bottom: 7px;
  position: relative;
}
.ib_cont__item h3:before {
  content: '';
  position: absolute;
  background: url(../img/line-composition.svg) center no-repeat;
  background-size: contain;
  display: none;
}
.ib_cont__item:nth-child(1) h3:before {
  width: 199px;
  height: 52px;
  left: 100%;
  top: 11px;
}
.ib_cont__item:nth-child(2) h3:before {
  width: 184px;
  height: 52px;
  right: 100%;
  top: 18px;
  transform: scale(1, -1);
  -o-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
}
.ib_cont__item:nth-child(3) h3:before {
  background: url(../img/line-composition2.svg) center no-repeat;
  width: 199px;
  height: 51px;
  left: 104%;
  bottom: calc(100% - 19px);
  background-size: contain;
}
.ib_cont__item:nth-child(4) h3:before {
  background: url(../img/line-composition2.svg) center no-repeat;
  width: 199px;
  height: 51px;
  right: 97%;
  bottom: calc(100% - 22px);
  background-size: contain;
  transform: scale(1, -1);
  -o-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
}
.ib_cont__item p {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
}
.ib_cont__item:nth-child(2n + 1) {
  text-align: right;
  padding-right: 6.7%;
}
.ib_cont__item:nth-child(2n) {
  text-align: left;
  padding-left: 6.7%;
}
.fake-text-wrap {
  float: left;
  width: 482px;
  margin-top: 58px;
}
.fake-text-wrap .check_popup_code_input {
  width: 288px;
  height: 52px;
  background-color: #fff;
  border-radius: 3px;
  border: none;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  padding-left: 20px;
}
.fake-text-wrap .check-btn {
  display: block;
  float: right;
  width: 173px;
  height: 52px;
  background-color: #28c8ec;
  border-radius: 2px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 52px;
  text-align: center;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.fake-text-wrap .check-btn:hover {
  background: #1ea2bf;
}
.fake-text-wrap .check-btn:hover i {
  margin-right: 5px;
}
.fake-text-wrap .check-btn i {
  position: relative;
  z-index: 3;
  margin-right: 15px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.fake-text-wrap .check-btn:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 47px;
  background-color: #1ea2bf;
  z-index: 2;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.ten {
  background-color: #ecfffe;
  padding-bottom: 35px;
}
.reviews-title-wrap {
  margin-bottom: 30px;
}
.reviews-title {
  float: left;
  width: 640px;
  font-size: 30px;
  color: #161616;
  font-weight: 600;
  line-height: 36px;
  margin-top: 55px;
}
.reviews-title span {
  color: #17c0e6;
  font-weight: 800;
  line-height: 36px;
}
.customers-pleasure {
  float: right;
  width: 278px;
  height: 80px;
  background-color: #e63b41;
  border-radius: 9px;
  margin-top: 29px;
}
.customers-pleasure .per-cent {
  color: #fff;
  font-size: 56px;
  font-weight: 700;
  line-height: 80px;
  float: left;
  padding-left: 12px;
  padding-right: 9px;
  display: table;
  background-color: #d23339;
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
}
.customers-pleasure .per-cent span {
  opacity: 0.7;
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  line-height: 80px;
  display: table-cell;
  vertical-align: middle;
}
.customers-pleasure .custom {
  display: block;
  float: left;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  margin-top: 20px;
  margin-left: 21px;
  line-height: 20px;
}
.customers-pleasure .custom span {
  display: block;
  font-size: 20px;
  font-weight: 400;
}
.webp .review-1 {
  background: url(../img/client-1.webp) no-repeat left 30px;
  line-height: 24px;
  color: #585858;
  font-size: 15px;
  font-weight: 400;
  padding: 28px 10px 48px 150px;
  text-align: justify;
}
.review-1 {
  background: url(../img/client-1.png) no-repeat left 30px;
  line-height: 24px;
  color: #585858;
  font-size: 15px;
  font-weight: 400;
  padding: 28px 10px 48px 150px;
  text-align: justify;
}
.review-1 span {
  display: block;
  color: #1e1e1e;
  font-size: 18px;
  font-weight: 700;
}
.review-1 span span {
  color: #17c0e6;
  font-size: 18px;
  font-weight: 700;
  display: inline;
}
.webp .review-2 {
  background: url(../img/client-2.webp) no-repeat left 50px;
  line-height: 24px;
  color: #585858;
  font-size: 15px;
  font-weight: 400;
  padding: 45px 10px 44px 150px;
  text-align: justify;
}
.review-2 {
  background: url(../img/client-2.png) no-repeat left 50px;
  line-height: 24px;
  color: #585858;
  font-size: 15px;
  font-weight: 400;
  padding: 45px 10px 44px 150px;
  text-align: justify;
}
.review-2 span {
  display: block;
  color: #1e1e1e;
  font-size: 18px;
  font-weight: 700;
}
.review-2 span span {
  color: #17c0e6;
  font-size: 18px;
  font-weight: 700;
  display: inline;
}
.webp .review-3 {
  background: url(../img/client-3.webp) no-repeat left 60px;
  line-height: 24px;
  color: #585858;
  font-size: 15px;
  font-weight: 400;
  padding: 54px 10px 15px 150px;
  text-align: justify;
}
.review-3 {
  background: url(../img/client-3.png) no-repeat left 60px;
  line-height: 24px;
  color: #585858;
  font-size: 15px;
  font-weight: 400;
  padding: 54px 10px 15px 150px;
  text-align: justify;
}
.review-3 span {
  display: block;
  color: #1e1e1e;
  font-size: 18px;
  font-weight: 700;
}
.webp .review-4 {
  background: url(../img/client-4.webp) no-repeat left 60px;
  line-height: 24px;
  color: #585858;
  font-size: 15px;
  font-weight: 400;
  padding: 54px 10px 69px 150px;
  text-align: justify;
}
.review-4 {
  background: url(../img/client-4.png) no-repeat left 60px;
  line-height: 24px;
  color: #585858;
  font-size: 15px;
  font-weight: 400;
  padding: 54px 10px 69px 150px;
  text-align: justify;
}
.review-4 span {
  display: block;
  color: #1e1e1e;
  font-size: 18px;
  font-weight: 700;
}
.review-4 span span {
  color: #17c0e6;
  font-size: 18px;
  font-weight: 700;
  display: inline;
}
.black-bg {
  background: #0b0b0e;
}
.black-bg .eleven-img {
  position: absolute;
  bottom: 0;
  left: -25%;
  right: 0;
  margin: auto;
  height: 100%;
  z-index: -1;
}
.eleven {
  max-width: 1920px;
  margin: 0 auto;
  -webkit-background-size: contain;
  background-size: contain;
  background-color: #000;
}
.eleven .container {
  z-index: 1;
  background: 0 0;
  background-color: #0b0303;
  background-repeat: no-repeat;
  background-position: -250px center;
  -webkit-background-size: cover;
  background-size: cover;
}
.eleven .prod-wrap {
  width: 382px;
  margin-top: 100px;
}
.eleven .list li:after {
  opacity: 0.2;
}
.eleven .list li {
  margin-bottom: 20px;
}
.eleven .list li:after {
  display: none;
}
footer {
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.5em;
}
.js-message {
  color: #fff;
  position: absolute;
  bottom: -35px;
  width: 100%;
  left: 0;
  font-size: 14px;
  display: none;
}
.js-message.show {
  display: block;
}
@media screen and (min-width: 1920px) {
  .eleven {
    background-position-x: 20%;
  }
}
@media screen and (max-width: 1020px) {
  .order-btn {
    margin-left: 20px;
  }
  .logo {
    margin-right: 70px;
  }
  .one .prod-wrap {
    margin-top: 15px;
  }
  .ib_cont .ib_cont__item {
    width: 50%;
    text-align: center;
    vertical-align: top;
    margin-bottom: 30px;
  }
  .four-one-content .prod {
    display: none;
  }
  .ib_cont__item h3:before {
    display: none;
  }
  .leaf {
    display: none;
  }
  .list {
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    left: 80px;
  }
  .prod-wrap {
    height: 208px;
    margin-bottom: 40px;
  }
  .eleven .prod-wrap {
    margin-top: 0;
  }
  .prod-wrap .prod-img {
    position: absolute;
    z-index: 3;
    bottom: -50px;
    left: 100px;
    width: 310px;
  }
  .label {
    bottom: auto;
    top: -20px;
    right: 0;
  }
  .form-wrap {
    clear: both;
    float: none;
    margin: 20px auto 10px;
  }
  .list-prod-form-wrap {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .one,
  .webp .one {
    background-image: none;
    background: 0 0;
    background-color: #151516;
  }
  .section-b-title {
    font-size: 26px;
    line-height: 32px;
  }
  .five .prod-wrap {
    margin-bottom: 150px;
    height: 260px;
    margin-top: 20px;
  }
  .five .label {
    right: 10px;
    top: -10px;
  }
  .five .list {
    width: 300px;
  }
  .five .list br {
    display: none;
  }
  .left-prod {
    top: -78px;
    display: none;
  }
  .fake-text-wrap {
    width: 430px;
  }
  .fake-text-wrap .check_popup_code_input {
    width: 244px;
  }
  .reviews-title {
    width: 450px;
  }
  .eleven {
    background-image: none;
  }
  footer {
    padding: 10px 0;
  }
  .eleven .container {
    background: 0 0;
  }
  .five .list-prod-form-wrap {
    display: table;
    margin: 0 auto;
  }
  .five .list-prod-form-wrap .list {
    left: 0;
  }
  .five .container,
  .webp .five .container {
    padding: 15px 10px;
  }
  .black-bg .eleven-img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .rocket {
    display: none;
  }
  h1 {
    padding-top: 20px;
    font-size: 36px;
    line-height: 1.2em;
  }
  .list {
    width: 280px;
    float: none;
    margin: 20px auto;
    left: 0;
  }
  .prod-wrap {
    float: none;
    width: auto;
    height: auto;
    display: table;
    margin: 0 auto;
  }
  .order-btn {
    margin-left: 20px;
  }
  .prod-wrap .prod-img {
    position: static;
    margin: 0 auto;
    display: table;
  }
  .five .container,
  .webp .five .container {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center right -278px;
    background: 0 0;
  }
  .five .prod-wrap {
    margin-bottom: 100px;
    width: auto;
    height: 230px;
    margin-top: -4px;
  }
  .section-b-title {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .fake-text-wrap {
    margin-top: 20px;
    width: 100%;
    float: none;
  }
  .reviews-title {
    width: 100%;
    float: none;
    text-align: center;
  }
  .customers-pleasure {
    float: none;
    margin: 20px auto;
  }
  .review-2,
  .review-3,
  .review-4 {
    text-align: left;
    background-position: left 50px;
  }
  .review-1,
  .webp .review-1 {
    background-position: left 30px;
  }
  .five .list-prod-form-wrap {
    margin-bottom: 20px;
  }
  .five .list {
    width: 325px;
  }
  .reviews-title-wrap {
    margin-bottom: 0;
  }
  footer {
    padding-top: 0;
    padding-bottom: 0;
  }
  .black-bg .eleven-img {
    display: block;
    position: static;
    height: auto;
    width: 160%;
    display: none;
    margin-left: -30%;
  }
}
@media screen and (max-width: 479px) {
  header .container {
    text-align: center;
  }
  .ib_cont .ib_cont__item {
    width: 100%;
    padding: 0;
  }
  .eleven .prod-wrap {
    width: 310px;
  }
  .four-one,
  .webp .four-one {
    padding-bottom: 0;
  }
  header {
    padding-bottom: 15px;
  }
  .one,
  .webp .one {
    padding-top: 15px;
  }
  .ib_cont {
    margin-top: 33px;
  }
  .order-btn {
    display: none;
  }
  .logo {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  h1 {
    font-size: 27px;
    line-height: 1.3em;
    padding-top: 0;
    margin-bottom: 20px;
  }
  .five .prod-wrap {
    height: auto;
    margin-bottom: 60px;
  }
  .prod-wrap img {
    max-width: 100%;
  }
  .label {
    top: 10px;
    right: 0;
  }
  .five .label {
    right: 10px;
    top: 0;
  }
  .five .form-wrap,
  .five .list,
  .form-wrap {
    width: 100%;
  }
  .form-wrap .form-header .form-header-left {
    padding-left: 20px;
  }
  .reviews-title,
  .section-b-title,
  .section-title-border {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 24px;
    line-height: 30px;
  }
  .reviews-title br,
  .section-b-title br,
  .section-title-border br {
    display: none;
  }
  .left-prod {
    left: 27px;
    top: -64px;
  }
  .fake-text-wrap .check_popup_code_input {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  .fake-text-wrap .check-btn {
    float: none;
    margin: 0 auto;
  }
  .review-1,
  .review-2,
  .review-3,
  .review-4,
  .webp .review-1,
  .webp .review-2,
  .webp .review-3,
  .webp .review-4 {
    padding: 175px 0 20px 0;
    background-position: center 20px;
  }
  .review-1 span,
  .review-2 span,
  .review-3 span,
  .review-4 span {
    text-align: center;
  }
  .js-message {
    bottom: -51px;
  }
}
select {
  height: 53px;
  border: none;
  width: 100%;
  margin-bottom: 8px;
}
select {
  padding-left: 15px;
  background-image: url(../img/down-arrow.png);
  background-position: 96% center;
  background-repeat: no-repeat;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #17c0e6;
}
.nds {
  font-size: 13px;
  text-align: center;
  margin-top: 10px;
  display: none;
}
img[height='1'],
img[width='1'] {
  display: none;
}
