header {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("../img/offer_bg.jpg") center top no-repeat;
  padding: 20px 20px 50px 20px;
  position: relative;
}
header > span {
  font-size: 14px;
  color: #d0a473;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  z-index: 2;
  margin-bottom: 10px;
}
header > h1 {
  font-size: 24px;
  font-weight: 100;
  color: white;
  font-family: Appetite, sans-serif;
  text-align: center;
  line-height: 35px;
  filter: drop-shadow(0 0 8px #658714);
  letter-spacing: 1px;
  margin-bottom: 470px;
  z-index: 2;
}
header > h1 span {
  font-size: 40px;
  color: #84ff00;
}
header .toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 200px;
  height: 70px;
  position: absolute;
  top: 141px;
  right: 20px;
  background: linear-gradient(to right, #f25f00, #ffd500 200px, #596161 250px, black) right center;
  background-size: 450px 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5) inset;
  border-radius: 50px;
  cursor: pointer;
  transition: all 300ms;
  z-index: 100;
}
header .toggle .circle {
  width: 56px;
  height: 56px;
  background: url("../img/toggle_bg.png") left center no-repeat black;
  border-radius: 100%;
  flex-shrink: 0;
  margin: 10px;
  position: absolute;
  right: 125px;
  transition: all 300ms;
  z-index: 10;
}
header .toggle p {
  color: white;
  font-size: 10px;
  line-height: 1.6em;
  text-transform: uppercase;
  font-weight: 600;
  position: absolute;
  right: 20px;
  transition: all 300ms;
}
header .toggle.on {
  background-position: left center;
}
header .toggle.on .circle {
  right: 0;
  background: url("../img/toggle_bg.png") right center no-repeat white;
}
header .toggle.on p {
  right: 80px;
}
header .product {
  position: absolute;
  top: 217px;
  right: 10px;
  z-index: 2;
}
header .glow {
  width: 100%;
  height: 556px;
  position: absolute;
  top: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 95%, rgba(0, 0, 0, 0));
  z-index: 1;
  opacity: 0;
  transition: all 300ms;
}
header .glow.on {
  opacity: 1;
}
header .glow img {
  position: absolute;
  top: 319px;
  left: 56px;
}
header .pixie {
  position: absolute;
  width: 300px;
  height: 300px;
  top: 161px;
  left: 86px;
  z-index: 10;
  background: radial-gradient(white, rgba(0, 0, 0, 0) 50%);
  opacity: 0;
  transition: all 300ms;
}
header .pixie.on {
  width: 300px;
  height: 300px;
  opacity: 1;
}
header .benef1 {
  margin-bottom: 40px;
}

.action_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.action_block .card {
  border-radius: 20px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
  background: url("../img/timer_bg.jpg") center top no-repeat;
  width: 100%;
  height: 240px;
  padding: 20px;
  position: relative;
  margin-bottom: 30px;
}
.action_block .card h2 {
  color: #58ad2e;
  font-size: 36px;
  margin-bottom: 20px;
  text-align: left;
}
.action_block .card > p {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}
.action_block .card .timer {
  display: flex;
  color: #333333;
}
.action_block .card .timer > div {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  font-size: 30px;
  font-weight: 700;
}
.action_block .card .timer > div span {
  font-size: 11px;
  font-weight: 400;
}
.action_block .card .timer .dots {
  font-size: 30px;
  font-weight: 600;
  margin: 0 5px;
}
.action_block .card .sale {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: absolute;
  right: 34px;
  top: 92px;
  color: white;
  font-size: 45px;
  font-weight: 700;
}
.action_block .card .sale span {
  font-size: 18px;
  font-weight: 500;
  position: relative;
}
.action_block .card .sale span:before {
  content: "";
  height: 2px;
  width: 60px;
  background: rgba(255, 255, 255, 0.2);
  top: -3px;
  left: 4px;
  position: absolute;
}
.action_block .prices {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
.action_block .prices p {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}
.action_block .prices p .old {
  color: #bdbdbd;
  font-weight: 300;
  font-size: 22px;
  position: relative;
}
.action_block .prices p .old:before {
  content: "";
  height: 2px;
  width: 100%;
  background: #bdbdbd;
  bottom: 50%;
  position: absolute;
}
.action_block .prices p .new {
  color: #58ad2e;
  font-weight: 700;
  font-size: 33px;
}
.action_block .prices > span {
  font-weight: 600;
}

.benef1 {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.benef1 li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 30%;
  line-height: 26px;
}
.benef1 li img {
  margin-bottom: 5px;
}
.benef1 li p {
  text-align: center;
  font-weight: 600;
}

.sec1 h2 {
  margin-bottom: 40px;
}
.sec1 .video_block {
  margin-bottom: 30px;
  background: black;
}
.sec1 p {
  text-align: center;
  line-height: 26px;
  margin-bottom: 100px;
}

.sec2 {
  padding-top: 0;
  padding-bottom: 50px;
}
.sec2 h2 {
  margin-bottom: 50px;
}
.sec2 .benef2 {
  margin-bottom: 20px;
}

.benef2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 23px;
}
.benef2 li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-radius: 25px;
  height: 170px;
  margin-bottom: 30px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.benef2 li img {
  width: 50%;
}
.benef2 li .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 50%;
  padding: 0 10px;
}
.benef2 li .text b {
  margin-bottom: 10px;
}
.benef2 li .text p {
  font-size: 15px;
}

