/*fonts*/
@font-face {
  font-family: "Appetite";
  src: url("../fonts/Appetite.eot");
  src: url("../Appetite.eot@.html") format("embedded-opentype"),
    url("../Appetite.woff2.html") format("woff2"),
    url("../fonts/Appetite.woff") format("woff"),
    url("../fonts/Appetite.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

/* styles */
body {
  min-width: 320px;
  background: #fff;
  font-family: "Proxima Nova", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4em;
  color: #141414;
  cursor: default;
}

header,
section,
footer {
  margin: 0 auto;
  max-width: 1920px;
}

.wrapper {
  margin: 0 auto;
  padding: 0 10px;
  width: 980px;
}

.clearfix:after,
.benef1 > li:after,
.char_list > li:after {
  content: "";
  display: block;
  clear: both;
}

img {
  max-width: 100%;
  height: auto;
}

b {
  font-weight: 700;
}

/*form*/
.m1-form {
}
.m1-form input {
  border: none;
  background: #fff;
  width: 100%;
  height: 64px;
  font-size: 16px;
  font-family: "Proxima Nova", Arial, Helvetica, sans-serif;
  color: #333;
  border-radius: 32px;
  margin-bottom: 10px;
  text-indent: 60px;
}
.m1-form input[name="name"] {
  background: #fff url(../images/name_input.png) 15px 50% no-repeat;
}
.m1-form input[name="phone"] {
  background: #fff url(../images/phone_input.png) 15px 50% no-repeat;
}
.m1-form ::-webkit-input-placeholder {
  color: #333;
}
.m1-form ::-moz-placeholder {
  color: #333;
}
.m1-form :-moz-placeholder {
  color: #333;
}
.m1-form :-ms-input-placeholder {
  color: #333;
}
.m1-form :focus::-webkit-input-placeholder {
  color: transparent;
}
.m1-form :focus::-moz-placeholder {
  color: transparent;
}
.m1-form :focus:-moz-placeholder {
  color: transparent;
}
.m1-form :focus:-ms-input-placeholder {
  color: transparent;
}

/* button */
.button-m {
  border: none;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: block;
  margin: 0 auto;
  width: 300px;
  height: 72px;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  border-radius: 36px;
  background: #ffcc00;
  background: -moz-linear-gradient(top, #ffcc00 0%, #ff8b00 100%);
  background: -webkit-linear-gradient(top, #ffcc00 0%, #ff8b00 100%);
  background: linear-gradient(to bottom, #ffcc00 0%, #ff8b00 100%);
  border-bottom: 4px solid #df7901;
  font-family: "Proxima Nova", Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #141414;
  font-size: 22px;
  line-height: 70px;
  text-align: center;
  text-shadow: 0 1px 0 #ffd180;
  box-shadow: 0 3px 8px -2px rgba(0, 0, 0, 0.2);
}
.button-m:active {
  top: 2px;
  background: linear-gradient(to bottom, #ff8b00 0%, #ffcc00 100%);
}

/* titles */
h2.title {
  font-family: "Appetite", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.1em;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 2px;
}
h2.title span {
  color: #c150b3;
}

h2.title.white {
  color: #fff;
}
h2.title.white span {
  color: #ffde00;
}

.color_theme {
  background: #ccc;
}
.color_theme h2.title {
  color: #fff;
}

section {
  padding: 40px 0 30px;
}

/*top_line*/
.top_line {
  padding: 12px 0 10px;
}
.top_line img.logo {
  float: left;
}
.top_line ul {
  float: right;
}
.top_line ul > li {
  float: left;
  width: 230px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2em;
  margin-left: 40px;
  padding: 15px 0 15px 85px;
}
.top_line ul > li:nth-child(1) {
  background: url(../images/top_line1.png) 0% 50% no-repeat;
}
.top_line ul > li:nth-child(2) {
  background: url(../images/top_line2.png) 0% 50% no-repeat;
}

/*offer_section*/
.offer_section {
  background: url(../images/offer_down.png) 50% 100% no-repeat,
    url(../images/offer.jpg) 50% 0% no-repeat, #fafafa;
  min-height: 1130px;
  padding-top: 25px;
}
.offer_section .wrapper {
  position: relative;
}
.main_title {
  text-align: center;
  font-size: 42px;
  line-height: 42px;
  font-family: "Appetite", Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
}
.main_title > span {
  color: #c150b3;
  display: block;
}

.offer_section .wrapper:before {
  content: "";
  width: 123px;
  height: 63px;
  background: url(../images/prod_words.png) 50% 50% no-repeat;
  position: absolute;
  top: 175px;
  left: 117px;
}

.offer_section .right {
  width: 320px;
  float: right;
}

.ofr_bull {
  margin-top: 40px;
}
.ofr_bull > li {
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 700;
  padding-left: 40px;
  margin-bottom: 15px;
  position: relative;
}
.ofr_bull > li:before {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../images/ofr_bull.png) 0% 50% no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  left: 0;
}
.ofr_bull > li:last-child {
  margin-bottom: 0;
}

.formbox {
  margin-top: 60px;
  position: relative;
  max-width: 320px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 12px;
  padding: 25px 10px 20px;
}
.formbox .sale {
  width: 169px;
  height: 85px;
  background: url(../images/sale.png) 50% 50% no-repeat;
  position: absolute;
  top: -42px;
  left: -39px;
}
.formbox .sale span {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 19px;
  transform: rotate(-15deg);
  position: absolute;
  top: 25px;
  left: 28px;
}
.formbox .timer {
  margin-bottom: 20px;
}
.timer > p {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 5px;
}
.timer .timer_container {
  font-size: 0;
  letter-spacing: -1px;
  text-align: center;
}
.timer .timer_block {
  width: 62px;
  display: inline-block;
  vertical-align: top;
  margin: 0 14px;
  background: #fff;
  padding: 12px 0;
  border-radius: 15px;
  text-align: center;
  letter-spacing: normal;
  position: relative;
}
.timer .timer_block:not(:last-child):after {
  content: ":";
  font-size: 30px;
  line-height: 1em;
  position: absolute;
  right: -18px;
  top: 15px;
}
.timer_block .count {
  font-size: 24px;
  line-height: 1.2em;
  color: #879d38;
  font-weight: 700;
}
.timer_block .text {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.2em;
}

.formbox .price {
  border-radius: 35px;
  background: #fff url(../images/price.png) 50% 50% no-repeat;
  margin-bottom: 20px;
}
.formbox .price > div {
  width: 50%;
  float: left;
  padding: 12px 0 7px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.1em;
}
.formbox .price > div > p {
  font-size: 30px;
  line-height: 1.1em;
}
.formbox .price > div > p > small {
  font-size: 0.8em;
}
.formbox .price .old {
  padding-right: 20px;
  text-align: right;
}
/*.formbox .price .old p span{
	text-decoration: line-through;
}*/
.formbox .price .new {
  padding-left: 20px;
}
.formbox .price .new p {
  font-weight: 700;
  color: #c150b3;
}
.formbox .button-m {
  width: 100%;
}

.prod_count {
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
}
.prod_count span {
  display: inline-block;
  background: #c150b3;
  border-radius: 14px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 1px 8px;
  margin-left: 8px;
}

/*sect2*/
.sect2 {
  padding-top: 1px;
  background: url(../images/s2_bg.png) 50% 50px no-repeat;
}

.video_sect {
  margin: -400px auto 40px;
  padding: 25px 0 0;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.2);
}

.video_block {
  position: relative;
  overflow: hidden;
  height: 390px;
  background: #000;
  border-radius: 30px;
}
.video_block iframe,
.video_block object,
.video_block embed,
.video_block .youtube {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sect2 .wrapper > p {
  text-align: center;
  margin-bottom: 25px;
  font-size: 22px;
  line-height: 1.3em;
}
.sect2 .wrapper > p > span {
  font-weight: 700;
  color: #7fb620;
}
.sect2 .wrapper > p:last-child {
  margin-bottom: 0;
}

.gif_block {
  margin: 40px auto 0;
  font-size: 0;
  text-align: justify;
  -ms-text-align-last: justify;
  text-align-last: justify;
}
.gif_block > img {
  border-radius: 16px;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
}

.sect2 .button-m {
  margin-top: 40px;
}

/*sect3*/
.sect3 {
  background: url(../images/s3_bg.jpg) 50% 100% no-repeat;
}
.sect3 .title {
  width: 730px;
  margin: 0 auto 50px;
  padding-left: 100px;
  text-align: left;
  position: relative;
}
.sect3 .title .number {
  font-size: 160px;
  line-height: 160px;
  position: absolute;
  top: 50%;
  margin-top: -90px;
  left: 0;
  color: #c150b3;
}

.benef1 {
  padding: 0 25px;
  position: relative;
}
.benef1:before {
  content: "";
  width: 130px;
  height: 680px;
  background: url(../images/benef1_bg.png) 50% 50% no-repeat;
  position: absolute;
  left: 425px;
  top: 75px;
}
.benef1 > li > img {
  float: left;
  margin: 0 0 0 -15px;
}
.benef1 > li .text {
  overflow: hidden;
  padding: 75px 0 0 80px;
  position: relative;
}
.benef1 > li .text > span {
  color: #7fb620;
  font-size: 25px;
  line-height: 1.3em;
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
}
.benef1 > li .number {
  width: 47px;
  height: 46px;
  background: url(../images/benef1_number.png) 50% 50% no-repeat;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 40px;
  line-height: 46px;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
  position: absolute;
}
.benef1 > li:nth-child(1) .number {
  top: 80px;
  left: 10px;
}

.benef1 > li:nth-child(2) > img {
  float: right;
  margin: -15px 0 0;
}
.benef1 > li:nth-child(2) .text {
  padding: 35px 80px 0 0;
}
.benef1 > li:nth-child(2) .number {
  top: 40px;
  right: 0px;
}

.benef1 > li:nth-child(3) > img {
  margin: -30px 0 0 -15px;
}
.benef1 > li:nth-child(3) .text {
  padding: 32px 0 10px 100px;
}
.benef1 > li:nth-child(3) .number {
  top: 25px;
  left: 30px;
}

.benef1 > li .button-m {
  margin: 30px 0 0;
}

/*sect4*/
.sect4 {
  background: url(../images/eco_icon.png) 50% 40% no-repeat,
    url(../images/patt.png) 50% 50% repeat;
  overflow: hidden;
  padding: 0;
}
.sect4 .wrapper {
  padding: 30px 30px 30px 400px;
  color: #fff;
  position: relative;
}
.sect4 .wrapper > img {
  position: absolute;
  top: 50%;
  margin-top: -150px;
  left: 18px;
  border-radius: 50%;
  box-shadow: 0 0 0 18px rgba(163, 64, 151, 0.5);
}
.sect4 .title {
  color: #fff;
  font-size: 32px;
  text-align: left;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}
.sect4 .title > span {
  color: #fff;
  display: block;
  font-size: 60px;
  line-height: 60px;
}

/*sect5*/
.sect5 {
  background: url(../images/s5_bg.jpg) 50% 0% no-repeat;
  min-height: 900px;
  padding: 70px 0 40px;
}
.sect5 .title {
  margin-bottom: 60px;
}
.sect5 .left {
  max-width: 490px;
}
.sect5 .wrapper > img {
  display: none;
}
.char_list > li {
  padding: 12px 20px;
  text-align: right;
}
.char_list > li:nth-child(odd) {
  background: rgba(0, 0, 0, 0.07);
  border-radius: 5px;
}
.char_list > li > b {
  float: left;
}

.sect5 .button-m {
  margin-top: 40px;
}

.gallery {
  font-size: 0;
  text-align: center;
  margin-top: 50px;
}
.gallery > img {
  display: inline-block;
  vertical-align: top;
  border: 5px solid #fff;
  border-radius: 16px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  margin: 0 10px 20px;
}

/*sect6*/
.sect6 {
  background: url(../images/s6_bg.png) 50% 40% no-repeat,
    url(../images/patt2.png) 50% 50% repeat;
  overflow: hidden;
  padding: 0;
}
.sect6 .wrapper {
  padding: 40px 410px 40px 10px;
  color: #fff;
  position: relative;
}
.sect6 .wrapper > img {
  position: absolute;
  top: 50%;
  margin-top: -150px;
  right: 18px;
  border-radius: 50%;
  box-shadow: 0 0 0 18px rgba(50, 148, 192, 0.5);
}
.sect6 .title {
  color: #fff;
  font-size: 32px;
  text-align: left;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}
.sect6 .title > span {
  color: #fff;
  display: block;
}

/*sect7*/
.sect7 {
  padding: 80px 0 60px;
}
.alert_block {
  padding-top: 1px;
  border-radius: 16px;
  padding: 15px;
  background-image: repeating-linear-gradient(
    135deg,
    #000 0px,
    #000 15px,
    #fff 10px,
    #fff 10px,
    #fee446 10px,
    #fee446 30px
  );
  box-shadow: 0 6px 12px -3px rgba(0, 0, 0, 0.2);
  margin-bottom: 50px;
}

.alert_block .content {
  background: -moz-linear-gradient(top, #ffffff 0%, #ffe9e9 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffe9e9 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffe9e9 100%);
}

.alert_block .title {
  margin: 0;
  letter-spacing: 3px;
}
.sect7 .title span {
  color: #cd0000;
}
.sect7 .title i {
  font-style: normal;
  display: inline-block;
  background: #fff;
  padding: 0 30px;
  position: relative;
  top: -32px;
}

.alert_block .content > img {
  float: left;
  margin: 0 0 -10px 50px;
}
.alert_block .text {
  padding: 50px 60px 0 370px;
}
.alert_block .text > p:not(:last-child) {
  margin-bottom: 20px;
}

.alert_text {
  text-align: center;
  color: #7fb620;
  font-size: 22px;
  font-weight: 700;
}

.sect7 .button-m {
  margin-top: 40px;
}

/*sect8*/
.sect8 {
  background: url(../images/patt3.png) 0% 0% repeat;
  padding-bottom: 50px;
}
.sect8 .title {
  padding: 0 80px;
}

.rev_item {
  max-width: 300px;
  border-radius: 20px;
  text-align: center;
  background: #fff;
  box-shadow: 0 5px 12px -2px rgba(0, 0, 0, 0.2);
  margin: 10px auto 12px;
  padding-bottom: 20px;
}
.rev_item > img {
  border: 5px solid #fff;
  display: block;
  margin: 0 auto;
  border-radius: 14px 14px 0 0;
}
.rev_item > span {
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
  padding: 0 15px;
  line-height: 1.3em;
}
.rev_item > span:before {
  content: "";
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: relative;
  background: url(../images/rev_q.png) 50% 50% no-repeat;
  display: block;
  margin: -35px auto 15px;
  border: 5px solid #fff;
  box-shadow: 0 5px 12px -2px rgba(0, 0, 0, 0.2);
}
.rev_item > p {
  padding: 0 10px;
  font-size: 16px;
}
.rev_item .info {
  color: #aaaaaa;
  font-size: 16px;
  margin-top: 20px;
  font-weight: 700;
}
.rev_item .info > span {
  display: block;
}

.sect8 .button-m {
  margin-top: 40px;
}

.reviews .owl-prev,
.reviews .owl-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff url(../images/rev_arrow.png) no-repeat;
  position: absolute;
  top: 110px;
}
.reviews .owl-prev {
  left: 20px;
  background-position: 0 50%;
}
.reviews .owl-next {
  right: 20px;
  background-position: 100% 50%;
}

/*sect9*/
.sect9 .title {
  margin-bottom: 50px;
}
.order_list {
  font-size: 0;
  text-align: center;
}
.order_list > li {
  width: 33.3%;
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  font-size: 16px;
}
.order_list > li > img {
  display: block;
  margin: 0 auto 20px;
  border-radius: 50% 0 50% 0;
  box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.15);
}
.order_list > li > span {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
}

/*bottom*/
.offer_section.bottom {
  min-height: 803px;
  background: url(../images/offer.jpg) 50% 0% no-repeat;
}
.offer_section.bottom .formbox {
  margin-top: 90px;
}

/*footer*/
.footer_section {
  background: #fafafa;
  padding: 25px 0;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}
.footer_section img {
  display: block;
  margin: 0 auto 10px auto;
}
.footer_section a {
  color: #333;
}
.footer_section a:hover {
  text-decoration: none;
}

@media screen and (max-width: 1100px) {
  .gallery > img {
    width: 300px;
  }
}

@media screen and (max-width: 979px) {
  .wrapper {
    width: 660px;
  }
  section {
    padding: 30px 0;
  }
  h2.title {
    font-size: 35px;
    line-height: 1.2em;
  }
  .top_line ul > li {
    width: 185px;
    margin-left: 20px;
  }
  .top_line ul > li:first-child {
    margin-left: 0;
  }
  .top_line ul > li:nth-child(1) {
    padding: 6px 0 6px 85px;
  }
  .top_line ul > li:nth-child(2) {
    width: 220px;
  }
  .offer_section {
    background: url(../images/offer_down.png) 50% 100% no-repeat,
      url(../images/offer_tab.jpg) 50% 0% no-repeat, #fafafa;
    min-height: 1130px;
    padding-top: 25px;
  }
  .main_title {
    font-size: 34px;
    line-height: 1.1em;
  }
  .offer_section .wrapper::before {
    left: 102px;
  }
  .sect2,
  .sect3 {
    background: #fff;
  }
  .sect2 .title > span {
    display: block;
  }
  .video_block {
    height: 360px;
  }
  .gif_block {
    text-align: center;
    -ms-text-align-last: center;
    text-align-last: center;
  }
  .gif_block > img {
    margin: 0 10px 20px;
  }
  .gif_block > img:last-child {
    margin-bottom: 0;
  }
  .sect3 .title {
    width: 100%;
  }
  .benef1::before {
    display: none;
  }
  .benef1 > li:not(:last-child) {
    margin-bottom: 40px;
  }
  .benef1 > li > img,
  .benef1 > li:nth-child(2) > img,
  .benef1 > li:nth-child(3) > img {
    float: none;
    display: block;
    margin: 0 auto;
  }
  .benef1 > li .text,
  .benef1 > li:nth-child(2) .text,
  .benef1 > li:nth-child(3) .text {
    padding: 0;
    text-align: center;
    overflow: visible;
  }
  .benef1 > li .number {
    position: relative;
    display: block;
    margin: -50px auto 10px;
    z-index: 2;
  }
  .benef1 > li:nth-child(1) .number,
  .benef1 > li:nth-child(2) .number,
  .benef1 > li:nth-child(3) .number {
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
  .benef1 > li .button-m {
    margin: 30px auto 0;
  }
  .sect4 {
    background: url(../images/patt.png) 50% 50% repeat;
    padding: 50px 0 35px;
  }
  .sect4 .wrapper {
    padding: 0 10px;
    text-align: center;
  }
  .sect4 .wrapper > img {
    position: static;
    display: block;
    margin: 0 auto 30px;
  }
  .sect4 .title {
    text-align: center;
  }
  .sect5 {
    background: #f6f6f6;
    background: -moz-linear-gradient(-45deg, #f6f6f6 0%, #f3ece3 100%);
    background: -webkit-linear-gradient(-45deg, #f6f6f6 0%, #f3ece3 100%);
    background: linear-gradient(135deg, #f6f6f6 0%, #f3ece3 100%);
  }
  .sect5 .wrapper > img {
    display: block;
    border-radius: 50%;
    border: 10px solid #fff;
    margin: 0 auto 30px;
  }
  .sect5 .left {
    margin: 0 auto;
  }
  .sect6 {
    background: url(../images/patt2.png) 50% 50% repeat;
  }
  .sect6 .wrapper > img {
    margin-top: -170px;
  }
  .alert_block .content {
    padding: 20px 0;
  }
  .sect7 .title {
    margin-bottom: 35px;
  }
  .sect7 .title i {
    position: static;
    background: transparent;
  }
  .alert_block .content > img {
    float: none;
    display: block;
    margin: 0 auto;
  }
  .alert_block .text {
    padding: 0 20px;
    text-align: center;
  }
  .sect8 .title {
    padding: 0;
  }
  .order_list > li {
    width: 50%;
    margin-bottom: 30px;
  }
  .order_list > li:last-child {
    margin-bottom: 0;
  }
  .offer_section.bottom {
    background: url(../images/offer_tab.jpg) 50% 0% no-repeat, #fafafa;
    padding-top: 25px;
  }
}

@media screen and (max-width: 659px) {
  section {
    padding-top: 30px;
  }
  .wrapper {
    width: 320px;
  }
  h2.title {
    font-size: 24px;
    line-height: 1.2em;
    letter-spacing: 1px;
  }
  .top_line img.logo {
    float: none;
    display: block;
    margin: 0 auto 20px;
  }
  .top_line ul {
    float: none;
  }
  .top_line ul > li:nth-child(1) {
    width: 240px;
    display: block;
    margin: 0 auto;
    padding: 14px 0 14px 85px;
    float: none;
  }
  .top_line ul > li:nth-child(2) {
    display: none;
  }
  .offer_section {
    background: #fffbed url(../images/offer_mob.jpg) 50% 0% no-repeat;
    min-height: auto;
    padding-bottom: 130px;
    padding-top: 15px;
  }
  .main_title {
    font-size: 25px;
    line-height: 1.1em;
    letter-spacing: 1px;
  }
  .offer_section .right {
    width: 300px;
    float: none;
  }
  .ofr_bull {
    margin-top: 460px;
  }
  .formbox {
    width: 320px;
    margin-left: -10px;
    background: #fff;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
  }
  .formbox .sale {
    width: 170px;
    height: 36px;
    line-height: 36px;
    background: #a54fbb;
    background: -moz-linear-gradient(45deg, #a54fbb 19%, #e351a6 100%);
    background: -webkit-linear-gradient(45deg, #a54fbb 19%, #e351a6 100%);
    background: linear-gradient(45deg, #a54fbb 19%, #e351a6 100%);
    border-radius: 12px;
    position: static;
    margin: -46px auto 20px;
  }
  .formbox .sale span {
    position: static;
    display: block;
    width: 100%;
    height: 38px;
    text-align: center;
    line-height: 36px;
    transform: none;
  }
  .timer .timer_block {
    background: #fafafa;
  }
  .sect2 .video_sect {
    padding-top: 15px;
    margin-top: -100px;
    border-radius: 16px;
  }
  .sect2 .title {
    margin-bottom: 15px;
  }
  .video_block {
    height: 165px;
    border-radius: 16px;
  }
  .sect2 .wrapper > p {
    font-size: 18px;
  }
  .gif_block > img {
    display: block;
    margin: 0 auto 15px;
  }
  .benef1 {
    padding: 0;
  }
  .benef1 > li .text > span {
    font-size: 20px;
    line-height: 1.2em;
  }
  .sect5 {
    padding: 40px 0;
  }
  .char_list > li {
    text-align: left;
  }
  .char_list > li > b {
    float: none;
    display: block;
  }
  .sect5 .button-m {
    margin-top: 15px;
  }
  .sect6 {
    padding: 55px 0 35px;
  }
  .sect6 .wrapper {
    padding: 0 10px;
    text-align: center;
  }
  .sect6 .wrapper > img {
    position: static;
    margin: 0 auto 30px;
  }
  .sect6 .title {
    font-size: 26px;
    text-align: center;
  }
  .sect7 {
    padding: 40px 0;
  }
  .alert_block .content > img {
    width: 250px;
  }
  .alert_block .text {
    padding: 0 15px;
  }
  .alert_block {
    padding: 10px;
    margin-bottom: 30px;
  }
  .sect7 .button-m {
    margin-top: 30px;
  }
  .alert_text {
    font-size: 18px;
    line-height: 1.3em;
  }
  .order_list > li {
    display: block;
    width: 100%;
  }
  .offer_section.bottom {
    background: #fffbed url(../images/offer_mob.jpg) 50% 0% no-repeat;
    min-height: auto;
    padding: 15px 0 40px;
  }
  .offer_section.bottom .main_title {
    padding-top: 10px;
  }
  .offer_section.bottom .formbox {
    margin-top: 510px;
  }
  .m1-form input {
    background-color: #fafafa;
    border: 2px solid #dcdcdc;
  }
}

.lb_b {
  font-size: 13px;
  line-height: 13px;
  margin-top: 15px;
  padding-left: 10px;
  padding-bottom: 10px;
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
button,
input,
select {
  appearance: auto;
}
.lb_b input {
  display: inline;
  width: auto;
  height: auto;
}
