*,
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #000;
  background: #fff;
}

input,
button,
textarea,
select {
  font-family: "Montserrat", sans-serif;
}

.b-all-conteiner {
  overflow: hidden;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

.b-icon {
  display: inline-block;
  vertical-align: middle;
}

.b-conteiner {
  max-width: 320px;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
}

.b-h1 {
  font-size: 34px;
  line-height: 1.1;
  position: relative;
  z-index: 10;
  font-weight: 900;
  text-align: center;
  margin-bottom: 15px;
}

.b-h2 {
  font-size: 30px;
  line-height: 1.2;
  position: relative;
  z-index: 10;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
}

.b-h3 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 900;
  position: relative;
  z-index: 10;
}

.b-h4 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  position: relative;
  z-index: 10;
  text-align: center;
}

.b-h5 {
  font-size: 24px;
  line-height: 30px;
  position: relative;
  z-index: 10;
  font-weight: 900;
}

.b-p {
  font-size: 18px;
  line-height: 24px;
  position: relative;
  z-index: 10;
}

.b-p2 {
  font-size: 18px;
  line-height: 24px;
  position: relative;
  z-index: 10;
}

.b-button-1 {
  border: none;
  outline: none;
  display: block;
  margin: 0 auto;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
  text-align: center;
  z-index: 10;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.39);
  padding: 27px;
  border-radius: 37px;
  background: #f41515;
  box-shadow: 0 5px 0 #c00000;
  color: #fff;
  font-weight: 900;
  width: 294px;
}

.b-button-2 {
  border: none;
  outline: none;
  display: block;
  margin: 0 auto;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
  text-align: center;
  z-index: 10;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.43);
  color: #fff;
  padding: 24px;
  border-radius: 40px;
  box-shadow: 0 6px 0 #c07e00;
  background-image: linear-gradient(-180deg, #ffac00 0%, #ff8800 100%);
  width: 258px;
}

.b-input-1,
.b-select-1 {
  padding: 15px 18px;
  font-size: 18px;
  line-height: 1.2;
  display: block;
  position: relative;
  z-index: 10;
  border: 1px solid #000;
  border-radius: 10px;
  margin-bottom: 7px;
  color: #000;
  background: #fff;
  width: 100%;
}

.b-input-1:active,
.b-input-1:focus,
.b-select-1:active,
.b-select-1:focus {
  outline: none;
}

.b-input-2,
.b-select-2 {
  font-size: 18px;
  line-height: 18px;
  padding: 21px 25px;
  display: block;
  position: relative;
  z-index: 10;
  border: 1px solid #929292;
  margin-bottom: 7px;
  border-radius: 30px;
  color: #000;
  width: 100%;
}

.b-input-2:active,
.b-input-2:focus,
.b-select-2:active,
.b-select-2:focus {
  outline: none;
}

select::-ms-expand {
  display: none;
}

.b-input-1::-webkit-input-placeholder,
.b-input-2::-webkit-input-placeholder {
  color: #000;
}

.b-input-1:-moz-placeholder,
.b-input-2:-moz-placeholder {
  color: #000;
}

.b-select-1,
.b-select-2 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/select_arrow.svg) no-repeat calc(100% - 18px) center #fff;
}

.b-img {
  display: block;
  position: relative;
  z-index: 1;
}

.b-price-1 {
  padding: 30px 0 0;
  margin-bottom: -5px;
  position: relative;
}

.b-price-1-bg {
  background: url(../img/price_bg_1_m.svg) no-repeat center center;
  background-size: 100% 100%;
  width: 362px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 0;
}

.b-price-1-text {
  position: relative;
  z-index: 5;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
}

.b-price-1-box {
  position: relative;
  z-index: 5;
}

.b-price-1-new {
  text-align: center;
  font-size: 117px;
  line-height: 70px;
  margin-top: 24px;
  color: #f40c0c;
  font-weight: 900;
  width: 100%;
  display: block;
}

.b-price-1-currency {
  font-size: 40px;
}

.b-price-1-old {
  position: absolute;
  right: 10px;
  width: max-content;
  text-align: center;
  top: 0;
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
}

.b-price-1 svg {
  position: absolute;
  width: 110%;
  height: 110%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  stroke: #000;
  stroke-width: 0.3px;
}

.b-open-main {
  font-size: 0px;
  font-weight: 900;
  line-height: 0;
  transition: 0.4s;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  animation: a-text ease-in 1.6s infinite;
  margin-top: 20px;
  /* display: none; */
}
.b-open-main.show {
  /* display: block; */
  line-height: 1.2;
  font-size: 22px;
}

@keyframes a-text {
  0% {
    text-shadow: none;
  }

  50% {
    text-shadow: 0 0 20px #888, 0 0 5px yellow;
  }

  100% {
    text-shadow: none;
  }
}

.b-price-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 40px 10px 18px 18px;
  margin-bottom: -8px;
}

.b-price-2-bg {
  position: absolute;
  width: 332px;
  z-index: 1;
  left: -6px;
  top: 0;
  height: 100%;
}