.sec3 {
  background: #eff3fe;
  padding-bottom: 0;
  line-height: 26px;
}
.sec3 h2 {
  margin-bottom: 20px;
}

.benef3 li {
  display: flex;
  padding: 20px;
}
.benef3 li img {
  width: 60px;
  margin-right: 25px;
}
.benef3 li:nth-child(even) {
  background: #e5ebfb;
}

.sec4 h2 {
  margin-bottom: 30px;
}
.sec4 .action_block .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 265px;
  background: url("../img/s4_bg.png") center top no-repeat;
  box-shadow: none;
  color: black;
  padding-top: 30px;
  padding-left: 30px;
}
.sec4 .action_block .card .sale {
  font-size: 27px;
  top: 58px;
  left: 43px;
  right: auto;
}
.sec4 .action_block .card .sale span {
  font-size: 10px;
}
.sec4 .action_block .card .sale span:before {
  height: 0;
}
.sec4 .action_block .card .timer {
  margin-bottom: 30px;
}
.sec4 .action_block .card .prices {
  text-align: center;
}
.sec4 .action_block .button {
  margin-bottom: 95px;
}

.sec5 {
  padding-bottom: 60px;
}
.sec5 h2 {
  margin-bottom: 30px;
}
.sec5 .use {
  display: flex;
  justify-content: space-around;
  position: relative;
  margin-bottom: 40px;
}
.sec5 .use li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 45%;
  position: relative;
  line-height: 25px;
}
.sec5 .use li img {
  margin-bottom: 15px;
  height: 64px;
}
.sec5 .use li b {
  margin-bottom: 5px;
}
.sec5 .use li.arrow {
  position: absolute;
  top: 30px;
}
.sec5 .use li.arrow img {
  height: auto;
}
.sec5 .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 25px 10px;
  margin: 0 -20px;
  width: 450px;
  border-radius: 20px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
}
.sec5 .card b {
  margin-bottom: 5px;
}

.sec6 {
  background: #eff3fe;
}
.sec6 h2 {
  margin-bottom: 30px;
}

.rev_block {
  position: relative;
}
.rev_block .reviews {
  max-width: 440px;
}
.rev_block .reviews .slick-list {
  overflow: inherit;
}
.rev_block .reviews .rev {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  line-height: 26px;
}
.rev_block .reviews .rev .img {
  display: flex;
  align-items: flex-end;
  height: 290px;
  width: 235px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
  transition: all 300ms;
}
.rev_block .reviews .rev .img img {
  position: absolute;
  z-index: 1;
}
.rev_block .reviews .rev .img .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 40px 0 10px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #ff5c57);
  color: white;
  font-weight: 700;
  z-index: 2;
}
.rev_block .reviews .rev .img .info span {
  margin-bottom: 5px;
  line-height: 1.2em;
}
.rev_block .reviews .rev b {
  margin-bottom: 10px;
  width: 350px;
  font-size: 18px;
  transition: all 300ms;
}
.rev_block .reviews .rev p {
  width: 440px;
  transition: all 300ms;
}
.rev_block .reviews .rev:not(.slick-active) .img {
  opacity: 0.5;
  transform: scale(0.8);
}
.rev_block .reviews .rev:not(.slick-active) b, .rev_block .reviews .rev:not(.slick-active) p {
  opacity: 0;
}
.rev_block .arrows {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 110px;
}
.rev_block .arrows > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  border-radius: 100%;
  box-shadow: 0 0 0 10px rgba(138, 207, 54, 0.58);
  background: linear-gradient(to bottom, #d4ff41, #58ad2e);
  transition: all 100ms;
}
.rev_block .arrows > div:active {
  box-shadow: 0 0 0 5px rgba(138, 207, 54, 0.58);
}
.rev_block .arrows .prevArr img {
  transform: rotate(180deg);
}
.sec7 {
  padding-bottom: 10px;
}
.sec7 h2 {
  margin-bottom: 50px;
}
.sec7 .order {
  margin: 0 -5px;
}
.sec7 .order li {
  box-shadow: none;
  margin-bottom: 40px;
  height: auto;
  overflow: inherit;
  margin-right: -10px;
}
.sec7 .order li img {
  width: 100px;
  height: 100px;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  margin-right: 15px;
}
.sec7 .order li .text {
  width: auto;
  text-align: left;
  align-items: flex-start;
  font-size: 16px;
}
.sec7 .order li .text b {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.sec7 .order li .text p {
  font-size: 16px;
}

.act {
  padding-bottom: 10px;
}
.act .action_block h2 {
  margin-bottom: 40px;
}

.sert {
  flex-direction: row;
  padding: 3px 20px;
}
.sert p {
  font-weight: 700;
  line-height: 26px;
}
.sert p span {
  color: #84ff00;
}

.bottom {
  padding-top: 10px;
  text-align: center;
  line-height: 26px;
}
.bottom h2 {
  margin-bottom: 30px;
}
.bottom p {
  margin-bottom: 15px;
}
.bottom small {
  font-size: 14px;
  color: #9b9a9a;
  margin-bottom: 30px;
}
.bottom form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}
footer img{
  display: block;
  margin-bottom: 8px;
}
footer a {
  color: #333;
  margin-bottom: 3px;
  font-size: 14px;
  line-height: 1.5em;
}

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