/* styles */
body {
  min-width: 480px;
  background: #638d7b;
  font-family: "Museo Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.3em;
  color: #000000;
  cursor: default;
}

.main_wrapper {
  margin: 0 auto;
  overflow: hidden;
  width: 480px;
  background: #fff;
}

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

b {
  font-weight: 700;
}

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

h2.title {
  font-size: 30px;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  padding: 0 20px;
}

h2.title span {
  color: #fb5062;
  display: block;
}

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

section {
  padding: 40px 0;
}

.color_bg {
  background: #7dd3f3;
  background: -moz-linear-gradient(top, #7dd3f3 0%, #eef9f9 100%);
  background: -webkit-linear-gradient(top, #7dd3f3 0%, #eef9f9 100%);
  background: linear-gradient(to bottom, #7dd3f3 0%, #eef9f9 100%);
}

.m1-form {
  padding: 0 20px;
}

.m1-form input {
  width: 100%;
  display: block;
  font-family: "Museo Sans", Arial, Helvetica, sans-serif;
  font-size: 20px;
  margin-bottom: 15px;
  height: 78px;
  border-radius: 40px;
  border: 1px solid #3e621a;
  background: #fff;
  color: #222;
  text-align: center;
}

.m1-form .button-m {
  margin-top: 0;
}

.m1-form ::-webkit-input-placeholder {
  color: #222;
}

.m1-form ::-moz-placeholder {
  color: #222;
}

.m1-form :-moz-placeholder {
  color: #222;
}

.m1-form :-ms-input-placeholder {
  color: #222;
}

.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;
  cursor: pointer;
  font-family: "Museo Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  height: 80px;
  width: 440px;
  display: block;
  border-radius: 40px;
  line-height: 80px;
  text-decoration: none;
  text-align: center;
  background: #42da0a;
  background: linear-gradient(to bottom, #abfd87, #42da0a, #3eb902);
  box-shadow: 0 5px 10px 5px rgba(164, 255, 122, 0.5);
  font-size: 25px;
  margin: 0px auto;
  color: #fff;
  position: relative;
}

.button-m:active {
  background: #d8f841;
  background: linear-gradient(to top, #abfd87, #42da0a);
  transform: translateY(2px);
}

/*  offer_section   */
.offer_section {
  padding: 0 0 40px;
  background: url("../jpg/offer.jpg") center top no-repeat;
  position: relative;
}

.title_block {
  padding: 20px 20px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.main_title {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 1.1em;
  font-weight: 900;
  letter-spacing: 2px;
}

.main_subtitle {
  font-weight: 900;
  font-size: 31px;
  line-height: 1.1em;
  text-transform: uppercase;
}

.main_subtitle > span {
  color: #fb5062;
  font-size: 38px;
  line-height: 1.1em;
}

.main_subtitle > span > small {
  font-size: 26px;
  line-height: 1.1em;
}

.title_block > p {
  font-size: 28px;
  line-height: 1.1em;
  font-weight: 500;
  margin-top: 3px;
}

.offer_section .box {
  height: 355px;
  padding: 20px 10px 0 230px;
  margin-bottom: 40px;
}

.ofr_bull > li {
  padding: 5px 0 0 45px;
  text-transform: uppercase;
  margin-bottom: 5px;
  position: relative;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5em;
}

.ofr_bull > li:last-child {
  margin-bottom: 0;
}

.ofr_bull > li:before {
  content: "";
  width: 31px;
  height: 31px;
  background: url(../png/check1.png) 50% 50% no-repeat;
  position: absolute;
  top: 5px;
  left: 0;
}

.main_subtitle2 {
  font-size: 21px;
  line-height: 28px;
  padding: 20px 10px 0 5px;
  color: #395e14;
  font-style: italic;
  font-family: Times New Roman, serif;
  font-weight: 400;
}

.offer_section > img {
  display: block;
  margin: 0 auto -60px;
  pointer-events: none;
}

.sale {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fb5668;
  text-align: center;
  position: absolute;
  left: 163px;
  top: 694px;
  font-size: 15px;
  line-height: 1.1em;
  font-weight: 500;
  text-transform: uppercase;
  padding-top: 25px;
  color: white;
}

.sale > span {
  display: block;
  font-size: 32px;
  line-height: 1.2em;
  font-weight: 700;
}

.sell_out {
  font-size: 26px;
  text-transform: uppercase;
  text-align: center;
  color: #3e3e3e;
  font-weight: 900;
  z-index: 1000;
  margin-bottom: 450px;
  box-shadow: 0 0 40px 40px white;
  background: white;
}

.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.price small {
  font-size: 0.8em;
}

.price .old {
  display: flex;
  justify-content: flex-end;
  width: 180px;
  text-align: center;
  font-size: 28px;
  line-height: 1.1em;
  font-weight: 700;
  color: #fb5668;
  text-decoration: line-through;
}

.price .old > span {
  margin-right: 30px;
  display: flex;
  align-items: center;
  color: black;
}

.price .new {
  width: 300px;
  font-size: 0;
  font-weight: 700;
}

.price .new .text {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  font-size: 16px;
  line-height: 1.2em;
  text-align: right;
  padding-right: 9px;
}

.price .new > p {
  display: inline-block;
  vertical-align: middle;
  font-size: 47px;
  line-height: 1.1em;
  color: #fb5062;
  margin-left: 15px;
}

.timer {
  font-size: 0;
  margin-top: 30px;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
}

.timer > p {
  display: inline-block;
  vertical-align: middle;
}

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

.timer_container .count {
  float: left;
  color: #fd202b;
}

.timer_container .count:not(:last-child):after {
  content: ":";
  font-size: 20px;
  line-height: 1.1em;
  color: #fd202b;
  margin: 0 5px;
}

/*sect2*/
.sect2 {
  position: relative;
  padding-top: 10px;
}
.sect2 .img {
  display: flex;
  justify-content: center;
  height: 350px;
  background: url("../jpg/ba_img.jpg") center bottom;
  position: relative;
}
.sect2 .img a {
  position: absolute;
  bottom: 30px;
}
.sect2 .title span {
  display: inline;
}

.sect2:before {
  content: "";
  width: 66px;
  height: 155px;
  display: block;
  position: absolute;
  top: -18px;
  left: 0;
}

.bef_aftr > li:not(:last-child) {
  margin-bottom: 20px;
}

.bef_aftr > li > img {
  display: block;
  margin: 0 auto 20px;
}

.bef_aftr > li > p {
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size: 19px;
  line-height: 1.2em;
}

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

/*video_block*/
.video_sec {
  padding-top: 10px;
}
.video_sec .video_block {
  background: black;
  margin-bottom: 35px;
}
.video_sec .video_block .youtube, .video_sec .video_block iframe, .video_sec .video_block object {
  height: 480px;
  width: 100%;
}

/*sect3*/
.sect3 {
  background: #f8fdfd;
}

.sect3 > p {
  padding: 0 20px;
  margin-bottom: 25px;
}

.sect3 > h3 {
  font-size: 23px;
  line-height: 1.3em;
  font-weight: 700;
  text-align: center;
  padding: 0 40px;
  color: #fb5062;
  margin-bottom: 10px;
}

.benef1 {
  font-size: 0;
  text-align: center;
}

.benef1 > li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 15px;
  margin-bottom: 25px;
  font-size: 19px;
}

.benef1 > li > img {
  display: block;
}

.benef1 > li > img:nth-child(1) {
  margin: 0 auto 15px;
  border-radius: 50%;
}

.benef1 > li > img:nth-child(2) {
  margin: -80px 0 15px 10px;
}

.benef1 > li > p > span {
  font-weight: 500;
}

.benef1 > li > span {
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
}

.sect3 .button-m {
  margin-top: 20px;
}

/*sect4*/
.sect4 .benef1 > li > img {
  border-radius: 100%;
}

.sect4 .benef1 > li {
  margin-bottom: 40px;
}

.sect4 .gif {
  display: block;
  margin: 0 auto;
}

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

.cold {
  background: url("../jpg/cold.jpg") center top no-repeat;
  padding-top: 30px;
  text-align: center;
}
.cold h3 {
  margin-bottom: 200px;
  font-size: 32px;
  font-weight: 700;
  line-height: 46px;
}
.cold p {
  font-size: 26px;
  font-weight: 500;
  line-height: 35px;
}

/*sect5*/
.sect5 {
  position: relative;
  background: #f4fbfb;
}

.sect5:before {
  content: "";
  width: 176px;
  height: 156px;
  position: absolute;
  top: -15px;
  right: 0;
  pointer-events: none;
}

.sect5 .title {
  position: relative;
  z-index: 2;
}

.sect5 .title span {
  display: inline;
}

.benef2 > li {
  width: 380px;
  margin: 0 auto 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.benef2 > li:last-child {
  margin-bottom: 0;
}

.benef2 > li > img {
  border-radius: 50%;
  border: 3px solid #fff;
  width: 136px;
}

.benef2 > li .text {
  margin-left: 25px;
  width: 215px;
}

.benef2 > li .text > span {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
}

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

/*sect6*/
.sect6 h2 {
  margin-bottom: 20px;
}

.sect6 > p {
  padding: 0 28px;
  font-size: 18px;
  line-height: 1.5em;
}

.expert_info {
  background: url(../jpg/expert_img.jpg) 50% 10px no-repeat;
  position: relative;
  height: 265px;
}
.expert_info p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3em;
  text-align: center;
  padding: 180px 307px 0 37px;
}

/*sect7*/
.sect7 {
  background: url("../jpg/sert_bg.jpg") center 90px no-repeat #f7fcfc;
}
.sect7 h2 {
  text-transform: none;
  position: relative;
  left: 20px;
}
.sect7 h2:before {
  content: "";
  height: 37px;
  width: 40px;
  position: absolute;
  top: -7px;
  left: 25px;
  background: url("../png/check.png");
}

.cerf_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cerf_block .text {
  padding-left: 165px;
  width: 440px;
  margin: 0 0 0 25px;
  font-size: 17px;
  line-height: 1.4em;
}

.cerf_block .text > p:not(:last-child) {
  margin-bottom: 20px;
}

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

/*sect8*/
.sect8 {
  padding-bottom: 20px;
}

.rev_item {
  width: 420px;
  margin: 0 auto 30px;
  padding: 22px 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 40px;
  font-size: 17px;
  line-height: 1.4em;
}

.rev_item:last-child {
  margin-bottom: 0;
}

.rev_item > span {
  font-size: 21px;
  line-height: 1.3em;
  font-weight: 700;
  display: block;
  text-align: center;
  margin-bottom: 25px;
}

.rev_item > img {
  display: block;
  margin: 0 auto 25px;
}

.rev_item > p:not(:last-child) {
  margin-bottom: 20px;
}

.rev_item > p.name {
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 500;
}

/*sect9*/
.order {
  padding-top: 20px;
}

.order > li {
  width: 440px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 26px;
  margin: 0 auto 55px;
  padding-left: 10px;
  position: relative;
}

.order > li:last-child {
  margin-bottom: 0;
}

.order > li > span {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  text-align: center;
  line-height: 62px;
  background: #fb5062;
  color: #fff;
  font-weight: 900;
  font-size: 34px;
  position: absolute;
  top: -31px;
  left: 50%;
  margin-left: -31px;
}

.order > li .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 20px 0;
  min-height: 165px;
}

.order > li .content > p {
  width: 250px;
  padding-left: 20px;
}

.order > li:nth-child(1) .content {
  padding-left: 0;
}

.order > li:nth-child(1) .content > p {
  width: 170px;
}

.bottom {
  background-position: center -430px;
}
.bottom .title_block {
  background: white;
  margin-bottom: 440px;
}
.bottom .sale {
  top: 270px;
}

.action_text {
  text-align: center;
  padding: 10px 60px 30px;
}

.action_text > span {
  font-size: 33px;
  line-height: 1.1em;
  font-weight: 900;
  display: block;
  margin-bottom: 10px;
}

/* footer */
.footer_section {
  padding: 25px 0;
  background: #fff;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

.footer_section img {
  display: block;
  margin: 0 auto 10px auto;
}

.footer_section a {
  color: #222;
  display: block;
}

/*# sourceMappingURL=styles.css.map */