.b-price-2-text {
  font-size: 16px;
  line-height: 22px;
  font-weight: 900;
  color: #000;
  text-transform: uppercase;
  position: relative;
  z-index: 5;
  text-align: left;
  width: 50%;
}

.b-price-2-box {
  position: relative;
  z-index: 5;
  width: 50%;
}

.b-price-2-old {
  position: absolute;
  width: max-content;
  text-align: center;
  top: -16px;
  right: 0px;
  font-size: 22px;
  line-height: 26px;
}

.b-price-2-new {
  font-size: 56px;
  line-height: 37px;
  font-weight: 900;
  color: #d50000;
  text-align: center;
  display: block;
}

.b-price-2-currency {
  font-size: 35px;
}

.b-price-2 svg {
  position: absolute;
  width: 110%;
  height: 110%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  stroke: #000;
  stroke-width: 0.3px;
}

#spriteSVG {
  display: none;
}

.b-timer {
  margin-bottom: 23px;
}

.b-timer-p {
  font-size: 16px;
  line-height: 1.2;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  margin: 10px 0;
  text-align: center;
}

.b-sale {
  position: relative;
  margin: 16px 0 12px;
  padding-bottom: 19px;
}

.b-sale-arrow-1 {
  display: block;
  position: absolute;
  z-index: 1;
  width: 46px;
  bottom: 0;
  left: -8px;
}

.b-sale-arrow-2 {
  display: block;
  position: absolute;
  z-index: 1;
  width: 46px;
  bottom: 0;
  right: -8px;
  transform: scaleX(-1);
}

.b-sale-marker {
  display: block;
  position: absolute;
  z-index: 0;
  width: 311px;
  left: -10px;
  bottom: 0;
}

.b-sale-text {
  display: block;
  position: relative;
  z-index: 5;
  font-size: 18px;
  line-height: 1.2;
  padding: 21px 15px 19px;
  border-radius: 41px;
  display: block;
  box-shadow: 0 6px 0 #871903;
  background-image: linear-gradient(-180deg, #f8780b 0%, #f43a09 100%);
  text-align: center;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.43);
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  outline: none;
  width: 100%;
  border: none;
  cursor: pointer;
}

.b-sale-text:active,
.b-sale-text:focus,
.b-sale-text:hover {
  outline: none;
  border: none;
}

.b-sale-pay {
  display: block;
  margin: 12px auto;
}

.b-header {
  background: url(../img/header_bg_m.jpg) no-repeat center top;
  background-size: 991px 100%;
}

#scroll_1 {
  margin-top: -38px;
    margin-bottom: 38px;
    width: 100%;
    height: 2px;
}

.b-header .b-box {
  width: 100%;
  background: #fff;
  padding: 25px 0 55px;
  max-width: 100vw;
  overflow: hidden;
}
.b-header .b-conteiner {
  max-width: 100%;
  width: 100%;
}

.b-header .b-video {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}

.b-header .b-video-box {
  position: relative;
  margin: -25px -10px 30px;
}

.b-header .b-video-btn {
  position: absolute;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
  transition: 0.3s;
}

