<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  border: none;
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
}

.container {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  background: #2c2c36;
}

.main {
  background: url("../img/1.png") top center/contain no-repeat;
  height: 693px;
}

.main h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 900;
  padding: 20px 0 5px 0;
}

.main h2 span {
  display: inline-block;
  background: #ff4936;
  /* fallback for old browsers */
  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#ff4936), to(#ff3055));
  background: linear-gradient(to right, #ff4936, #ff3055);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  padding: 0 5px;
  border-radius: 5px;
}

.main h1 {
  font-weight: 800;
  font-size: 48px;
  color: #fff;
  position: relative;
  display: inline-block;
  z-index: 5;
}

.main h1::before {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 6px;
  border-radius: 10px;
  background: #ffc200;
}

.main h3 {
  font-weight: 900;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  width: 360px;
  margin-top: 20px;
  text-align: left;
}

.main h3 span {
  display: block;
  text-align: right;
}

.padd {
  padding: 15px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-items .main-item {
  width: 30%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.main-items .main-item img {
  margin-bottom: 10px;
}

.timer {
  border: 2px dashed rgba(255, 255, 255, 0.1);
  padding: 20px;
  margin: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  background: rgba(243, 243, 247, 0.05);
}

.timer * {
  font-weight: bold;
  color: #c0c0cd !important;
}

.timer .timer-p {
  text-align: center;
  color: #c0c0cd;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
}

.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #fff;
  margin: 20px 0;
}

.price .old {
  width: 50%;
  border-right: 2px solid rgba(255, 255, 255, 0.2);
}

.price .old p {
  font-size: 16px;
  text-align: center;
}

.price .old .oldproductsum {
  font-weight: 900;
  font-size: 36px;
}

.price .new {
  width: 50%;
}

.price .new p {
  font-size: 16px;
  text-align: center;
}

.price .new .productsum {
  font-weight: 900;
  font-size: 36px;
  color: #ffc200;
}

.btn-field {
  padding: 20px;
  margin: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn {
  background: #ff4936;
  /* fallback for old browsers */
  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#ff4936), to(#ff3055));
  background: linear-gradient(to right, #ff4936, #ff3055);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  font-weight: 900;
  text-align: center;
  font-size: 30px;
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 25px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-transform: uppercase;
  border-radius: 100px;
  -webkit-box-shadow: 0 0 0px 10px #ff325352;
          box-shadow: 0 0 0px 10px #ff325352;
}

.date {
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-size: 16px;
  padding: 20px 0;
}

.date span {
  color: #ffc200;
  font-weight: 700;
}

.light {
  background: #f4f4f9;
}

.title {
  color: #222222;
  font-weight: 900;
  font-size: 30px;
  text-transform: uppercase;
}

.title span {
  color: #ff423f;
}

.items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0;
}

.item-50 {
  width: 50%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

.item-50 img {
  margin-bottom: 15px;
}

.item-50 p {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}

.field-3 {
  position: relative;
}

.field-3 .text {
  padding: 20px;
}

.field-3 .text .title {
  position: absolute;
  top: 100px;
  color: #fff;
}

.field-3 .text .title span {
  color: #ffc200;
}

.field-3 .text p {
  line-height: 24px;
}

.field-3 .text .p1 {
  top: 465px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  padding: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 24px;
  border-bottom: 3px solid #dcdcdc;
}

.field-3 .text .p2 {
  top: 840px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  padding: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 24px;
  border-bottom: 3px solid #dcdcdc;
}

.field-3 .text .p3 {
  top: 1410px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  padding: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 24px;
  border-bottom: 3px solid #dcdcdc;
}

.img {
  width: 100%;
}

.relative {
  position: relative;
}

.relative p {
  position: absolute;
  top: 0;
  padding: 15px;
  padding-right: 90px;
  color: #fff;
  line-height: 25px;
}

.white-t {
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 24px;
  border-bottom: 3px solid #dcdcdc;
  margin: 20px 0;
}

.item-100 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.item-100::before {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 140px;
  background: url("../img/dots.png") center center/contain no-repeat;
  padding: 5px;
  left: 0;
  top: 15px;
  right: 0;
  margin: 0 auto;
}

.item-100 img {
  width: 45%;
}

.item-100 .item-text {
  width: 55%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  padding-top: 40px;
}

.item-100 h4 {
  color: #ffc200;
  font-weight: 800;
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
}

.items-l .item-100 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.items-l .item-100::before {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 140px;
  background: url("../img/dots2.png") center center/contain no-repeat;
  padding: 5px;
  left: 0;
  top: 15px;
  right: 0;
  margin: 0 auto;
}

.items-l .item-100 img {
  width: 45%;
}

.items-l .item-100 .item-text {
  width: 55%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  padding-top: 40px;
}

.items-l .item-100 h4 {
  color: #ffc200;
  font-weight: 800;
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
}

.items-l p {
  color: #222;
  font-weight: 700;
  padding: 0 20px;
  font-size: 20px;
}

.border-text {
  margin: 20px 0;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px dashed rgba(255, 255, 255, 0.1);
  padding: 20px;
  margin: 20px 0;
  box-sizing: border-box;
  border-radius: 20px;
  background: rgba(243, 243, 247, 0.05);
  color: #fff;
  line-height: 30px;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
}

.question-hide {
  display: none;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 24px;
}

.questions {
  overflow: hidden;
}

.question-item {
  background: #fff;
  width: 420px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0 20px 20px 0;
  -webkit-box-shadow: 0 10px 18px #2222221c;
          box-shadow: 0 10px 18px #2222221c;
  margin: 20px 0;
  cursor: pointer;
  position: relative;
}

.question-item::before {
  content: "";
  position: absolute;
  background: url("../img/plus.png") center center/contain no-repeat;
  padding: 15px;
  right: 10px;
  top: 0;
  bottom: 0;
}

.question-item p {
  font-weight: bold;
  color: #222;
  font-size: 18px;
}

.question-item.active::before {
  content: "";
  position: absolute;
  background: url("../img/minus.png") center center/contain no-repeat;
  padding: 15px;
  right: 10px;
  top: 0;
  bottom: 0;
}

.step {
  position: absolute;
  top: 0;
  right: 20px;
  color: #ffc200;
  font-size: 30px;
  font-weight: 900;
}

.how-i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(255, 255, 255, 0.05);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.how-t {
  padding: 0 15px;
}

.how-title {
  font-weight: 900;
  font-size: 18px;
  text-transform: uppercase;
  color: #ffc200;
  margin-bottom: 10px;
}

.how-text {
  color: #fff;
  font-size: 16px;
}

.field {
  background: rgba(255, 255, 255, 0.05);
  padding: 25px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  margin: 10px 0;
}
.mfooter {
  padding: 50px 0;
  text-align: center;
  font-size: 14px;
}
.mfooter  a {
  display: block;
  margin: 15px 0;
  text-decoration: none;
  color:#ccc;
}
.mfooter  img {
   width: auto;
  display: block;
  margin: 0 auto;
}
.mfooter  p {
  padding: 0;
  margin: 0;
}
.mm_button {
  width: 100%;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;	
}
.video-container iframe, 
.video-container object,
.video-container embed,
.video-container .youtube {
  background: #000;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video {
  width: 100%;
  height: auto;
  display: block;
}</pre></body></html>