.b-header .b-video-btn::before {
  content: '';
  display: block;
  width: 128px;
  height: 128px;
  border: 3px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.b-header .b-video-btn::after {
  position: absolute;
  content: "";
  background: url(../img/muted.svg) center no-repeat;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.b-header .b-video-btn.pause::after {
  opacity: 1;
  border: none;
  width: 5px;
  height: 26px;
  background: #fff;
  margin-left: 7px;
  box-shadow: -14px 0 0 0 #fff;
}

.b-header .b-video-btn.play {
  background: transparent;
}

.b-header .b-video-btn.play::before {
  opacity: 0;
}

.b-header .b-video-btn.play::after {
  opacity: 0;
}

.b-lostweight {
  text-align: center;
}

.b-lostweight .b-top {
  padding: 38px 0 47px;
  background: url(../img/lostweight_bg_m.jpg) no-repeat center top;
  background-size: 992px 100%;
  color: #fff;
}

.b-lostweight .b-bottom {
  padding: 1px 0 34px;
}

.b-lostweight .b-img {
  display: block;
  width: 100%;
  margin-top: 15px;
}

.b-note {
  margin-top: -40px;
  margin-bottom: -15px;
  padding: 25px 0 55px;
  color: #fff;
  position: relative;
  z-index: 5;
}

.b-note-bg {
  background: url(../img/lostweight_line_m.svg) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  z-index: 1;
  width: 382px;
  height: 100%;
  left: -31px;
  top: -12%;
}

.b-trial {
  text-align: center;
}

.b-trial .b-top {
  padding: 20px 0;
  background: url(../img/trial_bg_line_m.jpg) no-repeat center top;
  background-size: 992px 100%;
  color: #fff;
}

.b-trial .b-bottom {
  padding: 25px 0 1px;
}

.b-trial .b-p {
  margin-bottom: 15px;
}

.b-trial .b-img-box {
  position: relative;
  z-index: 5;
  width: 300px;
  height: 355px;
  margin: 0 auto;
}

.b-trial .b-img-1 {
  display: block;
  position: absolute;
  width: 282px;
  left: -2px;
  top: -5px;
  z-index: 1;
}

.b-trial .b-img-2 {
  display: block;
  position: absolute;
  width: 214px;
  left: 128px;
  top: 169px;
  z-index: 2;
}

.b-bullying {
  padding: 75px 0 1px;
  text-align: center;
  background: url(../img/bullying_bg_m.jpg) no-repeat center top;
  background-size: 992px 100%;
}

.b-bullying .b-p {
  margin-bottom: 15px;
}

.b-bullying .b-h5 {
  margin-bottom: 25px;
}

.b-bullying .b-img {
  width: 563px;
  margin-left: calc(50% - 275px);
}

.b-bullying .b-img-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: -121px;
}

.b-exit {
  padding: 155px 0 34px;
  text-align: center;
}

.b-exit .b-btn-arrow-1,
.b-exit .b-btn-arrow-2 {
  display: none;
}

.b-exit .b-p {
  margin-bottom: 15px;
}

.b-exit .b-h3 {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.b-exit .b-img {
  position: relative;
  z-index: 1;
  width: 224px;
  margin: 0 auto -86px;
}

.b-exit .b-img-box {
  position: relative;
}

.b-sale2 {
  position: relative;
  z-index: 3;
  width: 300px;
  margin: 0 auto -12px;
  display: flex;
  justify-content: space-between;
  text-align: left;
  align-items: center;
  padding: 43px 0 21px 10px;
}

.b-sale2-left {
  width: 50%;
  position: relative;
  z-index: 10;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
}

.b-sale2-right {
  width: 48%;
  position: relative;
  z-index: 10;
  font-size: 36px;
  line-height: 24px;
  font-weight: 900;
  color: #d50000;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.b-sale2-right span {
  font-size: 15px;
  display: block;
}

.b-marker-box {
  position: relative;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
}

.b-marker {
  position: absolute;
  z-index: 1;
  width: 476px;
  height: 123.5%;
  left: -86px;
  top: -13px;
}

.b-sale2-bg {
  position: absolute;
  z-index: 3;
  width: 309px;
  left: 0;
  top: 0;
  height: 100%;
}

.b-btn-box {
  position: relative;
  z-index: 5;
}

.b-btn-arrow-1 {
  display: none;
}

.b-btn-arrow-2 {
  display: none;
}

.slick-dots {
  width: max-content;
  margin: 0 auto 0;
  position: relative;
  bottom: 0;
}

.slick-dots li {
  background: #664343;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 18px 7px 0;
  display: inline-block;
  cursor: pointer;
  padding: 0;
  border: none;
}

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

.slick-dots li.slick-active {
  background: #ff7d00;
}

.slick-list {
  padding-bottom: 20px;
  overflow: visible;
}

.b-reviews {
  position: relative;
  z-index: 2;
  padding: 35px 0 1px;
  background: #efefef;
}

.b-reviews .b-h5 {
  text-align: center;
  margin-bottom: 15px;
}

.b-reviews .b-slider {
  background: #fff;
  padding: 20px 20px 27px;
  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.22);
  float: left;
  margin: 0 29px;
}

.b-reviews .b-slider-box {
  margin-bottom: -246px;
  width: calc(100% + 58px);
  margin-left: -29px;
  overflow: hidden;
}

.b-reviews .b-stars {
  display: block;
  margin-bottom: 10px;
  width: 136px;
}

.b-reviews .b-img {
  display: block;
  width: 100%;
  margin-top: 10px;
}

.b-change {
  position: relative;
  z-index: 1;
  padding: 275px 0 103px;
  text-align: center;
}

.b-change .b-btn-arrow-1,
.b-change .b-btn-arrow-2 {
  display: none;
}

.b-change .b-p {
  margin-bottom: 15px;
}

.b-change .b-img {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.b-efficiency {
  position: relative;
  z-index: 2;
  padding: 1px 0 48px;
  background: url(../img/efficiency_bg_m.jpg) no-repeat center top;
  background-size: 992px 100%;
  text-align: center;
}

.b-efficiency .b-head {
  position: relative;
  z-index: 10;
  margin-bottom: 15px;
  margin-top: -65px;
  width: 300px;
  background: url(../img/efficiency_head.jpg) no-repeat center center;
  background-size: 600px auto;
  clip-path: polygon(50% 100%, 61.8% 88.6%, 81.2% 88.6%, 100% 71%, 100% 0%, 0% 0%, 0% 71%, 18.1% 88.6%, 38.9% 88.6%);
  padding: 25px 15px 55px;
}

.b-efficiency .b-head-h {
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  font-weight: 900;
  color: #fff;
}

.b-efficiency .b-p {
  margin-bottom: 15px;
}

.b-efficiency .b-img {
  display: block;
  width: 374px;
  margin-left: -68px;
  margin-bottom: -88px;
  position: relative;
  z-index: 1;
}

.b-efficiency .b-img-box {
  position: relative;
  z-index: 3;
}

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

.b-results .b-p {
  margin-bottom: 15px;
}

.b-results .b-img-box {
  position: relative;
  height: 435px;
  z-index: 1;
}

.b-results .b-img-1 {
  position: absolute;
  display: block;
  width: 237px;
  top: 7px;
  left: 52px;
  z-index: 1;
}

.b-results .b-img-2 {
  position: absolute;
  display: block;
  width: 185px;
  top: 127px;
  left: -3px;
  z-index: 2;
}

.b-results .b-img-3 {
  position: absolute;
  display: block;
  width: 217px;
  top: 272px;
  left: 87px;
  z-index: 3;
}

.b-results .b-bottom {
  padding: 40px 347px 40px 20px;
  background-color: #e9edee;
  box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.13);
  width: 656px;
  margin-left: -10px;
  overflow: hidden;
  position: relative;
}

.b-results .b-bottom .b-bg {
  position: absolute;
  left: -183px;
  top: 61%;
  transform: translateY(-50%);
}

.b-results .b-bottom .b-h5 {
  text-transform: uppercase;
  margin-bottom: 15px;
}

.b-availability {
  padding: 40px 0 35px;
  text-align: center;
}

.b-availability .b-p {
  margin-bottom: 15px;
}

.b-availability .b-h5 {
  margin-bottom: 15px;
}

.b-availability .b-img {
  display: block;
  width: 475px;
  margin-left: -40px;
  margin-bottom: -64px;
}

.b-availability .b-note {
  margin-top: 22px;
  padding-bottom: 35px;
  margin-bottom: -10px;
}

.b-availability .b-note .b-h5 {
  font-weight: 700;
}

.b-availability .b-note-bg {
  width: 372px;
  height: 100%;
  background-size: 100% 100%;
}

.b-availability .b-note .b-p {
  margin-bottom: 0;
}

.b-order {
  background: url(../img/order_bg_m.jpg) no-repeat center top;
  background-size: 992px 100%;
  padding: 35px 0 45px;
  text-align: center;
}

.b-order .b-p {
  margin-bottom: 15px;
}

.b-order .b-h5:first-of-type {
  margin-bottom: 20px;
}

.b-footer {
  background: url(../img/footer_bg_m.jpg) no-repeat center top #d7d7d7;
  background-size: 992px 100%;
  padding: 35px 0 80px;
  text-align: center;
}

.b-footer .b-img {
  display: none;
}

.b-footer .b-p {
  margin-bottom: 15px;
}

.b-footer .b-p2 {
  margin-bottom: 15px;
}

.b-footer .b-button-1-box {
  margin-top: 13px;
  position: relative;
}

.b-footer .b-button-1-box .b-arrow-1 {
  display: none;
}

.b-footer .b-button-1-box .b-arrow-2 {
  display: none;
}

.b-footer .b-button-1-box .b-marker {
  display: block;
  position: absolute;
  width: 348px;
  left: -32px;
  top: -51%;
  z-index: 1;
  height: 187%;
}

.price__box {
  position: relative;
  padding: 30px 35px 16px;
  margin: 20px -20px 0;
}

.price__box svg {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  fill: #ffd800;
  top: 0;
  left: 0;
  z-index: 1;
}

.price__old svg {
  position: absolute;
  width: 110%;
  height: 110%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  stroke: #000;
  stroke-width: 0.3px;
}

.price__old {
  position: absolute;
  font-size: 30px;
  font-weight: 700;
  left: 0;
  bottom: 100%;
  color: #000;
  z-index: 2;
}

.price {
  position: relative;
  display: table;
  font-size: 90px;
  color: #f40c0c;
  font-weight: 900;
  text-align: center;
  margin: 0 auto;
  z-index: 2;
  white-space: nowrap;
}

.price__title {
  position: relative;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -2px;
  z-index: 2;
}

.title {
  display: none;
}
.subtitle {
  display: none;
}

@media screen and (min-width: 768px) {
  .title {
    display: block;
  }
  #scroll_1 {
    margin-top: 1px;
    margin-bottom: -1px;
    height: 0;
  }
  .subtitle {
    display: block;
  }
  .b-conteiner {
    max-width: 768px;
    padding: 0 15px;
  }

  .b-sale-marker {
    left: 17px;
  }

  .b-header {
    background: url(../img/header_bg.jpg) no-repeat center top;
    background-size: cover;
  }

  .b-header .b-box {
    width: 808px;
    margin-left: calc(50% - 404px);
  }
  .b-header .b-conteiner {
    max-width: inherit;
  }

  .b-header .b-flex {
    margin-top: 15px;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
  }

  .b-header .b-video-box {
    width: 350px;
    height: max-content;
    margin-top: 0;
      box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.51);
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    border-radius: 2px;
  }

  .b-header .b-form {
    width: 350px;
  }

  .b-lostweight .b-top {
    background: url(../img/lostweight_bg.jpg) no-repeat center top;
    background-size: 1400px auto;
  }

  .b-note {
    padding: 15px 0 25px;
    margin-top: -30px;
  }

  .b-note-bg {
    background: url(../img/lostweight_line.svg) no-repeat center center;
    background-size: 100% 100%;
    width: 768px;
    left: 0;
  }

  .b-trial {
    padding-bottom: 25px;
  }

  .b-trial .b-top {
    background: url(../img/trial_bg_line.jpg) no-repeat center top;
    background-size: 1200px auto;
  }

  .b-trial .b-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .b-trial .b-text {
    width: 430px;
    text-align: left;
  }

  .b-trial .b-img-box {
    margin: 0;
    height: 410px;
  }

  .b-bullying {
    background: url(../img/bullying_bg.jpg) no-repeat center top;
    background-size: 1920px auto;
    padding-top: 40px;
  }

  .b-exit {
    padding-bottom: 10px;
  }

  .b-exit .b-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .b-exit .b-text {
    width: 430px;
    text-align: left;
  }

  .b-exit .b-img {
    margin: 0 0 -10px;
    width: 485px;
  }

  .b-exit .b-img-box {
    width: 300px;
    align-self: flex-end;
  }

  .b-exit .b-button-1,
  .b-exit .b-sale2 {
    display: none;
  }

  .b-reviews .b-slider {
    width: 350px;
  }

  .b-reviews .b-slider-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    overflow: visible;
  }

  .b-change .b-img-box {
    width: 488px;
    margin: 0 auto;
  }

  .b-efficiency {
    background: url(../img/efficiency_bg.jpg) no-repeat center top;
    background-size: 1920px auto;
  }

  .b-efficiency .b-img {
    width: 500px;
    margin-left: calc(50% - 300px);
  }

  .b-efficiency .b-head {
    width: 500px;
    margin: -65px auto 15px;
    background-size: cover;
    clip-path: polygon(0% 0%, 100% 0%, 100% 58.8%, 81% 81.8%, 61.3% 81.3%, 50% 100%, 38.8% 81.5%, 18.5% 81.8%, 0% 59%);
  }

  .b-results .b-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0;
  }

  .b-results .b-text {
    width: 420px;
    text-align: left;
  }

  .b-results .b-img-box {
    width: 300px;
  }

  .b-results .b-bottom {
    width: 1200px;
    padding-right: 450px;
  }

  .b-results .b-bottom .b-bg {
    left: 187px;
    top: 50%;
  }

  .b-availability .b-note {
    padding-bottom: 15px;
  }

  .b-availability .b-img {
    width: 660px;
    margin-left: calc(50% - 300px);
  }

  .b-availability .b-note-bg {
    background: url(../img/lostweight_line.svg) no-repeat center center;
    background-size: 100% 100%;
    width: 768px;
    left: 0;
  }

  .b-order {
    background: url(../img/order_bg.jpg) no-repeat center top;
    background-size: 1920px auto;
    padding-bottom: 55px;
  }

  .b-footer {
    background-size: auto 100%;
  }

  .b-footer .b-flex {
    display: flex;
    justify-content: space-between;
  }

  .b-footer .b-text {
    width: 300px;
    text-align: left;
  }

  .b-footer .b-form {
    width: 300px;
    margin-top: -75px;
  }
}

@media screen and (min-width: 1024px) {
  .b-button-1 {
    transition: 0.4s;
  }

  .b-button-1:hover {
    box-shadow: 0 5px 15px #c00000;
    transform: scale(1.05, 1.1);
  }

  .b-button-2 {
    transition: 0.4s;
  }

  .b-button-2:hover {
    box-shadow: 0 6px 15px #c07e00;
    transform: scale(1.05, 1.1);
  }

  .b-open-main:hover {
    text-decoration: underline;
  }

  .b-sale-text {
    transition: 0.4s;
  }

  .b-sale-text:hover {
    box-shadow: 0 6px 15px #871903;
    transform: scale(1.03, 1.1);
  }
}

@media screen and (min-width: 1200px) {
  .b-conteiner {
    max-width: 1200px;
  }

  .b-open-main {
    font-size: 0;
  }
  .b-open-main.show {
    display: block;
    line-height: 1.2;
    font-size: 26px;
  }

  .b-h1 {
    font-size: 64px;
  }

  .b-h2 {
    font-size: 50px;
    line-height: 1.2;
  }

  .b-h3 {
    font-size: 48px;
    line-height: 42px;
  }

  .b-h4 {
    font-size: 38px;
  }

  .b-h5 {
    font-size: 36px;
    line-height: 36px;
  }
  .title {
    font-size: 53px;
  }
  .subtitle {
    font-size: 32px;
  }
  .b-p {
    font-size: 18px;
    line-height: 24px;
  }

  .b-p2 {
    font-size: 24px;
    line-height: 28px;
  }

  .b-input-1,
  .b-select-1 {
    margin-bottom: 16px;
    padding: 20px 43px;
  }

  .b-input-2,
  .b-select-2 {
    margin-bottom: 14px;
    padding: 19px 25px;
  }

  .b-button-1 {
    font-size: 33px;
    line-height: 1;
    width: 375px;
    padding: 26px;
    border-radius: 45px;
  }

  .b-price-1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    padding: 20px 43px;
    align-items: center;
  }

  .b-price-1-bg {
    background: url(../img/price_bg_1.svg) no-repeat center center;
    background-size: 100% 100%;
    width: 650px;
    left: -31px;
    transform: none;
    top: -7px;
  }

  .b-price-1-text {
    width: 45%;
    text-align: left;
    font-size: 36px;
    line-height: 1;
  }

  .b-price-1-new {
    text-align: left;
  }

  .b-price-1-box {
    width: 45%;
    height: 108px;
  }

  .b-price-1-old {
    text-align: right;
    right: -10px;
    top: 15px;
  }

  .b-sale {
    margin: 40px 0 44px;
    padding: 0;
  }

  .b-sale-text {
    font-size: 24px;
    border-radius: 50px;
    padding: 22px;
  }

  .b-sale-pay {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .b-sale-marker {
    width: 459px;
    height: 215px;
    left: 65px;
    bottom: -31px;
  }

  .b-sale-arrow-1 {
    width: 62px;
    height: 96px;
    bottom: auto;
    top: -40px;
    left: -73px;
  }

  .b-sale-arrow-2 {
    width: 62px;
    height: 96px;
    bottom: auto;
    top: -40px;
    right: -73px;
  }

  .b-timer-p {
    font-size: 18px;
  }

  .b-header .b-box {
    width: 1340px;
    margin-left: calc(50% - 670px);
    padding: 35px 0;
  }

  .b-header .b-flex {
    margin-top: 50px;
    align-items: flex-start;
  }

  .b-header .b-video-box {
    margin: 0;
    width: 400px;
    border-width: 6px;
    border-radius: 6px;
    box-shadow: 0px 0px 59px 0px black;
  }

  .b-header .b-form {
    width: 575px;
    margin-right: 23px;
  }

  .b-note {
    width: 1000px;
    margin: -68px auto 0;
    padding: 15px 0 50px;
  }

  .b-note-bg {
    width: 1072px;
    left: -20px;
    top: -18%;
  }

  .b-lostweight .b-top {
    background-size: 1920px 100%;
    padding: 75px 0 99px;
  }

  .b-lostweight .b-h5 {
    width: 90%;
    margin: 0 auto;
  }

  .b-lostweight .b-img {
    margin: 35px auto 0;
    width: 763px;
  }

  .b-lostweight .b-bottom {
    padding-bottom: 75px;
  }

  .b-trial .b-top {
    background-size: 1920px 100%;
    padding: 46.5px 0;
  }

  .b-trial .b-bottom {
    padding: 55px 0 80px;
  }

  .b-trial .b-text {
    width: 670px;
  }

  .b-trial .b-img-box {
    width: 500px;
    height: 490px;
  }

  .b-trial .b-img-1 {
    width: 529px;
    top: -92px;
    left: -5px;
  }

  .b-trial .b-img-2 {
    width: 401px;
    left: 245px;
    top: 256px;
  }

  .b-bullying {
    background-size: 1920px 100%;
    padding-top: 120px;
  }

  .b-bullying .b-h5 {
    margin-bottom: 30px;
  }

  .b-bullying .b-p {
    margin-bottom: 20px;
  }

  .b-bullying .b-img {
    width: 780px;
    margin: 0 auto;
  }

  .b-bullying .b-img-box {
    margin-bottom: -116px;
  }

  .b-exit {
    padding: 170px 0 65px;
  }

  .b-exit .b-text {
    width: 780px;
  }

  .b-exit .b-h3 {
    margin-bottom: 50px;
  }

  .b-exit .b-p {
    margin-bottom: 20px;
  }

  .b-exit .b-p2 {
    margin-bottom: 20px;
  }

  .b-exit .b-img {
    margin-bottom: 0;
    width: 627px;
    margin-top: -142px;
  }

  .b-exit .b-img-box {
    width: 390px;
    height: 800px;
  }

  .b-reviews {
    padding-top: 90px;
  }

  .b-reviews .b-h5 {
    width: 79%;
    margin: 0 auto 45px;
  }

  .b-reviews .b-slider {
    padding: 35px 35px 38px;
    width: 552px;
  }

  .b-reviews .b-slider-box {
    margin-bottom: -397px;
  }

  .b-reviews .strong {
    font-size: 24px;
    line-height: 28px;
  }

  .b-reviews .b-img {
    margin-top: 25px;
  }

  .b-change {
    padding: 480px 0 135px;
  }

  .b-change .b-p {
    margin-bottom: 20px;
  }

  .b-change .b-h5 {
    margin-bottom: 40px;
  }

  .b-change .b-text {
    width: 660px;
    text-align: left;
    order: 2;
  }

  .b-change .b-img-box {
    margin: 0;
    width: 488px;
    order: 1;
  }

  .b-change .b-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .b-change .b-button-1,
  .b-change .b-sale2 {
    display: none;
  }

  .b-sale2 {
    padding: 38px 15px 18px 25px;
    margin-bottom: -6px;
    width: 346px;
  }

  .b-sale2-bg {
    width: 346px;
  }

  .b-marker {
    width: 687px;
    left: -172px;
    top: -27%;
    height: 170.12%;
  }

  .b-btn-arrow-1 {
    display: block;
    position: absolute;
    width: 109px;
    left: -128px;
    top: calc(50% - 41px);
    z-index: 3;
    transform: translateY(-50%);
  }

  .b-btn-arrow-2 {
    display: block;
    position: absolute;
    width: 109px;
    right: -125px;
    top: calc(50% - 41px);
    transform: scaleX(-1) translateY(-50%);
    z-index: 3;
  }

  .b-efficiency {
    background-size: 1920px 100%;
    padding-bottom: 94px;
  }

  .b-efficiency .b-head {
    width: 882px;
    padding-bottom: 65px;
    margin-bottom: 25px;
    margin-top: -70px;
  }

  .b-efficiency .b-svg {
    width: 882px;
    height: 221px;
  }

  .b-efficiency .b-head-h {
    font-size: 50px;
    line-height: 55px;
  }

  .b-efficiency .b-head .b-p {
    margin-bottom: 20px;
  }

  .b-efficiency .b-img {
    width: 754px;
    margin-left: 177px;
    margin-bottom: -114px;
  }

  .b-results {
    padding-top: 80px;
  }

  .b-results .b-text {
    width: 530px;
  }

  .b-results .b-flex {
    margin: 30px 0 50px;
  }

  .b-results .b-img-box {
    width: 600px;
    height: 540px;
  }

  .b-results .b-img-1 {
    width: 408px;
    top: -8px;
    left: 167px;
  }

  .b-results .b-img-2 {
    width: 317px;
    left: -35px;
    top: 170px;
  }

  .b-results .b-img-3 {
    width: 372px;
    top: 401px;
    left: 255px;
  }

  .b-results .b-p {
    margin-bottom: 20px;
  }

  .b-results .b-bottom {
    width: 1545px;
    margin-left: -15px;
    padding: 100px 420px 90px 30px;
    box-shadow: 0px 18px 32px 0px rgba(0, 0, 0, 0.19);
  }

  .b-results .b-bottom .b-h5 {
    width: 80%;
    margin: 0 auto 25px;
  }

  .b-results .b-bottom .b-bg {
    left: 600px;
    top: -120px;
    transform: none;
  }

  .b-availability {
    padding: 85px 0 45px;
  }

  .b-availability .b-h5 {
    margin-bottom: 25px;
  }

  .b-availability .b-p {
    margin-bottom: 20px;
  }

  .b-availability .b-note {
    margin-top: 15px;
    padding-bottom: 50px;
    margin-bottom: 25px;
    margin-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .b-availability .b-note-bg {
    width: 1072px;
  }

  .b-availability .b-note .b-h5 {
    margin-bottom: 0;
  }

  .b-availability .b-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .b-availability .b-text {
    width: 660px;
    text-align: left;
  }

  .b-availability .b-img {
    width: 891px;
    margin-left: -158px;
    margin-right: -400px;
    margin-bottom: -95px;
    margin-top: -30px;
  }

  .b-availability .b-marker {
    width: 583px;
    left: -127px;
  }

  .b-availability .b-sale2-arrow-1 {
    left: -136px;
  }

  .b-availability .b-sale2-arrow-2 {
    right: -135px;
    top: 27px;
  }

  .b-order {
    background-size: 1920px 100%;
    padding: 75px 0 80px;
  }

  .b-order .b-h5:first-child {
    margin-bottom: 35px;
  }

  .b-order .b-p {
    margin-bottom: 30px;
  }

  .b-order .second {
    width: 80%;
    margin: 0 auto;
  }

  .b-footer {
    background: #d7d7d7;
    padding: 80px 0;
  }

  .b-footer .b-p {
    margin-bottom: 20px;
  }

  .b-footer .b-text {
    width: 345px;
  }

  .b-footer .b-img {
    display: block;
    position: absolute;
    bottom: -84px;
    width: 1052px;
    left: 162px;
    height: calc(100% + 164px);
    background: url(../img/footer_img.png) no-repeat center bottom;
    background-size: 1052px auto;
  }

  .b-footer .b-form {
    width: 428px;
  }

  .b-footer .b-button-1 {
    width: 428px;
  }

  .b-footer .b-button-1-box {
    margin-top: 30px;
  }

  .b-footer .b-button-1-box .b-marker {
    width: 583px;
    height: 225%;
    left: -71px;
    top: -65%;
  }

  .b-footer .b-button-1-box .b-arrow-1 {
    display: block;
    width: 109px;
    position: absolute;
    z-index: 3;
    top: calc(50% - 43px);
    left: -119px;
    transform: translateY(-50%);
  }

  .b-footer .b-button-1-box .b-arrow-2 {
    display: block;
    width: 109px;
    position: absolute;
    z-index: 3;
    top: calc(50% - 43px);
    right: -119px;
    transform: scaleX(-1) translateY(-50%);
  }

  .b-price-2 {
    padding: 50px 55px 27px 25px;
    margin-bottom: -10px;
  }

  .b-price-2-bg {
    width: 422px;
  }

  .b-price-2-text {
    font-size: 20px;
    line-height: 1;
  }

  .b-price-2-old {
    font-size: 29px;
    line-height: 1;
    right: -5px;
  }

  .b-price-2-new {
    font-size: 76px;
    line-height: 50px;
  }

  .b-price-2-currency {
    font-size: 48px;
  }
}

.w900 {
  font-weight: 900;
}

.w700 {
  font-weight: 700;
}

.w400 {
  font-weight: 400;
}

.upcase {
  text-transform: uppercase;
}

.color-1 {
  color: #ff7d00;
}

.color-2 {
  color: #ff0000;
}

.br {
  display: block;
}

#video_sub {
  display: none;
}

.start .b-header {
  min-height: 100vh;
}

.start .b-main {
  display: none;
}

.flip-clock-divider.days,
.flip:nth-child(2),
.flip:nth-child(3),
.flip-clock-divider.hours,
.flip-clock-label,
.flip-clock-dot {
  display: none;
}

.flip-clock-wrapper ul li a div,
.flip-clock-wrapper ul li a div div.inn {
  font-size: 43px;
}

.flip-clock-wrapper ul li {
  line-height: 55px;
}

.flip-clock-wrapper ul {
  height: 55px;
  width: 37px;
  margin: 1px;
}

.flip-clock-divider {
  width: 13px;
  height: 55px;
}

.flip-clock-wrapper {
  width: max-content;
  margin: 0 auto;
}

/* tudu: copy */
.price-box__new {
  position: relative;
  display: table;
  font-size: 50px;
  color: #f40c0c;
  font-weight: 900;
  text-align: center;
  margin: 0 auto;
  z-index: 2;
  white-space: nowrap;

  @media (min-width: 1200px) {
    font-size: 80px;
    line-height: 1;
  }
}

.price__currency {
  position: relative;
  display: inline-block;
  font-size: 40px;
  margin-left: 10px;
}

.price-box {
  position: relative;
  padding: 30px 0 16px;
  margin: 20px 0 0;
}


.price-box>svg {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  fill: #ffd800;
  top: 0;
  left: 0;
}

.price-box__title {
  position: relative;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -2px;
  z-index: 2;
}

.price-box__old {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  color: #000;
  order: -1;
}

.price-box__old svg {
  position: absolute;
  width: 110%;
  height: 110%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  stroke: #000;
  stroke-width: 0.3px;
}

.price-box__grid {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.price__box2 {
  margin: 20px -16px -13px;
  padding-top: 40px;
}

.price__box2 .price {
  font-size: 56px;
}

.price__box2 .price__currency {
  font-size: 35px;
}

.price__box2 .price__old {
  font-size: 22px;
  transform: translateY(6px);
}

.price__box2 .price__title {
  font-size: 20px;
}

.price__box2 .bg {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  fill: #ffd800;
  top: 0;
  left: 0;
  z-index: 1;
}



@media screen and (min-width: 1200px) {
  .price {
    white-space: nowrap;
    font-size: 116px;
    margin: -10px auto 0;
  }

  .price__box {
    display: flex;
    padding: 15px 60px 15px 60px;
    margin: 5px -40px 0 -60px;
    align-items: center;
  }

  .price__title {
    text-align: left;
    line-height: 1;
    align-items: center;
    letter-spacing: 0;
  }

  .price__old {
    transform: translateY(-6px);
  }

  .price__box {
    padding: 15px 120px 15px 120px;
    margin: 5px -80px 0 -100px;
  }

  .price__box2 {
    padding: 39px 50px 15px 25px;
    margin: 5px 0 -12px;
  }

  .price__box2 .price {
    font-size: 76px;
  }

  .price__box2 .price__old {
    font-size: 29px;
    transform: translateY(4px);
  }
}

.grid {
  min-height: 100vh;
  display: grid;
  align-items: center;
}
.counter {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin-top: 30px;
}

.s-counts {
  color: #f40c0c;  
  font-weight: 800;
  background: #ffd800;
  padding: 10px 10px;
  border-radius: 10px;
  width: 60px;
  display: inline-block;
  text-align: center;
}

/*  height  */
@media (min-width: 1200px) and (max-height: 1100px) {
  .b-header .b-video-box {
    width: 380px;
  }
}
@media (min-width: 1200px) and (max-height: 1000px) {
  .title {
    font-size: 40px;
  }
  .subtitle {
    font-size: 24px;
    margin-top: 30px;
  }
  .b-header .b-video-box {
    width: 350px;
  } 
  .price-box {
    margin-top: 0;
  } 
}
@media (min-width: 768px) and (max-height: 900px) {
  .title {
    font-size: 33px;
  }
  .subtitle {
    font-size: 22px;
    margin-top: 20px;
  }
  .b-header .b-video-box {
    width: 320px;
  } 
}
@media (min-width: 768px) and (max-height: 800px) {
  .title {
    font-size: 25px;
  }
  .subtitle {
    font-size: 18px;
    margin-top: 10px;
  }
  .b-header .b-video-box {
    width: 280px;
  }
  .b-header .b-flex {
    margin-top: 30px;
  }
  .price-box {
    padding: 10px 0 5px;
  }
}